Skip to content

fryp/helidon

This branch is 1808 commits behind helidon-io/helidon:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2021
Dec 1, 2021
Jan 12, 2022
Feb 2, 2022
Nov 9, 2021
Jan 19, 2022
Jan 26, 2022
Feb 1, 2022
Feb 3, 2022
Nov 12, 2021
Feb 2, 2022
Jan 26, 2022
Feb 1, 2022
Jan 12, 2022
Nov 15, 2021
Jan 13, 2022
Dec 20, 2021
Jan 11, 2022
Nov 22, 2021
Nov 9, 2021
Nov 9, 2021
Dec 9, 2021
Nov 15, 2021
Nov 15, 2021
Feb 1, 2022
Feb 7, 2022
Dec 9, 2021
Jan 26, 2022
Dec 2, 2021
Feb 3, 2022
Feb 1, 2022
Feb 2, 2022
Jan 19, 2022
Feb 7, 2022
Feb 7, 2022
Jan 20, 2022
Nov 1, 2021
Oct 7, 2021
Jun 15, 2021
Apr 21, 2021
Oct 8, 2021
Mar 19, 2019
May 5, 2021
Apr 21, 2021
Oct 28, 2021
Feb 2, 2022

Repository files navigation

latest version latest version 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 3.3
  • Helidon SE: a small, functional style API

In either case your application is just a Java SE program.

License

Helidon is available under Apache License 2.0.

Documentation

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

Get Started

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

Downloads / Accessing Binaries

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

Helidon CLI

MacOS:

curl -O https://helidon.io/cli/latest/darwin/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

Linux:

curl -O https://helidon.io/cli/latest/linux/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

Windows:

PowerShell -Command Invoke-WebRequest -Uri "https://helidon.io/cli/latest/windows/helidon.exe" -OutFile "C:\Windows\system32\helidon.exe"

See this document for more info.

Build

You need JDK 11+ to build Helidon.

You also need Maven. We recommend 3.5 or newer.

Building the documentation requires the dot utility from Graphviz. This is included in many Linux distributions. For other platforms see https://www.graphviz.org/.

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

Build Scripts

Build scripts are located in etc/scripts. These are primarily used by our pipeline, but a couple are handy to use on your desktop to verify your changes.

  • copyright.sh: Run a full copyright check
  • checkstyle.sh: Run a full style check

Get Help

Get Involved

Stay Informed

About

Java libraries for writing microservices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%