lombok 1.18.24-1 source package in Ubuntu
Changelog
lombok (1.18.24-1) unstable; urgency=medium * Team upload. * New upstream release - Refreshed the patches - Depend on ivyplusplus (>= 1.40) - No longer depend on libspi-java - Updated the Maven poms * Fixed the build failure with Java 17 (Closes: #981984) -- Emmanuel Bourg <email address hidden> Thu, 12 May 2022 14:26:36 +0200
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lombok_1.18.24-1.dsc | 2.2 KiB | 90cc15a0d9b6846a4d0eb044db796b9e630e499ffb608cc543a2d0d59dd9f497 |
lombok_1.18.24.orig.tar.xz | 585.6 KiB | 6f4371434529ea6eb500b55cabd4244a09085138aac3f3e6e54b9dac0197f05f |
lombok_1.18.24-1.debian.tar.xz | 10.2 KiB | a28ccb5ce49952f6d25926dc611eddbeea79a428ca8e02b69c904c6b6163301b |
Available diffs
- diff from 1.18.18-1 to 1.18.24-1 (234.4 KiB)
No changes file available.
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.