Skip to content

Commit 18a4e0d

Browse files
Merge pull request #51 from Mastercard/Build-for-Java17
Updating to Spring 6 to enable spring-webflux Upgrading Java version to 17 from Java 11
2 parents 4cf0144 + 151d3a5 commit 18a4e0d

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.github/workflows/maven-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
java:
18-
- 11
1918
- 17
2019
steps:
2120
- uses: actions/checkout@v1

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
Zero 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)

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,6 @@
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>

0 commit comments

Comments
 (0)