-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
The great Jetty-12 renaming omnibus #9072
Comments
|
|
|
Sure there are! |
@sbordet So an I do not think we have any code that is effectively: Request.Processor p = myHandler; and even if we did, that could just become: Request.Processor p = myHandler::handle; |
Adding the websocket isDemanding rename to the omnibus #8991 |
The jetty-core/jetty-ee module is not really ee specific. Currently it just contains the Deployable interface, which can apply to non ee contexts. It could be renamed to |
So here is the list of renames that I would like to do:
I think some of these are trivial, but most will need a PR to be reviewed. But we should do once we have a minimal number of open PRs @sbordet @janbartel @lorban @lachlan-roberts @joakime @olamy @jmcc0nn3ll |
Tracking renaming of DecryptedEndPoint to SslEndPoint via #9326. |
remaining rename to beta1 |
* Issue #9072 refactor jetty-ee module to remove it * Remove old ee imports in module-info.javas * Remove jetty-ee from deps * Fix references to jetty-ee for osgi * Update jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/Deployable.java Co-authored-by: Greg Wilkins <[email protected]> --------- Co-authored-by: Greg Wilkins <[email protected]>
Jetty version(s)
12
Enhancement Description
As jetty-12 alpha dev comes to a close, there are few classes and methods that could be renamed. To make our lives simpler, it will be best to do these all at once with minimal other PRs outstanding. So this issue is here to suggest/discuss renamings that we want to do, and when we are all agreed we can do them all at once and quickly merge. Please list suggested renamings in the comments.
The text was updated successfully, but these errors were encountered: