essobedo opened a new pull request, #4453: URL: https://github.com/apache/camel-quarkus/pull/4453
fixes #4452 ## Motivation In order to give the opportunity to the end user to decide whether the compilation of jOOR expressions in JVM should be done at runtime like before or at build time, a new dedicated property configuration should be added. ## Modifications: * Add a new configuration property called `compileAheadOfTime` for this purpose, set to `false` by default to keep the same behavior as the previous version * Add a specific `BooleanSupplier` to enable the compilation in native mode or when `compileAheadOfTime` is `true` * Rename the test resource `bean.joor` to `bean.txt` to avoid having to take care of the license header. -- 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]
