This is an automated email from the ASF dual-hosted git repository.
mmoayyed pushed a change to branch SYNCOPE-163-1
in repository https://gitbox.apache.org/repos/asf/syncope.git.
from 7691e4c Fixing test content
new 5b3cd4f working on config mgmt over rest
new dd74a80 merge with master
new 3532a2e SYNCOPE-160: lazy-load syncope-client after application is
ready
new 951eb11 SYNCOPE-160: lazy-load config for SyncopeClient access
The 4 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:
fit/wa-reference/pom.xml | 2 +
fit/wa-reference/src/main/resources/wa.properties | 13 ++++
pom.xml | 5 ++
wa/bootstrap/pom.xml | 11 ++--
.../java/org/apache/syncope/wa/WARestClient.java | 52 ++++++++++++----
...n.java => SyncopeWABootstrapConfiguration.java} | 31 ++--------
.../bootstrap/SyncopeWAPropertySourceLocator.java | 69 +++++++++++++++++++++
.../src/main/resources/META-INF/spring.factories | 2 +-
wa/starter/pom.xml | 1 -
.../syncope/wa/starter/SyncopeWAApplication.java | 70 ++++++++++++++++++++--
.../src/main/resources/application.properties | 6 +-
wa/starter/src/main/resources/wa.properties | 5 ++
12 files changed, 213 insertions(+), 54 deletions(-)
rename
wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/{RestfulCloudConfigBootstrapConfiguration.java
=> SyncopeWABootstrapConfiguration.java} (57%)
create mode 100644
wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/SyncopeWAPropertySourceLocator.java