[midPoint-git] [Evolveum/midpoint] 014aba: MID-6318: removed unused public AuditService.listR...
virgo47
noreply at github.com
Mon Aug 24 12:21:32 CEST 2020
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 014abaad1c4f308ab0ed62a2a4f7a2afb6e0e796
https://github.com/Evolveum/midpoint/commit/014abaad1c4f308ab0ed62a2a4f7a2afb6e0e796
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M repo/audit-api/src/main/java/com/evolveum/midpoint/audit/api/AuditService.java
M repo/audit-impl/src/main/java/com/evolveum/midpoint/audit/impl/LoggerAuditServiceImpl.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/DummyAuditService.java
M repo/system-init/src/main/java/com/evolveum/midpoint/init/AuditServiceProxy.java
Log Message:
-----------
MID-6318: removed unused public AuditService.listRecordsIterative
Commit: 9905ba91e5a6683bc3a33b9ec834bdf79250ee51
https://github.com/Evolveum/midpoint/commit/9905ba91e5a6683bc3a33b9ec834bdf79250ee51
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M gui/admin-gui/src/test/java/com/evolveum/midpoint/gui/TestIntegrationObjectWrapperFactory.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceImpl.java
Log Message:
-----------
MID-6318: fix of TestIntegrationObjectWrapperFactory (audit delta parse)
Recently added parse of previously just serialized audit delta during
audit insert caused some tests to fail. Throw was changed to warn
+ MID-6446 was created.
Commit: 8a16b9dfe4289028ed6d41e8a48b75624c1ff9a9
https://github.com/Evolveum/midpoint/commit/8a16b9dfe4289028ed6d41e8a48b75624c1ff9a9
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/pure/querydsl/MidpointOracleTemplates.java
Log Message:
-----------
MID-6318: MidpointOracleTemplates with batchToBulkSupported = false
While Oracle can do this, it requires sequence with row-level trigger.
JDBC batch still works, just not with one bulk statement.
Compare: https://github.com/Evolveum/midpoint/compare/c2a092664b48...8a16b9dfe428
More information about the midPoint-svn
mailing list