Skip to content
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

Configuration Properties AP no longer handles javadoc @value #11620

Open
melix opened this issue Feb 25, 2025 · 0 comments
Open

Configuration Properties AP no longer handles javadoc @value #11620

melix opened this issue Feb 25, 2025 · 0 comments

Comments

@melix
Copy link
Contributor

melix commented Feb 25, 2025

Issue description

I was working on updating the build plugins when, after upgrading a test to use latest Micronaut core, it started failing.

The test checks that we generate configuration properties adoc files correctly. It uses a class which has:

/**
     * Generic config default value is {@value GenericConfig#DEFAULT_VALUE}.
     *
     * @param config
     */

In Micronaut 3.9.7, it generates the following adoc file:

| `+generic.config+`
|int
|Generic config default value is {@value GenericConfig#DEFAULT_VALUE}.

However in 4.0.0, it misses the description from @value:

| `+normal.config+`
|int
|

I suspect this is related to an upgrade of Java Parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant