You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we process builders that are classes to generate JSON for usage for documentation and IDEs.
We need to update the processor to support new Builder APIs based on interfaces (e.g. the @ConfigBean also annotated as @Configured)
Also the tooling to generate documentation from the JSON files should be brought into Helidon build tools and the process automated as part of Helidon (either built by developer, or within pipelines as an automated PR)
The text was updated successfully, but these errors were encountered:
Currently we process builders that are classes to generate JSON for usage for documentation and IDEs.
We need to update the processor to support new Builder APIs based on interfaces (e.g. the
@ConfigBean
also annotated as@Configured
)Also the tooling to generate documentation from the JSON files should be brought into Helidon build tools and the process automated as part of Helidon (either built by developer, or within pipelines as an automated PR)
The text was updated successfully, but these errors were encountered: