DomGarguilo commented on pull request #2427: URL: https://github.com/apache/accumulo/pull/2427#issuecomment-1040778857
I think this is pretty much finished aside from some dependency related issues. The build is failing from a "used-undeclared" error within `accumulo-start` module. I think this is happening because the tests that have not been converted to JUnit 5 tests should be running on the junit vintage-engine dependency however, since junit 4 is part of the `org.apache.hadoop:hadoop-client-minicluster:jar:3.3.0` (which is in the accumulo-start pom), it is using the junit 4 dependency instead and complaining that vintage-engine is **not used but declared** and junit 4 is **used but undeclared**. I'm not too sure how this can be handled aside from somehow ignoring the warnings for now and converting to junit 5. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
