Skip to content

Improve CI workflows: update runner versions, add timeouts, enhance OpenSSL detection#519

Merged
garydgregory merged 1 commit intoapache:masterfrom
slachiewicz:fix-ci-pipelines
Mar 23, 2026
Merged

Improve CI workflows: update runner versions, add timeouts, enhance OpenSSL detection#519
garydgregory merged 1 commit intoapache:masterfrom
slachiewicz:fix-ci-pipelines

Conversation

@slachiewicz
Copy link
Member

  • Update runners from ubuntu-20.04 to ubuntu-latest, use modern macOS versions
  • Add timeout limits to prevent stuck jobs
  • Embed OpenSSL path discovery directly in adhoctest.yml
  • Update Java test matrix to include Java 25
  • Change JDK distribution from temurin to zulu for better compatibility
  • Improve macOS OpenSSL detection with unified path logic
  • Add Maven cache configuration via setup-java action
  • Fix pom.xml test-with-jar profile configuration

Thanks for your contribution to Apache Commons! Your help is appreciated!

Before you push a pull request, review this list:

  • Read the contribution guidelines for this project.
  • Read the ASF Generative Tooling Guidance if you use Artificial Intelligence (AI).
  • I used AI to create any part of, or all of, this pull request. Which AI tool was used to create this pull request, and to what extent did it contribute? For commit messages
  • Run a successful build using the default Maven goal with mvn; that's mvn on the command line by itself.
  • Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied. This may not always be possible, but it is a best practice.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Each commit in the pull request should have a meaningful subject line and body. Note that a maintainer may squash commits during the merge process.

…penSSL detection

- Update runners from ubuntu-20.04 to ubuntu-latest, use modern macOS versions
- Add timeout limits to prevent stuck jobs
- Embed OpenSSL path discovery directly in adhoctest.yml
- Update Java test matrix to include Java 25
- Change JDK distribution from temurin to zulu for better compatibility
- Improve macOS OpenSSL detection with unified path logic
- Add Maven cache configuration via setup-java action
- Fix pom.xml test-with-jar profile configuration

Co-authored-by: Cerebras Agent <193945191+isaact-cerebras@users.noreply.github.com>
@slachiewicz
Copy link
Member Author

now workflows should not be blocked for 24h waiting for no longer available machine types. Some build still fails mainly due to gaps in openssl path discovery

@garydgregory garydgregory merged commit 177e98d into apache:master Mar 23, 2026
12 of 20 checks passed
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.

2 participants