Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: run TC tests with Java 21 #1388

Merged
merged 1 commit into from
Jan 5, 2025
Merged

build: run TC tests with Java 21 #1388

merged 1 commit into from
Jan 5, 2025

Conversation

npepinpe
Copy link
Member

@npepinpe npepinpe commented Jan 5, 2025

Description

We specify the release version to be Java 8 when running the tests, which ensures that we will catch issues where use APIs > JDK 8, or syntax that is unsupported on JDK 8, while still allowing us to use a build environment (including plugins) for greater versions.

The one downside is we won't detect anymore if we pull in transitive dependencies > JDK 8, but this should be detected separately.

We specify the release version to be Java 8 when running the tests,
which ensures that we will catch issues where use APIs > JDK 8, or
syntax that is unsupported on JDK 8, while still allowing us to use a
build environment (including plugins) for greater versions.

The one downside is we won't detect anymore if we pull in transitive
dependencies > JDK 8, but this should be detected separately.
Copy link

github-actions bot commented Jan 5, 2025

Test Results

 50 files  + 5   50 suites  +5   1m 37s ⏱️ +4s
138 tests ± 0  138 ✅ ± 0  0 💤 ±0  0 ❌ ±0 
438 runs  +24  438 ✅ +24  0 💤 ±0  0 ❌ ±0 

Results for commit 16ca841. ± Comparison against base commit d076afc.

♻️ This comment has been updated with latest results.

@npepinpe npepinpe force-pushed the np-run-with-java-21 branch from 00f5e67 to 16ca841 Compare January 5, 2025 21:18
@npepinpe npepinpe enabled auto-merge January 5, 2025 21:19
@npepinpe npepinpe disabled auto-merge January 5, 2025 21:25
@npepinpe npepinpe merged commit 2fce358 into main Jan 5, 2025
9 checks passed
@npepinpe npepinpe deleted the np-run-with-java-21 branch January 5, 2025 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant