You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "essobedo (via GitHub)" <gi...@apache.org> on 2023/03/31 16:40:27 UTC

[GitHub] [camel-quarkus] essobedo opened a new pull request, #4732: Ref #4731: java-joor-dsl - Add support of inner classes

essobedo opened a new pull request, #4732:
URL: https://github.com/apache/camel-quarkus/pull/4732

   fixes #4731 
   
   ## Motivation
   
   When a `RouteBuilder` class has an inner class, the inner class is unknown by Quarkus in native mode which causes a native compilation issue. The goal of this PR is to add the support of inner classes to prevent the native compilation issue.
   
   ## Modifications
   
   * Produce `JavaJoorGeneratedClassBuildItem` for inner classes too
   * Add a unit test 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-unsubscribe@camel.apache.org

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


[GitHub] [camel-quarkus] essobedo commented on pull request #4732: Ref #4731: java-joor-dsl - Add support of inner classes

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo commented on PR #4732:
URL: https://github.com/apache/camel-quarkus/pull/4732#issuecomment-1492249047

   Depends on https://github.com/apache/camel-quarkus/pull/4726


-- 
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] essobedo merged pull request #4732: Ref #4731: java-joor-dsl - Add support of inner classes

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo merged PR #4732:
URL: https://github.com/apache/camel-quarkus/pull/4732


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