Spring Boot

[error] lombok annotation handler class lombok.eclipse.handlers.handlesuperbuilder failed 에러 해결 방법

녹녹1 2024. 6. 24. 17:23
lombok annotation handler class lombok.eclipse.handlers.handleequalsandhashcode failed - see error log.
lombok annotation handler class lombok.eclipse.handlers.handleconstructor$handlenoargsconstructor failed - see error log.
lombok annotation handler class lombok.eclipse.handlers.handlesuperbuilder failed

 

지난 주 어떠한 이유로 인해 블루스크린이 떴고,, 복구하지 못한 채로 새롭게 환경설정을 하게 되었다.

 

그러던 중 위의 에러들과 만났다.

 

오늘 기준(240624)

STS 4.23.1

JAVA 17

Lombok 1.18.30

을 사용했다.

 

만약 위와 같은 에러를 만났는데 환경설정도 겹친다면 롬복 버전을 1.18.32로 변경만 해주면 된다.

 

(STS 재설치,,롬복 재설정,,프로젝트 import를 반복하며 시간을 버리지 않기를 바라며..😂)

 

 

참고

https://stackoverflow.com/questions/78274619/fixing-error-lombok-annotation-handler-class-lombok-eclipse-handlers-handlebuil

 

Fixing error "Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failed"

In my Windowns 11 environment I use Visual Studio Code (1.87.2) to develop Java applications. In one of these apps we use some of the Project Lombok's annotations (1.18.24) such as @Builder, @Data, @

stackoverflow.com

https://github.com/redhat-developer/vscode-java/issues/3561

 

lombok @Singular cause Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failure · Issue #3561 · redhat-de

Lombok @Singular cause Lombok annotation handler class lombok.eclipse.handlers.HandleBuilder failed Environment Operating System: Ubuntu x86_64 x86_64 x86_64 GNU/Linux JDK version: 17 Visual Studio...

github.com