On Mon, May 29, 2017 at 3:23 PM, Martin Desruisseaux < [email protected]> wrote:
> * In the first case, you tested with JAXB API together with JAXB > Reference Implementation (RI), or was it a modified version of JAXB RI? > * In the second case, you tested with JAXB API (annotations and > adapters) together with FasterXML as an implementation of that API? > Hello Martin * It is not a modified version. I included dependencies from maven repository. These are the packages included, 1. javax.xml.bind/jaxb-api 2. javax.xml.stream/stax-api 3. javax.activation/activation 4. com.sun.xml.bind/jaxb-core 5. com.sun.xml.bind/jaxb-impl * I used FasterXML xml object mapper and FasterXML jaxbAnnoationModule together with javax.xml.bind.annotation classes
