We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Main.java
Go to line 74 and see:
SimpleGreetService simpleGreetService = new SimpleGreetService(config); GreetService greetService = new GreetService(config);
Notice the missing newline.
The text was updated successfully, but these errors were encountered:
tvallin
Successfully merging a pull request may close this issue.
The 3.2.0 archetypes are generating poorly formatting source code due to changes made for #6269
To reproduce:
Edit
Main.java
Go to line 74 and see:
Notice the missing newline.
The text was updated successfully, but these errors were encountered: