[java-parent-project] branch master updated: JPAR-110 - Java 11 removes modules deprecated in Java 9
Ian Young
ian at iay.org.uk
Thu Mar 15 12:12:02 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=fdac17442326e61aeee6c77e6fcf9cc262e6ac1f
The following commit(s) were added to refs/heads/master by this push:
new fdac174 JPAR-110 - Java 11 removes modules deprecated in Java 9
fdac174 is described below
commit fdac17442326e61aeee6c77e6fcf9cc262e6ac1f
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 654b33e..685994d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -995,11 +995,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