From 2611685f2b071fe58dd2c90fb7b6767a03bce350 Mon Sep 17 00:00:00 2001 From: Kartik kalaghatgi Date: Sat, 19 Feb 2022 23:59:41 +0530 Subject: [PATCH] Add RR4J (#964) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9851c6a..4a4d0c3 100644 --- a/README.md +++ b/README.md @@ -667,6 +667,7 @@ _Everything else._ - [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. +- [RR4J](https://github.com/Kartikvk1996/RR4J) - RR4J is a tool that records java bytecode execution and later allows developers to replay locally. - [Simple Java Mail](https://github.com/bbottema/simple-java-mail) - Mailing with a clean and fluent API. - [Smooks](https://github.com/smooks/smooks) - Framework for fragment-based message processing. (Apache-2.0 OR LGPL-3.0-or-later) - [Togglz](https://www.togglz.org) - Implementation of the Feature Toggles pattern.