JDK 17 and jaxb2-maven-plugin:

This article will not cover Jakarta XML Binding, v3.0 https://jakarta.ee/specifications/xml-binding/3.0/ The jaxb2-maven-plugin used in the example below is for JAXB <=2.x . There is a fork which is meant to support JAXB 3.0 (Jakarta)When using Jakarta XML Binding, all binding.xjb and schema definitions using the http://java.sun.com namespace need to change to use https://jakarta.ee/xml/ns/jaxb instead. AnyContinueContinue reading “JDK 17 and jaxb2-maven-plugin:”

JDK 17 and maven-jaxb2-plugin

This article will not cover Jakarta XML Binding, v3.0 https://jakarta.ee/specifications/xml-binding/3.0/ The maven-jaxb2-plugin used in the example below is for JAXB <=2.x . There is a fork of the JAXB2 Maven Plugin from phax/maven-jaxb2-plugin, which is itself a fork on highsource/maven-jaxb2-plugin. The fork is meant to support JAXB 3.0 (Jakarta)When using Jakarta XML Binding, all binding.xjb and schemaContinueContinue reading “JDK 17 and maven-jaxb2-plugin”