You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2020/01/15 22:40:00 UTC

[jira] [Created] (MENFORCER-347) RequireJavaVersion should use plexus-java

Robert Scholte created MENFORCER-347:
----------------------------------------

             Summary: RequireJavaVersion should use plexus-java
                 Key: MENFORCER-347
                 URL: https://issues.apache.org/jira/browse/MENFORCER-347
             Project: Maven Enforcer Plugin
          Issue Type: Improvement
          Components: Standard Rules
            Reporter: Robert Scholte


This rule is using {{SystemUtils.JAVA_VERSION}} to verify the Java version. The downside of this solution is that it needs to be updated every 6 month because it is using an enum to verify it.
Several other plugins already use https://codehaus-plexus.github.io/plexus-languages/plexus-java/usage.html to compare Java versions, and it doesn't require to be updated with every new Java release (as long as it keeps using the same versioning scheme of course)
Better to replace this piece of code.



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