Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: a5a56a5dae6ce80d07ea48869f47003feec4bf10
https://github.com/xwiki-contrib/cristal/commit/a5a56a5dae6ce80d07ea48869f4…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M core/markdown/markdown-default/src/__tests__/defaultMarkdownRenderer.test.ts
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
M editors/tiptap/src/extensions/markdown.ts
Log Message:
-----------
CRISTAL-566: Internal links with markup in the text are badly parsed
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: cb863c809e850e11a2b044f1038e4ce809af1628
https://github.com/xwiki/xwiki-commons/commit/cb863c809e850e11a2b044f1038e4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/main/java/org/xwiki/logging/logback/internal/ForbiddenThreadsFilter.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/test/java/org/xwiki/logging/logback/internal/DefaultLoggerManagerTest.java
Log Message:
-----------
XCOMMONS-3369: Make sure any job log with a VirtualMachineError also end up in the global log
* fix mistake
(cherry picked from commit 74db109a4139a21d25798d8884826e7b4e13dbe3)
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: 74db109a4139a21d25798d8884826e7b4e13dbe3
https://github.com/xwiki/xwiki-commons/commit/74db109a4139a21d25798d8884826…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/main/java/org/xwiki/logging/logback/internal/ForbiddenThreadsFilter.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/test/java/org/xwiki/logging/logback/internal/DefaultLoggerManagerTest.java
Log Message:
-----------
XCOMMONS-3369: Make sure any job log with a VirtualMachineError also end up in the global log
* fix mistake
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-platform
Commit: 8b409025834c68245db6f653f30b310188e13347
https://github.com/xwiki/xwiki-platform/commit/8b409025834c68245db6f653f30b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentTitleDisplayerTest.java
Log Message:
-----------
[Misc] Migrate DocumentTitleDisplayerTest to JUnit 5
(cherry picked from commit 28991f7cd8fb1c949277c12dfc405fad13720b0e)
Commit: 77cd5fbbdd906d4c39f00a07e5c07d72362c1abe
https://github.com/xwiki/xwiki-platform/commit/77cd5fbbdd906d4c39f00a07e5c0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/AbstractDocumentTitleDisplayer.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentContentDisplayer.java
A xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentReferenceDequeContext.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentContentDisplayerTest.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentTitleDisplayerTest.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
Log Message:
-----------
XWIKI-23303: Insufficient protection against stack overflows (#4354)
* Extract the code for managing the document reference stack from the
title displayer into a separate component.
* Set a limit of five recursions with the same document for the document
content.
* Use ArrayDeque instead of LinkedList for better performance.
* Mark the execution context property as final.
* Add DocumentReferenceDequeContext to PageComponentList to ensure
that page tests still work.
(cherry picked from commit e1fa3b6e0b693eda2ce0a887cfb6aa0c908f228c)
Compare: https://github.com/xwiki/xwiki-platform/compare/c054b2f1e677...77cd5fbbdd90
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/xwiki-platform
Commit: e1fa3b6e0b693eda2ce0a887cfb6aa0c908f228c
https://github.com/xwiki/xwiki-platform/commit/e1fa3b6e0b693eda2ce0a887cfb6…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/AbstractDocumentTitleDisplayer.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentContentDisplayer.java
A xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentReferenceDequeContext.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentContentDisplayerTest.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentTitleDisplayerTest.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
Log Message:
-----------
XWIKI-23303: Insufficient protection against stack overflows (#4354)
* Extract the code for managing the document reference stack from the
title displayer into a separate component.
* Set a limit of five recursions with the same document for the document
content.
* Use ArrayDeque instead of LinkedList for better performance.
* Mark the execution context property as final.
* Add DocumentReferenceDequeContext to PageComponentList to ensure
that page tests still work.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: a68bbde2d25cef52d7f660eb3d31d6a02b8ca3b4
https://github.com/xwiki/xwiki-commons/commit/a68bbde2d25cef52d7f660eb3d31d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/main/java/org/xwiki/logging/logback/internal/ForbiddenThreadsFilter.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/test/java/org/xwiki/logging/logback/internal/DefaultLoggerManagerTest.java
Log Message:
-----------
XCOMMONS-3369: Make sure any job log with a VirtualMachineError also end up in the global log
(cherry picked from commit 2fd5d64569b4fb646eb8054b67bf216715768802)
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: 2fd5d64569b4fb646eb8054b67bf216715768802
https://github.com/xwiki/xwiki-commons/commit/2fd5d64569b4fb646eb8054b67bf2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/main/java/org/xwiki/logging/logback/internal/ForbiddenThreadsFilter.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/test/java/org/xwiki/logging/logback/internal/DefaultLoggerManagerTest.java
Log Message:
-----------
XCOMMONS-3369: Make sure any job log with a VirtualMachineError also end up in the global log
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-contrib/confluence
Commit: 3a196ae3640f9fea1c4e85e19f43a21d923eaa3c
https://github.com/xwiki-contrib/confluence/commit/3a196ae3640f9fea1c4e85e1…
Author: Teodor Caras <trrenty(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 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: f80253f9a3a24a0f6cc003e2da2595dbf47110f8
https://github.com/xwiki-contrib/confluence/commit/f80253f9a3a24a0f6cc003e2…
Author: Teodor Caras <trrenty(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 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.87.3
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: bd118eac1805e7f70c88da6031e2bb0c539219b7
https://github.com/xwiki-contrib/confluence/commit/bd118eac1805e7f70c88da60…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 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] rollback the release of confluence-9.87.3
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: dbe8d19a8e660871e300a8e37985b0285576a05a
https://github.com/xwiki-contrib/confluence/commit/dbe8d19a8e660871e300a8e3…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 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: 94e95b0a5ecff6f39b219b5a02eaf6ea2232aec3
https://github.com/xwiki-contrib/confluence/commit/94e95b0a5ecff6f39b219b5a…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 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.87.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications