Fundamentals 4 min read

Why Lombok Plugin Fails in IntelliJ IDEA 2020.x and How to Fix It

This article explains why recent IntelliJ IDEA versions stopped supporting the Lombok plugin, details the communication between the plugin author and JetBrains, describes the bug in the plugin platform, and provides the steps to obtain the fixed plugin version.

Programmer DD
Programmer DD
Programmer DD
Why Lombok Plugin Fails in IntelliJ IDEA 2020.x and How to Fix It

1. Introduction

Recent versions of IntelliJ IDEA cannot use the Lombok plugin, causing many users to revert to the older 2020.1 version.

2. Reason for Lombok Failure

The Lombok author was told it was JetBrains' fault. JetBrains engineer Peter Gromov initially blamed the Lombok plugin code, stating that some cached members were unavailable but not properly invalidated.

The issue lies in certain classes of the Lombok plugin having unusable members that remain cached even after detection of the cache failure.

The author argued that the problem is due to IDEA's plugin platform handling, not Lombok itself.

After a back‑and‑forth, IntelliJ IDEA acknowledged the issue as its own.

3. Issue Fixed

IDEA 2020.2.1 officially releases the fix, but the plugin marketplace has not yet updated, so installation via the store is not possible.

You can download the Lombok plugin directly from the plugin marketplace page: https://plugins.jetbrains.com/plugin/download?rel=true&updateId=87712

4. Additional Information

The prolonged Lombok issue has significantly impacted users, preventing many from upgrading IDEA. JetBrains now recognizes Lombok's influence and is preparing official support, with plans to incorporate Lombok more closely.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

IntelliJ IDEAJava developmentLombokIDE troubleshootingplugin issue
Programmer DD
Written by

Programmer DD

A tinkering programmer and author of "Spring Cloud Microservices in Action"

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.