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

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


On Mon, 8 Jan 2024 10:29:38 GMT, Tobias Holenstein <tholenstein 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.

This pull request has now been integrated.

Changeset: 88378ed0
Author:    Tobias Holenstein <tholenstein at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/88378ed0584c7eb0849b6fc1e361fd8ea0698caf
Stats:     43 lines in 40 files changed: 1 ins; 1 del; 41 mod

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

Reviewed-by: kvn, thartmann

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

PR: https://git.openjdk.org/jdk/pull/17302


More information about the hotspot-compiler-dev mailing list