eclipse-jkube / jkube

Build and Deploy java applications on Kubernetes
https://www.eclipse.dev/jkube/
Eclipse Public License 2.0
774 stars 522 forks source link

Enable JDK 23 compatibility by updating Lombok version #3537

Open arman-yekkehkhani opened 1 week ago

arman-yekkehkhani commented 1 week ago

Component

None

Is your enhancement related to a problem? Please describe

This enhancement is related to issue #3462, in which project compilation fails upon JDK 23. A new version of Lomobk has been released that fixes this problem(https://github.com/projectlombok/lombok/issues/3722#issuecomment-2477717822).

Describe the solution you'd like

Update Lombok to v1.18.36

Describe alternatives you've considered

No response

Additional context

No response