Skip to content

Commit

Permalink
Move to JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
scrocquesel committed Nov 30, 2023
1 parent 079b281 commit e4bf7cd
Showing 14 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -32,11 +32,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
cache: maven
- name: Build with Maven
run: ./mvnw -B formatter:validate verify --file pom.xml -Dnative -Dalternative-client-implementation=${{ matrix.alternative-client-implementation }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -37,11 +37,11 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
cache: 'maven'
server-id: ossrh
server-username: MAVEN_USERNAME
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-cognitouserpools.adoc
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ In this guide, we see how you can get your REST services to use Cognito User Poo

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* One of:
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-dynamodb.adoc
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ In this guide, we see how you can get your REST services to use the DynamoDB loc

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the DynamoDB service
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-kms.adoc
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ In this guide, we see how you can get your REST services to use KMS locally and

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the KMS service
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-lambda.adoc
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ In this guide, we see how you can get your REST services to use Lambda locally a

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the Lambda service
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-s3.adoc
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ In this guide, we see how you can get your REST services to use S3 locally and o

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html[AWS Command line interface]
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-secretsmanager.adoc
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ In this guide, we see how you can get your REST services to use Secrets Manager

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the Secrets Manager service
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-ses.adoc
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ In this guide, we see how you can get your REST services to use SES locally and

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the SES service
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-sns.adoc
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ In this guide, we see how you can get your REST services to use SNS locally and

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the SNS service
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-sqs.adoc
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ In this guide, we see how you can get your REST services to use SQS locally and

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the SQS service
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-ssm.adoc
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ In this guide, we see how you can get your REST services to use SSM locally and

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the SSM service
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/amazon-sts.adoc
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ In this guide, we see how you can get your REST services to use STS locally and

To complete this guide, you need:

* JDK 11+ installed with `JAVA_HOME` configured appropriately
* JDK 17+ installed with `JAVA_HOME` configured appropriately
* an IDE
* Apache Maven {maven-version}
* An AWS Account to access the STS service
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -43,8 +43,8 @@
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.6.0</quarkus.version>

0 comments on commit e4bf7cd

Please sign in to comment.