From 391ade4ae8eef934852d2f4a63014a18c54ff43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Falbo?= Date: Mon, 1 Jul 2019 12:21:10 +0200 Subject: [PATCH] Add Perses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 929aec9..d19bbff 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ A curated list of awesome Java frameworks, libraries and software. - [cglib](https://github.com/cglib/cglib) - Bytecode generation library. - [Javassist](https://jboss-javassist.github.io/javassist) - Tries to simplify bytecode editing. - [Mixin](https://github.com/SpongePowered/Mixin) - Manipulate bytecode at runtime using real Java code. +- [Perses](https://github.com/nicolasmanic/perses) - Dynamically injects failure/latency at the bytecode level according to principles of chaos engineering. ### Caching