jamesnetherton commented on issue #5650: URL: https://github.com/apache/camel-quarkus/issues/5650#issuecomment-1893497466
A *lot* of the Camel core (and various other third party stuff) now gets registered for reflection with this change. Taking the azure-grouped test as an example: Before: ``` 7,979 types, 3,981 fields, and 18,055 methods registered for reflection ``` After: ``` 10,684 types, 9,888 fields, and 34,668 methods registered for reflection ``` -- 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