lombok 1.18.24-2ubuntu1 source package in Ubuntu

Changelog

lombok (1.18.24-2ubuntu1) noble; urgency=medium

  * d/p/java21-support.patch: add upstream patch that fixes Java 21
    compatibility issues (LP: #2054736).

 -- Vladimir Petko <email address hidden>  Thu, 22 Feb 2024 12:04:45 +1300

Upload details

Uploaded by:
Vladimir Petko
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lombok_1.18.24.orig.tar.xz 585.6 KiB 6f4371434529ea6eb500b55cabd4244a09085138aac3f3e6e54b9dac0197f05f
lombok_1.18.24-2ubuntu1.debian.tar.xz 12.5 KiB 32e3a37278f97856b4b7418dfcecff60830552f9529fcdbc2b3c4636be167557
lombok_1.18.24-2ubuntu1.dsc 2.1 KiB 685e0620b79da96d01fd8582a0fd51c92ef6d4480e1cf2187fbe3b3fff09c8a1

View changes file

Binary packages built by this source

liblombok-java: Reduce boilerplate code in Java projects

 "Boilerplate" is a term used to describe code that is repeated in
 many parts of an application with little alteration. One of the most
 frequently voiced criticisms of the Java language is the volume of
 this type of code that is found in most projects. This problem is
 frequently a result of design decisions in various libraries, but is
 exacerbated by limitations in the language itself. Project Lombok
 aims to reduce the prevalence of some of the worst offenders by
 replacing them with a simple set of annotations.