Generate application.yaml when quarkus-config-yaml extension is enabled during generation #9894
Labels
kind/enhancement
New feature or request
triage/out-of-date
This issue/PR is no longer valid or relevant
Description
If I generate a new Quarkus application and I am using the quarkus-config-yaml extension, a application.properties file is generated.
I would assume that users that are using the quarkus-config-yaml extension rather want to use application.yaml file.
(Could be extended if CodeStarts are implemented)
Implementation ideas
Since the generated application.properties file is empty anways, it would be enough, to only change to filename on generation from application.properties to application.yaml at code generation.
The text was updated successfully, but these errors were encountered: