Introduce assertions to guard against concurrent session openings in … #69
quarkus-github-bot-lint.yml
on: push
quarkus-github-bot.yml validation
19s
Annotations
2 errors and 1 warning
JVM Tests - JDK 17:
extensions/panache/hibernate-reactive-panache/deployment/src/test/java/io/quarkus/hibernate/reactive/panache/test/WithSessionOnDemandTest.java#L1
io.smallrye.mutiny.CompositeException:
Multiple exceptions caught:
[Exception 0] java.lang.IllegalStateException: Attempting to open two sessions within the same vert.x context: this suggests a lack of correct chaining of operations.
|
JVM Tests - JDK 21:
extensions/panache/hibernate-reactive-panache/deployment/src/test/java/io/quarkus/hibernate/reactive/panache/test/WithSessionOnDemandTest.java#L1
io.smallrye.mutiny.CompositeException:
Multiple exceptions caught:
[Exception 0] java.lang.IllegalStateException: Attempting to open two sessions within the same vert.x context: this suggests a lack of correct chaining of operations.
|
quarkus-github-bot.yml validation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|