Branch: refs/heads/XWIKI-20910
Home: https://github.com/xwiki/xwiki-platform
Commit: 334ef2fa043f2338e19393ee4921a68a81c4e8c3
https://github.com/xwiki/xwiki-platform/commit/334ef2fa043f2338e19393ee4921…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/BooleanClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/DateClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/NumberClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/BasePropertyOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/PropertyClassOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/PropertyConverter.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ComputedFieldClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/GroupsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/LevelsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ListClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClassInterface.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StringClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/UsersClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/hibernate/R140600000XWIKI19869DataMigration.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/store/PropertyConverterTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/DateClassTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/ListClassTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/NumberClassTest.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly
* Directly throw the exception in fromString
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/JIRA-82
Home: https://github.com/xwiki-contrib/jira
Commit: 7be444395dcf0d915cff5619a6265da3b531a8da
https://github.com/xwiki-contrib/jira/commit/7be444395dcf0d915cff5619a6265d…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M jira-macro/jira-macro-default/src/main/resources/ApplicationResources.properties
Log Message:
-----------
JIRA-82: Jira Macro adds content instead of replacing it on each props save (in-place editor)
* Avoid using ' in translation to avoid issue with escape char '
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/location-search-macro
Commit: b0e0a0a3811f6edbc92c6ddd75eb53d2849ad4d7
https://github.com/xwiki-contrib/location-search-macro/commit/b0e0a0a3811f6…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M src/main/resources/LocationSearch/Code/LocationSearchMacro.xml
Log Message:
-----------
LSMACRO-26: Support space references in the reference parameter
Commit: ceceaa9ff83fb1e64a4eac3c66bb8d287703dc78
https://github.com/xwiki-contrib/location-search-macro/commit/ceceaa9ff83fb…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M src/main/resources/LocationSearch/Code/LocationSearchMacro.xml
Log Message:
-----------
LSMACRO-22: The location search macro incorrectly searches in the "Main" space when used on the wiki home page
Commit: e859c6286188f91c256d0c9f972d91cf7592dac4
https://github.com/xwiki-contrib/location-search-macro/commit/e859c6286188f…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M README.md
M src/main/resources/LocationSearch/Code/LocationSearchMacro.xml
Log Message:
-----------
Update README to follow the XWiki Contribution standards and set myself as the project lead
Commit: 7fe42cabbf70ba1a4e131041b1cee176ba0341a5
https://github.com/xwiki-contrib/location-search-macro/commit/7fe42cabbf70b…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M src/main/resources/LocationSearch/Code/LocationSearchMacro.xml
Log Message:
-----------
LSMACRO-23: The suggest and excerpt parameters are incorrectly disabled by default in the macro editor leading to inconsistant behavior
Commit: 03b90aaa21009fce084cac2219d6a6540d397978
https://github.com/xwiki-contrib/location-search-macro/commit/03b90aaa21009…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M src/main/resources/LocationSearch/Code/LocationSearchService.xml
Log Message:
-----------
LSMACRO-25: Search suggestion displays HTML entity instead of special symbols
Commit: 1efc67aa6fa822431be95e6cefd7a27239f44934
https://github.com/xwiki-contrib/location-search-macro/commit/1efc67aa6fa82…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release location-search-macro-1.6.0
Compare: https://github.com/xwiki-contrib/location-search-macro/compare/02f5cf8e181e…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/location-search-macro/settings/notificatio…
Branch: refs/tags/location-search-macro-1.5.2
Home: https://github.com/xwiki-contrib/location-search-macro
Commit: 01fbbfde448ccc3153c6ebf2553cec6b50fa1874
https://github.com/xwiki-contrib/location-search-macro/commit/01fbbfde448cc…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M src/main/resources/LocationSearch/Code/LocationSearchMacro.xml
Log Message:
-----------
LSMACRO-26: Support space references in the reference parameter
Commit: 2fc9457d41c7defdb9a35fb58073b8cdddf71f44
https://github.com/xwiki-contrib/location-search-macro/commit/2fc9457d41c7d…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M src/main/resources/LocationSearch/Code/LocationSearchMacro.xml
Log Message:
-----------
LSMACRO-22: The location search macro incorrectly searches in the "Main" space when used on the wiki home page
Commit: ac7f16dd12a51eca9cf978dc225f160833cd0089
https://github.com/xwiki-contrib/location-search-macro/commit/ac7f16dd12a51…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M README.md
M src/main/resources/LocationSearch/Code/LocationSearchMacro.xml
Log Message:
-----------
Update README to follow the XWiki Contribution standards and set myself as the project lead
Commit: 8c4811ea73c1e8be1550dc3b6c1f50754ebe02c1
https://github.com/xwiki-contrib/location-search-macro/commit/8c4811ea73c1e…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M src/main/resources/LocationSearch/Code/LocationSearchMacro.xml
Log Message:
-----------
LSMACRO-23: The suggest and excerpt parameters are incorrectly disabled by default in the macro editor leading to inconsistant behavior
Commit: 9cd06a57cafb04884927b017525b8bdfd233baaf
https://github.com/xwiki-contrib/location-search-macro/commit/9cd06a57cafb0…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M src/main/resources/LocationSearch/Code/LocationSearchService.xml
Log Message:
-----------
LSMACRO-25: Search suggestion displays HTML entity instead of special symbols
Commit: 3e7a8a3ce179697b51a47fcb7f7ef480648eccd3
https://github.com/xwiki-contrib/location-search-macro/commit/3e7a8a3ce1796…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release location-search-macro-1.5.2
Compare: https://github.com/xwiki-contrib/location-search-macro/compare/01fbbfde448c…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/location-search-macro/settings/notificatio…
Branch: refs/heads/XWIKI-20910
Home: https://github.com/xwiki/xwiki-platform
Commit: 0c070f51415464f9824bb9fc2542cfe530cd6448
https://github.com/xwiki/xwiki-platform/commit/0c070f51415464f9824bb9fc2542…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
Log Message:
-----------
[Misc] Improve checkstyle in oldcore
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-15166-2
Home: https://github.com/xwiki/xwiki-platform
Commit: a79395f86fe6058d43104ade2f2f9866e19d6061
https://github.com/xwiki/xwiki-platform/commit/a79395f86fe6058d43104ade2f2f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
Log Message:
-----------
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
* update integration test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 1677937a2f043a31a933f7784c02b17d507b2cea
https://github.com/xwiki-contrib/confluence/commit/1677937a2f043a31a933f778…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: a139892a135461f3fd46e9ce1ff922afe8d7f266
https://github.com/xwiki-contrib/confluence/commit/a139892a135461f3fd46e9ce…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java
A confluence-xml/src/test/resources/confluencexml/emptybody.test
A confluence-xml/src/test/resources/confluencexml/emptybody/entities.xml
A confluence-xml/src/test/resources/confluencexml/emptybody2.test
A confluence-xml/src/test/resources/confluencexml/emptybody2/entities.xml
Log Message:
-----------
CONFLUENCE-498: Empty body content sometimes causes stack overflows
Commit: 275e842c9f10cae9e80d8d4643ff865f74df8cc0
https://github.com/xwiki-contrib/confluence/commit/275e842c9f10cae9e80d8d46…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.88.4
Compare: https://github.com/xwiki-contrib/confluence/compare/04208ef6d9d7...275e842c…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal-integration
Commit: 5b2a5ed36cb9a0b1e54908180390ebe25ac837d9
https://github.com/xwiki-contrib/cristal-integration/commit/5b2a5ed36cb9a0b…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths:
A cristal-integration-resource-handler/pom.xml
A cristal-integration-resource-handler/src/main/java/org/xwiki/contrib/cristal/integration/resource/CristalResourceReference.java
A cristal-integration-resource-handler/src/main/java/org/xwiki/contrib/cristal/integration/resource/internal/CristalResourceReferenceHandler.java
A cristal-integration-resource-handler/src/main/java/org/xwiki/contrib/cristal/integration/resource/internal/CristalResourceReferenceResolver.java
A cristal-integration-resource-handler/src/main/resources/META-INF/components.txt
A cristal-integration-resource-handler/src/main/resources/templates/cristal.vm
M cristal-integration-rest-api/pom.xml
M cristal-integration-rest-server/pom.xml
A cristal-integration-webjar/pom.xml
A cristal-integration-webjar/src/main/node/env.d.ts
A cristal-integration-webjar/src/main/node/eslint.config.ts
A cristal-integration-webjar/src/main/node/package-lock.json
A cristal-integration-webjar/src/main/node/package.json
A cristal-integration-webjar/src/main/node/patches/(a)xwiki+cristal-lib+0.21.1.patch
A cristal-integration-webjar/src/main/node/src/__tests__/index.test.js
A cristal-integration-webjar/src/main/node/src/index.ts
A cristal-integration-webjar/src/main/node/tsconfig.json
A cristal-integration-webjar/src/main/node/vite.config.ts
A cristal-integration-webjar/src/main/node/vitest.config.ts
M pom.xml
Log Message:
-----------
CRISTALINT-2: Provide a Cristal skin
Commit: 64f06f2d5c763a32214ba8a456d5ab75e2016ac5
https://github.com/xwiki-contrib/cristal-integration/commit/64f06f2d5c763a3…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M cristal-integration-resource-handler/pom.xml
M cristal-integration-resource-handler/src/main/java/org/xwiki/contrib/cristal/integration/resource/internal/CristalResourceReferenceHandler.java
M cristal-integration-resource-handler/src/main/resources/templates/cristal.vm
M cristal-integration-webjar/pom.xml
M cristal-integration-webjar/src/main/node/package.json
Log Message:
-----------
CRISTALINT-2: Provide a Cristal skin
* Add missing dependencies
* Add missing escaping
* Small fixes
Commit: 0d48cc38358c7bead71114d46b95f1d84aaeaeca
https://github.com/xwiki-contrib/cristal-integration/commit/0d48cc38358c7be…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M cristal-integration-resource-handler/src/main/resources/templates/cristal.vm
Log Message:
-----------
CRISTALINT-2: Provide a Cristal skin
* Remove crossorigin attribute
Commit: 79ac2142e14edea6963dc19d83c1921aa12b36e8
https://github.com/xwiki-contrib/cristal-integration/commit/79ac2142e14edea…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
A cristal-integration-resource-handler/pom.xml
A cristal-integration-resource-handler/src/main/java/org/xwiki/contrib/cristal/integration/resource/CristalResourceReference.java
A cristal-integration-resource-handler/src/main/java/org/xwiki/contrib/cristal/integration/resource/internal/CristalResourceReferenceHandler.java
A cristal-integration-resource-handler/src/main/java/org/xwiki/contrib/cristal/integration/resource/internal/CristalResourceReferenceResolver.java
A cristal-integration-resource-handler/src/main/resources/META-INF/components.txt
A cristal-integration-resource-handler/src/main/resources/templates/cristal.vm
M cristal-integration-rest-api/pom.xml
M cristal-integration-rest-server/pom.xml
A cristal-integration-webjar/pom.xml
A cristal-integration-webjar/src/main/node/env.d.ts
A cristal-integration-webjar/src/main/node/eslint.config.ts
A cristal-integration-webjar/src/main/node/package-lock.json
A cristal-integration-webjar/src/main/node/package.json
A cristal-integration-webjar/src/main/node/patches/(a)xwiki+cristal-lib+0.21.1.patch
A cristal-integration-webjar/src/main/node/src/__tests__/index.test.js
A cristal-integration-webjar/src/main/node/src/index.ts
A cristal-integration-webjar/src/main/node/tsconfig.json
A cristal-integration-webjar/src/main/node/vite.config.ts
A cristal-integration-webjar/src/main/node/vitest.config.ts
M pom.xml
Log Message:
-----------
Merge pull request #2 from xwiki-contrib/CRISTALINT-2
CRISTALINT-2: Provide a Cristal skin
Compare: https://github.com/xwiki-contrib/cristal-integration/compare/328fea10f6b7..…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal-integration/settings/notifications
Branch: refs/heads/XWIKI-15166-2
Home: https://github.com/xwiki/xwiki-platform
Commit: c8b2d5007db41c3c2da0a41ff8b160388e4af596
https://github.com/xwiki/xwiki-platform/commit/c8b2d5007db41c3c2da0a41ff8b1…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/AbstractDocumentIterator.java
Log Message:
-----------
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
* better variable name
Commit: 84842209f5514fcd574e230ebc8269a7b71a0bf5
https://github.com/xwiki/xwiki-platform/commit/84842209f5514fcd574e230ebc82…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/SolrDocumentIterator.java
Log Message:
-----------
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
* missing field in the solr query
Compare: https://github.com/xwiki/xwiki-platform/compare/62a15936b0c3...84842209f551
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 9979c3cdf7a88d8cc14baee3ef0a4424587efd7b
https://github.com/xwiki/xwiki-commons/commit/9979c3cdf7a88d8cc14baee3ef0a4…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/JSONTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/EscapeToolTest.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/JSONToolTest.java
Log Message:
-----------
XCOMMONS-3410: $jsontool and $escapetool should escape < to allow safe usage in <script> tags (#1433)
* Escape < similar to { in JSONTool and EscapeTool.
* Apply the same escaping also to EscapeTool.json.
(cherry picked from commit 4824193a5ba3e720a0c5290b215368fa074f274d)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: b68d9406122f48bec394fbab53fb0a818de01976
https://github.com/xwiki/xwiki-commons/commit/b68d9406122f48bec394fbab53fb0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/JSONTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/EscapeToolTest.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/JSONToolTest.java
Log Message:
-----------
XCOMMONS-3410: $jsontool and $escapetool should escape < to allow safe usage in <script> tags (#1433)
* Escape < similar to { in JSONTool and EscapeTool.
* Apply the same escaping also to EscapeTool.json.
(cherry picked from commit 4824193a5ba3e720a0c5290b215368fa074f274d)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/backport-1433-to-stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: f9100c516b7c7b3c29de2f2a95b0c1c6bfa6600e
https://github.com/xwiki/xwiki-commons/commit/f9100c516b7c7b3c29de2f2a95b0c…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/JSONTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/EscapeToolTest.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/JSONToolTest.java
Log Message:
-----------
XCOMMONS-3410: $jsontool and $escapetool should escape < to allow safe usage in <script> tags (#1433)
* Escape < similar to { in JSONTool and EscapeTool.
* Apply the same escaping also to EscapeTool.json.
(cherry picked from commit 4824193a5ba3e720a0c5290b215368fa074f274d)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/backport-1433-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 9b94b46475552f78bfc08b2fd73474d5c5a090c4
https://github.com/xwiki/xwiki-commons/commit/9b94b46475552f78bfc08b2fd7347…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/JSONTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/EscapeToolTest.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/JSONToolTest.java
Log Message:
-----------
XCOMMONS-3410: $jsontool and $escapetool should escape < to allow safe usage in <script> tags (#1433)
* Escape < similar to { in JSONTool and EscapeTool.
* Apply the same escaping also to EscapeTool.json.
(cherry picked from commit 4824193a5ba3e720a0c5290b215368fa074f274d)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 4824193a5ba3e720a0c5290b215368fa074f274d
https://github.com/xwiki/xwiki-commons/commit/4824193a5ba3e720a0c5290b21536…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/JSONTool.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/EscapeToolTest.java
M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/tools/JSONToolTest.java
Log Message:
-----------
XCOMMONS-3410: $jsontool and $escapetool should escape < to allow safe usage in <script> tags (#1433)
* Escape < similar to { in JSONTool and EscapeTool.
* Apply the same escaping also to EscapeTool.json.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications