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 -----
  • 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]

January 2025

  • 1 participants
  • 2958 discussions
[xwiki/xwiki-commons] a95d97: XCOMMONS-3229: Upgrade to Mockito 5.15.2
by XWiki Notifications 03 Jan '25

03 Jan '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: a95d97baf228c0767f705691408b317e7477c38f https://github.com/xwiki/xwiki-commons/commit/a95d97baf228c0767f705691408b3… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-01-03 (Fri, 03 Jan 2025) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3229: Upgrade to Mockito 5.15.2 Commit: bff04ec9042fc26e5b25f8b2c56600bf8f196ca0 https://github.com/xwiki/xwiki-commons/commit/bff04ec9042fc26e5b25f8b2c5660… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-01-03 (Fri, 03 Jan 2025) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3217: Upgrade to Checker Qual 3.48.4 Compare: https://github.com/xwiki/xwiki-commons/compare/53b70f258d7d...bff04ec9042f 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 XWIKI-22752: Allows indicating in the Hibernate hbm configuration files that the table of an entity should be compressed
by XWiki Notifications 03 Jan '25

03 Jan '25
1 0
0 0
[xwiki/xwiki-platform] 1ec801: XWIKI-22613: Updating the history can take a very ...
by XWiki Notifications 03 Jan '25

03 Jan '25
Branch: refs/heads/feature-deploy-nodiffrcs Home: https://github.com/xwiki/xwiki-platform Commit: 1ec8016c23920e629cebed22b39f56eac84cc226 https://github.com/xwiki/xwiki-platform/commit/1ec8016c23920e629cebed22b39f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-01-03 (Fri, 03 Jan 2025) Changed paths: M pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-default/src/main/java/org/xwiki/index/migration/R140300001XWIKI19571DataMigration.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-default/src/test/java/org/xwiki/index/migration/R140300001XWIKI19571DataMigrationTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocumentArchive.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/HibernateStore.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateBaseStore.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/hibernate/AbstractResizeMigration.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/hibernate/R130200000XWIKI17200DataMigration.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/AbstractHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/HibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/HibernateAdapterFactory.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/HibernateStoreException.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/DefaultHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/DefaultHibernateAdapterFactory.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/DerbyHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/H2HibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/HSQLDBHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/MariaDBHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/MySQL8HibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/MySQLHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/OracleHibernateAdapter.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/store/hibernate/internal/PostgreSQLHibernateAdapter.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.oracle.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateStoreTest.java A xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-api/src/main/java/org/xwiki/store/StoreException.java Log Message: ----------- XWIKI-22613: Updating the history can take a very long time when there are a lot of objects XWIKI-22752: Allows indicating in the Hibernate hbm configuration files that an entity should be compressed XWIKI-22747: Introduce the concept of XWiki Hibernate adapter 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 XWIKI-22748: Upgrade to GMavenPlus Plugin 4.1.1
by XWiki Notifications 03 Jan '25

03 Jan '25
1 0
0 0
[xwiki/xwiki-platform] 42d499: XWIKI-22748: Upgrade to GMavenPlus Plugin 4.1.1
by XWiki Notifications 03 Jan '25

03 Jan '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 42d499bd1a45855757f8f37c95298ee38825cf16 https://github.com/xwiki/xwiki-platform/commit/42d499bd1a45855757f8f37c9529… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-01-03 (Fri, 03 Jan 2025) Changed paths: M pom.xml Log Message: ----------- XWIKI-22748: Upgrade to GMavenPlus Plugin 4.1.1 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 XWIKI-19586: Add support for testing on Oracle 23
by XWiki Notifications 03 Jan '25

03 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22751: Escaping of page references won't work in documentTree macro
by XWiki Notifications 03 Jan '25

03 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for REPLICAT-200: Improve the configuration UI in order to add support for the replication direction
by XWiki Notifications 03 Jan '25

03 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-19723: Navigation panel not accessible using a screen reader
by XWiki Notifications 03 Jan '25

03 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-19723: Navigation panel not accessible using a screen reader
by XWiki Notifications 03 Jan '25

03 Jan '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.