Merge pull request #582 from guilherfp/patch-1

Feature Toggles pattern for Java
This commit is contained in:
Andreas Kull
2017-07-13 12:32:15 +02:00
committed by GitHub

View File

@ -561,6 +561,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
* [Polyglot for Maven](https://github.com/takari/polyglot-maven/) - Extensions for Maven 3.3.1+ that allows writing the POM model in dialects other than XML. * [Polyglot for Maven](https://github.com/takari/polyglot-maven/) - Extensions for Maven 3.3.1+ that allows writing the POM model in dialects other than XML.
* [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types. * [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types.
* [Togglz](https://www.togglz.org/) - Implementation of the Feature Toggles pattern.
## Microservice ## Microservice