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

3.x: archetypes generating poorly formatted code #6562

Closed
barchetta opened this issue Apr 5, 2023 · 0 comments · Fixed by #6623
Closed

3.x: archetypes generating poorly formatted code #6562

barchetta opened this issue Apr 5, 2023 · 0 comments · Fixed by #6623
Assignees
Labels
3.x Issues for 3.x version branch archetypes bug Something isn't working P2
Milestone

Comments

@barchetta
Copy link
Member

barchetta commented Apr 5, 2023

The 3.2.0 archetypes are generating poorly formatting source code due to changes made for #6269

To reproduce:

helidon init --version 3.2.0
# Accept all defaults to generate SE quickstart

Edit Main.java

Go to line 74 and see:

        SimpleGreetService simpleGreetService = new SimpleGreetService(config);        GreetService greetService = new GreetService(config);

Notice the missing newline.

@barchetta barchetta added bug Something isn't working 3.x Issues for 3.x version branch archetypes labels Apr 5, 2023
@barchetta barchetta added this to the 3.2.1 milestone Apr 5, 2023
@barchetta barchetta changed the title 3.x: archetypes generating poorly formatting code 3.x: archetypes generating poorly formatted code Apr 5, 2023
@m0mus m0mus added the P2 label Apr 6, 2023
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch archetypes bug Something isn't working P2
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants