Hi,
Currently the project cannot compile on JDK 11.
The reason is that the lombok version used in the project uses operations that are deemed unsafe in JDK11. Further, PreDestroy is no longer part of the JDK so needs to be added as an additional dep.
I've opened a PR for the changes.
Thanks,
Des