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

Bump actions/setup-java from 2 to 3 #9457

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps actions/setup-java from 2 to 3.

Release notes

Sourced from actions/setup-java's releases.

v3.0.0

In scope of this release we changed version of the runtime Node.js for the setup-java action and updated package-lock.json file to v2.

Breaking Changes

With the update to Node 16 in #290, all scripts will now be run with Node 16 rather than Node 12.

v2.5.1

In scope of this release we updated actions/core to 1.10.0 for v2 major tag: actions/setup-java#466

v2.5.0

In scope of this pull request we add support for Microsoft Build of OpenJDK (actions/setup-java#252).

steps:
  - name: Checkout
    uses: actions/checkout@v2
  - name: Setup-java
    uses: actions/setup-java@v2
    with:
      distribution: microsoft
      java-version: 11

Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Zulu OpenJDK Link Link
adopt or adopt-hotspot Adopt OpenJDK Hotspot Link Link
adopt-openj9 Adopt OpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link

v2.4.0

In scope of this pull request we add support for Liberica JDK (actions/setup-java#225).

steps:
  - name: Checkout
    uses: actions/checkout@v2
  - name: Setup-java
    uses: actions/setup-java@v2
    with:
      distribution: liberica
      java-version: 11

Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
zulu Zulu OpenJDK Link Link

... (truncated)

Commits
  • cd89f46 Add versions properties to cache (#280)
  • 4fb3975 Merge pull request #507 from akv-platform/update-oracle-jdk-url-calculation
  • 33b10b6 Use archive as fallback only when dealing with major version
  • 75c6561 Update dependencies (#511)
  • ebe05e0 Update build
  • 46099e1 Build
  • 1a3cd38 Update Oracle JDK URL calculation
  • 1f2faad Instruction to download custom distribution JDK and install (#500)
  • 45058d7 Update xml2js (#484)
  • 87c1c70 Merge pull request #494 from akv-platform/remove-implicit-dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@reta
Copy link
Collaborator

reta commented Aug 21, 2023

@dependabot recreate please

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-java-3 branch from 2ce048d to ef7a18f Compare August 21, 2023 14:08
Signed-off-by: dependabot[bot] <[email protected]>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Merging #9457 (ef7a18f) into main (784a473) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head ef7a18f differs from pull request most recent head c533212. Consider uploading reports for the commit c533212 to get more accurate results

@@             Coverage Diff              @@
##               main    #9457      +/-   ##
============================================
- Coverage     71.18%   71.16%   -0.02%     
+ Complexity    57453    57422      -31     
============================================
  Files          4776     4776              
  Lines        270813   270813              
  Branches      39582    39582              
============================================
- Hits         192780   192726      -54     
+ Misses        61871    61846      -25     
- Partials      16162    16241      +79     

see 465 files with indirect coverage changes

@opensearch-trigger-bot
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change 784a473

Incompatible components

Incompatible components: [https:/opensearch-project/index-management.git, https:/opensearch-project/asynchronous-search.git, https:/opensearch-project/notifications.git, https:/opensearch-project/security-analytics.git]

Skipped components

Compatible components

Compatible components: [https:/opensearch-project/security.git, https:/opensearch-project/alerting.git, https:/opensearch-project/anomaly-detection.git, https:/opensearch-project/sql.git, https:/opensearch-project/job-scheduler.git, https:/opensearch-project/common-utils.git, https:/opensearch-project/observability.git, https:/opensearch-project/k-nn.git, https:/opensearch-project/reporting.git, https:/opensearch-project/geospatial.git, https:/opensearch-project/cross-cluster-replication.git, https:/opensearch-project/neural-search.git, https:/opensearch-project/performance-analyzer.git, https:/opensearch-project/ml-commons.git, https:/opensearch-project/performance-analyzer-rca.git, https:/opensearch-project/opensearch-oci-object-storage.git]

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@tlfeng tlfeng merged commit 9fb86a5 into main Aug 22, 2023
5 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/setup-java-3 branch August 22, 2023 05:16
@tlfeng tlfeng added the backport 2.x Backport to 2.x branch label Aug 22, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-9457-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9fb86a5d647635d030065f856fb5b4d95bec1097
# Push it to GitHub
git push --set-upstream origin backport/backport-9457-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-9457-to-2.x.

tlfeng pushed a commit to tlfeng/OpenSearch that referenced this pull request Aug 22, 2023
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>

(cherry picked from commit 9fb86a5)
Signed-off-by: Tianli Feng <[email protected]>
tlfeng pushed a commit to tlfeng/OpenSearch that referenced this pull request Aug 22, 2023
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>

(cherry picked from commit 9fb86a5)
Signed-off-by: Tianli Feng <[email protected]>
@tlfeng tlfeng removed backport-failed backport 2.x Backport to 2.x branch labels Aug 22, 2023
tlfeng pushed a commit that referenced this pull request Aug 22, 2023
* Bump actions/setup-java from 2 to 3 (#9457)

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
(cherry picked from commit 9fb86a5)
austintlee pushed a commit to austintlee/OpenSearch that referenced this pull request Aug 25, 2023
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
Gaganjuneja pushed a commit to Gaganjuneja/OpenSearch that referenced this pull request Aug 28, 2023
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
Gaganjuneja pushed a commit to Gaganjuneja/OpenSearch that referenced this pull request Aug 28, 2023
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
Signed-off-by: Gagan Juneja <[email protected]>
kkmr pushed a commit to kkmr/OpenSearch that referenced this pull request Aug 28, 2023
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
Signed-off-by: Kiran Reddy <[email protected]>
kaushalmahi12 pushed a commit to kaushalmahi12/OpenSearch that referenced this pull request Sep 12, 2023
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
Signed-off-by: Kaushal Kumar <[email protected]>
brusic pushed a commit to brusic/OpenSearch that referenced this pull request Sep 25, 2023
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
Signed-off-by: Ivan Brusic <[email protected]>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
* Bump actions/setup-java from 2 to 3

Bumps [actions/setup-java](https:/actions/setup-java) from 2 to 3.
- [Release notes](https:/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]>
Signed-off-by: Shivansh Arora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants