-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
sbordet
added a commit
that referenced
this issue
Jul 29, 2024
sbordet
added a commit
that referenced
this issue
Aug 7, 2024
Removed deprecated methods from AbstractConnectionPool. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Aug 7, 2024
Removed deprecated methods from EndPoint. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Aug 7, 2024
Removed deprecated classes/methods from jetty-client. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
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 <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Aug 26, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# 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: