lombok-patcher 0.22-2 source package in Ubuntu

Changelog

lombok-patcher (0.22-2) unstable; urgency=medium

  * Team upload.
  * Depend on libasm-java (>= 5.0) instead of libasm4-java
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <email address hidden>  Fri, 29 Sep 2017 09:29:34 +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 Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lombok-patcher_0.22-2.dsc 2.1 KiB 423039e37844858d687bbf4f6f32219950669f46a21b1e7b9bcc0fe63c3bba2f
lombok-patcher_0.22.orig.tar.gz 27.0 KiB 860960a70c5753ad2f0b39e80b45bb2daf85fb7878ea3956c4e96675499048ad
lombok-patcher_0.22-2.debian.tar.xz 3.6 KiB d85570661e8da70174315a89bd032754fe79471e874d9ef6810260fa4aae9794

Available diffs

No changes file available.

Binary packages built by this source

liblombok-patcher-java: live-rewrite classes as a JVM runs

 Lombok Patcher gives you the ability to live-rewrite classes as a JVM
 runs, either by loading as an agent during JVM bootup or by injecting
 the agent 'live' during execution.
 .
 To make this easier than fiddling with classes directly, Lombok
 Patcher offers a few 'patch scripts' to do common tasks, such as wrap
 your own code around any method call, replace methods entirely with
 your own, or add fields.
 .
 lombok.patcher also includes support for getting around the Eclipse
 OSGi container's classloader separation.