Skip to content

Lombok and spotless-maven-plugin Issues #1008

Closed as not planned
Closed as not planned
@CrisLi

Description

@CrisLi

Describe the bug

There are 3 issues I found after I upgraded to version 4.18.0.RELEASE.

OS: MacOS 13.2.1
Chips: M1

  1. XML (Maven POM) editor format action not working - When I press Command + Shift + F nothing happens.
  2. spotless-maven-plugin and Lombok can't work together. lombok.patcher.Symbols class not found.
  3. Work with Lombok plunging, the lombok.config config file doesn't load.

Issue 2 screenshot

image

Issue 3 details

Here is my lombok.config
image

And in the IDE, there is a warning which should not be there.
image

When running the application in IDE, it prints out 'true', but when I run it in the terminal it prints out 'false', which my code expects should be.

image

Same code in the IDE
image

Same code in the terminal
image

To Reproduce
Steps to reproduce the behavior.

Sample

Sample source code https://github.com/CrisLi/sts4-issues

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions