Lombok 1.18.0 and Jackson 2.9.6 not working together

Lombok stopped generating @ConstructorProperties on constructors with version 1.16.20 (see changelog), because it might break Java 9+ applications that use modules. That annotation contains the names of the constructor’s parameters (they are removed when compiling the class, so that’s a workaround so that the parameter names still can be retrieved at runtime). Because the annotation … Read more

Immutable Lombok annotated class with Jackson

add ConstructorProperties: Create a lombok.config file in an appropriate location with the line: lombok.anyConstructor.addConstructorProperties = true Add lombok @Value annotation to your class to make it immutable Then serialization and deserialization by Jackson works as expected. This method: meets the criteria has less boilerplace than the previous top answer works on v1.16.20 (January 9th, 2018) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)