Expected behavior
The SDK should work with Java 8 according to the Readme.
Actual behavior
I received the following error:
java.lang.UnsupportedClassVersionError: JVMCFRE199E bad major version 55.0 of class=jakarta/annotation/Resource, the maximum supported major version is 52.0; offset=6
Steps to reproduce the behavior
Run an app that uses javax.javaee-api 7.0 on Open Liberty that uses the SDK on version 6.6.0 or later.