alf.io icon indicating copy to clipboard operation
alf.io copied to clipboard

Lombok removal

Open syjer opened this issue 2 years ago • 0 comments

With java 17 the need for lombok is reduced (thanks to records). This task track the removal of each annotation.

  • [x] add test for ensuring the REST API does not change

Annotations used:

  • [x] lombok.extern.log4j.Log4j2
  • [x] lombok.extern.slf4j.Slf4j
  • [x] lombok.experimental.UtilityClass
  • [x] lombok.SneakyThrows
  • [x] lombok.RequiredArgsConstructor
  • [x] lombok.AllArgsConstructor
  • [x] lombok.AccessLevel
  • [ ] lombok.Getter
  • [x] lombok.Setter
  • [ ] lombok.Data
  • [ ] lombok.experimental.Delegate
  • [x] lombok.EqualsAndHashCode
  • [x] lombok.ToString

syjer avatar Mar 25 '22 13:03 syjer