Upgrade to Quarkus 3.2.0.Final and QOSDK 6.2.0 - #21352
Conversation
Unreported flaky test detectedIf the below flaky tests below are affected by the changes, please review and update the changes accordingly. Otherwise, a maintainer should report the flaky tests prior to merging the PR. org.keycloak.testsuite.model.session.OfflineSessionPersistenceTest#testPersistenceMultipleNodesClientSessionsAtRandomNodeKeycloak CI - Store Model Tests |
ghost
left a comment
There was a problem hiding this comment.
Unreported flaky test detected, please review
|
@abstractj The netty CVE seems like an unrelated issue to Quarkus upgrade. Infinispan 14.0.10 (which we use) appears to be still using Netty 4.1.91. Quarkus is using Infinispan 14.0.9, which we override to 14.0.10. So if we want to bump the Infinispan and/or Netty version, I think we should do it separately. |
Updated bouncycastle and hibernate. Hopefully, we'll align more dependencies as part of #21078 |
|
Actually, removed that bouncycastle property as it's not used anywhere anymore. :) |
* reverted Quarkus upgrade as it is going to be handled separately in keycloak#21352 Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
|
@vmuzikar @abstractj Just noticed I should have waited for your review. Sorry. |
|
@pedroigor nah, it's all good, thanks for merging Pedro. |
Closes #21272