snazy commented on code in PR #3722:
URL: https://github.com/apache/polaris/pull/3722#discussion_r2789062638


##########
integration-tests/src/main/java/org/apache/polaris/service/it/ext/PolarisIntegrationTestExtension.java:
##########
@@ -68,7 +68,7 @@ public Object resolveParameter(
   private Env env(ExtensionContext context) {
     ExtensionContext classCtx = classContext(context);
     ExtensionContext.Store store = classCtx.getStore(NAMESPACE);
-    return store.getOrComputeIfAbsent(
+    return store.computeIfAbsent(

Review Comment:
   Downstream projects implicitly use JUnit 6 with Quarkus 3.31.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to