You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shopify-sdk relies on JAXB APIs that were part of the JDK in Java 8 but lost support in later versions. We should ensure that the shopify-sdk works with Java 8, 9, 10, and 11
Hopefully we can accomplish this by just including the Maven Dependencies for JAXB that are now excluded.
We should start running CI builds with different JDK versions to ensure we maintain support.
@rjdavis3 Yeah i think we can do this.
We'll have to push to maven with our minimal supported version or it won't work with older projects.
Compiled with java 11 and pushing to maven will start giving errors on projects that are using earlier versions:
com/shopify/ShopifySdk has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
shopify-sdk relies on JAXB APIs that were part of the JDK in Java 8 but lost support in later versions. We should ensure that the shopify-sdk works with Java 8, 9, 10, and 11
Hopefully we can accomplish this by just including the Maven Dependencies for JAXB that are now excluded.
We should start running CI builds with different JDK versions to ensure we maintain support.
https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j
The text was updated successfully, but these errors were encountered: