Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jackson-bom from 2.11.3 to 2.12.0 #13570

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2020

Bumps jackson-bom from 2.11.3 to 2.12.0.

Commits
  • a482e14 [maven-release-plugin] prepare release jackson-bom-2.12.0
  • db62d69 Prepare for 2.12.0 release
  • bab248f ...
  • 2a43e47 Remove "jackson-module-scala_2.10" since scala 2.10 support dropped from Jack...
  • 3ff1ab2 move to 2.12.0-SNAPSHOT, expecting full release next
  • ef4646c [maven-release-plugin] prepare for next development iteration
  • aa7b3bb [maven-release-plugin] prepare release jackson-bom-2.12.0-rc2
  • a6b05fd ...
  • 376df30 Prepare for 2.12.0-rc2
  • 13d6d6d Add defaults for "build-helper-maven-plugin"
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Nov 30, 2020
@ghost ghost added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform labels Nov 30, 2020
@gsmet
Copy link
Member

gsmet commented Dec 1, 2020

[ERROR] Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.Instant` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: java.util.ArrayList[0]->com.google.cloud.tools.jib.cache.LayerEntriesSelector$LayerEntryTemplate["sourceModificationTime"])
Error: [ERROR] 	at com.fasterxml.jackson.databind.exc.InvalidDefinitionException.from(InvalidDefinitionException.java:77)
Error: [ERROR] 	at com.fasterxml.jackson.databind.SerializerProvider.reportBadDefinition(SerializerProvider.java:1276)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.impl.UnsupportedTypeSerializer.serialize(UnsupportedTypeSerializer.java:35)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:770)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serializeContents(IndexedListSerializer.java:119)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:79)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:18)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider._serialize(DefaultSerializerProvider.java:480)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.serializeValue(DefaultSerializerProvider.java:319)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ObjectMapper._writeValueAndClose(ObjectMapper.java:4485)
Error: [ERROR] 	at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3699)
Error: [ERROR] 	at com.google.cloud.tools.jib.json.JsonTemplateMapper.writeTo(JsonTemplateMapper.java:187)

@gsmet
Copy link
Member

gsmet commented Dec 2, 2020

I haven't found any useful information in the Jackson release notes :/

@laurentgo
Copy link

Looks like caused by FasterXML/jackson-databind#2683

@gsmet
Copy link
Member

gsmet commented Dec 2, 2020

Ah good catch, @laurentgo .

@gsmet gsmet added the triage/on-ice Frozen until external concerns are resolved label Dec 9, 2020
@gsmet
Copy link
Member

gsmet commented Dec 21, 2020

This will need a jib-core upgrade. Let's close for now.

@gsmet gsmet closed this Dec 21, 2020
@ghost ghost added the triage/invalid This doesn't seem right label Dec 21, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/com.fasterxml.jackson-jackson-bom-2.12.0 branch December 21, 2020 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform triage/invalid This doesn't seem right triage/on-ice Frozen until external concerns are resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants