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 jetcd_version from 0.7.7 to 0.8.0 #359

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps jetcd_version from 0.7.7 to 0.8.0.
Updates io.etcd:jetcd-core from 0.7.7 to 0.8.0

Release notes

Sourced from io.etcd:jetcd-core's releases.

jetcd-0.8.0

What's Changed

New Contributors

Full Changelog: etcd-io/jetcd@jetcd-0.7.7...jetcd-0.8.0

Commits
  • 3a00414 build(deps): bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13
  • 5f133ea build(deps): bump commons-io:commons-io from 2.16.0 to 2.16.1
  • 64852f4 build(deps): bump grpc from 1.62.2 to 1.63.0
  • c7cb8c6 core: update errors retryable condition.
  • 8e1749e core: update errors retryable condition.
  • 8090e42 build(deps): bump commons-io:commons-io from 2.15.1 to 2.16.0
  • f233eed build(deps): bump io.vertx:vertx-grpc from 4.5.5 to 4.5.7
  • 9130dcd build(deps): bump org.awaitility:awaitility from 4.2.0 to 4.2.1
  • 2398ebd Retry auth failures and require leader in ElectionImpl.
  • 2cd1293 build(deps): bump io.vertx:vertx-grpc from 4.5.4 to 4.5.5
  • Additional commits viewable in compare view

Updates io.etcd:jetcd-test from 0.7.7 to 0.8.0

Release notes

Sourced from io.etcd:jetcd-test's releases.

jetcd-0.8.0

What's Changed

New Contributors

Full Changelog: etcd-io/jetcd@jetcd-0.7.7...jetcd-0.8.0

Commits
  • 3a00414 build(deps): bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13
  • 5f133ea build(deps): bump commons-io:commons-io from 2.16.0 to 2.16.1
  • 64852f4 build(deps): bump grpc from 1.62.2 to 1.63.0
  • c7cb8c6 core: update errors retryable condition.
  • 8e1749e core: update errors retryable condition.
  • 8090e42 build(deps): bump commons-io:commons-io from 2.15.1 to 2.16.0
  • f233eed build(deps): bump io.vertx:vertx-grpc from 4.5.5 to 4.5.7
  • 9130dcd build(deps): bump org.awaitility:awaitility from 4.2.0 to 4.2.1
  • 2398ebd Retry auth failures and require leader in ElectionImpl.
  • 2cd1293 build(deps): bump io.vertx:vertx-grpc from 4.5.4 to 4.5.5
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `jetcd_version` from 0.7.7 to 0.8.0.

Updates `io.etcd:jetcd-core` from 0.7.7 to 0.8.0
- [Release notes](https://github.com/etcd-io/jetcd/releases)
- [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
- [Commits](etcd-io/jetcd@jetcd-0.7.7...jetcd-0.8.0)

Updates `io.etcd:jetcd-test` from 0.7.7 to 0.8.0
- [Release notes](https://github.com/etcd-io/jetcd/releases)
- [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
- [Commits](etcd-io/jetcd@jetcd-0.7.7...jetcd-0.8.0)

---
updated-dependencies:
- dependency-name: io.etcd:jetcd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.etcd:jetcd-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2024
@aofall
Copy link
Contributor

aofall commented May 31, 2024

Since 0.8.0 jetcd not support JDK8.

Do not upgrade jetcd version to 0.8.0 or above before the extension repository stops supporting JDK8. @songxiaosheng

@wcy666103
Copy link
Contributor

Since 0.8.0 jetcd not support JDK8.

Do not upgrade jetcd version to 0.8.0 or above before the extension repository stops supporting JDK8. @songxiaosheng

I agree. I've tried to work it out and it doesn't work

@aofall
Copy link
Contributor

aofall commented May 31, 2024

I agree. I've tried to work it out and it doesn't work

caused by etcd-io/jetcd@4759815#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7R66

@songxiaosheng
Copy link
Member

I agree. I've tried to work it out and it doesn't work

caused by etcd-io/jetcd@4759815#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7R66

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants