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 com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 #46601

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3.

Commits
  • f459157 [maven-release-plugin] prepare release jackson-bom-2.18.3
  • 769f6bc 2.18.3 release
  • dd92c7e Merge branch '2.17' into 2.18
  • 06c4865 Update Maven wrapper
  • ee7eac3 fix CI version ref
  • b0fa62b Merge branch '2.17' into 2.18
  • 3f3f8ce Enable CI for PRs too
  • b1ab0d6 Back to snapshot deps
  • 842872d [maven-release-plugin] prepare for next development iteration
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.2 to 2.18.3.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.2...jackson-bom-2.18.3)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Mar 3, 2025
@quarkus-bot quarkus-bot bot 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 Mar 3, 2025
Copy link

quarkus-bot bot commented Mar 4, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 3fc36d1.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
JVM Integration Tests - JDK 17 Build Failures Logs Raw logs 🔍
JVM Integration Tests - JDK 17 Windows Build Failures Logs Raw logs 🔍
JVM Integration Tests - JDK 21 Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ JVM Integration Tests - JDK 17 #

- Failing: integration-tests/funqy-amazon-lambda 

📦 integration-tests/funqy-amazon-lambda

io.quarkus.funqy.test.GreetAsyncTest.testGreetNPE - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
JSON path errorMessage doesn't match.
Expected: a string containing "Could not deserialize the provided message"
  Actual: java.lang.IllegalArgumentException: Identity cannot be null.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

io.quarkus.funqy.test.GreetSyncTest.testGreetNPE - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
JSON path errorMessage doesn't match.
Expected: a string containing "Could not deserialize the provided message"
  Actual: java.lang.IllegalArgumentException: Identity cannot be null.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

⚙️ JVM Integration Tests - JDK 17 Windows #

- Failing: integration-tests/funqy-amazon-lambda 

📦 integration-tests/funqy-amazon-lambda

io.quarkus.funqy.test.GreetAsyncTest.testGreetNPE - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
JSON path errorMessage doesn't match.
Expected: a string containing "Could not deserialize the provided message"
  Actual: java.lang.IllegalArgumentException: Identity cannot be null.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

io.quarkus.funqy.test.GreetSyncTest.testGreetNPE - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
JSON path errorMessage doesn't match.
Expected: a string containing "Could not deserialize the provided message"
  Actual: java.lang.IllegalArgumentException: Identity cannot be null.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

⚙️ JVM Integration Tests - JDK 21 #

- Failing: integration-tests/funqy-amazon-lambda 

📦 integration-tests/funqy-amazon-lambda

io.quarkus.funqy.test.GreetAsyncTest.testGreetNPE - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
JSON path errorMessage doesn't match.
Expected: a string containing "Could not deserialize the provided message"
  Actual: java.lang.IllegalArgumentException: Identity cannot be null.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)

io.quarkus.funqy.test.GreetSyncTest.testGreetNPE - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
JSON path errorMessage doesn't match.
Expected: a string containing "Could not deserialize the provided message"
  Actual: java.lang.IllegalArgumentException: Identity cannot be null.

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)

@geoand
Copy link
Contributor

geoand commented Mar 4, 2025

I'll need to take a look at this, we likely just need to update the assertions of the tests

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant