Skip to content

Conversation

@mattisonchao
Copy link
Member

Motivation

Add the lombok processor to avoid the error when compiling the project.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses compilation errors by adding the Lombok annotation processor configuration to the Maven compiler plugin, ensuring that Lombok annotations (such as @Getter, @Slf4j, @NonNull, etc.) used throughout the codebase are properly processed during compilation.

  • Added maven-compiler-plugin configuration with annotationProcessorPaths for Lombok
  • Referenced the existing ${lombok.version} property (1.18.42) already defined in the project

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mattisonchao mattisonchao merged commit 6244024 into main Nov 12, 2025
9 checks passed
@mattisonchao mattisonchao deleted the fix.lombok.processor branch November 12, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants