Which JAXB version was used in Java 8?
问题 JAXB (Java Architecture for XML Binding) has been publised as Maven artifacts although it was bundled with JREs until Java 8 (and Java 9/10 with an option). My question here is: Which JAXB version on Maven Central corresponds to Java 8's bundled version? (And, also for Java 9/10's under a feature option?) I'm seeing in https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api : 2.2.* (~ 2.2.12) 2.3.0 2.3.1 2.4.0-* (under development) (3.0.0 to be jakarta.xml.* ) 回答1: As far as Java 8: $ $(