Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Add new parameter-store module and starter #682

Closed

Conversation

eddumelendez
Copy link
Contributor

This commit introduces the following changes:

  • Deprecate spring-cloud-aws-parameter-store-config module
  • Deperecate spring-cloud-starter-aws-parameter-store-config module
  • Create spring-cloud-aws-parameter-store
  • Create spring-cloud-starter-aws-parameter-store

New module is not aware of spring boot and the starter has not classes.

@eddumelendez eddumelendez added component: parameter-store Parameter Store integration related issue type: enhancement A general enhancement and removed waiting-for-triage labels Sep 22, 2020
@eddumelendez eddumelendez added this to the 2.3 milestone Sep 22, 2020
Copy link
Contributor Author

@eddumelendez eddumelendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maciejwalkowiak I have added some comments. WDYT?


ConfigurableEnvironment env = (ConfigurableEnvironment) environment;

String appName = getName();
Copy link
Contributor Author

@eddumelendez eddumelendez Sep 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be moved to ParameterStoreProperties


private String name;

private String prefix = "/config";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not have default value. The default one is set in the autoconfigure module


private String prefix = "/config";

private String defaultContext = "application";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not have default value. The default one is set in the autoconfigure module

@maciejwalkowiak
Copy link
Contributor

Perhaps we can wait with this one for 2.4

This commit introduces the following changes:

* Deprecate `spring-cloud-aws-parameter-store-config` module
* Deperecate `spring-cloud-starter-aws-parameter-store-config` module
* Create `spring-cloud-aws-parameter-store`
* Create `spring-cloud-starter-aws-parameter-store`

New module is not aware of spring boot and the starter has not classes.
@eddumelendez eddumelendez force-pushed the parameterstore_module branch from 8946db9 to ed79bfe Compare October 19, 2020 03:24
@github-actions github-actions bot added type: dependency-upgrade A dependency upgrade type: documentation A documentation update labels Oct 19, 2020
@eddumelendez eddumelendez marked this pull request as draft October 19, 2020 03:37
@eddumelendez
Copy link
Contributor Author

I will close this until figure it out #607

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: parameter-store Parameter Store integration related issue type: dependency-upgrade A dependency upgrade type: documentation A documentation update type: enhancement A general enhancement
Development

Successfully merging this pull request may close these issues.

3 participants