ppalaga commented on issue #699: Remove UnbannedReflectiveBuildItem + policy extension ? URL: https://github.com/apache/camel-quarkus/issues/699#issuecomment-584699228 We currently ban classes annotated with `@org.apache.camel.spi.UriParams` that actually should not need reflection, because there are means on the Camel site how to avoid it. If those means do not work, one should file a Camel issue or even better fix it on the Camel side. Unbanning should be seen only as a temporary measure to make things work. Registering for reflection comes at some cost (image size, runtime efficiency) and we want to avoid it whereever possible.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services