You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
Our CI job should be testing the latest Java/Maven combo. It has currently fallen behind by 2 JDK releases (18 -> 20). Also, let's bump the maven version to the latest stable release.
We are also seeing some flaky CI jobs related to CycloneDx that only fails on the Java 18 CI job. Maybe this resolves it? For more details, see #36371
### What changes are included in this PR?
* Bump Java/Maven versions for one CI job
### Are these changes tested?
Relying on CI to test.
### Are there any user-facing changes?
No
* Closes: #37128
Authored-by: Dane Pitkin <dane@voltrondata.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
### Rationale for this change
Our CI job should be testing the latest Java/Maven combo. It has currently fallen behind by 2 JDK releases (18 -> 20). Also, let's bump the maven version to the latest stable release.
We are also seeing some flaky CI jobs related to CycloneDx that only fails on the Java 18 CI job. Maybe this resolves it? For more details, see apache#36371
### What changes are included in this PR?
* Bump Java/Maven versions for one CI job
### Are these changes tested?
Relying on CI to test.
### Are there any user-facing changes?
No
* Closes: apache#37128
Authored-by: Dane Pitkin <dane@voltrondata.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Describe the enhancement requested
We want our CI job to be testing LTS versions + latest JDK. We've fallen behind by a few versions for our "latest" CI job.
Component(s)
Java
The text was updated successfully, but these errors were encountered: