-
Notifications
You must be signed in to change notification settings - Fork 24
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
Deliver interceptor-api Specification Version update for Jakarta EE 9 #53
Comments
Can I ask this team to please create and assign the following labels to this Issue? Thank you! |
Once we get a M1 or RC1 jar for the updated Interceptor API, could we post a notecard to the Milestone/RC column of the Project Board? It would help with other Projects dependent on Interceptors (Wave 1). Thanks! |
#53 Update references to Jakarta and update poms
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
#53 update Common Annotations to 2.0.0-RC1
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
Jakartified TCK in jakartaee/platform-tck@986c9e1 |
Jakartified implementation in eclipse-ee4j/glassfish@b8828e5 (and others) |
One last request for the Specifications PR to promote the Milestone deliverables for this Project. The PR is created against the Jakarta EE specifications github repo. A template is automatically used when creating PRs against this repo which should help with understanding the steps required for a successful merge. We're not looking for perfection for this Milestone. We just want the ability to promote the great work that all of the Projects are doing. If you submit a PR, please feel free to move this Epic to the Milestone 1 Ready column in the Project Board. Thanks! |
Looking for an update on the status of the Interceptors Final Specification PR. If we're going to make the Sept deliverable goal, then this Wave 1 Specification needs to be ready for final ballot by Monday, July 19. Which means that the Specification PRs should already be created and under a "mentorship" review. Can I ask what the plans are for this Specification? Thanks! |
Thanks to @thadumi the spec document is in a very good shape. I just pushed the proposed final API to staging: |
Spec & javadoc PR for review: jakartaee/specifications#233 |
Ballot thread: https://eclipse.org/lists/jakarta.ee-spec/msg01261.html |
Release bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=568930 |
Completion steps completed: #82 I think this can be closed now. |
Is your feature request related to a problem? Please describe.
Jakarta EE 9 is the next major release, with the main focus of moving from the
javax
namespace to thejakarta
namespace.Describe the solution you'd like
This issue will be used to track the progress of this work effort via the Jakarta EE 9 Project board.
Additional context
Jakarta EE Specification Process
Eclipse Project Handbook
Eclipse Release Record for Jakarta EE 9
ToDo
Most Component Release Records will just reference the Jakarta EE 9 Platform Release Plan. But, if your Component deviates at all from the Platform Release Plan, then a description of the changes will be required in the Release Record.
Again, if your component is only doing the required minimum as defined by the Jakarta EE 9 Platform Release Plan, then no separate ballot is required. You are already approved. But, if your component deviates from the Platform Release Plan, then you will need to initiate your own ballot as defined by the Jakarta EE Specification Process.
Many of the Jakarta EE components now have the source for their Specification documents. It is strongly recommended that these Specification documents are properly updated to represent Jakarta EE instead of Java EE. Some helpful instructions are documented here.
If your component has Specification source, then all javax package references need to be updated to use jakarta package references.
Your component APIs need to move from using the javax namespace to using the jakarta namespace.
A Release Candidate of your component API should be pushed to Maven Central as soon as humanly possible. This will allow other dependent components to utilize your APIs as they are updating their APIs. Multiple revisions of these Release Candidate APIs are allowed (and probably expected) during the development cycle.
Your component TCK needs to be updated to use the jakarta namespace.
Your compatible implementation that will be used to demonstrate completeness of the Specification needs to be updated to use the jakarta namespace.
When ready, your final version of the API needs to be staged to get ready for the PR review and approvals.
Like we did for Jakarta EE 8, draft PRs need to be created and reviewed in preparation for the final ballots.
Each Jakarta EE component will need to initiate a separate Release Review ballot after proper reviewing has completed. To be clear, there will not be a blanket Release Review for all of Jakarta EE 9 like we did for the Plan Review. Each component needs a separate Release Review.
The text was updated successfully, but these errors were encountered: