-
Notifications
You must be signed in to change notification settings - Fork 3k
Bump narayana.version from 7.2.2.Final to 7.3.0.Final #50297
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
base: main
Are you sure you want to change the base?
Bump narayana.version from 7.2.2.Final to 7.3.0.Final #50297
Conversation
Bumps `narayana.version` from 7.2.2.Final to 7.3.0.Final. Updates `org.jboss.narayana.jta:narayana-jta` from 7.2.2.Final to 7.3.0.Final Updates `org.jboss.narayana.jts:narayana-jts-integration` from 7.2.2.Final to 7.3.0.Final Updates `org.jboss.narayana.stm:stm` from 7.2.2.Final to 7.3.0.Final --- updated-dependencies: - dependency-name: org.jboss.narayana.jta:narayana-jta dependency-version: 7.3.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jboss.narayana.jts:narayana-jts-integration dependency-version: 7.3.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jboss.narayana.stm:stm dependency-version: 7.3.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
❌ | Gradle Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
✔️ | Gradle Tests - JDK 17 Windows | Logs | Raw logs | 🚧 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ Gradle Tests - JDK 17 #
- Failing: integration-tests/gradle
📦 integration-tests/gradle
❌ io.quarkus.gradle.TestFixturesClientExceptionMapperTest.testBasicMultiModuleBuild
line 12
- History - More details - Source on GitHub
java.lang.AssertionError: Gradle build failed with exit code 1
at io.quarkus.gradle.QuarkusGradleWrapperTestBase.runGradleWrapper(QuarkusGradleWrapperTestBase.java:173)
at io.quarkus.gradle.QuarkusGradleWrapperTestBase.runGradleWrapper(QuarkusGradleWrapperTestBase.java:87)
at io.quarkus.gradle.QuarkusGradleWrapperTestBase.runGradleWrapper(QuarkusGradleWrapperTestBase.java:82)
at io.quarkus.gradle.TestFixturesClientExceptionMapperTest.testBasicMultiModuleBuild(TestFixturesClientExceptionMapperTest.java:12)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
📦 integration-tests/gradle/target/classes/test-fixtures-client-exception-mapper
❌ org.example.MyRemoteServiceTest.testGetExtensionsById()
- History - More details - Source on GitHub
jakarta.ws.rs.ProcessingException: io.netty.channel.ConnectTimeoutException: connection timed out after 15000 ms: stage.code.quarkus.io/44.199.152.74:443
at org.jboss.resteasy.reactive.client.handlers.ClientSendRequestHandler$2.accept(ClientSendRequestHandler.java:235)
at org.jboss.resteasy.reactive.client.handlers.ClientSendRequestHandler$2.accept(ClientSendRequestHandler.java:227)
at io.smallrye.context.impl.wrappers.SlowContextualConsumer.accept(SlowContextualConsumer.java:21)
at io.smallrye.mutiny.helpers.UniCallbackSubscriber.onFailure(UniCallbackSubscriber.java:62)
at io.smallrye.mutiny.operators.uni.UniOperatorProcessor.onFailure(UniOperatorProcessor.java:55)
at org.jboss.resteasy.reactive.client.AsyncResultUni.lambda$subscribe$1(AsyncResultUni.java:37)
at io.vertx.core.impl.future.FutureImpl$4.onFailure(FutureImpl.java:188)
Flaky tests - Develocity
⚙️ JVM Tests - JDK 21
📦 extensions/smallrye-openapi/deployment
❌ io.quarkus.smallrye.openapi.test.vertx.OpenApiHttpRootPathCorsTestCase.testCorsFilterProperties
- History
1 expectation failed. Expected status code <200> but was <500>.
-java.lang.AssertionError
java.lang.AssertionError:
1 expectation failed.
Expected status code <200> but was <500>.
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
I am not sure if this needs review from a Transactions expert, but if so then I would recommend @jmfinelli (who released Narayana 7.3.0.Final - https://groups.google.com/g/narayana-users/c/RFfh72BQjaA) |
Could it be possible to re-run the failing test? Thanks |
@jmfinelli the failing test it unrelated so if this update looks good to you, we can merge. |
@gsmet it looks good to me. Thanks :-) |
Bumps
narayana.version
from 7.2.2.Final to 7.3.0.Final.Updates
org.jboss.narayana.jta:narayana-jta
from 7.2.2.Final to 7.3.0.FinalUpdates
org.jboss.narayana.jts:narayana-jts-integration
from 7.2.2.Final to 7.3.0.FinalUpdates
org.jboss.narayana.stm:stm
from 7.2.2.Final to 7.3.0.FinalYou 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)