[jdk17u-dev] Integrated: 8279068: IGV: Update to work with JDK 16 and 17

fitzsim duke at openjdk.org
Thu Jun 6 08:19:53 UTC 2024


On Wed, 22 May 2024 15:53:38 GMT, fitzsim <duke at openjdk.org> wrote:

> I propose the following backport to `jdk17u-dev`:
> 
> 
> 8279068: IGV: Update to work with JDK 16 and 17
> 
> Reviewed-by: kvn, neliasso, chagedorn
> Backport-of: 7bcca7692b62a37f70c757694f6acff0295371cc
> 
> 
> This is a mostly-clean backport to 17.  I had to move and apply manually these two lines:
> 
> 
> --- src/utils/IdealGraphVisualizer/pom.xml
> +++ src/utils/IdealGraphVisualizer/pom.xml
> @@ -110,11 +131,12 @@
>          <module>View</module>
>      </modules>
>      <properties>
> -        <netbeans.version>RELEASE123</netbeans.version>
> +        <netbeans.version>RELEASE126</netbeans.version>
>          <swinglayouts.version>1.0.2</swinglayouts.version>
>          <nbmmvnplugin.version>4.6</nbmmvnplugin.version>
>          <mvncompilerplugin.version>3.8.1</mvncompilerplugin.version>
>          <mvnjarplugin.version>3.2.0</mvnjarplugin.version>
> +        <mvnenforcerplugin.version>3.0.0</mvnenforcerplugin.version>
>          <junit.version>4.13.2</junit.version>
>          <batik.version>1.14</batik.version>
>          <openpdf.version>1.3.26</openpdf.version>
> 
> 
> With this backport `mvn install; sh igv.sh` works fine for me on `x86-64 Fedora 38`, `fastdebug` build, without needing to add JVM options to the `idealgraphviewer` wrapper script, which I needed to do  when testing #2487.

This pull request has now been integrated.

Changeset: d117806d
Author:    Thomas Fitzsimmons <fitzsim at redhat.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/d117806dd0f4a651ac3264f81b8cf8d98db89b98
Stats:     142 lines in 22 files changed: 121 ins; 0 del; 21 mod

8279068: IGV: Update to work with JDK 16 and 17

Reviewed-by: andrew
Backport-of: 7bcca7692b62a37f70c757694f6acff0295371cc

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

PR: https://git.openjdk.org/jdk17u-dev/pull/2488


More information about the jdk-updates-dev mailing list