Package Details: lombok-eclipse-jee 1.18.46-1

Git Clone URL: https://aur.archlinux.org/lombok.git (read-only, click to copy)
Package Base: lombok
Description: Lombok integration with Eclipse IDE for Java EE Developers.
Upstream URL: https://projectlombok.org
Keywords: eclipse j2ee java jee lombok spring-tool-suite sts
Licenses: MIT
Submitter: Musikolo
Maintainer: Musikolo
Last Packager: Musikolo
Votes: 3
Popularity: 0.000000
First Submitted: 2020-07-05 02:44 (UTC)
Last Updated: 2026-04-25 04:13 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

1 2 Next › Last »

Musikolo commented on 2026-04-21 03:26 (UTC)

Hi @PJT48,

The lombok-common package contains the Lombok JAR artifact. The other 3 packages are just integrations with eclipse-jee, eclipse-java and spring-tools-for-eclipse packages. Because I'm the maintainer of the latter, the integration works better with it than with the Eclipse packages.

Before installing any Lombok package, please make sure you remove all old versions:

sudo pacman -Rc lombok-common

Then, build the package (makekpg -crs) and install the package(s) you need. For instance, if you have Eclipse JEE, just need to do the following:

sudo pacman -S lombok-eclipse-jee

Once installed, your Eclipse JEE will understand all Lombok annotations and will show the getters, setters and other resources generated.

I hope it helps.

JPT48 commented on 2026-04-20 16:17 (UTC)

Hi, I get the error

  • unable to satisfy dependency 'lombok-common=1.18.42-2' required by lombok-eclipse-jee

I hoped this would disappear by itself, but it doesn't.

What is lombok-spring-tools-for-eclipse good for? I got eclipse-jee-bin, lombok-eclipse-jee, spring-tools-for-eclipse and it works just fine without? (well mostly)

thanks

Musikolo commented on 2025-12-14 19:00 (UTC)

Manual intervention required

If you have lombok-spring-tools-for-eclipse installed, you must remove it before upgrading to version 5 of spring-tools-for-eclipse:

pacman -R lombok-spring-tools-for-eclipse

Then, build the latest version of lombok and install it again.

Musikolo commented on 2024-06-15 13:46 (UTC)

@DJXJD, thanks for the heads up. It fixed now! Regards.

DJXJD commented on 2024-06-13 15:44 (UTC)

Dependency eclipse-jee is no longer in the AUR, and has been replaced by eclipse-jee-bin

rozarh commented on 2022-06-21 07:28 (UTC)

I installed it manually (git clone... etc)

rozarh commented on 2022-06-21 07:19 (UTC)

[rozarh@bastet ~]$ pamac build lombok-common Preparing... Cloning lombok build files... Generating lombok-common information... ==> ERROR: PKGBUILD does not exist. Error: Failed to prepare transaction: Failed to generate lombok-common information

WHY???

Musikolo commented on 2022-05-06 21:30 (UTC)

Upgraded to version 1.18.24.

Enjoy!

Musikolo commented on 2021-10-14 02:40 (UTC)

Updated to version 1.18.22.

Enjoy!

Musikolo commented on 2021-08-19 12:38 (UTC) (edited on 2021-08-24 01:07 (UTC) by Musikolo)

@Alukand, eclipse is installed under the usr/lib/eclipse directory. You can see that at https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=eclipse-jee#n25 and https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=eclipse-java#n25

Can you please confirm which eclipse flavor you're using?

Thanks.