We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
There is also a plain camel example at https://github.com/apache/camel-examples/tree/main/examples/mapstruct
Sorry, something went wrong.
The extension was created in JVM only. This issue concerns the addition of native support and integration tests
Add MapStruct native support
b237553
Fixes apache#3994
346ac75
7407c2a
0159a89
jamesnetherton
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: