Bump io.smallrye.reactive:mutiny-zero-flow-adapters from 1.1.1 to 1.2.0#53803
Conversation
Bumps [io.smallrye.reactive:mutiny-zero-flow-adapters](https://github.com/smallrye/smallrye-mutiny-zero) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/smallrye/smallrye-mutiny-zero/releases) - [Commits](smallrye/smallrye-mutiny-zero@1.1.1...1.2.0) --- updated-dependencies: - dependency-name: io.smallrye.reactive:mutiny-zero-flow-adapters dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
|---|---|---|---|---|---|---|
| ✔️ | JVM Integration Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
| ✔️ | JVM Integration Tests - JDK 17 Windows | Logs | Raw logs | 🔍 | ||
| ❌ | JVM Integration Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
| ✔️ | JVM Integration Tests - JDK 25 | Logs | Raw logs | 🔍 | ||
| ❌ | JVM Integration Tests - JDK 25 Semeru | Build |
Failures | Logs | Raw logs | 🔍 |
You can consult the Develocity build scans.
Failures
⚙️ JVM Integration Tests - JDK 21 #
- Failing: integration-tests/elytron-security-jdbc
📦 integration-tests/elytron-security-jdbc
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-elytron-security-jdbc-integration-test:
See /home/runner/work/quarkus/quarkus/integration-tests/elytron-security-jdbc/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
⚙️ JVM Integration Tests - JDK 25 Semeru #
- Failing: integration-tests/compose-devservices
📦 integration-tests/compose-devservices
❌ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project quarkus-integration-test-compose-devservices:
See /home/runner/work/quarkus/quarkus/integration-tests/compose-devservices/target/surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17 Windows
📦 independent-projects/resteasy-reactive/server/vertx
❌ org.jboss.resteasy.reactive.server.vertx.test.sse.SseServerTestCase.shouldNotTryToSendToClosedSink - History
1 expectation failed. Response body doesn't match expectation. Expected: "true" Actual: false-java.lang.AssertionError
Details
java.lang.AssertionError:
1 expectation failed.
Response body doesn't match expectation.
Expected: "true"
Actual: false
at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:344)
at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:516)
⚙️ JVM Integration Tests - JDK 25 Semeru
📦 integration-tests/oidc-wiremock
❌ io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowUserInfoCachedInIdToken - History
401 Unauthorized for http://localhost:8081/code-flow-user-info-github-cached-in-idtoken?state=1aae7559-987f-458c-ac37-f7a5eb577b82&code=58af24f2-9093-4674-a431-4a9d66be719c.50437113-cd78-48a2-838e-b936fe458c5d.0ac5df91-e044-4051-bd03-106a3a5fb9cc-org.htmlunit.FailingHttpStatusCodeException
Details
org.htmlunit.FailingHttpStatusCodeException: 401 Unauthorized for http://localhost:8081/code-flow-user-info-github-cached-in-idtoken?state=1aae7559-987f-458c-ac37-f7a5eb577b82&code=58af24f2-9093-4674-a431-4a9d66be719c.50437113-cd78-48a2-838e-b936fe458c5d.0ac5df91-e044-4051-bd03-106a3a5fb9cc
at org.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:762)
at org.htmlunit.WebClient.loadDownloadedResponses(WebClient.java:2869)
at org.htmlunit.html.DomElement.click(DomElement.java:1173)
at org.htmlunit.html.DomElement.click(DomElement.java:1094)
at org.htmlunit.html.DomElement.click(DomElement.java:987)
at org.htmlunit.html.DomElement.click(DomElement.java:964)
at org.htmlunit.html.DomElement.click(DomElement.java:941)
📦 integration-tests/reactive-messaging-kafka
❌ io.quarkus.it.kafka.KafkaConnectorTest.testPrices - History
Assertion condition defined as a Lambda expression in io.quarkus.it.kafka.KafkaConnectorTest expected: <7> but was: <6> within 10 seconds.-org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a Lambda expression in io.quarkus.it.kafka.KafkaConnectorTest expected: <7> but was: <6> within 10 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:790)
at io.quarkus.it.kafka.KafkaConnectorTest.testPrices(KafkaConnectorTest.java:77)
Caused by: org.opentest4j.AssertionFailedError: expected: <7> but was: <6>
Assertion condition defined as a Lambda expression in io.quarkus.it.kafka.KafkaConnectorTest expected: <12> but was: <6> within 10 seconds.-org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a Lambda expression in io.quarkus.it.kafka.KafkaConnectorTest expected: <12> but was: <6> within 10 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:790)
at io.quarkus.it.kafka.KafkaConnectorTest.testPrices(KafkaConnectorTest.java:77)
Suppressed: java.lang.ClassCastException: java.util.LinkedHashMap incompatible with io.quarkus.it.kafka.KafkaReceivers$PeopleState
Bumps io.smallrye.reactive:mutiny-zero-flow-adapters from 1.1.1 to 1.2.0.
Commits
eb8fe0b[maven-release-plugin] prepare release 1.2.05564a78Release 1.2.0 (#317)36858f6feat: introduce JSpecify annotations (#316)7a803c7feat!: migrate to Vert.x 5.0.8 (#315)0e84a7fbuild(deps): bump io.smallrye.reactive:mutiny from 3.1.0 to 3.1.1 (#314)e415633build(deps): bump junit-jupiter.version from 6.0.2 to 6.0.3 (#312)5a587e6build(deps): bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.32 (#313)267f9b3build(deps): bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 (#310)c0b748abuild(deps): bump ch.qos.logback:logback-classic from 1.5.26 to 1.5.27 (#309)68c21ffbuild(deps): bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#306)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)