JiriOndrusek commented on PR #7263: URL: https://github.com/apache/camel-quarkus/pull/7263#issuecomment-2804165867
I tried several times to simulate the error localy and everything was successful, so I restarted the failed job to see if it was a fluke Here is the snippet of the native failure: ``` 2025-04-14T10:58:30.8095421Z [2/8] Performing analysis... [] (3.3s @ 0.27GB) 2025-04-14T10:58:30.8141561Z 2,124 reachable types (48.8% of 4,353 total) 2025-04-14T10:58:30.8170125Z 1,550 reachable fields (60.5% of 2,563 total) 2025-04-14T10:58:30.8365121Z 937 reachable methods ( 5.0% of 18,795 total) 2025-04-14T10:58:30.8372392Z 1,967 types, 1,448 fields, and 11,861 methods registered for reflection 2025-04-14T10:58:30.8405905Z 2025-04-14T10:58:30.8412478Z Error: Class initialization of org.apache.camel.quarkus.jolokia.restrictor.CamelJolokiaRestrictor failed. Use the option 2025-04-14T10:58:30.8413706Z 2025-04-14T10:58:30.8414709Z '--initialize-at-run-time=org.apache.camel.quarkus.jolokia.restrictor.CamelJolokiaRestrictor' 2025-04-14T10:58:30.8415711Z 2025-04-14T10:58:30.8416003Z to explicitly request initialization of this class at run time. 2025-04-14T10:58:30.8432536Z com.oracle.svm.core.util.UserError$UserException: Class initialization of org.apache.camel.quarkus.jolokia.restrictor.CamelJolokiaRestrictor failed. Use the option 2025-04-14T10:58:30.8433727Z 2025-04-14T10:58:30.8434291Z '--initialize-at-run-time=org.apache.camel.quarkus.jolokia.restrictor.CamelJolokiaRestrictor' ``` -- 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