Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jdk17): remove lombok.var #37

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

halibobo1205
Copy link
Owner

@halibobo1205 halibobo1205 commented Oct 21, 2024

What does this PR do?
remove lombok.var for jdk10+

Why are these changes required?
In JDK 10 and later, you can declare local variables with non-null initializers with the var identifier, which can help you write code that’s easier to read.

This PR has been tested by:

  • Unit Tests
  • Manual Testing

Follow up

Extra details

@halibobo1205 halibobo1205 changed the title feat(test): remove lombok.var for jdk10+ feat(jdk17): remove lombok.var for jdk10+ Oct 23, 2024
@halibobo1205 halibobo1205 changed the title feat(jdk17): remove lombok.var for jdk10+ feat(jdk17): remove lombok.var Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant