Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helidon-io/helidon-examples
- Owner: helidon-io
- License: apache-2.0
- Created: 2022-11-22T22:57:26.000Z (about 2 years ago)
- Default Branch: helidon-4.x
- Last Pushed: 2024-09-06T16:11:51.000Z (4 months ago)
- Last Synced: 2024-09-06T19:22:26.214Z (4 months ago)
- Language: Shell
- Size: 2.2 MB
- Stars: 4
- Watchers: 11
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
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 laterThen:
```
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.