Working with Lombok and Gatling

Hi All!

I am having trouble running tests in my Spring Boot project. When I run the engine the program fails to compile. I get the warning “You aren’t using a compiler supported by lombok, so lombok will not work and has been disabled”

This is causing my classes not to instantiate right. Anyone ever encounter this problem?

Thank you

Hi,

Please understand that nobody can possibly help with so few information. You don’t even explain how you get this error: in IntelliJ? when compiling from maven? from gradle?
Please check the requirements to post in this topic, in particular about providing a reproducer.

Hello,

Are you sure that Lombok can work in static environment?

Can you write a sandbox code: for example, a POJO class without use Gatling library. In this cas, does Lombok work?

Regards,