File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed
Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 java :
18- - 11
1918 - 17
2019 steps :
2120 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 2525Zero dependency library for generating a Mastercard API compliant OAuth signature.
2626
2727### Compatibility <a name =" compatibility " ></a >
28- Java 11+
28+ Java 11+ till version 1.5.3 included.
29+ Java 17+ from 1.5.4
2930
3031### References <a name =" references " ></a >
3132* [ OAuth 1.0a specification] ( https://tools.ietf.org/html/rfc5849 )
Original file line number Diff line number Diff line change 116116 </dependencies >
117117
118118 <profiles >
119- <profile >
120- <id >java11</id >
121- <activation >
122- <jdk >11</jdk >
123- </activation >
124- <properties >
125- <!-- The Javadoc generation started to fail with OpenJDK 11.0.2 (11.0.1 was OK) and OpenJDK 12-ea:
126- "The code being documented uses modules but the packages defined in
127- https://docs.oracle.com/javase/7/docs/api/ are in the unnamed module."
128- See: https://bugs.openjdk.java.net/browse/JDK-8212233
129- -->
130- <maven .javadoc.skip>true</maven .javadoc.skip>
131- </properties >
132- </profile >
133119 <profile >
134120 <id >java17</id >
135121 <activation >
You can’t perform that action at this time.
0 commit comments