jamesnetherton commented on code in PR #3902: URL: https://github.com/apache/camel-quarkus/pull/3902#discussion_r914669084
########## integration-tests/jaxb/src/main/resources/application.properties: ########## @@ -16,10 +16,7 @@ ## limitations under the License. ## --------------------------------------------------------------------------- -# -# Quarkus -# - -## include xml routes and scheme -quarkus.native.resources.includes = person.xsd - +# Note: jaxb.index for the 'pojo' package is added manually since PojoPerson is a slight edge case test +# where it does not have any JAXB annotations. Thus quarkus-jaxb cannot auto create +# the jaxb.index for the native image +quarkus.native.resources.includes = person.xsd,org/apache/camel/quarkus/component/jaxb/it/model/pojo/jaxb.index Review Comment: Actually it's a leftover that is not required. I'll remove it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
