jmark99 opened a new pull request #1191: Replace use of deprecated newInstance calls. URL: https://github.com/apache/accumulo/pull/1191 Calls to newInstance() are deprecated in JDK 9+. Replace with calls to getDeclaredConstructor().newInstance()
---------------------------------------------------------------- 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
