Skip to content

Commit af0d237

Browse files
committed
forgot to bump pom
1 parent 1f7731f commit af0d237

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
This version is intended to work with openjdk11+.
44

5-
A slim layer to communicate with Processing from JRuby, features maven build. We have created a configuration free version of ruby processing, for processing-4.0+, where we include a modified processing core (`public runPropane()` to replace `protected runSketch()`. These jars are small enough to include in a gem distribution, and hence we do not require configuration. This has created a scriptable version, ie files get run direct from jruby. Currently JavaFX is unsupported. It would be nice make use of java modules, but I think we should let jruby project do that first (unless processing.org beat them to it). It would be a good idea to update examples with this release.
5+
A slim layer to communicate with Processing from JRuby, features maven build. We have created a configuration free version of ruby processing, for processing-4.0+, where we include a modified processing core (`public runPropane()` to replace `protected runSketch()`. These jars are small enough to include in a gem distribution, and hence we do not require configuration. This has created a scriptable version, ie files get run direct from jruby. Currently JavaFX is unsupported. Using maven to create an automatic module, to be refined.
66

77
adjust above for your OS/distro setup.
88

99
## Requirements
1010

11-
Previously there has been linker issue with P2D or P3D sketches with stock openjdk with some linux distros, but that seems to have gone away. [Adopt open jdk binaries][adopt] have always worked.
11+
Tested with OpenJDK11 and OpenJDK17.
1212

1313
- `jdk-11.0.11+`
14-
- `jruby-9.3.0.0`
14+
- `jruby-9.3.1.0`
1515

1616
## Building and testing
1717

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
'polyglot.dump.pom' => 'pom.xml',
4545
'project.build.sourceEncoding' => 'utf-8',
4646
'jogl.version' => '2.3.2', # for compiling actual included 2.4.0-rc
47-
'jruby.version' => '9.3.0.0',
47+
'jruby.version' => '9.3.1.0',
4848
'batik.version' => '1.14',
4949
'itextpdf.version' => '5.5.13.2',
5050
'jruby.api' => 'http://jruby.org/apidocs/')

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ DO NOT MODIFY - GENERATED CODE
6666
<itextpdf.version>5.5.13.2</itextpdf.version>
6767
<jogl.version>2.3.2</jogl.version>
6868
<jruby.api>http://jruby.org/apidocs/</jruby.api>
69-
<jruby.version>9.3.0.0</jruby.version>
69+
<jruby.version>9.3.1.0</jruby.version>
7070
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
7171
<processing.api>http://processing.github.io/processing-javadocs/core/</processing.api>
7272
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)