From eca957ea48a3d959b9e6b1ccab67e240c67f9222 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz Date: Thu, 6 Aug 2026 21:52:20 +0200 Subject: [PATCH] ARIES-2240: Configure javadoc for spi-fly --- spi-fly/pom.xml | 18 +++++++++++++++ .../aries/spifly/ConsumerHeaderProcessor.java | 22 +++++++++---------- 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml index 293761d492..ce1bd040bd 100644 --- a/spi-fly/pom.xml +++ b/spi-fly/pom.xml @@ -65,6 +65,7 @@ 1.14.4 4.13.2 3.15.0 + 3.11.0 3.6.3 3.5.6 @@ -189,6 +190,23 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + ${java.source.version} + true + ${aries.javadoc.exclude.packages} + + + + attach-javadocs + + jar + + + + diff --git a/spi-fly/spi-fly-core/src/main/java/org/apache/aries/spifly/ConsumerHeaderProcessor.java b/spi-fly/spi-fly-core/src/main/java/org/apache/aries/spifly/ConsumerHeaderProcessor.java index 71408ee127..b3cb8a96b4 100644 --- a/spi-fly/spi-fly-core/src/main/java/org/apache/aries/spifly/ConsumerHeaderProcessor.java +++ b/spi-fly/spi-fly-core/src/main/java/org/apache/aries/spifly/ConsumerHeaderProcessor.java @@ -49,29 +49,29 @@ public class ConsumerHeaderProcessor { /** * Parses headers of the following syntax: * * Additionally, it registers the consumer's constraints with the consumer registry in the activator, if the * consumer is only constrained to a certain set of bundles.

* * The following attributes are supported: *

* * @param consumerHeaderName the name of the header (either Require-Capability or SPI-Consumer) - * @param consumerHeader the SPI-Consumer header. + * @param consumerHeader the SPI-Consumer header. * @return an instance of the {@link WeavingData} class. * @throws Exception when a header cannot be parsed. */