This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch unomi-2.7.x in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/unomi-2.7.x by this push: new d06b31bf3 Fix misplaced HTML tags in GroovyActionsService Javadoc d06b31bf3 is described below commit d06b31bf324ee71686ce15bbc69d0fa601c1cf6b Author: Serge Huber <shu...@jahia.com> AuthorDate: Wed Aug 27 18:06:28 2025 +0200 Fix misplaced HTML tags in GroovyActionsService Javadoc --- .../org/apache/unomi/groovy/actions/services/GroovyActionsService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/groovy-actions/services/src/main/java/org/apache/unomi/groovy/actions/services/GroovyActionsService.java b/extensions/groovy-actions/services/src/main/java/org/apache/unomi/groovy/actions/services/GroovyActionsService.java index 1b4bf14be..ab15fbc47 100644 --- a/extensions/groovy-actions/services/src/main/java/org/apache/unomi/groovy/actions/services/GroovyActionsService.java +++ b/extensions/groovy-actions/services/src/main/java/org/apache/unomi/groovy/actions/services/GroovyActionsService.java @@ -31,13 +31,13 @@ import org.apache.unomi.groovy.actions.ScriptMetadata; * * <p> * Key features: + * </p> * <ul> * <li>Pre-compilation of scripts at startup</li> * <li>Hash-based change detection for selective recompilation</li> * <li>Thread-safe compilation and execution</li> * <li>Unified caching architecture for compiled scripts</li> * </ul> - * </p> * * <p> * Thread Safety: Implementations must be thread-safe as this service