Romain Grecourt d45a5d704f Update version 0.9.1 (#18)
* add docs profile to udpate_version in release.sh

* bump version to 0.9.1-SNAPSHOT

* remove leftover directories under examples/archetypes
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 13:59:53 -07:00
2018-08-28 15:35:19 -07:00
2018-08-28 15:35:19 -07:00
2018-09-04 15:57:13 -07:00
2018-09-06 15:04:46 -07:00
2018-09-06 13:59:53 -07:00
2018-09-05 12:44:14 -07:00

latest version latest version build status follow on Twitter

Helidon: Java Libraries for Microservices

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.

Documentation

Latest documentation and javadocs are available at https://helidon.io/docs/latest.

Get Started

See Getting Started at http://helidon.io.

Bugs and Feedback

Issues are currently tracked in GitHub, see https://github.com/oracle/helidon/issues

Communication

Downloads / Accessing Binaries

There are no Helidon downloads. Just use our Maven releases (GroupID io.helidon). See Getting Started at http://helidon.io.

Build

You will need Java 9 and Maven 3.5 or newer.

Full build

$ mvn install

Checkstyle

# Cd to the component you want to check
$ mvn validate  -Pcheckstyle

Copyright

# Cd to the component you want to check
$ mvn validate  -Pcopyright

Spotbugs

# Cd to the component you want to check
$ mvn verify  -Pspotbugs
Description
No description provided
Readme 24 MiB
Languages
Java 98.7%
Mustache 0.9%
Shell 0.3%