This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a change to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.
from 3c50ad0 [SYNCOPE-1401] fix json search DAO for mysql
new 6b51f6c Upgrading Tomcat
new 1a95fa7 Fixing dropbox appearance in login page
new c05bc1d [SYNCOPE-1401] Docker support
The 6368 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:
.../console/src/main/resources/META-INF/resources/css/login.css | 5 ++++-
.../{Master.properties.mysql => Master.properties.myjson} | 4 ++--
docker/core/src/main/resources/domains/Master.properties.mysql | 2 +-
.../core/src/main/resources/domains/MasterContent.xml.all | 0
.../{MasterContent.xml.pgjsonb => MasterContent.xml.myjson} | 0
.../core/src/main/resources/index.xml.myjson | 0
.../core/src/main/resources/persistence.properties.myjson | 0
.../core/src/main/resources/provisioning.properties.myjson | 0
docker/core/src/main/resources/startup.sh | 9 ++++++++-
.../views.xml => docker/core/src/main/resources/views.xml.myjson | 0
.../{docker-compose-mariadb.yml => docker-compose-myjson.yml} | 8 ++++----
.../src/main/resources/docker-compose/docker-compose-mysql.yml | 5 +++--
pom.xml | 2 +-
.../systemadministration/javaeecontainer.adoc | 2 +-
14 files changed, 24 insertions(+), 13 deletions(-)
copy docker/core/src/main/resources/domains/{Master.properties.mysql =>
Master.properties.myjson} (92%)
copy core/persistence-jpa/src/main/resources/domains/MasterContent.xml =>
docker/core/src/main/resources/domains/MasterContent.xml.all (100%)
copy docker/core/src/main/resources/domains/{MasterContent.xml.pgjsonb =>
MasterContent.xml.myjson} (100%)
copy core/persistence-jpa-json/src/main/resources/myjson/indexes.xml =>
docker/core/src/main/resources/index.xml.myjson (100%)
copy
core/persistence-jpa-json/src/main/resources/myjson/persistence.properties =>
docker/core/src/main/resources/persistence.properties.myjson (100%)
copy fit/core-reference/src/main/resources/mysql/provisioning.properties =>
docker/core/src/main/resources/provisioning.properties.myjson (100%)
copy core/persistence-jpa-json/src/main/resources/myjson/views.xml =>
docker/core/src/main/resources/views.xml.myjson (100%)
copy docker/src/main/resources/docker-compose/{docker-compose-mariadb.yml =>
docker-compose-myjson.yml} (88%)