helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.x: Update generated config reference #8852

Closed tomas-langer closed 3 weeks ago

tomas-langer commented 4 weeks ago

Related to #8793

Config metatadata:

Config reference docs:

Also includes updates of documentation generated from the updated metadata files.

tomas-langer commented 3 weeks ago

Ah, OK. I guess that you hand-edited the generated AccessLogConfig .adoc file for the embedded table; that's why there's nothing in the code and no test for that. Got it.

This PR changes a smaller thing in the annotation processor. The tables (and in general HTML) in the description is not processed in Helidon - it is a standalone project, that contains translation from JSON metadata to adoc files. The handling of tables is part of that project. So I cannot even add a test here, as there is nothing to test.