[jdk17u-dev] RFR: 8279068: IGV: Update to work with JDK 16 and 17
Andrew John Hughes
andrew at openjdk.org
Thu Jun 6 01:33:54 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.
Confirmed clean.
-------------
Marked as reviewed by andrew (Reviewer).
PR Review: https://git.openjdk.org/jdk17u-dev/pull/2488#pullrequestreview-2100601519
More information about the jdk-updates-dev
mailing list