Skip to content

Bump version.smallrye-stork from 3.0.0.beta2 to 3.0.0#2557

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/main/version.smallrye-stork-3.0.0
Open

Bump version.smallrye-stork from 3.0.0.beta2 to 3.0.0#2557
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/main/version.smallrye-stork-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps version.smallrye-stork from 3.0.0.beta2 to 3.0.0.
Updates io.smallrye.stork:stork-core from 3.0.0.beta2 to 3.0.0

Release notes

Sourced from io.smallrye.stork:stork-core's releases.

3.0.0

⛮ Misc

🚨 Breaking Changes

Change Justification
method io.smallrye.mutiny.Uni<Void> ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::deregisterServiceInstance(String) has been introduced The method has been added to extend the capabilities of the ServiceRegistrar interface by providing support for service deregistration. It is a backward-compatible change, as it adds a default method to the interface and does not break existing implementations.
method io.smallrye.mutiny.Uni<Void> ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::registerServiceInstance(String, String, Metadata<MetadataKeyType>, String, int) has been introduced Added instanceName parameter to allow deterministic instance ID generation, required to fix deregistration bugs in backends like Consul.
class TestServiceRegistrarProvider updated to class TestServiceRegistrarProvider New registrar API
class TestServiceRegistrarProvider updated to class TestServiceRegistrarProvider New registrar API
method void TestServiceRegistrarProvider.Registration::<init>(String, TestSrRegistrarConfiguration, Metadata<TestServiceRegistrarProvider.TestMetadata>, String, String, int) updated to method void TestServiceRegistrarProvider.Registration::<init>(String, TestSrRegistrarConfiguration, Metadata<TestServiceRegistrarProvider.TestMetadata>, String, String, String, int) Added instanceName parameter to Registration constructor and TestServiceRegistrar to support the new abstract method in ServiceRegistrar. Test-only class; no production callers affected.
method io.smallrye.mutiny.Uni<Void> TestServiceRegistrarProvider.TestServiceRegistrar::registerServiceInstance(String, Metadata<TestServiceRegistrarProvider.TestMetadata>, String, int) updated to method io.smallrye.mutiny.Uni<Void> TestServiceRegistrarProvider.TestServiceRegistrar::registerServiceInstance(String, String, Metadata<TestServiceRegistrarProvider.TestMetadata>, String, int) Added instanceName parameter to Registration constructor and TestServiceRegistrar to support the new abstract method in ServiceRegistrar. Test-only class; no production callers affected.
Commits
  • 7f3717f [maven-release-plugin] prepare release 3.0.0
  • 6cc67b6 prepare release 3.0.0 (#1305)
  • 1165ec9 build(deps): bump io.smallrye.config:smallrye-config (#1292)
  • 539ad15 build(deps): bump io.smallrye:smallrye-parent from 49 to 51 (#1287)
  • 66e0c78 build(deps): bump io.smallrye:smallrye-build-parent from 50 to 51 (#1289)
  • a55175a build(deps): bump actions/checkout from 6 to 7 (#1296)
  • acfab27 build(deps-dev): bump vertx.version from 5.1.3 to 5.1.4 (#1304)
  • 8321213 build(deps): bump urllib3 from 2.6.3 to 2.7.0 in /docs (#1294)
  • d5aab78 build(deps): bump version.spring-boot from 4.0.6 to 4.1.0 (#1298)
  • 92deb4a Update dependabot config for branch swap (main=Vert.x 5, 2.x=Vert.x 4)
  • Additional commits viewable in compare view

Updates io.smallrye.stork:stork-api from 3.0.0.beta2 to 3.0.0

Release notes

Sourced from io.smallrye.stork:stork-api's releases.

3.0.0

⛮ Misc

🚨 Breaking Changes

Change Justification
method io.smallrye.mutiny.Uni<Void> ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::deregisterServiceInstance(String) has been introduced The method has been added to extend the capabilities of the ServiceRegistrar interface by providing support for service deregistration. It is a backward-compatible change, as it adds a default method to the interface and does not break existing implementations.
method io.smallrye.mutiny.Uni<Void> ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::registerServiceInstance(String, String, Metadata<MetadataKeyType>, String, int) has been introduced Added instanceName parameter to allow deterministic instance ID generation, required to fix deregistration bugs in backends like Consul.
class TestServiceRegistrarProvider updated to class TestServiceRegistrarProvider New registrar API
class TestServiceRegistrarProvider updated to class TestServiceRegistrarProvider New registrar API
method void TestServiceRegistrarProvider.Registration::<init>(String, TestSrRegistrarConfiguration, Metadata<TestServiceRegistrarProvider.TestMetadata>, String, String, int) updated to method void TestServiceRegistrarProvider.Registration::<init>(String, TestSrRegistrarConfiguration, Metadata<TestServiceRegistrarProvider.TestMetadata>, String, String, String, int) Added instanceName parameter to Registration constructor and TestServiceRegistrar to support the new abstract method in ServiceRegistrar. Test-only class; no production callers affected.
method io.smallrye.mutiny.Uni<Void> TestServiceRegistrarProvider.TestServiceRegistrar::registerServiceInstance(String, Metadata<TestServiceRegistrarProvider.TestMetadata>, String, int) updated to method io.smallrye.mutiny.Uni<Void> TestServiceRegistrarProvider.TestServiceRegistrar::registerServiceInstance(String, String, Metadata<TestServiceRegistrarProvider.TestMetadata>, String, int) Added instanceName parameter to Registration constructor and TestServiceRegistrar to support the new abstract method in ServiceRegistrar. Test-only class; no production callers affected.
Commits
  • 7f3717f [maven-release-plugin] prepare release 3.0.0
  • 6cc67b6 prepare release 3.0.0 (#1305)
  • 1165ec9 build(deps): bump io.smallrye.config:smallrye-config (#1292)
  • 539ad15 build(deps): bump io.smallrye:smallrye-parent from 49 to 51 (#1287)
  • 66e0c78 build(deps): bump io.smallrye:smallrye-build-parent from 50 to 51 (#1289)
  • a55175a build(deps): bump actions/checkout from 6 to 7 (#1296)
  • acfab27 build(deps-dev): bump vertx.version from 5.1.3 to 5.1.4 (#1304)
  • 8321213 build(deps): bump urllib3 from 2.6.3 to 2.7.0 in /docs (#1294)
  • d5aab78 build(deps): bump version.spring-boot from 4.0.6 to 4.1.0 (#1298)
  • 92deb4a Update dependabot config for branch swap (main=Vert.x 5, 2.x=Vert.x 4)
  • Additional commits viewable in compare view

Updates io.smallrye.stork:stork-service-discovery-static-list from 3.0.0.beta2 to 3.0.0

Updates io.smallrye.stork:stork-microprofile-config from 3.0.0.beta2 to 3.0.0

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 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)

Bumps `version.smallrye-stork` from 3.0.0.beta2 to 3.0.0.

Updates `io.smallrye.stork:stork-core` from 3.0.0.beta2 to 3.0.0
- [Release notes](https://github.com/smallrye/smallrye-stork/releases)
- [Changelog](https://github.com/smallrye/smallrye-stork/blob/main/CHANGELOG.md)
- [Commits](smallrye/smallrye-stork@3.0.0.beta2...3.0.0)

Updates `io.smallrye.stork:stork-api` from 3.0.0.beta2 to 3.0.0
- [Release notes](https://github.com/smallrye/smallrye-stork/releases)
- [Changelog](https://github.com/smallrye/smallrye-stork/blob/main/CHANGELOG.md)
- [Commits](smallrye/smallrye-stork@3.0.0.beta2...3.0.0)

Updates `io.smallrye.stork:stork-service-discovery-static-list` from 3.0.0.beta2 to 3.0.0

Updates `io.smallrye.stork:stork-microprofile-config` from 3.0.0.beta2 to 3.0.0

---
updated-dependencies:
- dependency-name: io.smallrye.stork:stork-core
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.smallrye.stork:stork-api
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.smallrye.stork:stork-service-discovery-static-list
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.smallrye.stork:stork-microprofile-config
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 9, 2026
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants