[Git][java-team/libpf4j-java][master] 2 commits: d/t/websiteExample: Enable annotation processing to resolve Java 25...
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed Feb 18 22:28:06 GMT 2026
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libpf4j-java
Commits:
04743bde by Vladimir Petko at 2026-02-19T10:52:52+13:00
d/t/websiteExample: Enable annotation processing to resolve Java 25 autopkgtest failure (LP: #2142162) (Closes: #1128373).
- - - - -
87e03ab0 by Vladimir Petko at 2026-02-19T10:54:01+13:00
changelog
- - - - -
2 changed files:
- debian/changelog
- debian/tests/websiteExample
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libpf4j-java (3.13.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * d/t/websiteExample: Enable annotation processing to
+ resolve Java 25 autopkgtest failure (LP: #2142162)
+ (Closes: #1128373).
+
+ -- Vladimir Petko <vladimir.petko at canonical.com> Thu, 19 Feb 2026 10:53:03 +1300
+
libpf4j-java (3.13.0+dfsg-1) unstable; urgency=medium
* New upstream version 3.13.0+dfsg
=====================================
debian/tests/websiteExample
=====================================
@@ -80,7 +80,7 @@ EOF
# Compiling classes, then adding extensions.idx (created by pf4j) into
# META-INF/, then building the plugin jar and cleaning up.
-javac -cp /usr/share/java/pf4j.jar Greeting.java WelcomeGreeting.java WelcomePlugin.java
+javac -proc:full -cp /usr/share/java/pf4j.jar Greeting.java WelcomeGreeting.java WelcomePlugin.java
mv extensions.idx META-INF/
zip -q -r plugin.jar META-INF/ Greeting.class WelcomeGreeting.class WelcomePlugin.class
rm -rf *.java *.class META-INF/
View it on GitLab: https://salsa.debian.org/java-team/libpf4j-java/-/compare/5939f467b4c8ce43424724efcbdfdbb62a0bdba2...87e03ab0b3ad4796f01a404ca7a0d239f98240f3
--
View it on GitLab: https://salsa.debian.org/java-team/libpf4j-java/-/compare/5939f467b4c8ce43424724efcbdfdbb62a0bdba2...87e03ab0b3ad4796f01a404ca7a0d239f98240f3
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/20260218/2864242b/attachment.htm>
More information about the pkg-java-commits
mailing list