Branch: refs/heads/XWIKI-13915
Home: https://github.com/xwiki/xwiki-platform
Commit: 4c34caed4674994f5e1b2535653a639967709d0a
https://github.com/xwiki/xwiki-platform/commit/4c34caed4674994f5e1b2535653a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/XWikiCompatibilityAspect.aj
Log Message:
-----------
XWIKI-13915: $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes()
* Change implementation of legacy XWiki#getConfiguredSyntaxes to rely
on ExtendedRenderingConfiguration#getConfiguredSyntaxes
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4fe35f3cd144806dd1a7cb26ada858eb77c2cdbc
https://github.com/xwiki/xwiki-platform/commit/4fe35f3cd144806dd1a7cb26ada8…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java
Log Message:
-----------
XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface
* Fix date filtering for MySQL, MariaDB, PostgreSQL and Oracle
(cherry picked from commit 29c82b01b9c2218670baa301f289b4f7ffd9626f)
Commit: f7a3b5b49495d2cd711f94b4bfd39419a75b4101
https://github.com/xwiki/xwiki-platform/commit/f7a3b5b49495d2cd711f94b4bfd3…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java
Log Message:
-----------
XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface
* Improve comments
(cherry picked from commit 02818d647398b6f3208586ec21babf4618a224af)
Commit: a247010c8ab8cacdc0740a5cd7989d1f4bec2fa3
https://github.com/xwiki/xwiki-platform/commit/a247010c8ab8cacdc0740a5cd798…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
Log Message:
-----------
XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface
* skip spoon since it seems to have a bug with private methods in interfaces
Compare: https://github.com/xwiki/xwiki-platform/compare/91303ab1ee3d...a247010c8ab8
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.2.x
Home: https://github.com/xwiki/xwiki-commons
Commit: d1cfbbc969fadd1d0c37d530a1a4fca3cd9dc93f
https://github.com/xwiki/xwiki-commons/commit/d1cfbbc969fadd1d0c37d530a1a4f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
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/JsonConverter.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
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Utils.java
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/NetfluxEndpointTest.java
Log Message:
-----------
XWIKI-21767: Dynamic macros are not properly synchronized
* Implement hashCode and equals for Channel to be able to use it properly in hash-based collections.
* Fix inconsistent behavior between leaving a channel and being disconnected from a channel: in both cases the channel should be closed when there are no members left.
* Improve the way channel and user ids are generated: use StringBuilder and ThreadLocalRandom.
(cherry picked from commit 93d53b15a7ed4a9cf8d2617f00d39e95a46f8b62)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 93d53b15a7ed4a9cf8d2617f00d39e95a46f8b62
https://github.com/xwiki/xwiki-commons/commit/93d53b15a7ed4a9cf8d2617f00d39…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
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/JsonConverter.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
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Utils.java
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/NetfluxEndpointTest.java
Log Message:
-----------
XWIKI-21767: Dynamic macros are not properly synchronized
* Implement hashCode and equals for Channel to be able to use it properly in hash-based collections.
* Fix inconsistent behavior between leaving a channel and being disconnected from a channel: in both cases the channel should be closed when there are no members left.
* Improve the way channel and user ids are generated: use StringBuilder and ThreadLocalRandom.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications