-
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
[12.1.x] Remove deprecated classes/methods #12023
Open
Labels
Bug
For general bugs on Jetty side
Comments
sbordet
added a commit
that referenced
this issue
Jul 19, 2024
WriteFlusher.Listener functionality was removed, and the class deprecated in 12.0.10 as part of the work for #9778 and #11839. Signed-off-by: Simone Bordet <[email protected]>
sbordet
added a commit
that referenced
this issue
Jul 29, 2024
WriteFlusher.Listener functionality was removed, and the class deprecated in 12.0.10 as part of the work for #9778 and #11839. Signed-off-by: Simone Bordet <[email protected]>
sbordet
added a commit
that referenced
this issue
Aug 7, 2024
Removed deprecated methods from AbstractConnectionPool. Signed-off-by: Simone Bordet <[email protected]>
sbordet
added a commit
that referenced
this issue
Aug 7, 2024
Removed deprecated methods from EndPoint. Signed-off-by: Simone Bordet <[email protected]>
sbordet
added a commit
that referenced
this issue
Aug 7, 2024
Removed deprecated classes/methods from jetty-client. Signed-off-by: Simone Bordet <[email protected]>
I think our policy on removing deprecated API should be:
This means that we can remove only in the next minor release, but only after 6 patch releases (approx 6 months). |
I have captured this policy in #12194. |
sbordet
added a commit
that referenced
this issue
Aug 23, 2024
Removed deprecated methods from EndPoint. Signed-off-by: Simone Bordet <[email protected]>
sbordet
added a commit
that referenced
this issue
Aug 26, 2024
Removed deprecated classes/methods from jetty-client. Signed-off-by: Simone Bordet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
12.1.x
Description
Many classes carry over deprecated methods that can be removed, for example:
EndPoint.get[Local|Remote]Address()
.Review what needs to be removed before the final release of 12.1.x.
The text was updated successfully, but these errors were encountered: