You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/05 11:00:56 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #2319: Document that AtlasMap user classes may need to be registered for reflection

jamesnetherton opened a new issue #2319:
URL: https://github.com/apache/camel-quarkus/issues/2319


   [this](https://github.com/apache/camel-quarkus/blob/master/integration-tests/atlasmap/src/main/java/org/apache/camel/quarkus/component/atlasmap/it/model/Person.java) class should be annotated with `@RegisterForReflection`, `quarkus-resteasy` is masking the issue because it is automatically registering `Person` for reflection.
   
   We should add some notes into the AtlasMap extension docs about this requirement.


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

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



[GitHub] [camel-quarkus] zbendhiba commented on issue #2319: Document that AtlasMap user classes may need to be registered for reflection

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on issue #2319:
URL: https://github.com/apache/camel-quarkus/issues/2319#issuecomment-795558098


   @jamesnetherton I can do that. BTW, How did you notice that ?


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

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



[GitHub] [camel-quarkus] jamesnetherton closed issue #2319: Document that AtlasMap user classes may need to be registered for reflection

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #2319:
URL: https://github.com/apache/camel-quarkus/issues/2319


   


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

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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #2319: Document that AtlasMap user classes may need to be registered for reflection

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #2319:
URL: https://github.com/apache/camel-quarkus/issues/2319#issuecomment-795583536


   > How did you notice that
   
   Bindy had a similar problem and it got me thinking about other places where the issue may exist.
   
   Basically, if you use the model class as the return type on the JAX-RS service methods, then the RestEasy extension will do the reflective class registration for that type, which is not what we want for our extensions.
   
   There are probably other itests where this is happening, but it's a laborious task to track down every occurrence.


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

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