Need support about this Lombok warning
I was taking practice on springboot and i saw this warning! I was wondering if there's someone could review my code and support me! https://github.com/gabbrenn/springboot
GitHub
GitHub - gabbrenn/springboot
Contribute to gabbrenn/springboot development by creating an account on GitHub.

6 Replies
⌛
This post has been reserved for your question.
Hey @Gabiro Vladimir Brenn! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
i think you are missing the lombok version property in pom
Spring Boot provides that via dependency management
but it might be the case that the lombok version is too old
So I'd try adding
<lombok.version>1.18.38</lombok.version>
to the <properties>
yea better to specify it manually
:SkullPixel:
otherwise please copy the complete error as text here
though just updating Spring Boot to 3.4.5 might be sufficient
as that includes a lombok update
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.