stoicflame / enunciate

Build-time enhancement tool for Java-based Web services projects
http://enunciate.webcohesion.com/
Other
480 stars 200 forks source link

Update lombok dependency to 1.18.30 to support Java 21 #1187

Closed fhm84 closed 8 months ago

fhm84 commented 8 months ago

We currently update our environments to Java 21 and faced an issue with enunciate (in special lombok in this case). To resolve this issue, it's just about updating the lombok dependency used in enunciate to 1.18.30 to also support Java 21.

fhm84 commented 8 months ago

PR: https://github.com/stoicflame/enunciate/pull/1188