You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start with chaos engineering I found your project. It look nice to me, but it don´t work as easy as you mensioned it, because in our application I got an NullPointerException. Look the stacktrace below. Hopefully you can fix this over time.
Because of that Tomcat could not start and the application shut down.
I am sure that the problem ist because we use Lombok and its integrated Logger.
The text was updated successfully, but these errors were encountered:
Can you show me an example project, which demonstrates the issue?
Chaos Monkey for Spring Boot is compatible with projects which uses lombok, see https://github.com/fletchgqc/mediator for example. We dont use logger, there, so that might be worth testing.
To start with chaos engineering I found your project. It look nice to me, but it don´t work as easy as you mensioned it, because in our application I got an NullPointerException. Look the stacktrace below. Hopefully you can fix this over time.
Because of that Tomcat could not start and the application shut down.
I am sure that the problem ist because we use Lombok and its integrated Logger.
The text was updated successfully, but these errors were encountered: