[Git][java-team/lombok-patcher][master] 9 commits: New upstream version 0.44
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Sat Jul 13 18:21:20 BST 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / lombok-patcher
Commits:
ffc34138 by Emmanuel Bourg at 2024-07-13T19:13:27+02:00
New upstream version 0.44
- - - - -
cbb570cf by Emmanuel Bourg at 2024-07-13T19:13:51+02:00
New upstream version 0.46
- - - - -
28023ff7 by Emmanuel Bourg at 2024-07-13T19:14:15+02:00
New upstream version 0.48
- - - - -
e5c2005b by Emmanuel Bourg at 2024-07-13T19:14:41+02:00
New upstream version 0.50
- - - - -
c1ef92dd by Emmanuel Bourg at 2024-07-13T19:14:42+02:00
Update upstream source from tag 'upstream/0.50'
Update to upstream version '0.50'
with Debian dir 7369a75dd68004a6df84cd5b94169256ee16811d
- - - - -
7daa521c by Emmanuel Bourg at 2024-07-13T19:15:57+02:00
Refreshed the patch
- - - - -
f401b75c by Emmanuel Bourg at 2024-07-13T19:16:03+02:00
Standards-Version updated to 4.7.0
- - - - -
93d4c297 by Emmanuel Bourg at 2024-07-13T19:16:10+02:00
Switch to debhelper level 13
- - - - -
4cb48b83 by Emmanuel Bourg at 2024-07-13T19:20:47+02:00
Upload to unstable
- - - - -
6 changed files:
- README.markdown
- buildScripts/ivy.xml
- debian/changelog
- debian/control
- debian/patches/ivy-configuration.patch
- src/patcher/lombok/patcher/Version.java
Changes:
=====================================
README.markdown
=====================================
@@ -1,4 +1,4 @@
-#lombok.patcher
+# lombok.patcher
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.
=====================================
buildScripts/ivy.xml
=====================================
@@ -11,9 +11,9 @@
<dependency org="junit" name="junit" rev="4.13" conf="test -> default"/>
<dependency org="com.jcraft" name="jsch" rev="0.1.42" conf="build->default" />
<dependency org="projectlombok.org" name="jsch-ant-fixed" rev="0.1.45" conf="build" />
- <dependency org="org.ow2.asm" name="asm" rev="9.1" conf="runtime, build -> default; contrib->sources" />
- <dependency org="org.ow2.asm" name="asm-tree" rev="9.1" conf="runtime, build->default; contrib->sources" />
- <dependency org="org.ow2.asm" name="asm-commons" rev="9.1" conf="runtime, build->default; contrib->sources" />
- <dependency org="net.java.dev.jna" name="jna" rev="5.6.0" conf="runtimeInjector, build->master" />
+ <dependency org="org.ow2.asm" name="asm" rev="9.6" conf="runtime, build -> default; contrib->sources" />
+ <dependency org="org.ow2.asm" name="asm-tree" rev="9.6" conf="runtime, build->default; contrib->sources" />
+ <dependency org="org.ow2.asm" name="asm-commons" rev="9.6" conf="runtime, build->default; contrib->sources" />
+ <dependency org="net.java.dev.jna" name="jna" rev="5.12.1" conf="runtimeInjector, build->master" />
</dependencies>
</ivy-module>
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+lombok-patcher (0.50-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ - Refreshed the patch
+ * Standards-Version updated to 4.7.0
+ * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 13 Jul 2024 19:20:42 +0200
+
lombok-patcher (0.42-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Uploaders:
Build-Depends:
ant,
ant-optional,
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
default-jdk,
ivy-debian-helper,
ivyplusplus,
@@ -16,7 +16,7 @@ Build-Depends:
libjsch-java,
liblombok-java,
maven-repo-helper
-Standards-Version: 4.6.0.1
+Standards-Version: 4.7.0
Homepage: https://projectlombok.org
Vcs-Git: https://salsa.debian.org/java-team/lombok-patcher.git
Vcs-Browser: https://salsa.debian.org/java-team/lombok-patcher
=====================================
debian/patches/ivy-configuration.patch
=====================================
@@ -19,6 +19,6 @@ Forwarded: not-needed
<dependency org="junit" name="junit" rev="4.13" conf="test -> default"/>
<dependency org="com.jcraft" name="jsch" rev="0.1.42" conf="build->default" />
- <dependency org="projectlombok.org" name="jsch-ant-fixed" rev="0.1.45" conf="build" />
- <dependency org="org.ow2.asm" name="asm" rev="9.1" conf="runtime, build -> default; contrib->sources" />
- <dependency org="org.ow2.asm" name="asm-tree" rev="9.1" conf="runtime, build->default; contrib->sources" />
- <dependency org="org.ow2.asm" name="asm-commons" rev="9.1" conf="runtime, build->default; contrib->sources" />
+ <dependency org="org.ow2.asm" name="asm" rev="9.6" conf="runtime, build -> default; contrib->sources" />
+ <dependency org="org.ow2.asm" name="asm-tree" rev="9.6" conf="runtime, build->default; contrib->sources" />
+ <dependency org="org.ow2.asm" name="asm-commons" rev="9.6" conf="runtime, build->default; contrib->sources" />
=====================================
src/patcher/lombok/patcher/Version.java
=====================================
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2021 The Project Lombok Authors.
+ * Copyright (C) 2009-2024 The Project Lombok Authors.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -26,7 +26,7 @@ package lombok.patcher;
*/
public class Version {
// ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries).
- private static final String VERSION = "0.42";
+ private static final String VERSION = "0.50";
private Version() {
//Prevent instantiation
View it on GitLab: https://salsa.debian.org/java-team/lombok-patcher/-/compare/13a6b9e5315aae82939669f7cece9ccd89dd9336...4cb48b830ab4b7793af1bcab7f87f09fc62b084d
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/java-team/lombok-patcher/-/compare/13a6b9e5315aae82939669f7cece9ccd89dd9336...4cb48b830ab4b7793af1bcab7f87f09fc62b084d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20240713/3b501fa1/attachment.htm>
More information about the pkg-java-commits
mailing list