helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.x archetype - Create new archetype layout #8817

Open tvallin opened 1 month ago

tvallin commented 1 month ago

Description

fix #8811

This PR does not impact the generated code by the archetype, except changing a few tests order:

And required modules from module-info.java:

These changes does not impact application runtime nor proper testing.

Documentation

None