This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch unomi-3-dev in repository https://gitbox.apache.org/repos/asf/unomi.git
commit 68cab6479b73eb10b8fee1025db067574ffe7b92 Author: Jérôme Blanchard <[email protected]> AuthorDate: Wed Dec 31 09:51:00 2025 +0100 doc: fix forbidden html tag h3 in javadoc --- .../unomi/shell/services/internal/UnomiManagementServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/shell-commands/src/main/java/org/apache/unomi/shell/services/internal/UnomiManagementServiceImpl.java b/tools/shell-commands/src/main/java/org/apache/unomi/shell/services/internal/UnomiManagementServiceImpl.java index 4b2d1b8ba..d81199744 100644 --- a/tools/shell-commands/src/main/java/org/apache/unomi/shell/services/internal/UnomiManagementServiceImpl.java +++ b/tools/shell-commands/src/main/java/org/apache/unomi/shell/services/internal/UnomiManagementServiceImpl.java @@ -50,7 +50,7 @@ import java.util.concurrent.*; * to dynamically adjust its behavior based on external configurations. It leverages the {@link FeaturesService} to * manage Karaf features dynamically.</p> * - * <h3>Configuration</h3> + * <p><b>Configuration</b></p> * <p>The service reads its configuration from the OSGi Configuration Admin under the PID <code>org.apache.unomi.start</code>. * The configuration includes:</p> * <ul> @@ -58,14 +58,14 @@ import java.util.concurrent.*; * in the format <code>persistenceImplementation:feature1,feature2</code>.</li> * </ul> * - * <h3>Usage</h3> + * <p><b>Usage</b></p> * <p>This service can be controlled programmatically through its methods:</p> * <ul> * <li>{@link #startUnomi(String, boolean)}: Installs and starts features for the specified start features configuration.</li> * <li>{@link #stopUnomi()}: Stops and uninstalls the previously started features.</li> * </ul> * - * <h3>Dependencies</h3> + * <p><b>Dependencies</b></p> * <p>The following dependencies are required for this service:</p> * <ul> * <li>{@link MigrationService}: Handles migration tasks during startup.</li>
