[midPoint-git] [Evolveum/midpoint] ff13e3: repo-sqale: afterModifyObject watcher not called i...
virgo47
noreply at github.com
Mon Jul 19 11:28:22 CEST 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: ff13e3afdbff0d23cfd71af569592cb7192f7b0c
https://github.com/Evolveum/midpoint/commit/ff13e3afdbff0d23cfd71af569592cb7192f7b0c
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryService.java
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/update/RootUpdateContext.java
Log Message:
-----------
repo-sqale: afterModifyObject watcher not called if no UPDATE executed
updateContext.execute can returned empty list of narrowed modifications
which also indicates that no UPDATE was executed and version number
was not incremented, so we don't want to imply otherwise by calling
afterModifyObject on conflict watcher.
Commit: da46dcb8f3724bc5a0b098f4f19c048a95219c4c
https://github.com/Evolveum/midpoint/commit/da46dcb8f3724bc5a0b098f4f19c048a95219c4c
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/security/AbstractSecurityTest.java
M model/model-intest/src/test/resources/security/campaigns.xml
M model/model-intest/src/test/resources/security/role-filter-object-user-type-shadow.xml
Log Message:
-----------
model-intest: security test fixes for new repo
campaings.xml had non-unique container IDs (removed) and OID in
role-filter-object-user-type-shadow.xml had "H" in it.
Commit: 2c1c1dd3d3837f6d9278cefaea3c50b1847940d3
https://github.com/Evolveum/midpoint/commit/2c1c1dd3d3837f6d9278cefaea3c50b1847940d3
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M model/model-test/pom.xml
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
Log Message:
-----------
model-test: AbstractModelIntegrationTest cleanup, h2 dep gone
Commit: 916d6ce9574bd7083d7053f97057a6ebdc39cad3
https://github.com/Evolveum/midpoint/commit/916d6ce9574bd7083d7053f97057a6ebdc39cad3
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/ldap/hierarchy/AbstractLdapHierarchyTest.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/ldap/hierarchy/TestLdapDeeplyHierarchical.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/ldap/hierarchy/TestLdapFlat.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/ldap/hierarchy/TestLdapHierarchical.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/ldap/hierarchy/TestLdapNested.java
Log Message:
-----------
story test: LDAP tests cleanup
Commit: fefd532ea9e4d8fed5509bd69d6c732462ff85c2
https://github.com/Evolveum/midpoint/commit/fefd532ea9e4d8fed5509bd69d6c732462ff85c2
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M custom/pom.xml
M dist/javadoc/pom.xml
M dist/midpoint-api/pom.xml
M dist/pom.xml
M gui/admin-gui/pom.xml
M gui/midpoint-jar/pom.xml
M gui/pom.xml
M icf-connectors/dummy-connector-fake/pom.xml
M icf-connectors/dummy-connector/pom.xml
M icf-connectors/dummy-resource/pom.xml
M icf-connectors/pom.xml
M infra/common/pom.xml
M infra/pom.xml
M infra/schema-pure-jaxb/pom.xml
M infra/schema/pom.xml
M infra/test-util/pom.xml
M model/certification-api/pom.xml
M model/certification-impl/pom.xml
M model/model-api/pom.xml
M model/model-common/pom.xml
M model/model-impl/pom.xml
M model/model-intest/pom.xml
M model/notifications-api/pom.xml
M model/notifications-impl/pom.xml
M model/pom.xml
M model/report-api/pom.xml
M model/report-impl/pom.xml
M model/rest-impl/pom.xml
M model/workflow-api/pom.xml
M model/workflow-impl/pom.xml
M pom.xml
M provisioning/pom.xml
M provisioning/provisioning-api/pom.xml
M provisioning/provisioning-impl/pom.xml
M provisioning/ucf-api/pom.xml
M provisioning/ucf-impl-builtin/pom.xml
M provisioning/ucf-impl-connid/pom.xml
M repo/audit-api/pom.xml
M repo/audit-log-impl/pom.xml
M repo/pom.xml
M repo/repo-api/pom.xml
M repo/repo-cache/pom.xml
M repo/repo-common/pom.xml
M repo/repo-sqale/pom.xml
M repo/repo-sql-impl-test/pom.xml
M repo/repo-sql-impl/pom.xml
M repo/repo-sqlbase/pom.xml
M repo/repo-test-util/pom.xml
M repo/security-api/pom.xml
M repo/security-enforcer-api/pom.xml
M repo/security-enforcer-impl/pom.xml
M repo/security-impl/pom.xml
M repo/system-init/pom.xml
M repo/task-api/pom.xml
M repo/task-quartz-impl/pom.xml
M testing/conntest/pom.xml
M testing/longtest/pom.xml
M testing/pom.xml
M testing/rest/pom.xml
M testing/story/pom.xml
M tools/midpoint-boot-layout/pom.xml
M tools/ninja/pom.xml
M tools/pom.xml
Log Message:
-----------
POMs: header consolidation, all use https URL for XSD
Compare: https://github.com/Evolveum/midpoint/compare/aed41941a59f...fefd532ea9e4
More information about the midPoint-svn
mailing list