lombok 1.18.24-2 source package in Ubuntu

Changelog

lombok (1.18.24-2) unstable; urgency=medium

  * Team upload

  [ Vladimir Petko ]
  * d/p/java21_compatibility.patch: add eclipse-jface-text to the
    classpath to fix the ftbfs (Closes: #1057524).

  [ Debian Janitor ]
  * Apply multi-arch hints. + liblombok-java: Add Multi-Arch: foreign.

  [ tony mancill ]
  * Set Rules-Requires-Root: no in debian/control
  * Freshen years in debian/copyright
  * Use debian/watch version 4
  * Bump Standards-Version to 4.6.2
  * Apply reproducible builds patch for SpiProcessorPersistence class
    (Closes: #1035365)

 -- tony mancill <email address hidden>  Sat, 27 Jan 2024 12:19:09 -0800

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 Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lombok_1.18.24-2.dsc 2.2 KiB 1faba9b1f5021d624c209de49a72a62a413b644fc6383bd856a70291ec32a7ed
lombok_1.18.24.orig.tar.xz 585.6 KiB 6f4371434529ea6eb500b55cabd4244a09085138aac3f3e6e54b9dac0197f05f
lombok_1.18.24-2.debian.tar.xz 10.9 KiB 5a1b9d0ebea363637282f8a421f27c2a8ad0eea0e3e71bfa3a042a4b92d4a44b

Available diffs

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.