Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 3321387c2c889f8dbf554383a9a0b6b76e680662
https://github.com/xwiki/xwiki-platform/commit/3321387c2c889f8dbf554383a9a0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/AllIT.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ServletEnvironmentCacheIT.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#4217)
* Add an integration test to ensure that the cache in the servlet
environment has actually been initialized (a missing cache doesn't
cause any problems except for slower performance).
(cherry picked from commit eba94d0125dc6ab7e2a2a9b65721090669423e96)
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-platform
Commit: 7c092af49fa16d40c47ada5d2a29c52169b4645c
https://github.com/xwiki/xwiki-platform/commit/7c092af49fa16d40c47ada5d2a29…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/AllIT.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ServletEnvironmentCacheIT.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#4217)
* Add an integration test to ensure that the cache in the servlet
environment has actually been initialized (a missing cache doesn't
cause any problems except for slower performance).
(cherry picked from commit eba94d0125dc6ab7e2a2a9b65721090669423e96)
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: eba94d0125dc6ab7e2a2a9b65721090669423e96
https://github.com/xwiki/xwiki-platform/commit/eba94d0125dc6ab7e2a2a9b65721…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/AllIT.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ServletEnvironmentCacheIT.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#4217)
* Add an integration test to ensure that the cache in the servlet
environment has actually been initialized (a missing cache doesn't
cause any problems except for slower performance).
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: a9155f502cf8ce24b5c96d799575b749877e3e8a
https://github.com/xwiki-contrib/confluence/commit/a9155f502cf8ce24b5c96d79…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 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/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 75d63c60e6c45c16ed5ba8bb65e54c7ae4768d24
https://github.com/xwiki/xwiki-commons/commit/75d63c60e6c45c16ed5ba8bb65e54…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializer.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializerTest.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentTest.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#1346)
* Trigger the cache initialization in a separate event listener on the
ApplicationStartedEvent. This ensures that the cache manager is ready.
* Add and adapt unit tests.
(cherry picked from commit c92dd170b99505979fc5f3f48b2d77c86c394e5e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 3e3e761f32d63cfeb71899ffbefdc06085cc9bfe
https://github.com/xwiki/xwiki-commons/commit/3e3e761f32d63cfeb71899ffbefdc…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializer.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializerTest.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentTest.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#1346)
* Trigger the cache initialization in a separate event listener on the
ApplicationStartedEvent. This ensures that the cache manager is ready.
* Add and adapt unit tests.
(cherry picked from commit c92dd170b99505979fc5f3f48b2d77c86c394e5e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/backport-1346-to-stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 6422eabef7883a5ca108365640bf01e04f97601b
https://github.com/xwiki/xwiki-commons/commit/6422eabef7883a5ca108365640bf0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializer.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializerTest.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentTest.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#1346)
* Trigger the cache initialization in a separate event listener on the
ApplicationStartedEvent. This ensures that the cache manager is ready.
* Add and adapt unit tests.
(cherry picked from commit c92dd170b99505979fc5f3f48b2d77c86c394e5e)
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: c92dd170b99505979fc5f3f48b2d77c86c394e5e
https://github.com/xwiki/xwiki-commons/commit/c92dd170b99505979fc5f3f48b2d7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/pom.xml
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironment.java
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializer.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/main/resources/META-INF/components.txt
A xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentCacheInitializerTest.java
M xwiki-commons-core/xwiki-commons-environment/xwiki-commons-environment-servlet/src/test/java/org/xwiki/environment/internal/ServletEnvironmentTest.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#1346)
* Trigger the cache initialization in a separate event listener on the
ApplicationStartedEvent. This ensures that the cache manager is ready.
* Add and adapt unit tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 17fb43b5cbf941f1abffaca7efaaac7c25d54990
https://github.com/xwiki-contrib/cristal/commit/17fb43b5cbf941f1abffaca7efa…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M core/reactivue/tsconfig.json
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/react/BlockNoteView.tsx
M editors/blocknote-headless/vite.config.ts
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
CRISTAL-543: Make blocknote-headless compatible with React 17+ (#935)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications