Recent fixes to Java library FF4J that provides feature toggle functionality

For the past two weeks, I played with Java library FF4J, which provides feature toggle (feature flag) function at night, so I fixed the bug found in v1.6.4-SNAPSHOT and made it Japanese by the flow of PR comments.

By the way, in feature toggle, SaaS called Launch Darkly is famous. https://launchdarkly.com/ launchdarkly

If you're new to feature toggle, read here and links. -[https://ja.wikipedia.org/wiki/feature toggle](https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A3%E3%83%BC%E3 % 83% 81% E3% 83% A3% E3% 83% BC% E3% 83% 88% E3% 82% B0% E3% 83% AB) -Pete Hodgson's Feature-toggles was interesting so I translated it

FF4J

FF4j is an implementation of Feature Toggle pattern : Enable and disable features or your applications at runtime thanks to dedicated web console, REST API, JMX or even CLI.
FF4J

In Japan, was it introduced in the Java vein of WEB + DB PRESS Vol.88? http://gihyo.jp/magazine/wdpress/archive/2015/vol88

There's also a Togglz for Java, but I didn't like the design of the site and admin console. There are more Contributors, Stars, and Forks here.

togglz

PR that seems to be incorporated into v1.6.4

Function addition

--Add label & language selection so that you can select Japanese display # 209 ――If you notice something that isn't cool, I want someone to fix it.

Bug fix (Management Console)

--Only one is displayed when multiple initial parameters of the feature are specified. #212 --The description of the feature editing modal is cleared when the property editing modal is displayed # 208 --The display is garbled when I enter a multi-byte character string. There is overseas # 206 --An error appears behind the scenes when outputting XML # 203 --The page cannot be displayed properly when inputting XML # 200 --HTML comment contains invalid character string and some pages cannot be displayed # 201 --The link to the forum is in French, so change it to English # 205 --French is mixed in the English label # 210 --Modified JavaDoc comment # 202

Bug fix (core)

--If you add a property from feature edit with Audit enabled, it will time out waiting for a lock # 211

Bug fixes (others)

--Syntax error in README.md # 207

There are still many points for improvement, so I would like to create PR and issues to support them. When I tried to donate, I gave up because PayPal.Me couldn't be used from Japan.

Recommended Posts

Recent fixes to Java library FF4J that provides feature toggle functionality
Welcome to the Java Library Swamp! !!
Library summary that seems to be often used in recent Android development (2019/11)