Comparing v3.3.0...v3.4.0 · actions/setup-java · GitHub
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: v3.3.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: v3.4.0
Choose a head ref
  • 16 commits
  • 9 files changed
  • 7 contributors

Commits on May 9, 2022

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

Commits on May 24, 2022

  1. Add Microsoft 11.0.15

    AGulev committed May 24, 2022
    Configuration menu
    Copy the full SHA
    e8f1c8b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. index.js

    AGulev committed May 25, 2022
    Configuration menu
    Copy the full SHA
    72dec17 View commit details
    Browse the repository at this point in the history
  2. sbt-cache: don't cache some files.

    Florian Meriaux committed May 25, 2022
    Configuration menu
    Copy the full SHA
    3e3d8c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Fix support for Zulu arm64 architecture

    Azul API stopped to support arm64 architecture, the only supported
    option for ARM cpus is now 'arm'. This requires to set up hw_bitness
    properly to get 64 bits version. 32 bits version can be obtained by
    using 'arm' as an architecture.
    Pawel Palucha committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    1c449b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Merge pull request #331 from AGulev/microsoft-11.0.15

    Add Microsoft Java 11.0.15
    marko-zivic-93 authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    ec303d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    1155606 View commit details
    Browse the repository at this point in the history
  2. fix test

    gdams committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4fba831 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Merge pull request #342 from gdams/msft

    msft: bump jdk17 to 17.0.3 and add aarch64 support to jdk11
    marko-zivic-93 authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    ddbbc2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #339 from starburstdata/pp/fix-arm64-architecture

    Fix support for Zulu arm64 architecture
    marko-zivic-93 authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    6280813 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. add documentation notes

    Florian Meriaux committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fa01820 View commit details
    Browse the repository at this point in the history
  2. npm run release

    Florian Meriaux committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    48576e5 View commit details
    Browse the repository at this point in the history
  3. npm run format

    Florian Meriaux committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    187f735 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #332 from fmeriaux/sbt-exclude-some-files

    sbt-cache: don't cache some files.
    marko-zivic-93 authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    2506d21 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

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

Commits on Jun 20, 2022

  1. Merge pull request #346 from pjfanning/patch-1

    sbt is a valid cache option value
    marko-zivic-93 authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    16cca54 View commit details
    Browse the repository at this point in the history
Loading