This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
from a45d0c7cf0 [SYNCOPE-1918] Avoided dynamic membership deletion after
push task execution (#1198)
add 566ca20593 [SYNCOPE-1919] Ensuring that JobStatusUpdater can only
update existing rows (#1199)
add e17029f310 Upgrading Wicket, exec-maven-plugin and greenmail
add b0cd41839a Back to CAS 7.3.0-SNAPSHOT
No new revisions were added by this update.
Summary of changes:
.../syncope/core/logic/AbstractJobLogic.java | 3 +-
.../core/persistence/api/dao/JobStatusDAO.java | 10 ++-
.../core/persistence/jpa/dao/JPAJobStatusDAO.java | 86 ++++++++--------------
.../persistence/neo4j/dao/Neo4jJobStatusDAO.java | 64 +++++-----------
.../provisioning/java/ProvisioningContext.java | 4 +-
.../provisioning/java/job/JobStatusUpdater.java | 20 +----
.../java/job/JobStatusUpdaterTest.java | 19 +++--
.../core/src/main/resources/core-oracle.properties | 2 -
.../docker-compose/docker-compose-oracle.yml | 4 +-
pom.xml | 8 +-
10 files changed, 80 insertions(+), 140 deletions(-)