Closed wilvdb closed 1 month ago
/cc @MichalMaler (documentation), @ebullient (documentation), @inoxx03 (documentation), @michelle-purcell (documentation), @rolfedh (documentation), @sheilamjones (documentation), @sunayna15 (documentation)
Is there something new regarding this issue ?
I'll have a look.
This was an oversight, sorry about this. It will be fixed by https://github.com/quarkusio/quarkus/pull/43633 .
In passing, I don't think you need the converter? The values should be handled the way you want by default (which is fortunate as the config generation doesn't take the converters into account).
And thanks for the great reproducer, it was a great time saver :).
Describe the bug
Enumeration values for configuration are not present in the generated documentation (asciidoc).
Expected behavior
org.acme.style
Actual behavior
org.acme.style
How to Reproduce?
Sample project is available here : https://github.com/wilvdb/greeting-extension
Output of
uname -a
orver
MINGW64_NT-10.0-19045 MC213429 3.3.3-341.x86_64 2022-01-17 11:45 UTC x86_64 Msys
Output of
java -version
openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
Quarkus version or git rev
3.14.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Maven home: C:\dev\apache-maven-3.9.4 Java version: 21.0.3, vendor: Eclipse Adoptium, runtime: C:\Program Files\Temurin Default locale: en_US, platform encoding: UTF-8 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Additional information
Generated model in runtime module contains the enumeration value: