[java-parent-project] branch maint-7 updated: JPAR-110 - Java 11 removes modules deprecated in Java 9
Ian Young
ian at iay.org.uk
Thu Mar 15 12:12:52 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-7
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=f90b54c3a2e6799cc577fd625ad10f9bbd9cbe42
The following commit(s) were added to refs/heads/maint-7 by this push:
new f90b54c JPAR-110 - Java 11 removes modules deprecated in Java 9
f90b54c is described below
commit f90b54c3a2e6799cc577fd625ad10f9bbd9cbe42
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 15 16:08:30 2018 +0000
JPAR-110 - Java 11 removes modules deprecated in Java 9
---
pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a363244..7283b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1070,11 +1070,14 @@
java.xml.bind module. This is something we will need to address
long term in a better way, as that module is deprecated and
will be removed from the JRE in Java 11.
+
+ The profile is NOT applied for Java 11 and later, as the
+ add-modules option would break the surefire plugin.
-->
<profile>
<id>jdk9-surefire-modules</id>
<activation>
- <jdk>[9,)</jdk>
+ <jdk>[9,11)</jdk>
</activation>
<build>
<plugins>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list