Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helidon-io/helidon-examples

Helidon Examples
https://github.com/helidon-io/helidon-examples

Last synced: about 2 months ago
JSON representation

Helidon Examples

Awesome Lists containing this project

README

        

# Helidon Examples

Examples for Helidon 4.

## How to Run

To build and run Helidon 4 examples you need:

* Java 21 or later
* Maven 3.6.1 or later

Then:

```
git clone https://github.com/helidon-io/helidon-examples.git
cd helidon-examples
git checkout helidon-4.x
mvn clean install
```

### How Repository is Organized

| Branch | Used By | Modified By | Description |
| ----------- |------------|------------------|--------------------------------------------------|
| helidon-N.x | Customers | Release workflow | Latest examples for major version N of Helidon |
| dev-N.x | Developers | PRs | Examples under development for major version N of Helidon |

| Tags | Used By | Created By | Description |
|-------|------------|------------------|-----------------------------------------------------|
| N.N.N | Customers | Release workflow | Released examples for a specific version of Helidon |

To checkout examples for the most recent release of Helidon 4:

```
git checkout helidon-4.x
```

To checkout examples for a specific release of Helidon:

```
git checkout tags/4.1.0
```

## Documentation

Each example has a README that contains additional details for building and running the example.

## Help

* See the [Helidon FAQ](https://github.com/oracle/helidon/wiki/FAQ)
* Ask questions on Stack Overflow using the [helidon tag](https://stackoverflow.com/tags/helidon)
* Join us on Slack: [#helidon-users](http://slack.helidon.io)

## Contributing

This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)

## Security

Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process

## License

Copyright (c) 2017, 2024 Oracle and/or its affiliates.

Released under [Apache License 2.0](./LICENSE.txt).

## Third Party Attributions

Developers choosing to distribute a binary implementation of this project are responsible for obtaining and providing all required licenses and copyright notices for the third-party code used in order to ensure compliance with their respective open source licenses.