Branch: refs/heads/backport/stable-16.10.x/pr-4139
Home: https://github.com/xwiki/xwiki-platform
Commit: 8124445a847fb1b068aebbef38125ad996c8cb05
https://github.com/xwiki/xwiki-platform/commit/8124445a847fb1b068aebbef3812…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-09 (Fri, 09 May 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/IndexerJob.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/IndexerJobTest.java
Log Message:
-----------
XWIKI-23188: Race condition in Solr index synchronization can delete existing documents from the index (#4139)
* Double-check that a document actually doesn't exist anymore before
requesting its deletion from the index.
* Add a unit test for IndexerJob.
(cherry picked from commit 312d5dd7f3f14f63be2e16ebd4a39db7140d909c)
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: 312d5dd7f3f14f63be2e16ebd4a39db7140d909c
https://github.com/xwiki/xwiki-platform/commit/312d5dd7f3f14f63be2e16ebd4a3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-09 (Fri, 09 May 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/IndexerJob.java
A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/IndexerJobTest.java
Log Message:
-----------
XWIKI-23188: Race condition in Solr index synchronization can delete existing documents from the index (#4139)
* Double-check that a document actually doesn't exist anymore before
requesting its deletion from the index.
* Add a unit test for IndexerJob.
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/application-blog
Commit: 8b8c1b8dcb023f0b9ddf96ac5652d4f642450574
https://github.com/xwiki-contrib/application-blog/commit/8b8c1b8dcb023f0b9d…
Author: Nikita Petrenko <56109799+petrenkonikita112263(a)users.noreply.github.com>
Date: 2025-05-08 (Thu, 08 May 2025)
Changed paths:
M application-blog-ui/src/main/resources/Blog/ArchiveSheet.xml
Log Message:
-----------
BLOG-228: Month names of BlogArchive are displayed using JVM locale instead of XWiki context locale (#74)
BLOG-228: Month names of BlogArchive are displayed using JVM locale instead of XWiki context locale
* Add call of retrieving current locale and using it for monthFormatter
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-blog/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 7f155a57b566b1d525e73224c1d39c8f3564694d
https://github.com/xwiki/xwiki-rendering/commit/7f155a57b566b1d525e73224c1d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-08 (Thu, 08 May 2025)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/main/java/org/xwiki/rendering/internal/macro/footnote/FootnoteMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/main/java/org/xwiki/rendering/internal/macro/footnote/PutFootnotesMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/test/resources/macrofootnote6.test
M xwiki-rendering-standalone/src/test/java/org/xwiki/rendering/example/ExampleTest.java
Log Message:
-----------
XRENDERING-705: Footnote macro produces inline content in standalone mode
* Wrap the footnote content in a paragraph when the macro is standalone.
* Adapt tests to expect the wrapping paragraph.
While this fixes the immediate problem of invalid HTML, it isn't nice to
have a standalone footnote macro in the WYSIWYG editor. To fix this, a
possible solution tracked in XRENDERING-784 is that macros should have a
way to indicate their preferred mode (inline or standalone), and the
WYSIWYG editor should honor this preferred mode.
(cherry picked from commit 7a59e3190be9256aa2d007981cef155ff160e912)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: 7a59e3190be9256aa2d007981cef155ff160e912
https://github.com/xwiki/xwiki-rendering/commit/7a59e3190be9256aa2d007981ce…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-08 (Thu, 08 May 2025)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/main/java/org/xwiki/rendering/internal/macro/footnote/FootnoteMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/main/java/org/xwiki/rendering/internal/macro/footnote/PutFootnotesMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/test/resources/macrofootnote6.test
M xwiki-rendering-standalone/src/test/java/org/xwiki/rendering/example/ExampleTest.java
Log Message:
-----------
XRENDERING-705: Footnote macro produces inline content in standalone mode
* Wrap the footnote content in a paragraph when the macro is standalone.
* Adapt tests to expect the wrapping paragraph.
While this fixes the immediate problem of invalid HTML, it isn't nice to
have a standalone footnote macro in the WYSIWYG editor. To fix this, a
possible solution tracked in XRENDERING-784 is that macros should have a
way to indicate their preferred mode (inline or standalone), and the
WYSIWYG editor should honor this preferred mode.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 4e8d776040b7029e2ca56460d349aeb397475e49
https://github.com/xwiki-contrib/confluence/commit/4e8d776040b7029e2ca56460…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-07 (Wed, 07 May 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: 0f9709d2c6014fc8437bde27dc54366732f99418
https://github.com/xwiki-contrib/confluence/commit/0f9709d2c6014fc8437bde27…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-07 (Wed, 07 May 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.83.1
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: 58927f78d5e0e8a5403995372a0903fa51b98747
https://github.com/xwiki-contrib/confluence/commit/58927f78d5e0e8a540399537…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/WithoutControlCharactersReader.java
Log Message:
-----------
Misc: Code style (add a final modifier to a private field)
Commit: 3c0abcb5e4eeb5481452f2a59cf136f6d5853925
https://github.com/xwiki-contrib/confluence/commit/3c0abcb5e4eeb5481452f2a5…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverter.java
Log Message:
-----------
CONFLUENCE-449: Log failures to resolve page ids
Commit: 3cef8b31d04b162ce96d772513690eb4c54011d5
https://github.com/xwiki-contrib/confluence/commit/3cef8b31d04b162ce96d7725…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/LinkTagHandler.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverter.java
M confluence-xml/src/test/resources/confluencexml/blogs.test
M confluence-xml/src/test/resources/confluencexml/blogs/entities.xml
M confluence-xml/src/test/resources/confluencexml/lists.test
M confluence-xml/src/test/resources/confluencexml/lists/entities.xml
M confluence-xml/src/test/resources/confluencexml/onlyblog.test
Log Message:
-----------
CONFLUENCE-450: PageTree roots with an empty link are incorrectly converted to space root instead of current page
Compare: https://github.com/xwiki-contrib/confluence/compare/b5285827dbf7...3cef8b31…
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/book-versions
Commit: b8eee80a61a3a3d432abe4df217ef3014170f5be
https://github.com/xwiki-contrib/book-versions/commit/b8eee80a61a3a3d432abe…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-common-ui/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-publish-ui/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-xip/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/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 861de209d4a8599035c728452cf578706c4558b1
https://github.com/xwiki-contrib/book-versions/commit/861de209d4a8599035c72…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-common-ui/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-publish-ui/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-xip/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-book-versions-1.17
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications