1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

Add Perses

This commit is contained in:
Júlio Falbo 2019-07-01 12:21:10 +02:00 committed by Andreas Kull
parent ff9149f81a
commit 391ade4ae8

View file

@ -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