Migrate off constructors of boxed primitive types.

The constructors became [deprecated for
removal](https://bugs.openjdk.org/browse/JDK-8254324) in [JDK
16](https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/Integer.html#%3Cinit%3E(int)).
9 files changed
tree: d6bbe8870972545bd651017ad05669759ae5739d
  1. .github/
  2. .mvn/
  3. .settings/
  4. doc/
  5. src/
  6. .gitattributes
  7. .gitignore
  8. acknowledgements.txt
  9. BUILDING
  10. CODING_STYLE.txt
  11. CONTRIBUTING.md
  12. epl-v10.html
  13. KEYS
  14. LEGACY_CODING_STYLE.txt
  15. LICENSE-junit.txt
  16. mvnw
  17. mvnw.cmd
  18. NOTICE.txt
  19. pom.xml
  20. README.md
  21. SECURITY.md
  22. to-do.txt
README.md

JUnit 4

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

For more information, please visit:

CI Status