-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue 84 #172
base: master
Are you sure you want to change the base?
Issue 84 #172
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @rubyAnneB on file. In order for us to review and merge your code, please visit https://dev.karakun.com/cla and follow the instructions on that page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR. There are some small changes needed.
Also please fill out the CLA
remoting/rico-remoting-server-spring-test/rico-remoting-server-spring-test.gradle
Outdated
Show resolved
Hide resolved
@@ -21,6 +21,12 @@ dependencies { | |||
implementation "org.testng:testng:$testngVersion" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the testng dependency (and version variable) if it is no longer used
...rver-spring-test/src/main/java/dev/rico/internal/server/remoting/test/ClientTestFactory.java
Outdated
Show resolved
Hide resolved
...erver-spring-test/src/main/java/dev/rico/server/remoting/test/SpringJUnitControllerTest.java
Outdated
Show resolved
Hide resolved
...erver-spring-test/src/main/java/dev/rico/server/remoting/test/SpringJUnitControllerTest.java
Outdated
Show resolved
Hide resolved
remoting/rico-remoting-server-spring-test/src/main/java/module-info.java
Outdated
Show resolved
Hide resolved
@@ -14,4 +14,9 @@ | |||
requires static java.servlet; | |||
requires testng; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if testng is no longer used, then please remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would like me to delete everything relating to testng? Such as the SpringTestNGControllerTest?
...o-remoting-server-spring-test/src/test/java/dev/rico/server/remoting/test/JUnitDemoTest.java
Outdated
Show resolved
Hide resolved
...o-remoting-server-spring-test/src/test/java/dev/rico/server/remoting/test/JUnitDemoTest.java
Show resolved
Hide resolved
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
Added dependencies to the module, and converted SpringJUnitControllerTest.java, and JUnitDemoiTest.java to Junit 5. Closes #84