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/29 16:12:19 UTC

[GitHub] [camel-quarkus] essobedo opened a new issue, #4716: java-joor-dsl - Add annotation support

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

   All the annotations added to a class managed by the extension `java-joor-dsl` are not taken into account by Quarkus since it is not part of the Jandex index. The goal of this task is to ensure that the generated classes can be queried by Jandex to be able to add annotations like `RegisterForReflection` to the integration classes.


-- 
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] essobedo closed issue #4716: java-joor-dsl - Add RegisterForReflection annotation support

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo closed issue #4716: java-joor-dsl - Add RegisterForReflection annotation support
URL: https://github.com/apache/camel-quarkus/issues/4716


-- 
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 issue #4716: java-joor-dsl - Add annotation support

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo commented on issue #4716:
URL: https://github.com/apache/camel-quarkus/issues/4716#issuecomment-1488910859

   Related to https://github.com/apache/camel-k/issues/4124


-- 
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 issue #4716: java-joor-dsl - Add annotation support

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo commented on issue #4716:
URL: https://github.com/apache/camel-quarkus/issues/4716#issuecomment-1490382068

   Unfortunately, the Quarkus Team [rejected the idea to support annotations on generated classes ](https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/.E2.9C.94.20Annotations.20on.20generated.20classes), so I will limit the support of the annotation `RegisterForReflection` which can be handy in Camel-K 


-- 
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] squakez commented on issue #4716: java-joor-dsl - Add annotation support

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #4716:
URL: https://github.com/apache/camel-quarkus/issues/4716#issuecomment-1489813156

   Nice catch!


-- 
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 issue #4716: java-joor-dsl - Add RegisterForReflection annotation support

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo commented on issue #4716:
URL: https://github.com/apache/camel-quarkus/issues/4716#issuecomment-1491439358

   Should be fixed by 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