essobedo opened a new pull request #7104: URL: https://github.com/apache/camel/pull/7104
## Motivation A field annotated with `@XmlElement` without the attribute `name` should have as XML name its name according to the JAXB specification which is not currently the case. ## Modifications: * Rewrite the method `fieldName` to make sure that the attribute name of the annotation `@XmlRootElement` is only retrieved in case if a field is annotated with `@XmlElementRef` (or `@DslProperty`) as stated by the spec -- 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]
