Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-commons
Commit: 245cefcb3f4ffb259589e4aa028edba7d41f5f73
https://github.com/xwiki/xwiki-commons/commit/245cefcb3f4ffb259589e4aa028ed…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
R
xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/util/DefaultVelocityDetector.java
M
xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/util/VelocityDetector.java
M
xwiki-commons-core/xwiki-commons-velocity/src/main/resources/META-INF/components.txt
R
xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/util/DefaultVelocityDetectorTest.java
A
xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/util/VelocityDetectorTest.java
Log Message:
-----------
XCOMMONS-2830: Introduce a utility component to check if a string contains Velocity
code
* Remove the interface as the component is internal.