Christopher Tubbs created ZOOKEEPER-3787:
--------------------------------------------

             Summary: Apply modernizer-maven-plugin to build
                 Key: ZOOKEEPER-3787
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3787
             Project: ZooKeeper
          Issue Type: Improvement
          Components: build
            Reporter: Christopher Tubbs
            Assignee: Christopher Tubbs
             Fix For: 3.7.0


modernizer-maven-plugin can catch outdated Java coding paradigms that have been 
superseded by newer Java language features.

Applying the recommended changes from this plugin can help a project avoid 
breakages, incompatibilities, and changes in behavior, across Java versions. It 
can also help reduce dependencies by suggesting changes that leverage built-in 
Java classes rather than commonly-used external libraries that were written to 
add convenient features before those features were added to Java itself.

Adding the plugin to the build is simple, but working through all the items it 
catches is tedious. I've already begun this work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to