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

Generate application.yaml when quarkus-config-yaml extension is enabled during generation #9894

Closed
BiggA94 opened this issue Jun 9, 2020 · 2 comments
Assignees
Labels
kind/enhancement New feature or request triage/out-of-date This issue/PR is no longer valid or relevant

Comments

@BiggA94
Copy link

BiggA94 commented Jun 9, 2020

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.

@BiggA94 BiggA94 added the kind/enhancement New feature or request label Jun 9, 2020
@gastaldi
Copy link
Contributor

gastaldi commented Jun 9, 2020

@ia3andy this one is for you, I presume

@ia3andy ia3andy self-assigned this Jun 10, 2020
@geoand
Copy link
Contributor

geoand commented Jul 27, 2021

This has already been fixed - I just tested an application generated from code.quarkus.io

@geoand geoand closed this as completed Jul 27, 2021
@geoand geoand added the triage/out-of-date This issue/PR is no longer valid or relevant label Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request triage/out-of-date This issue/PR is no longer valid or relevant
Projects
None yet
Development

No branches or pull requests

4 participants