Skip to content

Java 9+ Fix for java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

Compare
Choose a tag to compare
@tpunder tpunder released this 04 Mar 14:55
· 46 commits to master since this release

This release upgrades to a newer version of aws-sdk-java to avoid "java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException" errors when jaxb-impl >= 2.2.11 is included on your classpath but jaxb-core is not.

This was brought up by @JonathanKnight in #56