Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: bf380c7787b423f55e98e398236b03f706fbb621
https://github.com/xwiki-contrib/book-versions/commit/bf380c7787b423f55e98e…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/PublicationConfigurationSheet.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/publicationJob.xml
Log Message:
-----------
BVERSION-126: Refreshing the page of the publication job progress re-runs a publication, without any confirmation or warning to the user
BVERSION-125: Publication job progress should be displayed on the publication configuration page, not on
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/macro-job
Commit: 7cc0fa98c4aabfda8f8f5785f7e632ad129d7ef2
https://github.com/xwiki-contrib/macro-job/commit/7cc0fa98c4aabfda8f8f5785f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacro.java
M macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacroJob.java
R macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacroStatus.java
R macro-job/src/main/java/org/xwiki/contrib/jobmacro/internal/JobMacroStatusWrapper.java
Log Message:
-----------
JOBMACRO-21: Get rid of all the status serialization hacks
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/macro-job/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: 2b43b13304564c1b5f19092a8a3bb3c660d48a54
https://github.com/xwiki/xwiki-rendering/commit/2b43b13304564c1b5f19092a8a3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/AbstractMessageMacro.java
A xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/macro/message/MessageMacroParameters.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/resources/ApplicationResources.properties
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/java/org/xwiki/rendering/macro/message/MessageMacroTest.java
Log Message:
-----------
XRENDERING-764: Add an option for messages to be set as status (#319)
* Created a class for the parameters specific to message macros (right now, only the new `status`).
* Used this new parameter in the macro execution to change the result accordingly.
* Updated tests to fit the new method requirements.
* Added a test for the status boolean parameter
* Added translations for all four types of messages.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/XWIKI-22787-partial-move
Home: https://github.com/xwiki/xwiki-platform
Commit: c6975188d2e09df8cb7714de71da0bf1f3860fdf
https://github.com/xwiki/xwiki-platform/commit/c6975188d2e09df8cb7714de71da…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractCopyOrMoveJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJobWithChecks.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/MoveJob.java
Log Message:
-----------
XWIKI-22787: Pinned Pages are lost on space move for non admin user
* Start work to have specific handling of WebPreferences in case of
move/rename/copy of a full space
* WIP: needs to add tests
Commit: 4aff6c8479aa6b0c196c84cd7b3ffcdcba9752c0
https://github.com/xwiki/xwiki-platform/commit/4aff6c8479aa6b0c196c84cd7b3f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractCopyOrMoveJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/MoveJob.java
Log Message:
-----------
XWIKI-22787: Pinned Pages are lost on space move for non admin user
* Start handling case when performing partial move to copy the
WebPreferences
* WIP: currently not working because we only process what's provided
in the request, and not what's been selected in #getEntities: we
need to fix that logic
Compare: https://github.com/xwiki/xwiki-platform/compare/c6975188d2e0%5E...4aff6c847…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22787
Home: https://github.com/xwiki/xwiki-platform
Commit: 0608ada21cc90981ff41baa4a469895e4721f286
https://github.com/xwiki/xwiki-platform/commit/0608ada21cc90981ff41baa4a469…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractCopyOrMoveJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJobWithChecks.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/MoveJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/MoveJobTest.java
Log Message:
-----------
XWIKI-22787: Pinned Pages are lost on space move for non admin user
* Start work to have specific handling of WebPreferences in case of
move/rename/copy of a full space
* WIP: needs to add tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-deploy-xobjectdirty
Home: https://github.com/xwiki/xwiki-platform
Commit: e750d19f1ece0d28ef188c13e7df5227899047f2
https://github.com/xwiki/xwiki-platform/commit/e750d19f1ece0d28ef188c13e7df…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java
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
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateStoreTest.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
Branch: refs/heads/feature-deploy-xobjectdirty
Home: https://github.com/xwiki/xwiki-platform
Commit: f4fb6104b3159b4095b1f5c4571214836939efd8
https://github.com/xwiki/xwiki-platform/commit/f4fb6104b3159b4095b1f5c45712…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java
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
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateStoreTest.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
Branch: refs/heads/feature-deploy-xobjectdirty
Home: https://github.com/xwiki/xwiki-platform
Commit: f5af05cef0bfa00e7d9ba29e24f621a0588361e2
https://github.com/xwiki/xwiki-platform/commit/f5af05cef0bfa00e7d9ba29e24f6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java
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
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.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
Branch: refs/heads/feature-deploy-xobjectdirty
Home: https://github.com/xwiki/xwiki-platform
Commit: 57a05282dab126deca2188fea5a6e5cb56445403
https://github.com/xwiki/xwiki-platform/commit/57a05282dab126deca2188fea5a6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-09 (Sun, 09 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java
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
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.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
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/ldap
Commit: 383b13971435286e196b59a8d774e6f75b85bd30
https://github.com/xwiki-contrib/ldap/commit/383b13971435286e196b59a8d774e6…
Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de>
Date: 2025-02-08 (Sat, 08 Feb 2025)
Changed paths:
M ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/XWikiLDAPUtils.java
Log Message:
-----------
LDAP-153: User sync does not clean attributes removed from ldap
- in syncUser remember the XWiki attributes without a value
from LDAP and replace their value with an empty string
- extract helper "putAttributeToMap" to prevent code duplication
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 1135ea24072e6ee8440f449290288478e4dc13b3
https://github.com/xwiki-contrib/book-versions/commit/1135ea24072e6ee8440f4…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-134: Publication: publish only one translation
* Added a way to know if a page has a translated content with the status "Translated".
* Added conditions to ignore publishing a page when a language parameter will be provided in the publication configuration (not yet enabled).
* Improved logging details about ignoring page publication.
* Improved the hints for the publication configuration page
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 6deca336ef296e9f342e1d2b367a2a4762d87b42
https://github.com/xwiki/xwiki-rendering/commit/6deca336ef296e9f342e1d2b367…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/AbstractMacroBlock.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/block/MacroBlockTest.java
Log Message:
-----------
XRENDERING-772: Possible ClassCastException in AbstractMacroBlock#equals when comparing to a non macro block
(cherry picked from commit 10478b5f356f4dd2eb90dd881605c760d2a3f7c1)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 03ef90d821422d013f0e2db24b772409253a4d23
https://github.com/xwiki/xwiki-rendering/commit/03ef90d821422d013f0e2db24b7…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/AbstractMacroBlock.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/block/MacroBlockTest.java
Log Message:
-----------
XRENDERING-772: Possible ClassCastException in AbstractMacroBlock#equals when comparing to a non macro block
(cherry picked from commit 10478b5f356f4dd2eb90dd881605c760d2a3f7c1)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: 10478b5f356f4dd2eb90dd881605c760d2a3f7c1
https://github.com/xwiki/xwiki-rendering/commit/10478b5f356f4dd2eb90dd88160…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/block/AbstractMacroBlock.java
A xwiki-rendering-api/src/test/java/org/xwiki/rendering/block/MacroBlockTest.java
Log Message:
-----------
XRENDERING-772: Possible ClassCastException in AbstractMacroBlock#equals when comparing to a non macro block
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 726e76de4f49d7f2a6e2d8c8a13a453a105841ad
https://github.com/xwiki/xwiki-commons/commit/726e76de4f49d7f2a6e2d8c8a13a4…
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/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