It is probably safe to assume that the majority of people who use JAXB today use the xjc compiler to create Java classes from XML Schema files rather than from Document Type Definition (DTD) files.
I am moving a project that uses the JPMS from Oracle JDK10 to OpenJDK11. The app is compiling/running apart from any (un)marshaling operation using JAXB. at java.xml ...
A DESCRIPTION OF THE PROBLEM : There needs to be java.time support in JAXB. I have a POJO with an @xmlelement" lastModified " of type java.time.Instant, and it just gets printed out (the value is ...