About 51 results
Open links in new tab
  1. How to specify an ASM and lombok version to Maven on Java 24 …

    Apr 14, 2025 · Learn how to specify ASM and Lombok versions in Maven for Java 24 projects.

  2. Maven + Lombok @Slf4j on JDK 21: “cannot find symbol: variable log ...

    Aug 18, 2025 · Question Given the above, what else could make Maven compile the original sources without Lombok actually generating the log field, even though the processor is clearly on the path? …

  3. Lombok Annotations Not Working in Spring Boot Project (Java 21)

    Dec 6, 2024 · I am working on a Spring Boot project using Lombok to generate boilerplate code such as getters, setters, and constructors. Despite having the correct Lombok dependency in the pom.xml, …

  4. I'm facing a Lombok version issue in Maven while using IntelliJ IDEA ...

    Feb 6, 2025 · The Lombok plugin is bundled with IntelliJ IDEA, including the Community Edition. In IntelliJ IDEA, open Settings... > Plugins > Installed > Lombok. Is the plugin enabled?

  5. java - How does lombok work? - Stack Overflow

    I met lombok today. I'm very anxious to know how it works. A Java Geek Article gives some clues but it's not perfectly clear to me: Java 6 removes apt and make javac able to manage annotations,

  6. java - Cannot find symbol with Lombok - Stack Overflow

    Dec 6, 2024 · Basically I'm trying to create an API using Spring Boot, however I have some problems with Lombok annotations. This is my domain (I can use @Data, but it shows the same error): …

  7. java - O que é o Lombok? - Stack Overflow em Português

    Jul 18, 2016 · O que é o Lombok e como eu poderia usá lo em uma classe java? Quais as vantagens e desvantagens de seu manuseio em uma aplicação java?

  8. Maven with Lombok build failing - Java 21 - Stack Overflow

    Mar 28, 2025 · Lombok is 1.18.34. The lombok Maven plugin (used for delombok) has a different version (1.18.20.0) - maybe that is what you are seeing in the example I provided? Note that I don't want to …

  9. Lombok annotations do not compile under Intellij idea

    After spending far too long troubleshooting this, I found a simple workaround which ensures IntelliJ processes Lombok annotations correctly during builds. The gradle-lombok plugin is not necessary for …

  10. Can't compile project when I'm using Lombok under IntelliJ IDEA

    Feb 24, 2012 · I'm trying to use Lombok in my project that I'm developing using IntelliJ IDEA 11. I've installed 3rd-party plugin for IDEA and it seems working fine because IDEA sees all autogenerated …