-
Notifications
You must be signed in to change notification settings - Fork 120
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
NPE when obtaining ConfigValue via getValue
#906
Comments
mabartos
added a commit
to mabartos/smallrye-config
that referenced
this issue
Mar 14, 2023
mabartos
added a commit
to mabartos/smallrye-config
that referenced
this issue
Mar 16, 2023
radcortez
pushed a commit
to mabartos/smallrye-config
that referenced
this issue
Mar 16, 2023
radcortez
pushed a commit
that referenced
this issue
Mar 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting NullPointerException when I'm trying to obtain ConfigValue by
getValue(...)
.ConfigValue for the property is found, but the value inside is null, so it's impossible to process the config value properly.
@radcortez Could you please check it? Thanks
The text was updated successfully, but these errors were encountered: