rmannibucau commented on code in PR #1230:
URL: https://github.com/apache/tomee/pull/1230#discussion_r1663729634


##########
tomee/tomee-microprofile/mp-common/src/main/java/org/apache/tomee/microprofile/TomEEMicroProfileListener.java:
##########
@@ -66,6 +71,8 @@ public class TomEEMicroProfileListener {
         "io.smallrye.faulttolerance.FaultToleranceExtension",
         };
 
+    private final Map<AppInfo, Index> indexCache = new HashMap<>();

Review Comment:
   should still be concurrent ;)
   
   rest looks ok



-- 
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