JiriOndrusek commented on code in PR #4187:
URL: https://github.com/apache/camel-quarkus/pull/4187#discussion_r998354610


##########
extensions/cxf-soap/deployment/src/main/java/org/apache/camel/quarkus/component/cxf/soap/deployment/CxfSoapProcessor.java:
##########
@@ -36,6 +37,11 @@ FeatureBuildItem feature() {
         return new FeatureBuildItem(FEATURE);
     }
 
+    @BuildStep
+    SystemPropertyBuildItem ehcacheAgentSizeOfBypass() {
+        return new 
SystemPropertyBuildItem("org.ehcache.sizeof.AgentSizeOf.bypass", "true");

Review Comment:
   @ppalaga  I fixed the native failure with disablement of 
`org.ehcache.sizeof.AgentSizeOf`, but I'm not sure whether this change could 
impact any usecases. What do you think?



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to