Commit 60c2c05b authored by Matthias Betz's avatar Matthias Betz
Browse files

Bump JOGL/GlueGen to 2.5.0 for openglfx compatibility



openglfx-jogl 4.1.19 calls GLDrawableFactory.getFactory(AbstractGraphicsDevice),
which does not exist in JOGL 2.3.2 (NoSuchMethodError at canvas init). 2.5.0
provides it; JoglTesselator's GLU tessellation API is unchanged across the bump.

Co-Authored-By: default avatarClaude Opus 4.8 <noreply@anthropic.com>
parent 5298cad9
......@@ -168,7 +168,7 @@
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt-main</artifactId>
<version>2.3.2</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>gov.nist.math</groupId>
......@@ -178,7 +178,7 @@
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
<version>2.3.2</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment