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 version.smallrye-stork from 1.4.2 to 2.3.0 #1861

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps version.smallrye-stork from 1.4.2 to 2.3.0.
Updates stork-core from 1.4.2 to 2.3.0

Release notes

Sourced from stork-core's releases.

2.3.0

🫧 Enhancements

⛮ Misc

🚨 Breaking Changes

Change Justification
method Optional<String> ServiceInstance::getPath() has been introduced New method to handle API gateways
method void Service::<init>(String, LoadBalancer, ServiceDiscovery, boolean) updated to method void Service::<init>(String, LoadBalancer, ServiceDiscovery, ServiceRegistrar, boolean) Service Registrar is now part of the Service
method ConfigWithType ServiceConfig::serviceRegistrar() has been introduced Registrar included in the service configuration
method List<ServiceRegistrarConfig> .ConfigProvider::getRegistrarConfigs() has been removed Registrar configuration is now part of configs
parameter ServiceRegistrar<MetadataKeyType> internal.ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::createServiceRegistrar(===ServiceRegistrarConfig===, StorkInfrastructure) updated to parameter ServiceRegistrar<MetadataKeyType> internal.ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::createServiceRegistrar(===ConfigWithType===, StorkInfrastructure) Use the ConfigWithType more generic type for registrars.
method ServiceRegistrar<MetadataKeyType> internal.ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::createServiceRegistrar(ServiceRegistrarConfig, StorkInfrastructure) updated to method ServiceRegistrar<MetadataKeyType> internal.ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::createServiceRegistrar(ConfigWithType, String, StorkInfrastructure) Service name is not needed anymore. It is present at Service config level.
method void TestConfigProvider::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>) updated to method void TestConfigProvider::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, boolean) Registrars are now part of configs
method void TestConfigProvider::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>, boolean) updated to method void TestConfigProvider::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) Registrars are now part of configs
method void TestConfigProvider::addServiceRegistrarConfig(String, String, Map<String, String>) has been removed Registrars are now part of configs
method List<ServiceRegistrarConfig> TestConfigProvider::getRegistrarConfigs() has been removed Registrars are now part of configs
method void TestConfigProviderBean::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>) updated to method void TestConfigProviderBean::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) Registrars are now part of configs
method void TestConfigProviderBean::addServiceRegistrarConfig(String, String, Map<String, String>) has been removed Registrars are now part of configs
method List<ServiceRegistrarConfig> TestConfigProviderBean::getRegistrarConfigs() has been removed Registrars are now part of configs
method ServiceRegistrar<TestServiceRegistrarProvider.TestMetadata> TestServiceRegistrarProviderLoader::createServiceRegistrar(ServiceRegistrarConfig, StorkInfrastructure) updated to method ServiceRegistrar<TestServiceRegistrarProvider.TestMetadata> TestServiceRegistrarProviderLoader::createServiceRegistrar(ConfigWithType, String, StorkInfrastructure) Use the ConfigWithType more generic type for registrars and service name.
method ServiceDefinition ServiceDefinition::of(ConfigWithType, ConfigWithType) updated to method ServiceDefinition ServiceDefinition::of(ConfigWithType, ConfigWithType, ConfigWithType) Registrar included.
method Optional<String> ServiceInstance::getPath() has been introduced New method to handle API gateways
class EmptyServicesServiceDiscoveryProviderLoader updated to class EmptyServicesServiceDiscoveryProviderLoader the loaders are now also exposed as CDI beans
class TestLoadBalancer1ProviderLoader updated to class TestLoadBalancer1ProviderLoader the loaders are now also exposed as CDI beans
class TestLoadBalancer2ProviderLoader updated to class TestLoadBalancer2ProviderLoader the loaders are now also exposed as CDI beans
class TestServiceDiscovery1ProviderLoader updated to class TestServiceDiscovery1ProviderLoader the loaders are now also exposed as CDI beans
class TestServiceDiscovery2ProviderLoader updated to class TestServiceDiscovery2ProviderLoader the loaders are now also exposed as CDI beans
class TestServiceRegistrarProviderLoader updated to class TestServiceRegistrarProviderLoader The loaders are now also exposed as CDI beans
method void TestConfigProvider::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>) updated to method void TestConfigProvider::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, boolean) Registrars are now part of configs
method void TestConfigProvider::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>, boolean) updated to method void TestConfigProvider::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) Registrars are now part of configs
method void TestConfigProvider::addServiceRegistrarConfig(String, String, Map<String, String>) has been removed Registrar config is now part of service config.
method List<ServiceRegistrarConfig> TestConfigProvider::getRegistrarConfigs() has been removed Registrars are now part of configs
method void TestConfigProviderBean::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>) updated to method void TestConfigProviderBean::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) Registrars are now part of configs
method void TestConfigProviderBean::addServiceRegistrarConfig(String, String, Map<String, String>) has been removed Registrar config is now part of service config.
method List<ServiceRegistrarConfig> TestConfigProviderBean::getRegistrarConfigs() has been removed Registrar config is now part of service config.
method ServiceRegistrar<TestServiceRegistrarProvider.TestMetadata> TestServiceRegistrarProviderLoader::createServiceRegistrar(ServiceRegistrarConfig, StorkInfrastructure) updated to method ServiceRegistrar<TestServiceRegistrarProvider.TestMetadata> TestServiceRegistrarProviderLoader::createServiceRegistrar(ConfigWithType, String, StorkInfrastructure) Registrars are now part of service config.
method List<ServiceRegistrarConfig> microprofile.MicroProfileConfigProvider::getRegistrarConfigs() has been removed Registrar config is now part of the service config.

2.2.0

🫧 Enhancements

... (truncated)

Commits
  • 50c27f3 [maven-release-plugin] prepare release 2.3.0
  • 8cfc30d Merge pull request #607 from smallrye/prepare-release-2.3.0
  • c28d1ab Prepare release 2.3.0
  • 2ca391a Merge pull request #606 from aureamunoz/allow-empty-address-list
  • cae0309 Allow to start without any address configured in static-list service discover...
  • 586ab17 Merge pull request #605 from smallrye/dependabot/maven/io.smallrye.reactive-m...
  • 908ebf4 build(deps): bump mutiny from 2.3.0 to 2.3.1
  • 4ce88f2 Merge pull request #597 from aureamunoz/include-sr-in-service-config
  • d20670e Include service registrars in Service Config and add registrar ability for st...
  • 9ad8642 Merge pull request #600 from smallrye/dependabot/maven/io.smallrye.reactive-s...
  • Additional commits viewable in compare view

Updates stork-api from 1.4.2 to 2.3.0

Release notes

Sourced from stork-api's releases.

2.3.0

🫧 Enhancements

⛮ Misc

🚨 Breaking Changes

Change Justification
method Optional<String> ServiceInstance::getPath() has been introduced New method to handle API gateways
method void Service::<init>(String, LoadBalancer, ServiceDiscovery, boolean) updated to method void Service::<init>(String, LoadBalancer, ServiceDiscovery, ServiceRegistrar, boolean) Service Registrar is now part of the Service
method ConfigWithType ServiceConfig::serviceRegistrar() has been introduced Registrar included in the service configuration
method List<ServiceRegistrarConfig> .ConfigProvider::getRegistrarConfigs() has been removed Registrar configuration is now part of configs
parameter ServiceRegistrar<MetadataKeyType> internal.ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::createServiceRegistrar(===ServiceRegistrarConfig===, StorkInfrastructure) updated to parameter ServiceRegistrar<MetadataKeyType> internal.ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::createServiceRegistrar(===ConfigWithType===, StorkInfrastructure) Use the ConfigWithType more generic type for registrars.
method ServiceRegistrar<MetadataKeyType> internal.ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::createServiceRegistrar(ServiceRegistrarConfig, StorkInfrastructure) updated to method ServiceRegistrar<MetadataKeyType> internal.ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey>::createServiceRegistrar(ConfigWithType, String, StorkInfrastructure) Service name is not needed anymore. It is present at Service config level.
method void TestConfigProvider::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>) updated to method void TestConfigProvider::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, boolean) Registrars are now part of configs
method void TestConfigProvider::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>, boolean) updated to method void TestConfigProvider::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) Registrars are now part of configs
method void TestConfigProvider::addServiceRegistrarConfig(String, String, Map<String, String>) has been removed Registrars are now part of configs
method List<ServiceRegistrarConfig> TestConfigProvider::getRegistrarConfigs() has been removed Registrars are now part of configs
method void TestConfigProviderBean::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>) updated to method void TestConfigProviderBean::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) Registrars are now part of configs
method void TestConfigProviderBean::addServiceRegistrarConfig(String, String, Map<String, String>) has been removed Registrars are now part of configs
method List<ServiceRegistrarConfig> TestConfigProviderBean::getRegistrarConfigs() has been removed Registrars are now part of configs
method ServiceRegistrar<TestServiceRegistrarProvider.TestMetadata> TestServiceRegistrarProviderLoader::createServiceRegistrar(ServiceRegistrarConfig, StorkInfrastructure) updated to method ServiceRegistrar<TestServiceRegistrarProvider.TestMetadata> TestServiceRegistrarProviderLoader::createServiceRegistrar(ConfigWithType, String, StorkInfrastructure) Use the ConfigWithType more generic type for registrars and service name.
method ServiceDefinition ServiceDefinition::of(ConfigWithType, ConfigWithType) updated to method ServiceDefinition ServiceDefinition::of(ConfigWithType, ConfigWithType, ConfigWithType) Registrar included.
method Optional<String> ServiceInstance::getPath() has been introduced New method to handle API gateways
class EmptyServicesServiceDiscoveryProviderLoader updated to class EmptyServicesServiceDiscoveryProviderLoader the loaders are now also exposed as CDI beans
class TestLoadBalancer1ProviderLoader updated to class TestLoadBalancer1ProviderLoader the loaders are now also exposed as CDI beans
class TestLoadBalancer2ProviderLoader updated to class TestLoadBalancer2ProviderLoader the loaders are now also exposed as CDI beans
class TestServiceDiscovery1ProviderLoader updated to class TestServiceDiscovery1ProviderLoader the loaders are now also exposed as CDI beans
class TestServiceDiscovery2ProviderLoader updated to class TestServiceDiscovery2ProviderLoader the loaders are now also exposed as CDI beans
class TestServiceRegistrarProviderLoader updated to class TestServiceRegistrarProviderLoader The loaders are now also exposed as CDI beans
method void TestConfigProvider::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>) updated to method void TestConfigProvider::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, boolean) Registrars are now part of configs
method void TestConfigProvider::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>, boolean) updated to method void TestConfigProvider::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) Registrars are now part of configs
method void TestConfigProvider::addServiceRegistrarConfig(String, String, Map<String, String>) has been removed Registrar config is now part of service config.
method List<ServiceRegistrarConfig> TestConfigProvider::getRegistrarConfigs() has been removed Registrars are now part of configs
method void TestConfigProviderBean::addServiceConfig(String, String, String, Map<String, String>, Map<String, String>) updated to method void TestConfigProviderBean::addServiceConfig(String, String, String, String, Map<String, String>, Map<String, String>, Map<String, String>) Registrars are now part of configs
method void TestConfigProviderBean::addServiceRegistrarConfig(String, String, Map<String, String>) has been removed Registrar config is now part of service config.
method List<ServiceRegistrarConfig> TestConfigProviderBean::getRegistrarConfigs() has been removed Registrar config is now part of service config.
method ServiceRegistrar<TestServiceRegistrarProvider.TestMetadata> TestServiceRegistrarProviderLoader::createServiceRegistrar(ServiceRegistrarConfig, StorkInfrastructure) updated to method ServiceRegistrar<TestServiceRegistrarProvider.TestMetadata> TestServiceRegistrarProviderLoader::createServiceRegistrar(ConfigWithType, String, StorkInfrastructure) Registrars are now part of service config.
method List<ServiceRegistrarConfig> microprofile.MicroProfileConfigProvider::getRegistrarConfigs() has been removed Registrar config is now part of the service config.

2.2.0

🫧 Enhancements

... (truncated)

Commits
  • 50c27f3 [maven-release-plugin] prepare release 2.3.0
  • 8cfc30d Merge pull request #607 from smallrye/prepare-release-2.3.0
  • c28d1ab Prepare release 2.3.0
  • 2ca391a Merge pull request #606 from aureamunoz/allow-empty-address-list
  • cae0309 Allow to start without any address configured in static-list service discover...
  • 586ab17 Merge pull request #605 from smallrye/dependabot/maven/io.smallrye.reactive-m...
  • 908ebf4 build(deps): bump mutiny from 2.3.0 to 2.3.1
  • 4ce88f2 Merge pull request #597 from aureamunoz/include-sr-in-service-config
  • d20670e Include service registrars in Service Config and add registrar ability for st...
  • 9ad8642 Merge pull request #600 from smallrye/dependabot/maven/io.smallrye.reactive-s...
  • Additional commits viewable in compare view

Updates stork-service-discovery-static-list from 1.4.2 to 2.3.0

Updates stork-microprofile-config from 1.4.2 to 2.3.0

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/version.smallrye-stork-2.3.0 branch from f76fd5f to c2e33a9 Compare July 11, 2023 08:00
Bumps `version.smallrye-stork` from 1.4.2 to 2.3.0.

Updates `stork-core` from 1.4.2 to 2.3.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@1.4.2...2.3.0)

Updates `stork-api` from 1.4.2 to 2.3.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@1.4.2...2.3.0)

Updates `stork-service-discovery-static-list` from 1.4.2 to 2.3.0

Updates `stork-microprofile-config` from 1.4.2 to 2.3.0

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/version.smallrye-stork-2.3.0 branch from c2e33a9 to 7b19ed2 Compare July 12, 2023 05:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2023

Superseded by #1865.

@dependabot dependabot bot closed this Jul 13, 2023
@dependabot dependabot bot deleted the dependabot/maven/version.smallrye-stork-2.3.0 branch July 13, 2023 05:41
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.

0 participants