ccrvincent commented on a change in pull request #23: SCIMple 84 URL: https://github.com/apache/directory-scimple/pull/23#discussion_r365505932
########## File path: scim-server/scim-server-common/src/test/java/org/apache/directory/scim/server/provider/UpdateRequestTest.java ########## @@ -27,23 +33,7 @@ import javax.enterprise.inject.Instance; -import jdk.nashorn.internal.ir.annotations.Ignore; Review comment: This was not the correct `@Ignore` annotation for unit tests and caused a "Not API" warning. JUnit 5 moved to `@Disabled`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
