On Thu, 10 Apr 2025 22:05:04 GMT, Roger Riggs <rri...@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")` This pull request has now been integrated. Changeset: 1fd136cd Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/1fd136cd6b863ebee70e42b2966584218d0919ec Stats: 22 lines in 9 files changed: 0 ins; 0 del; 22 mod 8354335: No longer deprecate wrapper class constructors for removal Reviewed-by: liach, bchristi, iris ------------- PR: https://git.openjdk.org/jdk/pull/24586