Skip to content

ReforgeHQ/sdk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reforge Java SDK

javadoc Better Uptime Badge

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>

Contributing to reforge-sdk-java

  • 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 and git 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

Copyright (c) 2025 Reforge. See LICENSE for further details.

About

Reforge SDK for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages