ppalaga commented on PR #3423: URL: https://github.com/apache/cxf/pull/3423#issuecomment-5580166730
Hi @coheigea, this is a bit problematic for Quarkus CXF in native mode, because we let GraalVM initialize as many classes as possible at build time for fast application boot. Doing this for a class wanting to init `java.util.Random` (or its subclasses) at build time is not a good idea for obvious reasons. Could I please send a change similar to https://github.com/apache/cxf/pull/2706/changes ? -- 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]
