-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jakarta.activation-api 1.2.2 can't be used as OSGi bundle under JDK8 #67
Comments
…der for JDK8 compatibility Signed-off-by: Grzegorz Grzybek <[email protected]>
If accepted, it'd be nice to have jakarta.activation-api/1.2.3 released as well. |
at runtime, one has to use |
The fix applies both to the api ( |
To provide some background, this issue is one of similar issues created during my review of Eclipse-EE4J APIs: |
should work by updating |
Describe the bug
jakarta.activation/jakarta.activation-api/1.2.2 contains this OSGi header:
To Reproduce
Steps to reproduce the behavior:
install -s mvn:jakarta.activation/jakarta.activation-api/1.2.2
Expected behavior
jakarta.activation/jakarta.activation-api/1.2.2 is JPMS module, but the code itself doesn't require JDK9+. So this jar/bundle should be compatible with JDK8.
The text was updated successfully, but these errors were encountered: