-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade JUnit4 to Junit5 #372
base: master
Are you sure you want to change the base?
Conversation
b0ad12b
to
fe2b19e
Compare
Is this ready for review? |
Not yet, there's a minor issue with one of the submodules that I'm trying to fix |
Update @sundargates : I've been trying to resolve this for quite some time. Can you help me with the same? |
1ed8206
to
c789321
Compare
Upgrade mockito in mantis-server-worker
c789321
to
cd200f6
Compare
@sundargates following our conversation during office hours, I've left |
Context
Upgrades JUnit4 to JUnit5.
Fixes #369
Doesn't upgrade
mantis-control-plane-server
due to issues with akka packageChecklist
./gradlew build
compiles code correctly./gradlew test
passes all tests