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 233ea4265f [SYNCOPE-1761] Take into account the base parameter to
compute effective admin realms
add 429384ed0a [SYNCOPE-1762] Extending DefaultSyncopeCoreInfoContributor
with JPA provider info
No new revisions were added by this update.
Summary of changes:
.../{DerSchemaDAO.java => PersistenceInfoDAO.java} | 5 +-
.../core/persistence/jpa/PersistenceContext.java | 8 ++
.../persistence/jpa/dao/JPAPersistenceInfoDAO.java | 107 +++++++++++++++++++++
.../core/starter/SyncopeCoreApplication.java | 7 +-
.../actuate/DefaultSyncopeCoreInfoContributor.java | 9 +-
.../actuate/SyncopeCoreInfoContributor.java | 2 +-
pom.xml | 2 +-
7 files changed, 133 insertions(+), 7 deletions(-)
copy
core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/dao/{DerSchemaDAO.java
=> PersistenceInfoDAO.java} (87%)
create mode 100644
core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/JPAPersistenceInfoDAO.java