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

Adopt is dead, long live Zulu! #279

Merged
merged 1 commit into from
May 26, 2023
Merged

Conversation

geertjanw
Copy link
Contributor

No description provided.

@yarinvak
Copy link
Collaborator

yarinvak commented Sep 6, 2021

would appreciate elaboration on your change

@geertjanw
Copy link
Contributor Author

Adopt no longer exists. Two options for v2 right now are 'temurin' or 'zulu'. The first one, 'temurin' is new, and doesn't have all the releases, e.g., the Temurin history starts from 8.0.302, 11.0.12, and 16.0.2, while Zulu supports all versions of these releases.

@geertjanw
Copy link
Contributor Author

Right now you're testing only on '8', which is not a fixed version, but that is whatever the latest version of '8' is. You're recommended as a best practise to set the latest version of a release, as well as a fixed version, so that when your build breaks and the fixed version is green while the latest version is red, you'll know that the broken build is because of the latest version of the JDK and not because of anything in your own code.

Here's an example:

https://github.com/HdrHistogram/HdrHistogram/blob/master/.github/workflows/maven.yml

Copy link
Collaborator

@Fgerthoffert Fgerthoffert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're helping on project maintenance.

Once the change is done we will merge your PR. Without answer within 2 months, we will close this PR and create a separate one for the update to zulu.

@@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
distribution: 'zulu'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also update to zulu in the publish workflow ?

@sergehuber sergehuber merged commit a4c615b into Enigmatis:master May 26, 2023
@sergehuber sergehuber mentioned this pull request May 26, 2023
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Apr 30, 2024
…ns to v21 (main) (#18094)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.github.graphql-java:graphql-java-annotations](https://togithub.com/graphql-java/graphql-java-annotations)
| `9.1` -> `21.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.graphql-java:graphql-java-annotations/21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.graphql-java:graphql-java-annotations/21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.graphql-java:graphql-java-annotations/9.1/21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.graphql-java:graphql-java-annotations/9.1/21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>graphql-java/graphql-java-annotations
(io.github.graphql-java:graphql-java-annotations)</summary>

###
[`v21.1`](https://togithub.com/Enigmatis/graphql-java-annotations/releases/tag/v21.1)

[Compare
Source](https://togithub.com/graphql-java/graphql-java-annotations/compare/v9.1...v21.1)

#### What's Changed

- Fix for
[issue#283](https://togithub.com/issue/graphql-java-annotations/issues/283)
Renamed bundle.bnd to bnd.bnd to generate OSGi Metadata properly by
[@&#8203;sergehuber](https://togithub.com/sergehuber) in
[Enigmatis/graphql-java-annotations#284
- Upgrade graphql-java by
[@&#8203;manikandan-ravikumar](https://togithub.com/manikandan-ravikumar)
in
[Enigmatis/graphql-java-annotations#287
- Let ID be every type, since it is allowed by by
[@&#8203;EugenMayer](https://togithub.com/EugenMayer) in
[Enigmatis/graphql-java-annotations#289
- Adopt is dead, long live Zulu! by
[@&#8203;geertjanw](https://togithub.com/geertjanw) in
[Enigmatis/graphql-java-annotations#279
- Change to zulu by
[@&#8203;sergehuber](https://togithub.com/sergehuber) in
[Enigmatis/graphql-java-annotations#292
- Bump version graphql-java from 17.2 to 20.3 by
[@&#8203;anatol-sialitski](https://togithub.com/anatol-sialitski) in
[Enigmatis/graphql-java-annotations#291
- Upgrade to GraphQL-Java 21 & Gradle 8.3 by
[@&#8203;sergehuber](https://togithub.com/sergehuber) in
[Enigmatis/graphql-java-annotations#295
- Add Gradle Wrapper Validator to build job, fix build job by
[@&#8203;BlasiusSecundus](https://togithub.com/BlasiusSecundus) in
[Enigmatis/graphql-java-annotations#293
- Add Bnd instructions by
[@&#8203;geichelberger](https://togithub.com/geichelberger) in
[Enigmatis/graphql-java-annotations#294
- Use version 21.1 by [@&#8203;tdraier](https://togithub.com/tdraier) in
[Enigmatis/graphql-java-annotations#296

#### New Contributors

-
[@&#8203;manikandan-ravikumar](https://togithub.com/manikandan-ravikumar)
made their first contribution in
[Enigmatis/graphql-java-annotations#287
- [@&#8203;EugenMayer](https://togithub.com/EugenMayer) made their first
contribution in
[Enigmatis/graphql-java-annotations#289
- [@&#8203;geertjanw](https://togithub.com/geertjanw) made their first
contribution in
[Enigmatis/graphql-java-annotations#279
- [@&#8203;anatol-sialitski](https://togithub.com/anatol-sialitski) made
their first contribution in
[Enigmatis/graphql-java-annotations#291
- [@&#8203;BlasiusSecundus](https://togithub.com/BlasiusSecundus) made
their first contribution in
[Enigmatis/graphql-java-annotations#293
- [@&#8203;geichelberger](https://togithub.com/geichelberger) made their
first contribution in
[Enigmatis/graphql-java-annotations#294

**Full Changelog**:
Enigmatis/graphql-java-annotations@v9.1...v21.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants