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]

  • 1 participants
  • 57463 discussions
[[email protected]][Issue] Updates for XWIKI-23248: Add a tooltip to inform the users that the show/hide buttons also reset the panels width
by XWiki Notifications 26 May '25

26 May '25
1 0
0 0
[[email protected]][Issue] Updates for LDAP-156: LDAPUtils.getUserProfileByDn always returns an empty result
by XWiki Notifications 26 May '25

26 May '25
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3300: Add a cache loading helper to synchronize cache loads and invalidations
by XWiki Notifications 26 May '25

26 May '25
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3346: The component manager doesn't detect cycles in the initialization of singleton components
by XWiki Notifications 26 May '25

26 May '25
1 0
0 0
[xwiki/xwiki-rendering] d1583d: XRENDERING-778: Rendering a page with thousands of...
by XWiki Notifications 26 May '25

26 May '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-rendering Commit: d1583d4e358ce1bd2f47563a9e4a01d1d4dfd14b https://github.com/xwiki/xwiki-rendering/commit/d1583d4e358ce1bd2f47563a9e4… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-rendering-macros/xwiki-rendering-macro-box/src/main/java/org/xwiki/rendering/internal/macro/box/DefaultBoxMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-comment/src/main/java/org/xwiki/rendering/internal/macro/comment/CommentMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-content/src/main/java/org/xwiki/rendering/internal/macro/content/ContentMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-html/src/main/java/org/xwiki/rendering/internal/macro/html/HTMLMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-id/src/main/java/org/xwiki/rendering/internal/macro/id/IdMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/AbstractMessageMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-raw/src/main/java/org/xwiki/rendering/internal/macro/raw/RawMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-toc/src/main/java/org/xwiki/rendering/internal/macro/toc/AbstractTocMacro.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/IsolatedExecutionConfiguration.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformation.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/Macro.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/resources/META-INF/components.txt M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/macro/DefaultMacroManagerTest.java A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/IsolatedExecutionConfigurationTest.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformationTest.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestNestedMacro.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestPriorityMacro.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestRecursiveMacro.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestReplacementMacro.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestSimpleMacro.java A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestTwoNestedMacros.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/resources/META-INF/components.txt Log Message: ----------- XRENDERING-778: Rendering a page with thousands of macros is slow (#330) * Introduce the concept of isolated macros. * In the macro transformation, use a priority queue to efficiently process macros in order. * Don't re-scan the XDOM after executing isolated macros. * Add support for overriding the isolated execution support through configuration. * Limit macro indexes to 64 items. * Add more tests and increase the limit of the recursion test to trigger the 64-item limit (hard to test that it was hit, but a coverage check confirmed it). (cherry picked from commit 579b7fcde2c77499e87611c38f2fec1c6eb49ef6) Commit: e3bb035256c96f8baee0c063e5a8d2674eed9ff0 https://github.com/xwiki/xwiki-rendering/commit/e3bb035256c96f8baee0c063e5a… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformation.java Log Message: ----------- XRENDERING-778: Rendering a page with thousands of macros is slow * Make SonarQube happy by adding equals, hashCode, and toString to MacroItem. (cherry picked from commit 8dc7c5bab97e7e3cf46a7cad8e2e0c484fd63b7d) Commit: c37555ebc8b146236d5a1ea4dc8f717dbd000e39 https://github.com/xwiki/xwiki-rendering/commit/c37555ebc8b146236d5a1ea4dc8… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/IsolatedExecutionConfiguration.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/Macro.java Log Message: ----------- [Misc] Document backport of isolated macro execution feature (cherry picked from commit 40cca7472b4c7301158ccd192dd124c4fbc27c1d) Compare: https://github.com/xwiki/xwiki-rendering/compare/ab5bcffde350...c37555ebc8b1 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] 40cca7: [Misc] Document backport of isolated macro executi...
by XWiki Notifications 26 May '25

26 May '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 40cca7472b4c7301158ccd192dd124c4fbc27c1d https://github.com/xwiki/xwiki-rendering/commit/40cca7472b4c7301158ccd192dd… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/IsolatedExecutionConfiguration.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/Macro.java Log Message: ----------- [Misc] Document backport of isolated macro execution feature To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 492665: XCOMMONS-3346: The component manager doesn't detec...
by XWiki Notifications 26 May '25

26 May '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 492665b7d3643c362f8a05cec4ce090c1c15e9ad https://github.com/xwiki/xwiki-commons/commit/492665b7d3643c362f8a05cec4ce0… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/src/main/java/org/xwiki/component/embed/EmbeddableComponentManager.java M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/src/test/java/org/xwiki/component/embed/EmbeddableComponentManagerTest.java Log Message: ----------- XCOMMONS-3346: The component manager doesn't detect cycles in the initialization of singleton components (#1341) * Add a flag to mark components that are currently being created. * Throw an exception when a second instance of a singleton would be created. * Add a test. (cherry picked from commit eda1b85c70cccc9a0f76ff67db4d9d06f79bbcd1) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 0c2607: XCOMMONS-3300: Add a cache loading helper to synch...
by XWiki Notifications 26 May '25

26 May '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 0c2607a5f495d5e8d2a296624cbc2085769c6f8e https://github.com/xwiki/xwiki-commons/commit/0c2607a5f495d5e8d2a296624cbc2… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/pom.xml A xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java A xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java Log Message: ----------- XCOMMONS-3300: Add a cache loading helper to synchronize cache loads and invalidations (#1282) * Add a flexible cache loading helper that can be used even in complex situations where multiple caches are involved. (cherry picked from commit 97212ce88fed57c62c3219f5187aa93db212c999) Commit: be401190f868383b70136aa64875c4d81a504f59 https://github.com/xwiki/xwiki-commons/commit/be401190f868383b70136aa64875c… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java Log Message: ----------- XCOMMONS-3300: Add a cache loading helper to synchronize cache loads and invalidations * Handle recursive loads as they happen in the XWiki document cache during migrations. (cherry picked from commit ff3d69a6db247acea42ee3f724434103d32dcb5a) Commit: 415d90203a4600accaea53f8511a7d520eb96460 https://github.com/xwiki/xwiki-commons/commit/415d90203a4600accaea53f8511a7… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/pom.xml M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java Log Message: ----------- XCOMMONS-3300: Add a cache loading helper to synchronize cache loads and invalidations * Protect against further possible deadlocks. * Fix an error related to exceptions being stored indefinitely in the loader. * Extend the tests to cover the newly discovered scenarios. * Increase the code coverage threshold to the actual coverage. (cherry picked from commit 8d5e882bb0fac9aaefeb6d79322c4fb4a627a6f5) Commit: 2698fa7d5001b64c3fba38f2cbf3832def5e6e7b https://github.com/xwiki/xwiki-commons/commit/2698fa7d5001b64c3fba38f2cbf38… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java Log Message: ----------- XCOMMONS-3300: Add a cache loading helper to synchronize cache loads and invalidations * Cover more branches by tests. (cherry picked from commit 85b6162394f3d1d828f6695bdabcb278ef49d6b4) Commit: 685b39d1eb5dd1aea57dcb0d5bb253644e631155 https://github.com/xwiki/xwiki-commons/commit/685b39d1eb5dd1aea57dcb0d5bb25… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java Log Message: ----------- XCOMMONS-3300: Add a cache loading helper to synchronize cache loads and invalidations * Fix flickering in unit test. (cherry picked from commit 12636845ee87affe4125dfd3444a733ee4825e37) Compare: https://github.com/xwiki/xwiki-commons/compare/5b115f4a7726...685b39d1eb5d 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 LDAP-156: LDAPUtils.getUserProfileByDn always returns an empty result
by XWiki Notifications 26 May '25

26 May '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22853: Make sure it's possible to control all cluster related differences between nodes dynamically
by XWiki Notifications 26 May '25

26 May '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 2386
  • 2387
  • 2388
  • 2389
  • 2390
  • 2391
  • 2392
  • ...
  • 5747
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.