Branch: refs/heads/backport-1232-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 6d53acf1f51419c5bbc443125cb44f3c9a04dbbb
https://github.com/xwiki/xwiki-commons/commit/6d53acf1f51419c5bbc443125cb44…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/InternalVelocityEngine.java
Log Message:
-----------
XCOMMONS-3256: Cleaning the Velocity introspection cache is expensive (#1232)
* Store the field as a static field to avoid the runtime overhead of
repeatedly getting the field.
(cherry picked from commit 6a007965093dc08ddf18cd3582dc645c27a62a4c)
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: 6a007965093dc08ddf18cd3582dc645c27a62a4c
https://github.com/xwiki/xwiki-commons/commit/6a007965093dc08ddf18cd3582dc6…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/InternalVelocityEngine.java
Log Message:
-----------
XCOMMONS-3256: Cleaning the Velocity introspection cache is expensive (#1232)
* Store the field as a static field to avoid the runtime overhead of
repeatedly getting the field.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/feature-deploy-xobjectdirty
Home: https://github.com/xwiki/xwiki-platform
Commit: 925a80673a25be50e7375e09ba1dfe3a49873772
https://github.com/xwiki/xwiki-platform/commit/925a80673a25be50e7375e09ba1d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/HibernateConfiguration.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseCollection.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java
Log Message:
-----------
XWIKI-22782: Only save modified xobjects
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications