Skip to content

Include property sources without profile and include application property source in AWS S3#2261

Merged
ryanjbaxter merged 1 commit intospring-cloud:3.1.xfrom
ryanjbaxter:default-application-profile-awss3envrepo
May 3, 2023
Merged

Include property sources without profile and include application property source in AWS S3#2261
ryanjbaxter merged 1 commit intospring-cloud:3.1.xfrom
ryanjbaxter:default-application-profile-awss3envrepo

Conversation

@ryanjbaxter
Copy link
Copy Markdown
Contributor

Fixes #1911

@ryanjbaxter ryanjbaxter requested a review from spencergibb May 2, 2023 23:26
@ryanjbaxter ryanjbaxter linked an issue May 2, 2023 that may be closed by this pull request
@ryanjbaxter ryanjbaxter changed the title Include property sources without profile and include application property source Include property sources without profile and include application property source in AWS S3 May 3, 2023
@Override
public Environment findOne(String specifiedApplication, String specifiedProfiles, String specifiedLabel) {
final String application = StringUtils.isEmpty(specifiedApplication)
final String application = ObjectUtils.isEmpty(specifiedApplication)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why the change from StringUtils to ObjectUtils?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It was deprecated so I figured I would just switch it while I was in the file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

right

@ryanjbaxter ryanjbaxter merged commit f59f8b5 into spring-cloud:3.1.x May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

S3 Support - Sharing Configuration With All Applications

3 participants