I hope there is a tooling project under Jakarta EE to resolve these problems in a central place.
Spec Development
- Commit log lint, GitHub actions workflow template files.
- Java Code Format, provided as extensions for the existing code style libs(Check Style, etc.) and build tools extensions(Maven/Gradle)
- Document style improvement(ASCII DOC) build tools extensions(Gradle/Maven)
End User/Developer Support
- Java compiler annotation processing to improve Nonnull/Nullable check.
- Testing framework like Arquillina/Weld Unit. Fast and lightweight Jakarta Server Runtime(embedded and in-process impl instead of heavy external network) for testing purpose, and test containers to prove the functionalities in the real Jakarta Application servers.
- Starter, Jakarta EE tutorial, etc.
- GlassFish IDE(NetBeans IDE, Eclipse JEE bundle) and Maven/Gradle support, esp. adopt Maven cargo plugin.
Originally posted by @hantsy in jakartaee/transactions#230 (comment)
I hope there is a tooling project under Jakarta EE to resolve these problems in a central place.
Spec Development
End User/Developer Support
Originally posted by @hantsy in jakartaee/transactions#230 (comment)