lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

December 2025

  • 1 participants
  • 1503 discussions
[xwiki/xwiki-commons] 1236db: XCOMMONS-3451: Realtime editing doesn't support cl...
by XWiki Notifications 03 Dec '25

03 Dec '25
Branch: refs/heads/feature-realtime-cluster Home: https://github.com/xwiki/xwiki-commons Commit: 1236db964717977f3bae6ca512108bada8ef2bfa https://github.com/xwiki/xwiki-commons/commit/1236db964717977f3bae6ca512108… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-12-03 (Wed, 03 Dec 2025) Changed paths: M xwiki-commons-core/xwiki-commons-netflux/pom.xml M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Bot.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/ChannelStore.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/DefaultLocalUserFactory.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/HistoryKeeper.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/LocalUser.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/LocalUserFactory.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Netflux.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/CommandListener.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxCommandChannelEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxMessageUserEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserJoinEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserLeaveEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserTimeOfLastMessageUpdateEvent.java M xwiki-commons-core/xwiki-commons-netflux/src/main/resources/META-INF/components.txt M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java Log Message: ----------- XCOMMONS-3451: Realtime editing doesn't support clustering * Remove leftovers from a previous implementation which did not really made sense anymore (mainly around the concept of "connected user") * Add the concept of Remote and Local users * Reusing the websocket session id as local user id * Make modifications go through events (even locally) so that other cluster members know about them To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] ee0afe: XWIKI-23610: Allow xwiki build to publish npm arti...
by XWiki Notifications 03 Dec '25

03 Dec '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: ee0afecf85af47fe476c624303b071ddb80b1fe1 https://github.com/xwiki/xwiki-platform/commit/ee0afecf85af47fe476c624303b0… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2025-12-03 (Wed, 03 Dec 2025) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml M xwiki-platform-core/xwiki-platform-node/.gitignore M xwiki-platform-core/xwiki-platform-node/pom.xml A xwiki-platform-core/xwiki-platform-node/src/main/node/api-extractor.json R xwiki-platform-core/xwiki-platform-node/src/main/node/api/etc/cristal-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/api/etc/platform-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/attachments/attachments-api/etc/cristal-attachments-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/attachments/attachments-api/etc/platform-attachments-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/attachments/attachments-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/attachments/attachments-default/etc/cristal-attachments-default.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/attachments/attachments-default/etc/platform-attachments-default.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/attachments/attachments-default/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/authentication/authentication-api/etc/cristal-authentication-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/authentication/authentication-api/etc/platform-authentication-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/authentication/authentication-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/backends/backend-api/etc/cristal-backend-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/backends/backend-api/etc/platform-backend-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/backends/backend-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/collaboration/collaboration-api/etc/platform-collaboration-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/collaboration/collaboration-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/configuration/configuration-api/etc/cristal-configuration-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/configuration/configuration-api/etc/platform-configuration-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/configuration/configuration-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/document/document-api/etc/cristal-document-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/document/document-api/etc/platform-document-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/document/document-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/fn-utils/etc/cristal-fn-utils.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/fn-utils/etc/platform-fn-utils.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/fn-utils/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/icons/etc/cristal-icons.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/icons/etc/platform-icons.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/icons/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-suggest/link-suggest-api/etc/platform-link-suggest-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/link-suggest/link-suggest-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-api/etc/cristal-macros-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-api/etc/platform-macros-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-ast-react-jsx/etc/cristal-macros-ast-react-jsx.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-ast-react-jsx/etc/platform-macros-ast-react-jsx.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-ast-react-jsx/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-service/etc/cristal-macros-service.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-service/etc/platform-macros-service.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/macros/macros-service/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-api/etc/cristal-model-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-api/etc/platform-model-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-reference/model-reference-api/etc/cristal-model-reference-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-reference/model-reference-api/etc/platform-model-reference-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-reference/model-reference-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-remote-url/model-remote-url-api/etc/platform-model-remote-url-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/model/model-remote-url/model-remote-url-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/navigation-tree/navigation-tree-api/etc/platform-navigation-tree-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/navigation-tree/navigation-tree-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-api/etc/cristal-uniast-api.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-api/etc/platform-uniast-api.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-markdown/etc/platform-uniast-markdown.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/core/uniast/uniast-markdown/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/dev/config/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/ds/api/etc/cristal-dsapi.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/ds/api/etc/platform-dsapi.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/ds/api/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/etc/platform-editors-blocknote-headless.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/package.json R xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/package.json Log Message: ----------- XWIKI-23610: Allow xwiki build to publish npm artifacts Introduce publint checking for packages well-formedness and api-extractor for API change detection. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] f1247c: XCOMMONS-3451: Realtime editing doesn't support cl...
by XWiki Notifications 03 Dec '25

03 Dec '25
Branch: refs/heads/feature-realtime-cluster Home: https://github.com/xwiki/xwiki-platform Commit: f1247cadc0624d44f27a58793d9bd0f9db10569d https://github.com/xwiki/xwiki-platform/commit/f1247cadc0624d44f27a58793d9b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-12-03 (Wed, 03 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/pom.xml M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChange.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBot.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorListener.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorTracker.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannels.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelsListener.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/InternalEntityChannelStore.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/RemoteUser.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/XWikiLocalUserFactory.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/EntityChannelCreatedEvent.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/EntityChannelScriptAuthorChangeEvent.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/event/RemoteCommandEventConverter.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBotTest.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorTrackerTest.java A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/event/RemoteCommandEventConverterTest.java A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/event/AbstractRemoteEventListener.java Log Message: ----------- XCOMMONS-3451: Realtime editing doesn't support clustering * Updates following the xwiki-commons netflux changes * Implementation of RemoteUser support * Add the cluster member id to local user id in case of an XWiki instance * Make modifications go through events (even locally) so that other cluster members know about them To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 91294f: XCOMMONS-3451: Realtime editing doesn't support cl...
by XWiki Notifications 03 Dec '25

03 Dec '25
Branch: refs/heads/feature-realtime-cluster Home: https://github.com/xwiki/xwiki-commons Commit: 91294f2849bead0d2b7ee24df668956948811b33 https://github.com/xwiki/xwiki-commons/commit/91294f2849bead0d2b7ee24df6689… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-12-03 (Wed, 03 Dec 2025) Changed paths: M xwiki-commons-core/xwiki-commons-netflux/pom.xml M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Bot.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/ChannelStore.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/DefaultLocalUserFactory.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/HistoryKeeper.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/LocalUser.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/LocalUserFactory.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Netflux.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/CommandListener.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxCommandChannelEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxMessageUserEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserJoinEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserLeaveEvent.java A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserTimeOfLastMessageUpdateEvent.java M xwiki-commons-core/xwiki-commons-netflux/src/main/resources/META-INF/components.txt M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java Log Message: ----------- XCOMMONS-3451: Realtime editing doesn't support clustering * Remove leftovers from a previous implementation which did not really made sense anymore (mainly around the concept of "connected user") * Add the concept of Remote and Local users * Make modifications go through events (even locally) so that other cluster members know about them To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for BLOG-247: Umlauts diplayed incorrectly in Blog post titles
by XWiki Notifications 03 Dec '25

03 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for CRAPP-399: View not rendered properly when HTML 5.0 Syntax is disabled.
by XWiki Notifications 03 Dec '25

03 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23767: Wiki editor still loses cursor position after tab switch
by XWiki Notifications 03 Dec '25

03 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for BLOG-247: Umlauts diplayed incorrectly in Blog post titles
by XWiki Notifications 03 Dec '25

03 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for WIKIEDITOR-100: Formatting actions of the toolbar buttons appear next to the cursor placement instead of the actual selected text
by XWiki Notifications 03 Dec '25

03 Dec '25
1 0
0 0
[xwiki/xwiki-jenkins-pipeline] dc9e73: The jdk25 situation is still very much a mess in J...
by XWiki Notifications 03 Dec '25

03 Dec '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-jenkins-pipeline Commit: dc9e731810ac87ffddfb297bc76e082846209aa7 https://github.com/xwiki/xwiki-jenkins-pipeline/commit/dc9e731810ac87ffddfb… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-12-03 (Wed, 03 Dec 2025) Changed paths: M vars/dockerConfigurations.groovy Log Message: ----------- The jdk25 situation is still very much a mess in Jetty's official docker images... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-jenkins-pipeline/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • ...
  • 151
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.