eclipse / microprofile-config

MicroProfile Configuration Feature
Apache License 2.0
213 stars 115 forks source link

Avoid throwing Exception for Optional types and ConfigValue if expression cannot be expanded #767

Closed jbescos closed 1 year ago

jbescos commented 1 year ago

After upgrading Helidon to Weld 5.x I found some Config TCK issues with the version of the master, that are related to this PR.

I am not expert on microprofile-config, but does these changes in one test make sense?.

eclipse-microprofile-bot commented 1 year ago

Can one of the admins verify this patch?

jbescos commented 1 year ago

@essobedo could you take a look please?.

radcortez commented 1 year ago

This helps with some errors, but we may have other issues.

radcortez commented 1 year ago

Thanks for the PR!