JiriOndrusek commented on PR #4187: URL: https://github.com/apache/camel-quarkus/pull/4187#issuecomment-1282509093
@ppalaga I noticed a native error thrown for the test of `cxf-soap-ws-security`. It is: ``` com.oracle.svm.core.util.UserError$UserException: Classes that should be initialized at run time got initialized during image building: org.ehcache.sizeof.impl.JvmInformation$15 the class was requested to be initialized at run time (subtype of org.ehcache.sizeof.impl.JvmInformation). To see why org.ehcache.sizeof.impl.JvmInformation$15 got initialized use --trace-class-initialization=org.ehcache.sizeof.impl.JvmInformation$15 org.ehcache.sizeof.impl.JvmInformation the class was requested to be initialized at run time (from feature io.quarkus.runner.Feature.beforeAnalysis with 'JvmInformation.class'). org.ehcache.sizeof.impl.AgentSizeOf caused initialization of this class with the following trace: at org.ehcache.sizeof.impl.JvmInformation.<clinit>(JvmInformation.java:40) at org.ehcache.sizeof.impl.AgentLoader.warnIfOSX(AgentLoader.java:159) at org.ehcache.sizeof.impl.AgentLoader.loadAgent(AgentLoader.java:130) at org.ehcache.sizeof.impl.AgentSizeOf.<clinit>(AgentSizeOf.java:42) ``` Did you encounter similar problem, i.e. during upgrade of `quarkus-cxf`? -- 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