Skip to content

Bump version.smallrye-stork from 3.0.0 to 3.0.1 - #2582

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

3.0.1

⛮ Misc

🚨 Breaking Changes

Change Justification
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, List<String>, String, int) Added instanceName and tags parameters to Registration constructor. 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.
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.
method io.smallrye.mutiny.Uni<Void> ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::registerServiceInstance(String, String, List<String>, Metadata<MetadataKeyType>, String, int) has been introduced Added tags parameter to support tagging service instances at registration time.
method io.smallrye.mutiny.Uni<Void> ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::registerServiceInstance(String, List<String>, Metadata<MetadataKeyType>, String, int) has been introduced Added tags-only registration method (without instanceName) as a default method, backward-compatible.
Commits
  • a61d7f7 [maven-release-plugin] prepare release 3.0.1
  • 8082558 prepare release 3.0.1 (#1317)
  • f950485 build(deps): bump io.smallrye.config:smallrye-config (#1311)
  • c4a7ee2 build(deps): bump httplib2 from 0.22.0 to 0.32.0 in /docs (#1315)
  • b922457 build(deps): bump pymdown-extensions from 10.16.1 to 11.0 in /docs (#1316)
  • c8b5616 build(deps): bump actions/setup-python from 6 to 7 (#1310)
  • 3096cf5 Improve Registration API. Remove reduntant service name (#1306)
  • 6ee9ed0 build(deps): bump com.fasterxml.jackson:jackson-bom (#1308)
  • 834f002 build(deps-dev): bump vertx.version from 5.1.4 to 5.1.5 (#1307)
  • d848c16 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Release notes

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

3.0.1

⛮ Misc

🚨 Breaking Changes

Change Justification
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, List<String>, String, int) Added instanceName and tags parameters to Registration constructor. 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.
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.
method io.smallrye.mutiny.Uni<Void> ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::registerServiceInstance(String, String, List<String>, Metadata<MetadataKeyType>, String, int) has been introduced Added tags parameter to support tagging service instances at registration time.
method io.smallrye.mutiny.Uni<Void> ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::registerServiceInstance(String, List<String>, Metadata<MetadataKeyType>, String, int) has been introduced Added tags-only registration method (without instanceName) as a default method, backward-compatible.
Commits
  • a61d7f7 [maven-release-plugin] prepare release 3.0.1
  • 8082558 prepare release 3.0.1 (#1317)
  • f950485 build(deps): bump io.smallrye.config:smallrye-config (#1311)
  • c4a7ee2 build(deps): bump httplib2 from 0.22.0 to 0.32.0 in /docs (#1315)
  • b922457 build(deps): bump pymdown-extensions from 10.16.1 to 11.0 in /docs (#1316)
  • c8b5616 build(deps): bump actions/setup-python from 6 to 7 (#1310)
  • 3096cf5 Improve Registration API. Remove reduntant service name (#1306)
  • 6ee9ed0 build(deps): bump com.fasterxml.jackson:jackson-bom (#1308)
  • 834f002 build(deps-dev): bump vertx.version from 5.1.4 to 5.1.5 (#1307)
  • d848c16 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

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

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 to 3.0.1.

Updates `io.smallrye.stork:stork-core` from 3.0.0 to 3.0.1
- [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...3.0.1)

Updates `io.smallrye.stork:stork-api` from 3.0.0 to 3.0.1
- [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...3.0.1)

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

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

---
updated-dependencies:
- dependency-name: io.smallrye.stork:stork-core
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.smallrye.stork:stork-api
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.smallrye.stork:stork-service-discovery-static-list
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.smallrye.stork:stork-microprofile-config
  dependency-version: 3.0.1
  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 Aug 10, 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