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-annotations, jackson-core and jackson-databind from 2.15.3 to 2.15.4 #5865

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2024

Bumps com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.15.4.

Updates com.fasterxml.jackson.core:jackson-annotations from 2.15.3 to 2.15.4

Updates com.fasterxml.jackson.core:jackson-core from 2.15.3 to 2.15.4

Updates com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.15.4

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.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.15.4.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 15, 2024
@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label Feb 15, 2024
@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@wildfly-ci

This comment was marked as outdated.

@yersan
Copy link
Collaborator

yersan commented Feb 16, 2024

/retest

@yersan yersan changed the title Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.15.4 Bump com.fasterxml.jackson.core:jackson and com.fasterxml.jackson.core:jackson.databind from 2.15.3 to 2.15.4 Feb 16, 2024
@yersan yersan changed the title Bump com.fasterxml.jackson.core:jackson and com.fasterxml.jackson.core:jackson.databind from 2.15.3 to 2.15.4 Bump jackson-annotations, jackson-core and jackson-databind from 2.15.3 to 2.15.4 Feb 16, 2024
@wildfly-ci
Copy link

Core -> Full Integration Build 13251 outcome was UNKNOWN using a merge of 93c41b8
Summary: Canceled (Error while applying patch; cannot find commit 7332acc in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/5865/merge branch was updated and the commit selected for the ... Build time: 00:00:33

@wildfly-ci
Copy link

Core -> Full Integration Build 13490 outcome was UNKNOWN using a merge of 93c41b8
Summary: Canceled (Error while applying patch; cannot find commit 7332acc in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/5865/merge branch was updated and the commit selected for the ... Build time: 00:00:19

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 13313 outcome was UNKNOWN using a merge of 93c41b8
Summary: Canceled (Error while applying patch; cannot find commit 7332acc in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/5865/merge branch was updated and the commit selected for the ... Build time: 00:00:25

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 13314 outcome was UNKNOWN using a merge of 93c41b8
Summary: Canceled (Error while applying patch; cannot find commit 7332acc in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/5865/merge branch was updated and the commit selected for the ... Build time: 00:00:35

@wildfly-ci
Copy link

Core -> Full Integration Build 13252 outcome was UNKNOWN using a merge of 93c41b8
Summary: Canceled (Error while applying patch; cannot find commit 7332acc in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/5865/merge branch was updated and the commit selected for the ... Build time: 00:00:16

@wildfly-ci
Copy link

Core -> Full Integration Build 13491 outcome was UNKNOWN using a merge of 93c41b8
Summary: Canceled (Error while applying patch; cannot find commit 7332acc in the https://github.com/wildfly/wildfly-core.git repository, possible reason: refs/pull/5865/merge branch was updated and the commit selected for the ... Build time: 00:00:18

@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 13311 outcome was FAILURE using a merge of 93c41b8
Summary: Tests failed: 1 (1 new), passed: 4973, ignored: 86 Build time: 02:53:05

Failed tests

TestSuite: org.eclipse.microprofile.rest.client.tck.sse.ReactiveStreamsPublisherTckTest.stochastic_spec103_mustSignalOnMethodsSequentially: java.lang.NullPointerException: Cannot invoke "org.reactivestreams.Publisher.subscribe(org.reactivestreams.Subscriber)" because "pub" is null
	at org.reactivestreams.tck.PublisherVerification$5$1.run(PublisherVerification.java:257)
	at org.reactivestreams.tck.PublisherVerification.activePublisherTest(PublisherVerification.java:1135)
	at org.reactivestreams.tck.PublisherVerification$5.apply(PublisherVerification.java:251)
	at org.reactivestreams.tck.PublisherVerification$5.apply(PublisherVerification.java:248)
	at org.reactivestreams.tck.PublisherVerification.stochasticTest(PublisherVerification.java:1204)
	at org.reactivestreams.tck.PublisherVerification.stochastic_spec103_mustSignalOnMethodsSequentially(PublisherVerification.java:248)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
	at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
	at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
	at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
	at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:794)
	at org.testng.TestRunner.run(TestRunner.java:596)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
	at org.testng.SuiteRunner.run(SuiteRunner.java:276)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
	at org.testng.TestNG.runSuites(TestNG.java:1063)
	at org.testng.TestNG.run(TestNG.java:1031)
------- Stderr: -------
[AbstractSseTest] [ERROR] launchServer caughtException 
java.lang.RuntimeException: Failed to start SSE HTTP server
	at org.eclipse.microprofile.rest.client.tck.sse.HttpSseServer.start(HttpSseServer.java:46)
	at org.eclipse.microprofile.rest.client.tck.sse.AbstractSseTest.lambda$launchServer$0(AbstractSseTest.java:48)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:10000
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:349)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:310)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:234)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.eclipse.jetty.server.Server.doStart(Server.java:401)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.eclipse.microprofile.rest.client.tck.sse.HttpSseServer.start(HttpSseServer.java:43)
	... 6 more


@yersan yersan added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Feb 19, 2024
@yersan yersan merged commit 8275fe7 into main Feb 19, 2024
12 checks passed
@yersan yersan deleted the dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.15.4 branch February 19, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file deps-ok Dependencies have been checked, and there are no significant changes java Pull requests that update Java code ready-for-merge This PR is ready to be merged and fulfills all requirements test-only-dep
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants