Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Resolved
-
2.0.0-alpha, 1.9.0
-
None
Description
Actually there is given a profile id <id>jdk19-plus</id> in the servlet-plugin module with this:
<profile> <id>jdk19-plus</id> <activation> <jdk>[9,)</jdk> </activation> <build> <plugins> ..... </plugins> </build> </profile>
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.
Attachments
Issue Links
- links to