Bumping versions

This commit is contained in:
buildmaster
2023-10-14 13:47:36 +00:00
parent 63a42a2e7f
commit 09325414bd

View File

@@ -237,10 +237,13 @@ public class EnvironmentRepositoryConfiguration {
@ConditionalOnClass(SsmClient.class)
static class AwsParameterStoreFactoryConfig {
//set the bean name explicitly since we assume the bean name will start with the profile
//name in the case of a composite configuration. The profile name is awsparamstore
//but the method name starts with awsParameterStore and the logic in CompositeUtils.getFactoryName
//will not find a match
// set the bean name explicitly since we assume the bean name will start with the
// profile
// name in the case of a composite configuration. The profile name is
// awsparamstore
// but the method name starts with awsParameterStore and the logic in
// CompositeUtils.getFactoryName
// will not find a match
@Bean(name = "awsparamstoreenvironmentrepositoryfactory")
public AwsParameterStoreEnvironmentRepositoryFactory awsParameterStoreEnvironmentRepositoryFactory(
ConfigServerProperties server) {