Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: f40976f7c4b4d916a913584177c0a1c7fd53ac4e
https://github.com/xwiki/xwiki-platform/commit/f40976f7c4b4d916a913584177c0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M xwiki-platform-tools/xwiki-platform-tool-xmldoc-update-plugin/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-xmldoc-update-plugin/src/main/java/com/xpn/xwiki/tool/doc/AbstractDocumentMojo.java
M xwiki-platform-tools/xwiki-platform-tool-xmldoc-update-plugin/src/main/java/com/xpn/xwiki/tool/doc/AttachMojo.java
Log Message:
-----------
[Misc] Fix code style and use try-with-resource in xwiki-platform-tool-xmldoc-update-plugin
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: c930891c38788479545c23d68f93edf8816542ee
https://github.com/xwiki/xwiki-platform/commit/c930891c38788479545c23d68f93…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/pom.xml
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/checkstyle/checkstyle-suppressions.xml
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/InitializableLiveDataElement.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataActionDescriptor.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataConfiguration.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataEntryDescriptor.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataLayoutDescriptor.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataMeta.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataPaginationConfiguration.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataPropertyDescriptor.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataQuery.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/LiveDataSelectionConfiguration.java
Log Message:
-----------
[Misc] Remove NPath complexity in livedata-api
Refactor a bit the API to introduce an InitializableLiveDataElement
generic interface to be able to use everywhere needed a call to
initialize. Then use that to provide generic methods to initialize what
needs to be in LiveDataMeta.
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-rendering
Commit: 735b75029ce1090169de157f5a8c26a47745658b
https://github.com/xwiki/xwiki-rendering/commit/735b75029ce1090169de157f5a8…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/MacroIconPrettyNameProvider.java
Log Message:
-----------
[Misc] Use static access with "org.apache.commons.lang3.StringUtils" for "capitalize", as reported by SonarQube (java:S3252)
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-platform
Commit: 1f8bf09a309fe753d349249888d509e2fda947b8
https://github.com/xwiki/xwiki-platform/commit/1f8bf09a309fe753d349249888d5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-script/pom.xml
R xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-script/src/checkstyle/checkstyle-suppressions.xml
A xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-script/src/main/java/org/xwiki/crypto/internal/RSACryptoHelper.java
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-script/src/main/java/org/xwiki/crypto/script/RSACryptoScriptService.java
M xwiki-platform-core/xwiki-platform-crypto/xwiki-platform-crypto-script/src/main/resources/META-INF/components.txt
Log Message:
-----------
[Misc] Improve checkstyle in crypto-script
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: 62653be894d4c225403df26da018f23cd4e499e2
https://github.com/xwiki/xwiki-platform/commit/62653be894d4c225403df26da018…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/checkstyle/checkstyle-suppressions.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/main/java/org/xwiki/like/internal/DefaultLikeManager.java
A xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/main/java/org/xwiki/like/internal/LikeManagerCacheHelper.java
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/test/java/org/xwiki/like/internal/DefaultLikeManagerTest.java
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/test/java/org/xwiki/like/internal/LikeExistCacheEntryListenerTest.java
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/src/test/java/org/xwiki/like/script/LikeScriptServiceComponentList.java
Log Message:
-----------
[Misc] Reduce the FanOutComplexity of DefaultLikeManager
* Refactor it to externalize all operations related to cache
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-201
Home: https://github.com/xwiki-contrib/cristal
Commit: befe17462547e231e942ed2d2d85b5fb1e0a7411
https://github.com/xwiki-contrib/cristal/commit/befe17462547e231e942ed2d2d8…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M skin/src/vue/c-sidebar.vue
Log Message:
-----------
CRISTAL-201: Introduce a Navigation tree
* Rename `NavigationTreeResolver` to `NavigationTreeSource`
* Rename `getNavigationTree` to `getChildNodes`
* Add missing escaping
* Other minor improvements
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/1.12.x
Home: https://github.com/xwiki-contrib/application-replication
Commit: ac7f819369f760dfa093d3e21a919c58c33188c1
https://github.com/xwiki-contrib/application-replication/commit/ac7f819369f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M pom.xml
M replication-api/pom.xml
M replication-default/pom.xml
M replication-entity/pom.xml
M replication-entity/replication-entity-api/pom.xml
M replication-entity/replication-entity-controller/pom.xml
M replication-entity/replication-entity-default/pom.xml
M replication-test/pom.xml
M replication-test/replication-test-pageobjects/pom.xml
M replication-test/replication-test-tests/pom.xml
M replication-ui/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/application-replication/settings/notificat…
Branch: refs/heads/1.12.x
Home: https://github.com/xwiki-contrib/application-replication
Commit: 40c9b06d8ca6b44512ef65e13e2ed6b726418098
https://github.com/xwiki-contrib/application-replication/commit/40c9b06d8ca…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M pom.xml
M replication-api/pom.xml
M replication-default/pom.xml
M replication-entity/pom.xml
M replication-entity/replication-entity-api/pom.xml
M replication-entity/replication-entity-controller/pom.xml
M replication-entity/replication-entity-default/pom.xml
M replication-test/pom.xml
M replication-test/replication-test-pageobjects/pom.xml
M replication-test/replication-test-tests/pom.xml
M replication-ui/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release replication-1.12.14
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-replication
Commit: 9c0b7563b0c239f567ac7acbd862aaa56bf82251
https://github.com/xwiki-contrib/application-replication/commit/9c0b7563b0c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M pom.xml
M replication-api/pom.xml
M replication-default/pom.xml
M replication-entity/pom.xml
M replication-entity/replication-entity-api/pom.xml
M replication-entity/replication-entity-controller/pom.xml
M replication-entity/replication-entity-default/pom.xml
M replication-test/pom.xml
M replication-test/replication-test-pageobjects/pom.xml
M replication-test/replication-test-tests/pom.xml
M replication-ui/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/application-replication/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-replication
Commit: be98081e48ea3fedca17afa6521f3ed98a713c21
https://github.com/xwiki-contrib/application-replication/commit/be98081e48e…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M pom.xml
M replication-api/pom.xml
M replication-default/pom.xml
M replication-entity/pom.xml
M replication-entity/replication-entity-api/pom.xml
M replication-entity/replication-entity-controller/pom.xml
M replication-entity/replication-entity-default/pom.xml
M replication-test/pom.xml
M replication-test/replication-test-pageobjects/pom.xml
M replication-test/replication-test-tests/pom.xml
M replication-ui/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release replication-2.1.2
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 6864bcde003761613340531d2dafd2e687454529
https://github.com/xwiki/xwiki-platform/commit/6864bcde003761613340531d2daf…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-default/src/checkstyle/checkstyle-suppressions.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-default/src/main/java/org/xwiki/index/internal/TasksStore.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-default/src/test/java/org/xwiki/index/internal/TasksStoreTest.java
Log Message:
-----------
[Misc] Remove multiple string literals in TasksStore
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications