Skip to content

added necessary JEE modules for JRE >= 9#91

Open
kreftl wants to merge 1 commit into
highsource:masterfrom
kreftl:master
Open

added necessary JEE modules for JRE >= 9#91
kreftl wants to merge 1 commit into
highsource:masterfrom
kreftl:master

Conversation

@kreftl

@kreftl kreftl commented Sep 13, 2019

Copy link
Copy Markdown

fix for #81

@ramin25

ramin25 commented Nov 20, 2019

Copy link
Copy Markdown

Bump - Would like to use this with later versions of Java without having to build it myself.

@abr-aeb

abr-aeb commented Mar 12, 2020

Copy link
Copy Markdown

@highsource any news on this? At the moment we can't use your library with current java versions unfortunatly :(.

@mikaello

mikaello commented Apr 5, 2021

Copy link
Copy Markdown

Thanks @kreftl !

In addition to your changes, for OpenJDK 15 to work I needed to do the following changes as well:

In pom.xml:

                                        <configuration>
-                                               <source>1.6</source>
-                                               <target>1.6</target>
+                                               <source>1.7</source>
+                                               <target>1.7</target>
                                        </configuration>

In npm/pom.xml:

-                                               <phase>generate-sources</phase>
+                                               <phase>prepare-package</phase>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants