Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: ec9cfe69f2288993cb39d994a612bb1b37a6a6a5
https://github.com/xwiki/xwiki-platform/commit/ec9cfe69f2288993cb39d994a612…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/objects/classes/ExplicitlyAllowedValuesDBListQueryBuilder.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/objects/classes/ExplicitlyAllowedValuesDBListQueryBuilderTest.java
Log Message:
-----------
XWIKI-21623: Possible "Failed to evaluate the Velocity code from the query" error when using DBList properties with Velocity
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 8ca92e3e69dd7f0c77d69e72618fdfa9bad1605e
https://github.com/xwiki/xwiki-commons/commit/8ca92e3e69dd7f0c77d69e72618fd…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/InternalVelocityEngine.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/DefaultVelocityManagerTest.java
Log Message:
-----------
XCOMMONS-2877: VelocityEngine#evaluate does not support null namespace anymore
(cherry picked from commit 059c6f0c40bd42c3f81e648716564c328681fc32)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 059c6f0c40bd42c3f81e648716564c328681fc32
https://github.com/xwiki/xwiki-commons/commit/059c6f0c40bd42c3f81e648716564…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/InternalVelocityEngine.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/DefaultVelocityManagerTest.java
Log Message:
-----------
XCOMMONS-2877: VelocityEngine#evaluate does not support null namespace anymore