ctubbsii commented on a change in pull request #332: ACCUMULO-XXXX Use the hadoop3 shaded jars URL: https://github.com/apache/accumulo/pull/332#discussion_r158135914
########## File path: pom.xml ########## @@ -907,6 +922,10 @@ <artifactId>java17</artifactId> <version>1.0</version> </signature> + <ignores> + <ignore>org.apache.hadoop.conf.Configuration</ignore> + <ignore>org.apache.hadoop.fs.FileSystem</ignore> Review comment: I agree. I don't know why they wouldn't either, and it looks like they did: I found `<javac.version>1.8</javac.version>` in `hadoop-project/pom.xml` Accumulo was reluctant before, without a major version number bump. I wonder if there'd be less resistance now. :man_shrugging: ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services