DenisIstomin commented on issue #3503:
URL: https://github.com/apache/camel-quarkus/issues/3503#issuecomment-1029098421


   Thanks @ppalaga, I'm working on providing PR.
   I verified that extension functions work with my local changes that disable 
FEATURE_SECURE_PROCESSING.
   There is also no need for any improvements to make them work in Native mode.
   
   There is only one issue: extension functions work only when they are defined 
in a separate jar, otherwise QuarkusClassloader is not able to load class from 
`target` folder when you run tests. Because all classes from ApplicationPath 
are marked as `banned` and cannot be loaded.
   I'll address this issue in the upcoming PR.


-- 
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