You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it is correct. The names are a bit unfortunate. getRawValue is part of the API since the early versions and the intent is to provide the value of the configuration before applying conversions.
Expressions and ConfigValue came later, requiring a way to access the value without expansion, which also got the name getRawValue.
Is this correct -
smallrye-config/implementation/src/main/java/io/smallrye/config/SmallRyeConfig.java
Line 370 in 5a96de2
It seems like it should consult the raw value, or have some javadocs redefining what raw means for this method.
The text was updated successfully, but these errors were encountered: