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

Bump MP-Config to 2.0-m1 #200

Merged
merged 1 commit into from
Jul 28, 2020
Merged

Conversation

pavolloffay
Copy link
Contributor

Signed-off-by: Pavol Loffay [email protected]

Related to #194

@Emily-Jiang could you please review?

Signed-off-by: Pavol Loffay <[email protected]>
@@ -50,6 +51,11 @@ public String getValue(String s) {
public String getName() {
return this.getClass().getName();
}

@Override
public Set<String> getPropertyNames() {
Copy link
Member

Choose a reason for hiding this comment

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

You should not rely on getProperties as you will run into deadlock unless you implement getProperties method yourself.

Copy link
Member

Choose a reason for hiding this comment

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

ah. checked that you implemented the getProperties().

Copy link
Member

@Emily-Jiang Emily-Jiang left a comment

Choose a reason for hiding this comment

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

LGTM!

@pavolloffay pavolloffay merged commit 2f412c2 into microprofile:master Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants