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 730f144 Upgrading aspectjweaver and jacoco-maven-plugin
new 3a9ed4e [SYNCOPE-1460] Checking domain removal
new 9574c6e Upgrading maven-jar-plugin
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../common/keymaster/client/api/DomainWatcher.java | 4 +-
.../client/zookeper/ZookeeperDomainOps.java | 5 +-
.../client/zookeper/LoggingDomainWatcher.java | 9 ++-
.../core/persistence/api/DomainRegistry.java | 2 +
.../core/persistence/api/SyncopeCoreLoader.java | 9 +++
.../core/persistence/jpa/DomainConfFactory.java | 54 +++++++++++++-
.../core/persistence/jpa/RuntimeDomainLoader.java | 33 +++++++--
.../jpa/spring/CommonEntityManagerFactoryConf.java | 4 --
.../jpa/spring/DomainEntityManagerFactoryBean.java | 2 +-
.../core/provisioning/java/job/JobManagerImpl.java | 29 ++++++++
.../core/provisioning/java/job/TaskJob.java | 50 +++++++------
.../UsernamePasswordAuthenticationProvider.java | 40 ++++++-----
.../org/apache/syncope/core/logic/DomainLogic.java | 4 +-
ext/self-keymaster/rest-cxf/pom.xml | 24 +------
.../self/keymaster/cxf/SelfKeymasterContext.java | 17 ++---
.../cxf/SelfKeymasterExceptionMapper.java | 83 ----------------------
pom.xml | 2 +-
17 files changed, 198 insertions(+), 173 deletions(-)
delete mode 100644
ext/self-keymaster/rest-cxf/src/main/java/org/apache/syncope/ext/self/keymaster/cxf/SelfKeymasterExceptionMapper.java