Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ updates:
interval: "weekly"
day: "sunday"
ignore:
# Jetty >= 10 requires JDK 11
# Jetty >= 10 uses the Jakarta Servlet API; upgrading requires a javax -> jakarta migration
- dependency-name: "org.eclipse.jetty:jetty-server"
versions:
- ">= 10.0.0"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/codeql-java-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,14 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
queries: +security-and-quality

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ jobs:
with:
distribution: 'temurin'
java-version: |
11
17
21
25

- name: Build Java docs
run: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/java-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/maven4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-build-cache

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: Setup Maven 4
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/rat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/test-lang-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down Expand Up @@ -128,15 +127,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-lang-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-lang-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: "Setup Temurin JDK 11, 17 & 21"
- name: "Setup Temurin JDK 17, 21 & 25"
uses: actions/setup-java@v5
with:
distribution: "temurin"
java-version: |
11
17
21
25

- name: "Setup Maven 3.9.11"
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down Expand Up @@ -106,14 +106,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: "Setup Temurin JDK 11, 17 & 21"
- name: "Setup Temurin JDK 17, 21 & 25"
uses: actions/setup-java@v5
with:
distribution: "temurin"
java-version: |
11
17
21
25

- name: "Setup Maven 3.9.11"
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down Expand Up @@ -164,10 +164,10 @@ jobs:
working-directory: .
run: mvn -B install -PskipQuality

- name: "Generate Interop Data using Java 11, 17 & 21"
- name: "Generate Interop Data using Java 17, 21 & 25"
working-directory: lang/java/interop-data-test
run: mvn -B verify -Pgenerate-test-data

- name: "Run Interop Tests using Java 11, 17 & 21"
- name: "Run Interop Tests using Java 17, 21 & 25"
working-directory: lang/java/interop-data-test
run: mvn -B verify -Pcheck-test-data
5 changes: 2 additions & 3 deletions .github/workflows/test-lang-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-lang-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-lang-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: "Setup Temurin JDK 8, 11, 17 & 21"
- name: "Setup Temurin JDK 17, 21 & 25"
uses: actions/setup-java@v5
with:
distribution: "temurin"
java-version: |
8
11
17
21
25

- name: "Setup Maven 3.9.11"
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test-lang-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,14 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-

- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- name: 'Setup Temurin JDK 17, 21 & 25'
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: |
8
11
17
21
25

- name: 'Setup Maven 3.9.11'
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ As well as the Avro Maven plugin (for performing code generation):
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
```
Expand Down
3 changes: 1 addition & 2 deletions doc/examples/java-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<release>17</release>
</configuration>
</plugin>
<plugin>
Expand Down
3 changes: 1 addition & 2 deletions doc/examples/mr-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<release>17</release>
</configuration>
</plugin>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<name>Simple Avro Ordering Service</name>

<properties>
<maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
<maven.compiler.release>${maven.compiler.release}</maven.compiler.release>
<project.build.sourceEncoding>${project.build.sourceEncoding}</project.build.sourceEncoding>
<avro.version>${project.version}</avro.version>
Expand Down Expand Up @@ -141,7 +140,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>\${maven.compiler.source}</source>
<release>\${maven.compiler.release}</release>
</configuration>
</plugin>
Expand Down
24 changes: 12 additions & 12 deletions lang/java/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,50 +154,50 @@
</execution>

<execution>
<id>Run all tests under Java 11</id>
<id>Run all tests under Java 17</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<filterProperties>
<integrationTestingJDK>[11,12)</integrationTestingJDK>
<integrationTestingJDK>[17,18)</integrationTestingJDK>
</filterProperties>
<properties>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
</properties>
<cloneProjectsTo>${project.build.directory}/it-jdk-11</cloneProjectsTo>
<cloneProjectsTo>${project.build.directory}/it-jdk-17</cloneProjectsTo>
</configuration>
</execution>

<execution>
<id>Run all tests under Java 17</id>
<id>Run all tests under Java 21</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<filterProperties>
<integrationTestingJDK>[17,18)</integrationTestingJDK>
<integrationTestingJDK>[21,22)</integrationTestingJDK>
</filterProperties>
<properties>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.release>21</maven.compiler.release>
</properties>
<cloneProjectsTo>${project.build.directory}/it-jdk-17</cloneProjectsTo>
<cloneProjectsTo>${project.build.directory}/it-jdk-21</cloneProjectsTo>
</configuration>
</execution>

<execution>
<id>Run all tests under Java 21</id>
<id>Run all tests under Java 25</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<filterProperties>
<integrationTestingJDK>[21,22)</integrationTestingJDK>
<integrationTestingJDK>[25,26)</integrationTestingJDK>
</filterProperties>
<properties>
<maven.compiler.release>21</maven.compiler.release>
<maven.compiler.release>25</maven.compiler.release>
</properties>
<cloneProjectsTo>${project.build.directory}/it-jdk-21</cloneProjectsTo>
<cloneProjectsTo>${project.build.directory}/it-jdk-25</cloneProjectsTo>
</configuration>
</execution>
</executions>
Expand Down
Loading
Loading