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

Unsupported operation at Microprofile Config #2876

Closed
ThomasSousa96 opened this issue Jun 21, 2018 · 2 comments · Fixed by #2923
Closed

Unsupported operation at Microprofile Config #2876

ThomasSousa96 opened this issue Jun 21, 2018 · 2 comments · Fixed by #2923
Labels
Type: Bug Label issue as a bug defect
Milestone

Comments

@ThomasSousa96
Copy link

Because the below method is not implemented?

@Override
public Iterable<String> getPropertyNames() {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
}

@smillidge smillidge added this to the Payara 5.183 milestone Jun 25, 2018
@smillidge
Copy link
Contributor

smillidge commented Jun 25, 2018

Good catch. I hate it when the IDE autogenerates those methods. Not sure how this slipped through the TCK.

Thanks

@smillidge smillidge added the Type: Bug Label issue as a bug defect label Jun 25, 2018
@smillidge
Copy link
Contributor

PAYARA-2880

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Label issue as a bug defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants