Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added necessary JEE modules for JRE >= 9 #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

@AndreasBrie
Copy link

@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