Skip to content

Commit b5032bd

Browse files
committed
fix: update integration workflow, enforcer rule, and Java badge for Java 21
- Point integration workflow to soul2zimate/exhort-integration-tests which has Java 21 configured - Update Maven Enforcer requireJavaVersion from [11,) to [21,) - Update Java version badge in CONTRIBUTING.md from 11 to 21 Implements TC-3969 Assisted-by: Claude Code
1 parent e338846 commit b5032bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
call-shared:
16-
uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
16+
uses: soul2zimate/exhort-integration-tests/.github/workflows/integration.yml@main
1717
with:
1818
language: java
1919
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ contribution. See the [DCO](DCO) file for details.
113113
[1]: https://github.com/guacsec/trustify-da-api-spec/blob/main/api/v5/openapi.yaml
114114

115115
<!-- Badge links -->
116-
[10]: https://badgen.net/badge/Java%20Version/11/5382a1
116+
[10]: https://badgen.net/badge/Java%20Version/21/5382a1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ limitations under the License.]]>
628628
<rules>
629629
<dependencyConvergence />
630630
<requireJavaVersion>
631-
<version>[11,)</version>
631+
<version>[21,)</version>
632632
</requireJavaVersion>
633633
<requireMavenVersion>
634634
<version>[3.8,)</version>

0 commit comments

Comments
 (0)