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:29:51 UTC

[GitHub] [camel-quarkus] lburgazzoli opened a new issue, #5056: Replace the deprecated RecorderContext#classProxy in groovy and joor extensions

lburgazzoli opened a new issue, #5056:
URL: https://github.com/apache/camel-quarkus/issues/5056

   ### Description
   
   Wile working on https://github.com/apache/camel-quarkus/pull/5053, [we noticed](https://github.com/apache/camel-quarkus/pull/5053#issuecomment-1621228175) that even if it is state that `RecorderContext#classProxy` can be replaced with i.e. `Class#forName`, that does not seems to work and it is not clear if this is because of a Quarkus issue or a mis-usage.
   
   


-- 
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.apache.org

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


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

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5056: Replace the deprecated RecorderContext#classProxy in groovy and joor extensions
URL: https://github.com/apache/camel-quarkus/issues/5056


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


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

Posted by "lburgazzoli (via GitHub)" <gi...@apache.org>.
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