java-flagz
java-flagz copied to clipboard
Dynamic flag field library for JVM languages.
Test class: ``` public class FlagTest { @FlagInfo(name="debug", altName="d", help="Enable debug logging") private static final Flag debug = Flagz.valueOf(false); public static void main(String ... args) { Arrays.stream(args).forEach(arg -> System.out.format("ARG FOUND:...
Setting up publishing to Maven Central proved to be a hassle. I used Github RAW serving to set up something similar to: http://kwebble.com/blog/2014/02/19/use-github-to-host-your-own-maven-repo This ticket tracks moving to upstream Sonatype...
Currently SBT runs Junit integration tests with `--exclude-categories=org.flagz.IntegrationTestCategory` by default. That's to make sure that integration tests are easy to consume by contributors (not needing etcd running) Figure out a...
SBT is pretty terrible, and the main focus of this library is Java folks. Move to [bazel](https://github.com/bazelbuild/bazel), since it supports both Java and Scala... and I generally understand what that...