You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "lburgazzoli (via GitHub)" <gi...@apache.org> on 2023/07/05 08:41:08 UTC

[GitHub] [camel-quarkus] lburgazzoli commented on issue #5056: Replace the deprecated RecorderContext#classProxy in groovy and joor extensions

lburgazzoli commented on issue #5056:
URL: https://github.com/apache/camel-quarkus/issues/5056#issuecomment-1621302441

   @essobedo I think the issue here is that the compiled class does not exists at build time as it is juts part of a `GeneratedClassBuildItem` so maybe the `configureLanguage` should depends on the `GeneratedClassBuildItem` or the CLass.forName could be done in the runtime part, at that point I think the class should exists.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org