[midPoint-git] [Evolveum/midpoint] 8c81e9: Apply fastAddOperations when parsing trusted data
mederly
noreply at github.com
Wed Nov 22 12:35:18 CET 2023
Branch: refs/heads/support-4.7
Home: https://github.com/Evolveum/midpoint
Commit: 8c81e94f14a11064f5e59583497de769dc1b807e
https://github.com/Evolveum/midpoint/commit/8c81e94f14a11064f5e59583497de769dc1b807e
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-11-22 (Wed, 22 Nov 2023)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/IvwoConsolidator.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/audit/mapping/QAuditDeltaMapping.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/data/common/container/RAccessCertificationCase.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectRetriever.java
M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/SqlRepoContext.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/ClusterExecutionHelperImpl.java
Log Message:
-----------
Apply fastAddOperations when parsing trusted data
This can be questionable when the schema changes, but in general it
should be worth the (negligible) risk.
(cherry picked from commit 23e237aa5772d49fe38363a0edbc44b51f0b11d0)
Commit: 01a3907b739bc6a59791cbdef6f82f8aae19f249
https://github.com/Evolveum/midpoint/commit/01a3907b739bc6a59791cbdef6f82f8aae19f249
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-11-22 (Wed, 22 Nov 2023)
Changed paths:
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/util/ProvisioningUtil.java
Log Message:
-----------
Limit "found more than one live shadow" msg size
In some cases, the message was extremely large, exceeding 1 MB.
Related to MID-9328.
Compare: https://github.com/Evolveum/midpoint/compare/66890ce94db7...01a3907b739b
More information about the midPoint-svn
mailing list