Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps narayana.version from 7.2.1.Final to 7.2.2.Final.
Updates org.jboss.narayana.jta:narayana-jta from 7.2.1.Final to 7.2.2.Final

Updates org.jboss.narayana.jts:narayana-jts-integration from 7.2.1.Final to 7.2.2.Final

Updates org.jboss.narayana.stm:stm from 7.2.1.Final to 7.2.2.Final

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 `narayana.version` from 7.2.1.Final to 7.2.2.Final.

Updates `org.jboss.narayana.jta:narayana-jta` from 7.2.1.Final to 7.2.2.Final

Updates `org.jboss.narayana.jts:narayana-jts-integration` from 7.2.1.Final to 7.2.2.Final

Updates `org.jboss.narayana.stm:stm` from 7.2.1.Final to 7.2.2.Final

---
updated-dependencies:
- dependency-name: org.jboss.narayana.jta:narayana-jta
  dependency-version: 7.2.2.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.narayana.jts:narayana-jts-integration
  dependency-version: 7.2.2.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.narayana.stm:stm
  dependency-version: 7.2.2.Final
  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 May 12, 2025
Copy link

quarkus-bot bot commented May 13, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 4f54876.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 17 Logs Raw logs 🔍
JVM 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 Tests - JDK 21 #

- Failing: devtools/cli 

📦 devtools/cli

io.quarkus.cli.config.SetConfigTest.addEncryptedConfiguration line 74 - History - More details - Source on GitHub

java.lang.RuntimeException: java.lang.NegativeArraySizeException: -98
	at io.smallrye.config.crypto.AESGCMNoPaddingSecretKeysHandler.decode(AESGCMNoPaddingSecretKeysHandler.java:44)
	at io.smallrye.config.ExpressionConfigSourceInterceptor$1.accept(ExpressionConfigSourceInterceptor.java:79)
	at io.smallrye.config.ExpressionConfigSourceInterceptor$1.accept(ExpressionConfigSourceInterceptor.java:71)
	at io.smallrye.common.expression.ExpressionNode.emit(ExpressionNode.java:22)
	at io.smallrye.common.expression.Expression.evaluateException(Expression.java:56)
	at io.smallrye.common.expression.Expression.evaluate(Expression.java:70)
	at io.smallrye.config.ExpressionConfigSourceInterceptor.getValue(ExpressionConfigSourceInterceptor.java:71)

Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 extensions/websockets-next/deployment

io.quarkus.websockets.next.test.errors.MultiClosedConnectionTest.testError - History

  • expected: <true> but was: <false> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
	at io.quarkus.websockets.next.test.errors.MultiClosedConnectionTest.testError(MultiClosedConnectionTest.java:50)

@gsmet
Copy link
Member

gsmet commented May 13, 2025

/cc @marcosgopen @tomjenkinson

@tomjenkinson
Copy link
Contributor

I will mention @jmfinelli too - he has just released this version of Narayana.

@gsmet please can I ask if you are concerned about the failure (the one that doesn't get identified as a flaky test, I presume the flaky test you may not be concerned about)? I would mention I found another failure of that test from a different pull request (I can't say it's the same cause though): #47703 (although I have to mention that one was superseded)

@gsmet
Copy link
Member

gsmet commented May 13, 2025

@tomjenkinson no, I'm not concerned. I should have been a bit more explicit: we can merge if the update is fine for you and we don't need further changes in Quarkus.

@tomjenkinson
Copy link
Contributor

Thank you, I added an approval

@gsmet gsmet merged commit af01441 into main May 13, 2025
57 of 58 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.23 - main milestone May 13, 2025
@dependabot dependabot bot deleted the dependabot/maven/narayana.version-7.2.2.Final branch May 13, 2025 13:35
@gsmet gsmet modified the milestones: 3.23 - main, 3.22.3 May 13, 2025
@jmartisk jmartisk modified the milestones: 3.22.3, 3.20.2 Jul 2, 2025
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 triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants