[init-templates] migrate Java init templates to JUnit 5 #10694
Labels
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
language/java
Related to Java bindings
p2
package/tools
Related to AWS CDK Tools or CLI
The Java init templates include unit tests that are built against JUnit 4 (as can be seen via #10670). This is getting a little old and it might be a good idea to upgrade to JUnit 5.
Use Case
It's silly to start a new project on an older version of frameworks / tools.
Proposed Solution
Upgrade dependency to JUnit 5, and adjust the test code accordingly.
This ought to be pretty straight-forward since those tests are nothing fancy.
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: