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]

  • 58258 discussions
[[email protected]][Issue] Updates for XDOCKER-73: Access denied when creating subwikis
by XWiki Notifications 19 Jul '26

19 Jul '26
1 0
0 0
[xwiki/xwiki-dev-llm] b28760: [Misc] Document that JIRA issue keys must not be m...
by XWiki Notifications 19 Jul '26

19 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: b28760147bde6d4d21aa9e925f7df77dec8cf201 https://github.com/xwiki/xwiki-dev-llm/commit/b28760147bde6d4d21aa9e925f7df… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-19 (Sun, 19 Jul 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M xwiki/.claude-plugin/plugin.json M xwiki/okf/servers/jira.md M xwiki/skills/xwiki-knowledge/SKILL.md Log Message: ----------- [Misc] Document that JIRA issue keys must not be monospaced in wiki markup Wrapping an issue key in {{}} monospace suppresses JIRA's automatic issue-linking, same as backslash-escaping it. Extend the wiki-markup gotchas in the JIRA OKF to call this out explicitly, since the "literals -> monospace" rule otherwise encourages wrapping identifiers. Also fix the xwiki-knowledge EXTEND instructions, which listed only three synced version fields but validate.mjs checks four (kimi.plugin.json was missing). Bump the plugin version to 0.10.6. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] c1e8f4: [Misc] Fix various mechanical SonarCloud issues
by XWiki Notifications 19 Jul '26

19 Jul '26
Branch: refs/heads/claude/sharp-galileo-wp1anh Home: https://github.com/xwiki/xwiki-platform Commit: c1e8f44828ae3afde673b09c2e409e626f6596d5 https://github.com/xwiki/xwiki-platform/commit/c1e8f44828ae3afde673b09c2e40… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-19 (Sun, 19 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/main/java/org/xwiki/annotation/internal/renderer/AnnotationGeneratorChainingListener.java M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-reference/src/main/java/org/xwiki/annotation/reference/IndexedObjectReference.java M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/src/main/java/org/xwiki/eventstream/store/solr/internal/SolrEventStore.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-index/src/main/java/org/xwiki/extension/index/internal/job/ExtensionIndexJob.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-script/src/main/java/org/xwiki/extension/script/ExtensionRatingScriptService.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/src/main/java/org/xwiki/extension/security/internal/ReviewMapFilter.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/WikiReader.java M xwiki-platform-core/xwiki-platform-flavor/xwiki-platform-flavor-api/src/main/java/org/xwiki/platform/flavor/internal/DefaultFlavorManager.java M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-api/src/main/java/org/xwiki/localization/LocaleUtils.java M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/EntityReferenceSetTest.java M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/internal/EscapeLikeParametersQuery.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/XWikiRepositoryModel.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/DomainObjectFactory.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/ModelFactory.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrUtils.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/AbstractSolrMetadataExtractor.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-embedded/src/main/java/org/xwiki/search/solr/internal/EmbeddedSolr.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-embedded/src/test/java/org/xwiki/search/solr/internal/EmbeddedSolrInitializationTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-plugin/src/main/java/org/xwiki/search/solr/internal/XWikiDismaxQParserPlugin.java M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/src/main/java/com/xpn/xwiki/web/sx/SxDocumentSource.java M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/AttachController.java M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/AttachDriver.java Log Message: ----------- [Misc] Fix various mechanical SonarCloud issues Mechanical, behaviour-preserving cleanups reported by SonarCloud across several modules: * java:S1066 - merge collapsible nested if statements * java:S1068 - remove unused private fields * java:S1118 - add a private constructor to hide the implicit public one * java:S1124 - reorder modifiers to comply with the JLS * java:S1126 - replace an if-then-else by a single return statement * java:S1144 - remove unused private methods (and now-dead fields/imports) * java:S3626 - remove redundant jump statements * java:S6201 - use instanceof pattern matching (drop redundant casts) * java:S6204 - replace Stream.collect(Collectors.toList()) with Stream.toList() Co-Authored-By: Vincent Massol <vincent(a)massol.net> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-78: XWiki logs do not appear in a catalina.out log file
by XWiki Notifications 18 Jul '26

18 Jul '26
1 0
0 0
[xwiki/xwiki-docker] 113f4c: XDOCKER-78: XWiki logs do not appear in a catalina...
by XWiki Notifications 18 Jul '26

18 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 113f4ca695648969e167ff09c500f368acfd45fc https://github.com/xwiki/xwiki-docker/commit/113f4ca695648969e167ff09c500f3… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-18 (Sat, 18 Jul 2026) Changed paths: M 16/mariadb-tomcat/Dockerfile M 16/mariadb-tomcat/xwiki/docker-entrypoint.sh A 16/mariadb-tomcat/xwiki/logback-filelog-appender.xml A 16/mariadb-tomcat/xwiki/logback-filelog-ref.xml M 16/mysql-tomcat/Dockerfile M 16/mysql-tomcat/xwiki/docker-entrypoint.sh A 16/mysql-tomcat/xwiki/logback-filelog-appender.xml A 16/mysql-tomcat/xwiki/logback-filelog-ref.xml M 16/postgres-tomcat/Dockerfile M 16/postgres-tomcat/xwiki/docker-entrypoint.sh A 16/postgres-tomcat/xwiki/logback-filelog-appender.xml A 16/postgres-tomcat/xwiki/logback-filelog-ref.xml M 17/mariadb-tomcat/Dockerfile M 17/mariadb-tomcat/xwiki/docker-entrypoint.sh A 17/mariadb-tomcat/xwiki/logback-filelog-appender.xml A 17/mariadb-tomcat/xwiki/logback-filelog-ref.xml M 17/mysql-tomcat/Dockerfile M 17/mysql-tomcat/xwiki/docker-entrypoint.sh A 17/mysql-tomcat/xwiki/logback-filelog-appender.xml A 17/mysql-tomcat/xwiki/logback-filelog-ref.xml M 17/postgres-tomcat/Dockerfile M 17/postgres-tomcat/xwiki/docker-entrypoint.sh A 17/postgres-tomcat/xwiki/logback-filelog-appender.xml A 17/postgres-tomcat/xwiki/logback-filelog-ref.xml M 18.4/mariadb-tomcat/Dockerfile M 18.4/mariadb-tomcat/xwiki/docker-entrypoint.sh A 18.4/mariadb-tomcat/xwiki/logback-filelog-appender.xml A 18.4/mariadb-tomcat/xwiki/logback-filelog-ref.xml M 18.4/mysql-tomcat/Dockerfile M 18.4/mysql-tomcat/xwiki/docker-entrypoint.sh A 18.4/mysql-tomcat/xwiki/logback-filelog-appender.xml A 18.4/mysql-tomcat/xwiki/logback-filelog-ref.xml M 18.4/postgres-tomcat/Dockerfile M 18.4/postgres-tomcat/xwiki/docker-entrypoint.sh A 18.4/postgres-tomcat/xwiki/logback-filelog-appender.xml A 18.4/postgres-tomcat/xwiki/logback-filelog-ref.xml M 18/mariadb-tomcat/Dockerfile M 18/mariadb-tomcat/xwiki/docker-entrypoint.sh A 18/mariadb-tomcat/xwiki/logback-filelog-appender.xml A 18/mariadb-tomcat/xwiki/logback-filelog-ref.xml M 18/mysql-tomcat/Dockerfile M 18/mysql-tomcat/xwiki/docker-entrypoint.sh A 18/mysql-tomcat/xwiki/logback-filelog-appender.xml A 18/mysql-tomcat/xwiki/logback-filelog-ref.xml M 18/postgres-tomcat/Dockerfile M 18/postgres-tomcat/xwiki/docker-entrypoint.sh A 18/postgres-tomcat/xwiki/logback-filelog-appender.xml A 18/postgres-tomcat/xwiki/logback-filelog-ref.xml M README.md M template/Dockerfile M template/xwiki/docker-entrypoint.sh A template/xwiki/logback-filelog-appender.xml A template/xwiki/logback-filelog-ref.xml Log Message: ----------- XDOCKER-78: XWiki logs do not appear in a catalina.out log file To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-78: XWiki logs do not appear in a catalina.out log file
by XWiki Notifications 18 Jul '26

18 Jul '26
1 0
0 0
[xwiki/xwiki-dev-llm] dd5007: [Misc] Improve the jira skill (better formatting o...
by XWiki Notifications 18 Jul '26

18 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: dd5007c6cf87991b3d7df978e32df736ea458b94 https://github.com/xwiki/xwiki-dev-llm/commit/dd5007c6cf87991b3d7df978e32df… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-18 (Sat, 18 Jul 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M xwiki/.claude-plugin/plugin.json M xwiki/okf/index.md M xwiki/okf/servers/jira.md Log Message: ----------- [Misc] Improve the jira skill (better formatting of content) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-231: MariaDB/MySQL permissions not set correctly
by XWiki Notifications 18 Jul '26

18 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-321: Container based image 16.2.x postgres-tomcat crashes regularly after upgrade due to a Solr issue
by XWiki Notifications 18 Jul '26

18 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-176: java.lang.NoClassDefFoundError at startup
by XWiki Notifications 18 Jul '26

18 Jul '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 415
  • 416
  • 417
  • 418
  • 419
  • 420
  • 421
  • ...
  • 5826
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.