You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/05/08 12:03:36 UTC

[syncope] branch master updated (065933e -> f479709)

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 065933e  Upgrading Swagger UI
     add f479709  [SYNCOPE-1496] Adding tests for all DBMS including JSON variants + Wildfly (#185)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        | 45 +++++++++-
 core/persistence-jpa-json/pom.xml                  | 28 +++++--
 .../resources/myjson/domains/Master.properties     |  2 +-
 .../resources/pgjsonb/domains/Master.properties    |  2 +-
 .../core/persistence/jpa/inner/AnySearchTest.java  | 28 ++++++-
 fit/core-reference/pom.xml                         | 97 +++++++++++++---------
 .../resources/myjson/domains/Master.properties     |  2 +-
 .../main/resources/mysql/domains/Master.properties |  2 +-
 .../resources/oracle/domains/Master.properties     |  2 +-
 .../resources/pgjsonb/domains/Master.properties    |  2 +-
 .../resources/postgres/domains/Master.properties   |  2 +-
 .../resources/sqlserver/domains/Master.properties  |  2 +-
 .../apache/syncope/fit/core/KeymasterITCase.java   | 11 ++-
 .../syncope/fit/core/MultitenancyITCase.java       |  8 +-
 .../apache/syncope/fit/core/PullTaskITCase.java    | 16 +++-
 .../org/apache/syncope/fit/core/SearchITCase.java  | 17 +++-
 .../apache/syncope/fit/core/UserIssuesITCase.java  |  4 +
 17 files changed, 202 insertions(+), 68 deletions(-)
 copy core/persistence-jpa-json/src/{main => test}/resources/myjson/domains/Master.properties (90%)
 copy core/persistence-jpa-json/src/{main => test}/resources/pgjsonb/domains/Master.properties (92%)