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

PAYARA-3950 Process all properties files #4050

Merged
merged 2 commits into from
Jun 19, 2019

Conversation

edthorne
Copy link
Contributor

Fixes #4049

@@ -426,9 +428,9 @@ private Properties getPropertiesFromFile(ClassLoader appClassLoader, String file
try (InputStream is = url.openStream()) {
p.load(url.openStream());
Copy link
Contributor

@svendiedrichsen svendiedrichsen Jun 14, 2019

Choose a reason for hiding this comment

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

Is this call twice to url.openStream intentional or should the variable is be used instead of the second call?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Clearly I was so focused on fixing my problem I didn't review the code for additional issues!

@smillidge smillidge changed the title PAYARA-4049: Process all properties files Process all properties files Jun 14, 2019
@smillidge smillidge added PR: CLA CLA submitted on PR by the contributor community-contribution labels Jun 14, 2019
@smillidge smillidge added this to the 5.193 milestone Jun 14, 2019
@smillidge
Copy link
Contributor

Jenkins test please

@smillidge smillidge requested a review from MattGill98 June 14, 2019 21:44
@smillidge
Copy link
Contributor

This needs an internal Jira reference.

@arjantijms arjantijms changed the title Process all properties files PAYARA-3950 Process all properties files Jun 19, 2019
@arjantijms
Copy link
Contributor

Internally tracked by PAYARA-3950

@arjantijms arjantijms merged commit 448a913 into payara:master Jun 19, 2019
@edthorne edthorne deleted the PAYARA-4049 branch June 19, 2019 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: CLA CLA submitted on PR by the contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microprofile config implementation only loads one properties file
6 participants