Closed as not planned
Description
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
- XML (Maven POM) editor format action not working - When I press Command + Shift + F nothing happens.
spotless-maven-plugin
and Lombok can't work together.lombok.patcher.Symbols class not found
.- Work with Lombok plunging, the
lombok.config
config file doesn't load.
Issue 2 screenshot
Issue 3 details
And in the IDE, there is a warning which should not be there.
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.
To Reproduce
Steps to reproduce the behavior.
Sample
Sample source code https://github.com/CrisLi/sts4-issues