RFR: 8354335: No longer deprecate wrapper class constructors for removal
Brent Christian
bchristi at openjdk.org
Fri Apr 11 20:17:26 UTC 2025
On Thu, 10 Apr 2025 22:05:04 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> Remove forRemoval = true from @Deprecated annotation of Boolean, Byte, Character, Double, Float, Integer, Long, Short.
> And add `SuppressWarnings("deprecation") `where needed; and remove `SuppressWarnings("removal")`
LGTM
-------------
Marked as reviewed by bchristi (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24586#pullrequestreview-2761490305
More information about the core-libs-dev
mailing list