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 <[email protected]> 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 <[email protected]> +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.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

