essobedo opened a new pull request, #9788: URL: https://github.com/apache/camel/pull/9788
Fix for https://issues.apache.org/jira/browse/CAMEL-19245 ## Motivation Up to now, the only way to get the inner and anonymous classes that have been compiled is by using reflection/introspection while it could be simplified by adding new methods. ## Modifications: * Add a method allowing to get all the compiled classes. * Add some unit tests to ensure that it works as expected -- 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