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 2022/08/16 07:32:25 UTC

[GitHub] [camel-quarkus] davsclaus opened a new issue, #3994: Camel 3.19 - camel-mapstruct extension

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

   There is a new component
   https://github.com/apache/camel/tree/main/components/camel-mapstruct
   
   Camel Quarkus could do build time optimization as we in the default implementation does classpath scanning to find mapstruct Mapper interfaces.
   https://github.com/apache/camel/blob/main/components/camel-mapstruct/src/main/java/org/apache/camel/component/mapstruct/DefaultMapStructFinder.java#L100
   
   Also maybe quarkus has some special mapstruct extension as well that does this, so the CEQ extension can use 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.

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 #3994: Mapstruct: native support

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #3994: Mapstruct: native support
URL: https://github.com/apache/camel-quarkus/issues/3994


-- 
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] davsclaus commented on issue #3994: Camel 3.19 - camel-mapstruct extension

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

   There is also a plain camel example at
   https://github.com/apache/camel-examples/tree/main/examples/mapstruct


-- 
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] zbendhiba commented on issue #3994: Add mapstruct extension

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

   The extension was created in JVM only. This issue concerns the addition of native support and integration tests


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