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

Conversation

cschroedl-gov
Copy link
Contributor

@cschroedl-gov cschroedl-gov commented Feb 27, 2020

Addresses #509 and #527

public domain

@pivotal-issuemaster
Copy link

@cschroed-usgs Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 27, 2020
@cschroedl-gov
Copy link
Contributor Author

cschroedl-gov commented Feb 27, 2020

According to https://cla.pivotal.io/about#obvious-fixes , contributions of "Logging messages or debug output" don't require signing a CLA.

@cschroedl-gov
Copy link
Contributor Author

@pivotal-issuemaster This is an Obvious Fix

@pivotal-issuemaster
Copy link

@cschroed-usgs Thank you for signing the Contributor License Agreement!

@cschroedl-gov
Copy link
Contributor Author

I signed the CLA anyway because I'm a US federal employee and the same page says I should.

If you are a government employee, please sign the CLA and add “public domain” to the pull request description.

Copy link
Contributor

@maciejwalkowiak maciejwalkowiak left a comment

Choose a reason for hiding this comment

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

Thank you for contribution! Small thing: unnecessary string concatenation should be avoided.

@@ -61,6 +61,7 @@ public void init() {

@Override
public Object getProperty(String name) {
logger.trace("getting property: " + name);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
logger.trace("getting property: " + name);
logger.trace("Getting property: {}", name);

@@ -69,6 +70,7 @@ private void getParameters(GetParametersByPathRequest paramsRequest) {
.getParametersByPath(paramsRequest);
for (Parameter parameter : paramsResult.getParameters()) {
String key = parameter.getName().replace(context, "").replace('/', '.');
logger.debug("setting property: " + key);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
logger.debug("setting property: " + key);
logger.debug("Setting property: {}", key);

@maciejwalkowiak maciejwalkowiak added component: parameter-store Parameter Store integration related issue status: in-progress An issue that being worked on type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels May 31, 2020
@maciejwalkowiak maciejwalkowiak added this to the 2.2.3 milestone May 31, 2020
maciejwalkowiak added a commit to maciejwalkowiak/spring-cloud-aws that referenced this pull request May 31, 2020
tmnuwan12 pushed a commit to tmnuwan12/spring-cloud-aws that referenced this pull request Jun 7, 2020
maciejwalkowiak added a commit to maciejwalkowiak/spring-cloud-aws that referenced this pull request Oct 15, 2020
maciejwalkowiak added a commit to maciejwalkowiak/spring-cloud-aws that referenced this pull request Oct 15, 2020
maciejwalkowiak added a commit to maciejwalkowiak/spring-cloud-aws that referenced this pull request Oct 15, 2020
maciejwalkowiak added a commit to maciejwalkowiak/spring-cloud-aws that referenced this pull request Oct 15, 2020
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 status: in-progress An issue that being worked on type: enhancement A general enhancement
Development

Successfully merging this pull request may close these issues.

4 participants