-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Enum values are not displayed in extension documentation #43307
Comments
/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 #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 :). |
This was an oversight. Fixes quarkusio#43307
This was an oversight. Fixes quarkusio#43307
Describe the bug
Enumeration values for configuration are not present in the generated documentation (asciidoc).
Expected behavior
File greeting-extension.adoc should contain configuration properties as below :
org.acme.style
Actual behavior
File greeting-extension.adoc contains configuration properties as below (enumeration name is displayed instead of enum values) :
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:
The text was updated successfully, but these errors were encountered: