-
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
Remove Deprecated classes & methods #1676
Comments
Any reason why not? @sbordet @janbartel @joakime @jmcc0nn3ll @WalkerWatch @olamy ? |
Jetty 10 would be the proper time and place, yes. |
If deprecated in 9.4 no reason to not remove
On Tue, 18 Jul 2017 at 10:37 pm, Jesse McConnell ***@***.***> wrote:
Jetty 10 would be the proper time and place, yes.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1676 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABNELNU7y6VPc800wsXxQ5FNEWzU4gIks5sPKbrgaJpZM4ObMUp>
.
--
Olivier
|
+1 for removal in 10.x - would like a full list once we do this so we can include in migration guide(s). |
Would also encourage use of the new @deprecated annotation in Java 9 for those methods that cannot be removed (yet). There will also be some existing @deprecated methods that cannot be removed (such as the |
@WalkerWatch I'll do the removal commit by commit, so git will tell us the complete list. |
Should we remove the eg: <Set name="host"><Property name="jetty.ssl.host" deprecated="jetty.host" /></Set> |
+1 |
OK will do....
…On 19 July 2017 at 16:13, Jesse McConnell ***@***.***> wrote:
+1
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1676 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEUrX9J4UMYF2GfCRvwhIVhlo4Ftv_wks5sPg6pgaJpZM4ObMUp>
.
--
Greg Wilkins <gregw@webtide.com> CTO http://webtide.com
|
Signed-off-by: Joakim Erdfelt <joakim@erdfelt.com>
Signed-off-by: Joakim Erdfelt <joakim@erdfelt.com>
Signed-off-by: Joakim Erdfelt <joakim@erdfelt.com>
Signed-off-by: Joakim Erdfelt <joakim@erdfelt.com>
+ Cleaning up test cases and javadoc + Cleaning up .valueOf() usages Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
+ Changing usages of JVM deprecated classes / methods as well + Cleaning up test cases and javadoc Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
+ Changing usages of JVM deprecated classes / methods as well + Cleaning up test cases and javadoc Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
…emoved concepts Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
+ Changing usages of JVM deprecated classes / methods as well + Cleaning up test cases and javadoc + Removing test methods that rely on deprecated and now removed concepts Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Issue #1676 - Removing deprecated methods and classes
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Opened PR #3416 to handle the removal of |
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
…urce-geturl Issue #1676 - Removing Deprecated Resource.getURL()
Considering this complete |
There are several classes and many methods deprecated in jetty-9.4.x. Should these be remove in Jetty-10.x?
The text was updated successfully, but these errors were encountered: