Branch: refs/heads/feature-deploy-removehttpclient3 Home: https://github.com/xwiki/xwiki-rendering Commit: 82862cf3b6a3e23b3cb030c2e60bf4dd4f0278c3 https://github.com/xwiki/xwiki-rendering/commit/82862cf3b6a3e23b3cb030c2e60b... Author: Simon Urli <[email protected]> Date: 2025-10-15 (Wed, 15 Oct 2025) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare branch stable-17.9.x Commit: bb2d269a178642c3975e9b8800d8ffa14454de87 https://github.com/xwiki/xwiki-rendering/commit/bb2d269a178642c3975e9b8800d8... Author: Simon Urli <[email protected]> Date: 2025-10-15 (Wed, 15 Oct 2025) Changed paths: M pom.xml M xwiki-rendering-api/pom.xml M xwiki-rendering-archetype-macro/pom.xml M xwiki-rendering-integration-tests/pom.xml M xwiki-rendering-legacy/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml M xwiki-rendering-macros/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml M xwiki-rendering-standalone/pom.xml M xwiki-rendering-syntaxes/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml M xwiki-rendering-test/pom.xml M xwiki-rendering-transformations/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml M xwiki-rendering-wikimodel/pom.xml M xwiki-rendering-xml/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: db574d83b9255936c6edcd387202a981176e4ef8 https://github.com/xwiki/xwiki-rendering/commit/db574d83b9255936c6edcd387202... Author: Simon Urli <[email protected]> Date: 2025-10-15 (Wed, 15 Oct 2025) Changed paths: M pom.xml Log Message: ----------- [branch] Updating inter-project dependencies on master Commit: 0a8726fb2bd9d44e36c363696c481745b83b96d9 https://github.com/xwiki/xwiki-rendering/commit/0a8726fb2bd9d44e36c363696c48... Author: Michael Hamann <[email protected]> Date: 2025-11-06 (Thu, 06 Nov 2025) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XWikiCommentHandler.java A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/test/resources/xhtml10/specific/link/link10.test Log Message: ----------- XRENDERING-765: HTML parsing error on saving attempt page that has empty line at the start of the link * Make HTML parsing more robust by ignoring stray stopmacro and stopwikilink comments instead of failing to parse. Commit: 4c7e0f4a9a012e9303ec3bb09e3e3816e43c61a6 https://github.com/xwiki/xwiki-rendering/commit/4c7e0f4a9a012e9303ec3bb09e3e... Author: Michael Hamann <[email protected]> Date: 2025-11-07 (Fri, 07 Nov 2025) Changed paths: M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/InlineFilterListener.java A xwiki-rendering-api/src/test/java/org/xwiki/rendering/listener/InlineFilterListenerTest.java A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/link/link1.test Log Message: ----------- XRENDERING-799: Macro inside link isn't parsed as inline macro (#360) * Transform macros to inline in InlineFilterListener. * Add a test for InlineFilterListener. * Add an integration test for the XWiki 2.0 parser. Commit: f29b06b3b17ba3aa3fb9b10ff7a0cf80849be3e1 https://github.com/xwiki/xwiki-rendering/commit/f29b06b3b17ba3aa3fb9b10ff7a0... Author: Vincent Massol <[email protected]> Date: 2025-11-12 (Wed, 12 Nov 2025) Changed paths: M pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml Log Message: ----------- [maven-release-plugin] prepare branch stable-17.10.x Commit: 2d1a165af0dddc72e2efb3d459fb0b5728af57f6 https://github.com/xwiki/xwiki-rendering/commit/2d1a165af0dddc72e2efb3d459fb... Author: Vincent Massol <[email protected]> Date: 2025-11-12 (Wed, 12 Nov 2025) Changed paths: M pom.xml M xwiki-rendering-api/pom.xml M xwiki-rendering-archetype-macro/pom.xml M xwiki-rendering-integration-tests/pom.xml M xwiki-rendering-legacy/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml M xwiki-rendering-macros/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml M xwiki-rendering-standalone/pom.xml M xwiki-rendering-syntaxes/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml M xwiki-rendering-test/pom.xml M xwiki-rendering-transformations/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml M xwiki-rendering-wikimodel/pom.xml M xwiki-rendering-xml/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: df1df7dbe717c903953253bda80da514bc7efe03 https://github.com/xwiki/xwiki-rendering/commit/df1df7dbe717c903953253bda80d... Author: Vincent Massol <[email protected]> Date: 2025-11-12 (Wed, 12 Nov 2025) Changed paths: M pom.xml Log Message: ----------- [branch] Updating inter-project dependencies on master Compare: https://github.com/xwiki/xwiki-rendering/compare/250dfb88500b...df1df7dbe717 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications