junit-team / junit4

A programmer-oriented testing framework for Java.
https://junit.org/junit4
Eclipse Public License 1.0
8.51k stars 3.24k forks source link

Migrate off constructors of boxed primitive types. #1771

Closed cpovirk closed 4 months ago

cpovirk commented 4 months ago

The constructors became deprecated for removal in JDK 16.

kcooney commented 4 months ago

Thanks!

Note there are no planned future releases of JUnit 4.x, but merging because 1) it only affects tests, and 2) this allows us to verify that things still work with future JDKs.