Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions/setup-java@v2 - Support different distributions #132

Merged
merged 32 commits into from Mar 15, 2021

Commits on Mar 8, 2021

  1. Implement support for custom vendors in setup-java

    Maxim Lobanov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    b2da088 View commit details
    Browse the repository at this point in the history
  2. minor improvements

    Maxim Lobanov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    cfdcd68 View commit details
    Browse the repository at this point in the history
  3. minor refactoring

    Maxim Lobanov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    1d25bcb View commit details
    Browse the repository at this point in the history
  4. Add unit tests and e2e tests

    Maxim Lobanov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    330fe63 View commit details
    Browse the repository at this point in the history
  5. Update documentation for setup-java@v2 release

    Maxim Lobanov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ab1f15d View commit details
    Browse the repository at this point in the history
  6. minor improvements

    Maxim Lobanov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c65c532 View commit details
    Browse the repository at this point in the history
  7. regenerate dist

    Maxim Lobanov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9979ab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. fix comments

    Maxim Lobanov committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e6d2942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02cd99 View commit details
    Browse the repository at this point in the history
  3. resolve comments

    Maxim Lobanov committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    87febe1 View commit details
    Browse the repository at this point in the history
  4. resolve comments

    Maxim Lobanov committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    7006d0b View commit details
    Browse the repository at this point in the history
  5. fix tests

    Maxim Lobanov committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    54adc86 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Co-authored-by: George Adams <george.adams@microsoft.com>
    maxim-lobanov and gdams committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6738676 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
    maxim-lobanov and konradpabjan committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    50ef02a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. fix minor nitpicks

    Maxim Lobanov committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    fb17d02 View commit details
    Browse the repository at this point in the history
  2. handle 4th digit

    Maxim Lobanov committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    408d6f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    793a1df View commit details
    Browse the repository at this point in the history
  4. pull latest main

    Maxim Lobanov committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e9a0f2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caf7917 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Maxim Lobanov committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f6c63d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. rename adoptium to adopt

    Maxim Lobanov committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c94ef7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff07ea View commit details
    Browse the repository at this point in the history
  3. rename adoptium to adopt

    Maxim Lobanov committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    491094c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4423435 View commit details
    Browse the repository at this point in the history
  5. rename adoptium to adopt

    Maxim Lobanov committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f761609 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Maxim Lobanov committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    03ecfa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. make java-version and distribution required for action

    Maxim Lobanov committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fde2f0f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request #133 from actions/implement-v2-tests

    actions/setup-java@v2 - Test coverage
    maxim-lobanov committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    0f6f6e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #134 from actions/implement-v2-docs

    actions/setup-java@v2 - Documentation
    maxim-lobanov committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    20a04c5 View commit details
    Browse the repository at this point in the history
  3. update readme

    Maxim Lobanov committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    fc17803 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Maxim Lobanov committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f20fd47 View commit details
    Browse the repository at this point in the history
  5. fix e2e tests

    Maxim Lobanov committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f74bcbe View commit details
    Browse the repository at this point in the history