helidon-io / helidon

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

Fix to correctly create references for config documentation provider implementations #9523

Closed tomas-langer closed 1 day ago

tomas-langer commented 1 day ago

Resolves #9522

The reference documentation failed to link to implementations as we no longer have the documents persistent, and we only checked against the config type (such as AccessLogFeatureConfig) and not the actual type (such as AccessLogFeature). The update checks both, and it should now work regardless of generation ordering.