keith-turner commented on a change in pull request #1196: Update Accumulo to
build and run with Java 11
URL: https://github.com/apache/accumulo/pull/1196#discussion_r293571356
##########
File path: pom.xml
##########
@@ -132,17 +132,20 @@
<jaxb.version>2.3.0</jaxb.version>
<jersey.version>2.27</jersey.version>
<jetty.version>9.4.17.v20190418</jetty.version>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.release>11</maven.compiler.release>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
<!-- surefire/failsafe plugin option -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
+ <!-- temporary until other Java 11 issues are resolved -->
+ <modernizer.skip>true</modernizer.skip>
Review comment:
Would it make sense to create a 2.1 issue for this?
----------------------------------------------------------------
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