https://github.com/open-feature/java-sdk-contrib
Community contributions for hooks and reference providers
https://github.com/open-feature/java-sdk-contrib
feature-flags java openfeature
Last synced: 4 months ago
JSON representation
Community contributions for hooks and reference providers
- Host: GitHub
- URL: https://github.com/open-feature/java-sdk-contrib
- Owner: open-feature
- License: apache-2.0
- Created: 2022-08-15T20:27:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:57:10.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:57:08.567Z (over 1 year ago)
- Topics: feature-flags, java, openfeature
- Language: Java
- Homepage: https://openfeature.dev
- Size: 2.03 MB
- Stars: 25
- Watchers: 7
- Forks: 40
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# OpenFeature Java Contributions
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fopen-feature%2Fjava-sdk-contrib?ref=badge_shield)
This repository is intended for OpenFeature contributions which are not included in the [OpenFeature SDK](https://github.com/open-feature/java-sdk).
The project includes:
- [Providers](./providers)
- [Hooks](./hooks)
## Releases
This repo uses _Release Please_ to release packages. Release Please sets up a running PR that tracks all changes for the library components, and maintains the versions according to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), generated when [PRs are merged](https://github.com/amannn/action-semantic-pull-request). When Release Please's running PR is merged, any changed artifacts are published.
### Software Bill of Materials (SBOM)
We publish SBOMs with all of our releases. You can find them in Maven Central alongside the artifacts.
## Contributing
see: [CONTRIBUTING.md](./CONTRIBUTING.md)
## License
Apache 2.0 - See [LICENSE](./LICENSE) for more information.
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fopen-feature%2Fjava-sdk-contrib?ref=badge_large)