Project Helidon is a set of Java Libraries for writing microservices. Helidon supports two programming models:
- Helidon MP: MicroProfile 1.1 plus Health Check and Metrics
- Helidon SE: a small, functional style API
In either case your application is just a Java SE program.
Latest documentation and javadocs are available at https://helidon.io/docs/latest.
See Getting Started at http://helidon.io.
Issues are currently tracked in GitHub, see https://github.com/oracle/helidon/issues
- Slack: Coming soon
- Twitter: @helidon_project
There are no Helidon downloads. Just use our Maven releases (GroupID io.helidon).
See Getting Started at http://helidon.io.
You will need Java 9 and Maven 3.5 or newer.
Full build
$ mvn installCheckstyle
# Cd to the component you want to check
$ mvn validate -PcheckstyleCopyright
# Cd to the component you want to check
$ mvn validate -PcopyrightSpotbugs
# Cd to the component you want to check
$ mvn verify -Pspotbugs