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

Stop using Lombok #1670

Open
php-coder opened this issue Feb 7, 2024 · 0 comments
Open

Stop using Lombok #1670

php-coder opened this issue Feb 7, 2024 · 0 comments
Labels
ADR/needed A decision has been made and it needs to be documented blocked This task should be done after another

Comments

@php-coder
Copy link
Owner

It seems like record-s fom Java 17 (#1556) will cover most of use-cases where we use Lombok:

$ git grep -h 'import lombok' | sort | uniq -c                                                                                                                                                       20:49
   2 import lombok.AccessLevel;
   1 import lombok.AllArgsConstructor;
   3 import lombok.EqualsAndHashCode;
  80 import lombok.Getter;
   1 import lombok.NoArgsConstructor;
 116 import lombok.RequiredArgsConstructor;
  42 import lombok.Setter;
  25 import lombok.ToString;
   1 import lombok.experimental.Accessors;
   1 import lombok.extern.slf4j.Slf4j;
@php-coder php-coder added ADR/needed A decision has been made and it needs to be documented blocked This task should be done after another labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADR/needed A decision has been made and it needs to be documented blocked This task should be done after another
Projects
None yet
Development

No branches or pull requests

1 participant