komoot / photon

an open source geocoder for openstreetmap data
Apache License 2.0
1.83k stars 278 forks source link

build(deps): bump lombok version to "1.18.30" for jdk-21 #758

Closed alpoi-x closed 8 months ago

alpoi-x commented 8 months ago

Building for jdk-21 with lombok 1.18.28 fails with the following message: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'

Bumping the version fixes this. https://github.com/projectlombok/lombok/issues/3393

lonvia commented 8 months ago

The failing CI is unrelated. I'll look into that.

lonvia commented 8 months ago

Do you mind quickly rebasing on master?

alpoi-x commented 8 months ago

Done 😄