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: actions/setup-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
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: v4.1.0
Choose a head ref
  • 7 commits
  • 26 files changed
  • 8 contributors

Commits on Dec 1, 2023

  1. feat: bump actions/checkout and actions/setup-java to v4 (#533)

    * eat: bump to use node20 runtime, actions/checkout to v4
    
    * docs: update version of setup-java in documentation and e2e tests
    
    ---------
    
    Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
    kbdharun and Ivan Zosimov authored Dec 1, 2023
    1 Configuration menu
    Copy the full SHA
    a237454 View commit details
    Browse the repository at this point in the history
  2. HTTP errors when the token is undefined (#556)

    * Fixing issues with the handling of the token and avoiding error on when the token is undefined
    
    * chore: rebuild action
    
    ---------
    
    Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
    peter-murray and Ivan Zosimov authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    16ef37f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. make it clear that Java 21 is supported (#566)

    Update examples and references to Java where older Java versions are used to
    highlight the support of Java 21.
    
    Specific provider examples are only updated where they support Java 21.
    
    Fixes #557
    Okeanos authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2f7af1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0660d8 View commit details
    Browse the repository at this point in the history
  3. Oracle JDK 21 support (#538)

    * Allow Oracle JDK 21 usage
    
    * Fix tests
    
    * Add Java 21 support in the documentation
    
    ---------
    
    Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
    jdubois and Ivan Zosimov authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3232623 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    7a445ee View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Added Windows Arm64 Support for Windows Arm64 Runners (#595)

    * Added Windows Arm64 Support for Windows Arm64 Runners
    
    * microsoft test file update and tool-version test file
    
    * Delete .DS_Store
    
    * added test cases for windows and linux for zulu, liberica and microsoft
    
    * adding different data files for each OS
    
    * added changes to distribution files
    
    * added more version support for microsoft
    mahabaleshwars authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9704b39 View commit details
    Browse the repository at this point in the history
Loading