RFR: JDK-8277869: Maven POMs are using HTTP links where HTTPS is available

Tobias Holenstein tholenstein at openjdk.org
Wed Jan 10 08:33:28 UTC 2024


On Mon, 8 Jan 2024 20:48:09 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Replace `http` with `https` in xml files of IdealGraphVisualizer and LogCompilation.
>> Moreover, replace the old URL (./maven-v4_0_0.xsd) with of the suggested one (./maven-4.0.0.xsd) for `xsi:schemaLocation` in pom.xml.
>> 
>> Tested: IdealGraphVisualizer and LogCompilation build and run as expected.
>
> Looks good.

Thanks for the reviews @vnkozlov and @TobiHartmann

-------------

PR Comment: https://git.openjdk.org/jdk/pull/17302#issuecomment-1884392529


More information about the hotspot-compiler-dev mailing list