Java (11+) Reforge SDK for FeatureFlags, Config as a Service: https://reforge.com
See full documentation https://docs.reforge.com/docs/java-sdk/java
Maven
<dependency>
<groupId>com.reforge</groupId>
<artifactId>sdk</artifactId>
<version>1.0.0</version>
</dependency>
- Check out the latest
main
to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Fetch the submodules with
git submodule init
andgit submodule update
- Run tests with
mvn test
to ensure everything is in a good state. - Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so we don't break it in a future version unintentionally.
If you get errors about the pom not being sorted, run mvn sortpom:sort -Dsort.createBackupFile=false
If you get errors about the code not being formatted, run mvn prettier:write
Copyright (c) 2025 Reforge. See LICENSE for further details.