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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from sdkman:master #105

Open
wants to merge 68 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 7, 2022

  1. Add Homebrew support (#1042)

    * Add Homebrew formula template
    * Add brew packager
    * Remove selfupdate functionality when installed via Homebrew
    * Configure JRELEASER_HOMEBREW_GITHUB_TOKEN
    * Order configuration alphabetically
    helpermethod committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f61702c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Fix selfupdate bug.

    marc0der committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    fd2ed04 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Disable Homebrew packager

    helpermethod authored and marc0der committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    57ccc4e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    bd2558a View commit details
    Browse the repository at this point in the history
  2. Add platform to appease Homebrew packager (#1070)

    * Add platform to appease Homebrew packager
    * Add explanatory comment
    helpermethod committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9881a42 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

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

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    1e59a34 View commit details
    Browse the repository at this point in the history
  2. Update test and init

    parttimenerd authored and marc0der committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    282e11f View commit details
    Browse the repository at this point in the history
  3. Fix test

    parttimenerd authored and marc0der committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    87b8176 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19eeef8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08e7402 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06fd043 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Upgrade JReleaser to 0.10.0.

    marc0der committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3ab1da7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 26, 2022

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

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    b7781e5 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc0der committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d8e3bf8 View commit details
    Browse the repository at this point in the history
  3. Bump kentaro-m/auto-assign-action from 1.1.2 to 1.2.1

    Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.1.2 to 1.2.1.
    - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
    - [Commits](kentaro-m/auto-assign-action@v1.1.2...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: kentaro-m/auto-assign-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc0der committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    92277bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94ccfd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

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

Commits on Apr 7, 2022

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

Commits on Apr 11, 2022

  1. Bump actions/setup-java from 2 to 3 (#1085)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c7f88ad View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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

Commits on Apr 21, 2022

  1. #1087 Fix sdkman_auto_env when PROMPT_COMMAND ends with space (#1088)

    Trim PROMPT_COMMAND
    Without this fix there may be a message with double semicolon:
    bash: PROMPT_COMMAND: line 0: `history -a; history -n; ;sdkman_auto_env'
    speedlog committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    0906561 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

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

Commits on Jul 23, 2022

  1. Fix typos in CONTRIBUTING.md (#1107)

    marcwrobel authored and marc0der committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    ccf6770 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    8adeaf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26c250 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Bump kentaro-m/auto-assign-action from 1.2.1 to 1.2.3 (#1118)

    Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.1 to 1.2.3.
    - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
    - [Commits](kentaro-m/auto-assign-action@v1.2.1...v1.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: kentaro-m/auto-assign-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    826ee2c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Bump kentaro-m/auto-assign-action from 1.2.3 to 1.2.4 (#1135)

    Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
    - [Commits](kentaro-m/auto-assign-action@v1.2.3...v1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: kentaro-m/auto-assign-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    324e920 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Feb 11, 2023

  1. Remove home command hack

    marc0der committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    c37a9fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb119b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4fc020 View commit details
    Browse the repository at this point in the history
  4. Give precedence to native home command

    * falls back to scripted legacy command
    * propagate up to 10 params to native command
    marc0der committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    b5ed847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3215879 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

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

Commits on Feb 21, 2023

  1. Remove broadcast command.

    marc0der committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    00538c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    010736e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89a8cc View commit details
    Browse the repository at this point in the history
  3. Remove auto-update feature.

    marc0der committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    4b172a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    6540277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d3c2f View commit details
    Browse the repository at this point in the history
  3. Update sdk env.

    marc0der committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    e784383 View commit details
    Browse the repository at this point in the history
  4. Fix selfupdate.

    Compare local and remote versions on selfupdate.
    marc0der committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    8a8c69d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7374b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d2bcda View commit details
    Browse the repository at this point in the history
  7. Clean up.

    marc0der committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    6bd587d View commit details
    Browse the repository at this point in the history
  8. Address PR comments.

    marc0der committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    5e33c36 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Fix broken build.

    marc0der committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    71c9490 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    b524183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    babd5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84222a3 View commit details
    Browse the repository at this point in the history
  4. Bump kentaro-m/auto-assign-action from 1.2.4 to 1.2.5

    Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.4 to 1.2.5.
    - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
    - [Commits](kentaro-m/auto-assign-action@v1.2.4...v1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: kentaro-m/auto-assign-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and marc0der committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    7e46af3 View commit details
    Browse the repository at this point in the history
  5. chore: Support Mastodon announcer

    helpermethod authored and marc0der committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c880cd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Do not validate candidate for native commands.

    Native commands do their own internal checks using
    common library code.
    marc0der committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    82e06b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on May 13, 2023

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

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    33a4adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f07d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f284bc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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

Commits on Oct 15, 2023

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

Commits on Oct 18, 2023

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

Commits on Nov 30, 2023

  1. Bump actions/setup-java from 3 to 4 (#1259)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6529e01 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update README

    marc0der committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    67de99c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Add notice to README

    marc0der committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f33f264 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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