Skip to content
Merged
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
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: actions/setup-java@v5
with:
cache: maven
distribution: temurin
java-version: 24
distribution: zulu
java-version: 25

- name: Validate shell scripts
uses: ludeeus/action-shellcheck@master
Expand Down Expand Up @@ -108,9 +108,9 @@ jobs:
java-version: 21
maven-version: "${{ needs.validate.outputs.default_maven_version }}"

- title: Linux x86_64, mvn ${{ needs.validate.outputs.default_maven_version }}, jdk24
- title: Linux x86_64, mvn ${{ needs.validate.outputs.default_maven_version }}, jdk25
os-name: ubuntu-24.04
java-version: 24
java-version: 25
maven-version: "${{ needs.validate.outputs.default_maven_version }}"

- title: Linux x86_64, mvn 3.8.8, jdk11
Expand All @@ -132,7 +132,7 @@ jobs:
with:
cache: maven
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
distribution: zulu

- name: Configure runner
shell: bash
Expand Down Expand Up @@ -182,8 +182,8 @@ jobs:
uses: actions/setup-java@v5
with:
cache: maven
distribution: temurin
java-version: 24
distribution: zulu
java-version: 25

- name: Build site
shell: bash
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: 24
java-version: 25

- name: Compute release version
id: determine_version_to_release
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 24
java-version: zulu
server-id: central
server-username: CENTRAL_USERNAME
server-password: CENTRAL_TOKEN
Expand Down Expand Up @@ -172,8 +172,8 @@ jobs:
- name: Initialize Java
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 24
distribution: zulu
java-version: 25

- name: Generate site
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
cache: maven
distribution: temurin
java-version: 24
java-version: zulu

- name: Submit dependency snapshot
uses: advanced-security/maven-dependency-submission-action@v5
Expand Down
3 changes: 2 additions & 1 deletion .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-XX:+TieredCompilation -XX:TieredStopAtLevel=1
-XX:+TieredCompilation
-XX:TieredStopAtLevel=1
18 changes: 1 addition & 17 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.2
wrapperVersion=3.3.4
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
50 changes: 43 additions & 7 deletions mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 48 additions & 8 deletions mvnw.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading