RFR: 8354335: No longer deprecate wrapper class constructors for removal

Chen Liang liach at openjdk.org
Thu Apr 10 23:43:23 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")`

The wrapper classes and MemberName changes look good.

-------------

Marked as reviewed by liach (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24586#pullrequestreview-2758769422


More information about the core-libs-dev mailing list