Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
3.2.0
-
None
Description
new URL(String)
was deprecated in Java 21: https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/URL.html#constructor-deprecation
The Maven Wrapper docs say that Java 7+ is supported, so we can switch to using
URI.create(String).toURL()
instead, which is supported in Java 7
Attachments
Issue Links
- is cloned by
-
MWRAPPER-132 Inlined mvnw Downloader.java uses `new URL(String)`, which is deprecated in Java 21
- Closed
- links to