File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : java
2+
23matrix :
34 include :
45 - os : linux
5- dist : precise
6+ dist : trusty
67 jdk : openjdk7
78 - os : linux
89 dist : precise
@@ -13,6 +14,10 @@ matrix:
1314 - os : linux
1415 dist : trusty
1516 jdk : oraclejdk8
17+ - os : linux
18+ dist : xenial
19+ jdk : openjdk9
20+
1621
1722install : true
1823after_success :
Original file line number Diff line number Diff line change 55Add SAML support to your Java applications using this library.
66Forget those complicated libraries and use that open source library provided and supported by OneLogin Inc.
77
8- Version 2.X.X, compatible with java7 / java8.
8+ Version >= 2.5.0 compatible with java7 / java8 / java9.
9+ 2.5.0 uses xmlsec 2.1.4 which fixes [ CVE-2019 -12400] ( https://snyk.io/vuln/SNYK-JAVA-ORGAPACHESANTUARIO-460281 )
10+
11+ Version 2.0.0 - 2.4.0, compatible with java7 / java8.
912
1013We [ introduced some incompatibilities] ( https://github.com/onelogin/java-saml/issues/90 ) , that could be fixed and make it compatible with java6.
1114
@@ -82,7 +85,7 @@ Install it as a maven dependency:
8285 <dependency>
8386 <groupId>com.onelogin</groupId>
8487 <artifactId>java-saml</artifactId>
85- <version>2.4 .0</version>
88+ <version>2.5 .0</version>
8689 </dependency>
8790```
8891
You can’t perform that action at this time.
0 commit comments