Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flagsmith/flagsmith-java-client
Java Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
https://github.com/flagsmith/flagsmith-java-client
cd ci continuous-integration feature-flag feature-flaggers feature-flagging feature-flags feature-toggles flagsmith java remote-config sdk
Last synced: about 1 month ago
JSON representation
Java Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
- Host: GitHub
- URL: https://github.com/flagsmith/flagsmith-java-client
- Owner: Flagsmith
- License: bsd-3-clause
- Created: 2018-06-01T09:11:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:13:53.000Z (3 months ago)
- Last Synced: 2024-09-13T21:14:26.597Z (3 months ago)
- Topics: cd, ci, continuous-integration, feature-flag, feature-flaggers, feature-flagging, feature-flags, feature-toggles, flagsmith, java, remote-config, sdk
- Language: Java
- Homepage: https://www.flagsmith.com/
- Size: 448 KB
- Stars: 21
- Watchers: 13
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Download](https://img.shields.io/maven-central/v/com.flagsmith/flagsmith-java-client)](https://mvnrepository.com/artifact/com.flagsmith/flagsmith-java-client)
![build](https://github.com/Flagsmith/flagsmith-java-client/actions/workflows/maven.yml/badge.svg)# Flagsmith Java SDK
> Flagsmith allows you to manage feature flags and remote config across multiple projects, environments and organisations.
The SDK for Android and Java applications for [https://www.flagsmith.com/](https://www.flagsmith.com/).
## Adding to your project
For full documentation visit [https://docs.flagsmith.com/clients/server-side](https://docs.flagsmith.com/clients/server-side).
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/kyle-ssg/c36a03aebe492e45cbd3eefb21cb0486) for details on our code of conduct, and the process for submitting pull requests
## Getting Help
If you encounter a bug or feature request we would like to hear about it. Before you submit an issue please search existing issues in order to prevent duplicates.
## Get in touch
If you have any questions about our projects you can email [email protected].
## Code Style formatting
We are using Google Java Style for code formatting. To install one see instructions bellow### VS Code
Install extension [Checkstyle for Java](https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-checkstyle)
Use `java-google-style.xml` file in docs folder to set as Checkstyle configuration file.### IntelliJ
To add GoogleStyle formatting in IntelliJ go to `Preferences -> Editor - Code Style -> Java`. From Schema `Import Schema` and select file `docs/java-google-style.xml`
Once added, you now be able to Reformat Code using GoogleStyle, which can be triggered from the Code menu or with the Ctrl-Alt-L (by default) keyboard shortcut.## Useful links
[Website](https://www.flagsmith.com/)
[Documentation](https://docs.flagsmith.com/)