The spec suggests that there is a Optional.of(String, String)
method, there isn't
#678
Labels
bug 🪲
An error in the implementation code or documentation
Milestone
https://github.com/eclipse/microprofile-config/blob/2.0/spec/src/main/asciidoc/configexamples.asciidoc#config-value-conversion-rules
The conversion rules table tries to show the conversion of a
Optional<List<String>>
like this...There is no method that matches
Optional.of("foo", "bar")
. This is confusing and misleading.The text was updated successfully, but these errors were encountered: