Skip to content

added necessary JEE modules for JRE >= 9#91

Open
kreftl wants to merge 1 commit intohighsource:masterfrom
kreftl:master
Open

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

Conversation

@kreftl
Copy link

@kreftl kreftl commented Sep 13, 2019

fix for #81

@ramin25
Copy link

ramin25 commented Nov 20, 2019

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

@abr-aeb
Copy link

abr-aeb commented Mar 12, 2020

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

@mikaello
Copy link

mikaello commented Apr 5, 2021

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