From 122a6b41c98d71b02a1b42e70a8fbb4f18f4c8e7 Mon Sep 17 00:00:00 2001 From: Eduards Sizovs Date: Sun, 24 Feb 2019 16:01:00 +0300 Subject: [PATCH] Add PipelinR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 194cd4c..69b63ff 100644 --- a/README.md +++ b/README.md @@ -581,6 +581,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Modernizer](https://github.com/andrewgaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs. - [Multi-OS Engine](https://software.intel.com/en-us/multi-os-engine) - An open-source, cross-platform engine to develop native mobile (iOS, Android, etc.) apps. - [OpenRefine](http://openrefine.org) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. +- [PipelinR](https://github.com/sizovs/pipelinr) – Small utility library for using handlers and commands with pipelines. - [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. - [Smooks](https://github.com/smooks/smooks) - Extensible framework for building applications that process data which means bindings, transformations, message processing and enrichment. - [Togglz](https://www.togglz.org) - Implementation of the Feature Toggles pattern.