chore(deps): update dependency org.junit-pioneer:junit-pioneer to v2#500
chore(deps): update dependency org.junit-pioneer:junit-pioneer to v2#500dd-octo-sts[bot] wants to merge 2 commits into
Conversation
CI Test ResultsRun: #27337326720 | Commit:
Status Overview
Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled Failed Testsmusl-aarch64/debug / 8-librcaJob: View logs No detailed failure information available. Check the job logs. musl-amd64/debug / 8-librcaJob: View logs No detailed failure information available. Check the job logs. musl-amd64/debug / 25-librcaJob: View logs No detailed failure information available. Check the job logs. glibc-aarch64/debug / 8-j9Job: View logs No detailed failure information available. Check the job logs. glibc-amd64/debug / 8-ibmJob: View logs No detailed failure information available. Check the job logs. glibc-amd64/debug / 8-j9Job: View logs No detailed failure information available. Check the job logs. glibc-amd64/debug / 8-orclJob: View logs No detailed failure information available. Check the job logs. Summary: Total: 32 | Passed: 24 | Failed: 8 Updated: 2026-06-11 10:28:32 UTC |
|
@copilot resolve the merge conflicts in this pull request |
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 847ce644a2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| junit-platform = "1.9.3" # JUnit Platform version corresponding to JUnit Jupiter 5.9.2 | ||
| junit-pioneer = "1.9.1" | ||
| junit-platform = "1.9.3" # JUnit Platform version corresponding to JUnit Jupiter 5.9.3 | ||
| junit-pioneer = "2.3.0" |
There was a problem hiding this comment.
Keep JUnit Pioneer on a Java 8-compatible line
This repo still targets Java 8 bytecode and documents/routs cross-JDK test runs through JAVA_TEST_HOME (ProfilerTestPlugin calls setExecutable(PlatformUtils.testJavaExecutable()), and the tests import @RetryingTest in many ddprof-test classes). JUnit Pioneer 2.x raised its runtime baseline to JDK 11, so when JAVA_TEST_HOME points to a JDK 8 runtime for the supported testDebug cross-JDK run, the test JVM will discover/load Java 11-only Pioneer classes and fail with UnsupportedClassVersionError before those tests can run. Please keep this dependency on the 1.x line unless the Java 8 test path is intentionally dropped.
Useful? React with 👍 / 👎.
This PR contains the following updates:
1.9.1→2.3.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
This PR updates Gradle dependencies with major version changes. Major updates may include breaking changes.
Version Upgrader Overview
Questions or feedback? Ask in #adms-version-upgrades
🤖 Generated by ADMS (Automated Dependency Management System)