Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solarwinds/setup-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: actions/setup-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 128 files changed
  • 11 contributors

Commits on Dec 4, 2025

  1. Bump actions/publish-action from 0.3.0 to 0.4.0 (actions#912)

    Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0.
    - [Commits](actions/publish-action@v0.3.0...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/publish-action
      dependency-version: 0.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    f2beeb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Retry on HTTP 522 Connection timed out (actions#964)

    This is supposed to be CloudFlare specific 522 Connection timed out HTTP
    error code.
    findepi authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    5d7b214 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    1b1bbe1 View commit details
    Browse the repository at this point in the history
  2. Upgrade @actions/cache to v5 (actions#968)

    * Upgrade @actions/cache to v5
    
    - Bump @actions/cache from 4.0.3 to 5.0.0
    - Update license cache files for new/updated dependencies
    - Rebuild dist bundles
    - Mark @actions/http-client as reviewed in licensed config (MIT license text present but detected as 'other')
    
    * chore: Update version to 5.0.1 in package.json and package-lock.json
    
    * upgrade actions/cache to 5.0.1
    
    ---------
    
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    salmanmkc and aparnajyothi-y authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    d81c4e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Bump actions/checkout from 5 to 6 (actions#961)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    f7a6fef View commit details
    Browse the repository at this point in the history
  2. Chore: Version Update and Checkout Update to v6 (actions#973)

    * version update and checkout updated to v6
    
    * version updated
    mahabaleshwars authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    be666c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. feat(readme): update Java version to 25 in setup examples (actions#969)

    Updated the Java version in the README setup examples from 21 to 25
    to reflect the latest supported version. This change ensures that
    users are guided to use the most current Java version for their
    projects.
    
    - Updated all instances of 'java-version: 21' to 'java-version: 25'
    - Modified supported version syntax to include '25'
    alaahong authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    fe779bf View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. Bump minimatch from 3.1.2 to 3.1.5 (actions#984)

    * Bump minimatch from 3.1.2 to 3.1.5
    
    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.1.2...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 3.1.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Check failure fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: gowridurgad <gowridurgad@gmail.com>
    dependabot[bot] and gowridurgad authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    1d018f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Refactor error handling and improve test logging for installers (acti…

    …ons#989)
    
    * Refactor error handling for version not found cases across multiple installers
    
    * Mock core.error in tests to suppress error logs
    
    * fix(graalvm): improve error messages for EA version not found scenarios
    
    * refactor(tests): update error messages for version not found scenarios
    
    * fix(graalvm): enhance error messages for version not found scenarios
    
    * fix(graalvm): improve error messages for version not found scenarios with updated download URL
    
    * fix(graalvm): improve error handling for EA version not found scenarios with clearer messages
    chiranjib-swain authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    0756542 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. chore: upgrade dependencies (@actions/core, cache, glob, http-client,…

    … tool-cache, xmlbuilder2) (actions#999)
    
    * chore: upgrade dependencies and update license cache
    
    Agent-Logs-Url: https://github.com/actions/setup-java/sessions/55ba1e4b-a515-4177-8a35-44bffa4ad0c0
    
    Co-authored-by: lmvysakh <187510632+lmvysakh@users.noreply.github.com>
    
    * chore: upgrade @actions/exec ^1.0.4→^2.0.0 and @actions/io ^1.0.2→^2.0.0
    
    Agent-Logs-Url: https://github.com/actions/setup-java/sessions/8be3df50-f347-42da-9734-73f71bf89d40
    
    Co-authored-by: lmvysakh <187510632+lmvysakh@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: lmvysakh <187510632+lmvysakh@users.noreply.github.com>
    Copilot and lmvysakh authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    c76542e View commit details
    Browse the repository at this point in the history
  2. Add Oracle JDK 17 licensing limitation note (actions#1001)

    * note for oracle jdk17. in Readme.md
    
    * docs: fix Oracle JDK 17 NOTE
    
    * docs: fix duplicate NOTE prefix and improve Oracle JDK 17 license link phrasing in READMEn
    mahabaleshwars authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    b622de1 View commit details
    Browse the repository at this point in the history
Loading