You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shiro.apache.org by "Karl Heinz Marbaise (Jira)" <ji...@apache.org> on 2022/01/24 20:43:00 UTC

[jira] [Created] (SHIRO-850) The profile name jdk19-plus is misleading

Karl Heinz Marbaise created SHIRO-850:
-----------------------------------------

             Summary: The profile name jdk19-plus is misleading
                 Key: SHIRO-850
                 URL: https://issues.apache.org/jira/browse/SHIRO-850
             Project: Shiro
          Issue Type: Improvement
          Components: Sample Apps
    Affects Versions: 2.0.0, 1.9.0
            Reporter: Karl Heinz Marbaise
             Fix For: 2.0.0, 1.9.0


Actually there is given a profile id {{<id>jdk19-plus</id>}} in the {{servlet-plugin}} module with this:
{code:xml}
        <profile>
            <id>jdk19-plus</id>
            <activation>
                <jdk>[9,)</jdk>
            </activation>
            <build>
                <plugins>
                .....
                </plugins>
            </build>
        </profile>
{code}
So this name should be renamed to {{jdk9-plus}} because it's related to JDK9+ and not related to JDK19+ (which is not very far in the future.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@shiro.apache.org
For additional commands, e-mail: issues-help@shiro.apache.org