trinodb / trino-gateway

Home Page:https://trinodb.github.io/trino-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove usage of Lombok

mosabua opened this issue · comments

Lombok uses private API in Javac and that blocks the upgrade to Java 21. We should not need Lombok in general anyway.

All PRs merged