You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, this library pulls in Lombok as transitive dependency, which really shouldn't be the case as it is an annotation processor. See Maven setup on Lombok website.
Additionally, since Lombok doesn't appear to be heavily used (only in two classes) in the project, I'd suggest removing it altogether in order to make the debugging easier. If you agree with this proposal, I'd gladly contribute a PR.
The text was updated successfully, but these errors were encountered:
At present, this library pulls in Lombok as transitive dependency, which really shouldn't be the case as it is an annotation processor. See Maven setup on Lombok website.
Additionally, since Lombok doesn't appear to be heavily used (only in two classes) in the project, I'd suggest removing it altogether in order to make the debugging easier. If you agree with this proposal, I'd gladly contribute a PR.
The text was updated successfully, but these errors were encountered: