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]

  • 58309 discussions
[xwiki/xwiki-platform] e606c6: XWIKI-22726: Allow customizing the validation of H...
by XWiki Notifications 13 Dec '24

13 Dec '24
Branch: refs/heads/feature-XWIKI-22726 Home: https://github.com/xwiki/xwiki-platform Commit: e606c62077f45d702200c84b4acad14e8b84aaf1 https://github.com/xwiki/xwiki-platform/commit/e606c62077f45d702200c84b4aca… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm Log Message: ----------- XWIKI-22726: Allow customizing the validation of HQL queries through configuration Commit: f623919674298752cf0d822f60175f0609edbbad https://github.com/xwiki/xwiki-platform/commit/f623919674298752cf0d822f6017… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLStatementValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLCompleteStatementValidator.java R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLStatementValidator.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidator.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/QueryException.java M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm Log Message: ----------- XWIKI-22726: Allow customizing the validation of HQL queries through configuration * refactor the internal validator system to make it easier to reusable for other use cases * make sure the configurable validator is executed before the standard one * improve safe named queries initialization * tried to remove stuff from HqlQueryExecutor, but was not enough to get rid of the ClassFanOutComplexity unfortunately * various documentation improvements Commit: d5b0b512b38441f188403929a8f9d84154843b4b https://github.com/xwiki/xwiki-platform/commit/d5b0b512b38441f188403929a8f9… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java Log Message: ----------- XWIKI-22726: Allow customizing the validation of HQL queries through configuration * add unit tests Compare: https://github.com/xwiki/xwiki-platform/compare/db0867d5abbb...d5b0b512b384 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] 298259: XWIKI-22730: Upgrade to Docker Java 3.4.1
by XWiki Notifications 13 Dec '24

13 Dec '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 298259b7e470779aff8009f3dab9020c013b7cb7 https://github.com/xwiki/xwiki-platform/commit/298259b7e470779aff8009f3dab9… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22730: Upgrade to Docker Java 3.4.1 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] db0867: XWIKI-22730: Upgrade to Docker Java 3.4.1
by XWiki Notifications 13 Dec '24

13 Dec '24
Branch: refs/heads/feature-XWIKI-22726 Home: https://github.com/xwiki/xwiki-platform Commit: db0867d5abbbd45e497129ba648cbe95ff90e441 https://github.com/xwiki/xwiki-platform/commit/db0867d5abbbd45e497129ba648c… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22730: Upgrade to Docker Java 3.4.1 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] be34e1: XWIKI-22675: Extra line below facet items (#3759)
by XWiki Notifications 13 Dec '24

13 Dec '24
Branch: refs/heads/backport-3759-to-stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: be34e15a5e628d90a4d613a49fff12de5228d7d6 https://github.com/xwiki/xwiki-platform/commit/be34e15a5e628d90a4d613a49fff… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearch.xml Log Message: ----------- XWIKI-22675: Extra line below facet items (#3759) (cherry picked from commit 2f1ee0f2eaa6779674144e776c99cf3dae51b1ba) 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] 2f1ee0: XWIKI-22675: Extra line below facet items (#3759)
by XWiki Notifications 13 Dec '24

13 Dec '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 2f1ee0f2eaa6779674144e776c99cf3dae51b1ba https://github.com/xwiki/xwiki-platform/commit/2f1ee0f2eaa6779674144e776c99… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearch.xml Log Message: ----------- XWIKI-22675: Extra line below facet items (#3759) 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 XCOMMONS-3220: Upgrade to Maven Invoker Plugin 3.9.0
by XWiki Notifications 13 Dec '24

13 Dec '24
1 0
0 0
[xwiki/xwiki-commons] 93c4ac: XCOMMONS-3220: Upgrade to Maven Invoker Plugin 3.9.0
by XWiki Notifications 13 Dec '24

13 Dec '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 93c4ac0b7a10e33e7d6dde8b3dd3540e0ef48e5a https://github.com/xwiki/xwiki-commons/commit/93c4ac0b7a10e33e7d6dde8b3dd35… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3220: Upgrade to Maven Invoker Plugin 3.9.0 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 XCOMMONS-3220: Upgrade to Maven Invoker Plugin 3.9.0
by XWiki Notifications 13 Dec '24

13 Dec '24
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3213: Upgrade to Checkstyle 10.21.0
by XWiki Notifications 13 Dec '24

13 Dec '24
1 0
0 0
[xwiki-contrib/cristal] 1a0d06: CRISTAL-319: Missing breadcrumb in edit mode
by XWiki Notifications 13 Dec '24

13 Dec '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 1a0d06b8ed2e1a6767e531ebff1b7e3247ccc57c https://github.com/xwiki-contrib/cristal/commit/1a0d06b8ed2e1a6767e531ebff1… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-12-13 (Fri, 13 Dec 2024) Changed paths: M web/e2e/main-page.spec.ts Log Message: ----------- CRISTAL-319: Missing breadcrumb in edit mode Fix bad selector in functional tests. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3403
  • 3404
  • 3405
  • 3406
  • 3407
  • 3408
  • 3409
  • ...
  • 5831
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.