[Git][java-team/libpicocontainer-java][master] 2 commits: d/p/remove-inheritdoc: Remove inheritDoc patch to resolve Java 25 ftbfs (Closes: #1108580).
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed Feb 4 13:48:07 GMT 2026
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libpicocontainer-java
Commits:
f3b10736 by Vladimir Petko at 2026-02-04T11:03:35+13:00
d/p/remove-inheritdoc: Remove inheritDoc patch to resolve Java 25 ftbfs (Closes: #1108580).
- - - - -
556c3422 by Vladimir Petko at 2026-02-04T11:03:39+13:00
changelog
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/remove-inheritdoc.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libpicocontainer-java (2.15+repack-4) UNRELEASED; urgency=medium
+
+ * d/p/remove-inheritdoc: Remove inheritDoc tag to resolve
+ Java 25 ftbfs (Closes: #1108580).
+
+ -- Vladimir Petko <vladimir.petko at canonical.com> Wed, 04 Feb 2026 10:59:35 +1300
+
libpicocontainer-java (2.15+repack-3) unstable; urgency=medium
* Declare compliance with Debian Policy 4.6.0.
=====================================
debian/patches/remove-inheritdoc.patch
=====================================
@@ -0,0 +1,24 @@
+Description: Remove inheritDoc tag
+ In Java 21 the constructor's Javadoc was causing a warning:
+ warning: @inheritDoc used but PropertyApplicator(ComponentAdapter<T>)
+ does not override or implement any method.
+ Java 25 generates an internal error. Remove inheritDoc tag.
+ Upstream sources for 2.x no longer exist, the patch is not relevant
+ for picocontainer 3.x[1]
+ https://github.com/picocontainer/picocontainer/
+Author: Vladimir Petko <vladimir.petko at canonical.com>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108580
+Forwarded: not-needed
+Last-Update: 2026-02-04
+
+--- a/src/java/org/picocontainer/behaviors/PropertyApplicator.java
++++ b/src/java/org/picocontainer/behaviors/PropertyApplicator.java
+@@ -59,7 +59,7 @@
+ * Construct a PropertyApplicator.
+ *
+ * @param delegate the wrapped {@link ComponentAdapter}
+- * @throws PicoCompositionException {@inheritDoc}
++ * @throws PicoCompositionException
+ */
+ public PropertyApplicator(ComponentAdapter<T> delegate) throws PicoCompositionException {
+ super(delegate);
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+remove-inheritdoc.patch
View it on GitLab: https://salsa.debian.org/java-team/libpicocontainer-java/-/compare/3f9fba2b9f0604a071735c2c5cfe8d4376287574...556c3422bdb2b1d64a894285ce7e9e9e8df88d05
--
View it on GitLab: https://salsa.debian.org/java-team/libpicocontainer-java/-/compare/3f9fba2b9f0604a071735c2c5cfe8d4376287574...556c3422bdb2b1d64a894285ce7e9e9e8df88d05
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/20260204/0be0600f/attachment.htm>
More information about the pkg-java-commits
mailing list