Skip to content
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

Handle Java SE 11 requirements in Jakarta API #615

Open
stbischof opened this issue Aug 9, 2023 · 1 comment
Open

Handle Java SE 11 requirements in Jakarta API #615

stbischof opened this issue Aug 9, 2023 · 1 comment
Assignees

Comments

@stbischof
Copy link
Contributor

stbischof commented Aug 9, 2023

The Jakarta EE 10 Specification changes the required minimum Java Version from 8 to 11.

2.4.1. Container Requirements

This specification requires that containers support execution in a Java™ runtime environment, 
as defined by the Java Platform, Standard Edition specification, v11 or later (Java SE 11 or later)

The PR #611 Upgrade of org.osgi.service.servlet to support Jakarta Servlet API 6.x is first PR with this issue.

We should discuss the implications of this like, how to do a CI build with different base Versions per Chapter.

@stbischof
Copy link
Contributor Author

Issues:
Doclets might not run untder java 8
https://github.com/osgi/osgi/tree/main/osgi.specs/src/org/osgi/tools/xmldoclet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants