-
Notifications
You must be signed in to change notification settings - Fork 18
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
Migrate jetty-osgi-servlet-api artifact to jetty-servlet-api #20
Comments
@joakime while we're at it, we need to add |
Example of new generated
|
Should not we require |
the |
But Servlet 4.0 requires JDK 8 (Section 1.2). |
@sbordet the SNAPSHOT for this approach is available on the https://oss.sonatype.org/content/repositories/jetty-snapshots/
This was deployed from the |
PR #22 opened for this Issue. |
@joakime the |
Updated version to 4.0.0-SNAPSHOT. Updated Maven Plugins and dependencies versions. Fixed Automatic-Module-Name to jetty.servlet.api. Updated OSGi required environment to JavaSE-1.8. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
I believe that jakartaee/servlet#201 is fixed. You should be able to use the artifact that was released 6 days ago, instead of the Jetty-specific fork. |
@cowwoc unfortunately, the Jakarta specific release is missing the required embedded schemas wont work equally as well on both osgi and jpms. |
This work has been completed |
Along with the required build fixes from #18, we should perform the necessary steps from jetty/jetty.project#3120 to bring this artifact up to speed for JPMS as well.
Current tasks:
jetty-servlet-api
module-info.java
that depends onjetty-schemas
The text was updated successfully, but these errors were encountered: