From commits-return-12976-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Mon Jan 21 18:19:42 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id F18BC180627 for ; Mon, 21 Jan 2019 18:19:41 +0100 (CET) Received: (qmail 54475 invoked by uid 500); 21 Jan 2019 17:19:41 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 54466 invoked by uid 99); 21 Jan 2019 17:19:41 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2019 17:19:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7FA3F87684; Mon, 21 Jan 2019 17:19:40 +0000 (UTC) Date: Mon, 21 Jan 2019 17:19:40 +0000 To: "commits@syncope.apache.org" Subject: [syncope] branch SYNCOPE-1400_SYNCOPE-1401 updated (3f42a35 -> 2524601) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154809117994.15092.3071851946483395762@gitbox.apache.org> From: ilgrosso@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: syncope X-Git-Refname: refs/heads/SYNCOPE-1400_SYNCOPE-1401 X-Git-Reftype: branch X-Git-Oldrev: 3f42a355f5df0dca22719278f82c10c7264b28ed X-Git-Newrev: 2524601c9fb3a4060c3c862b29448e1880906f36 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a change to branch SYNCOPE-1400_SYNCOPE-1401 in repository https://gitbox.apache.org/repos/asf/syncope.git. discard 3f42a35 [SYNCOPE-1400] Adding support for MySQL 8 via OpenJPA 3.0.1 + [SYNCOPE-1401] Adding support for MySQL with JSON type new dee6118 Updating CHANGES for release new f394be2 Updating Eclipse files for release new c6328ca Updating downloads site page for release new 538f464 [maven-release-plugin] prepare release syncope-2.1.3 new 24b6527 [maven-release-plugin] prepare for next development iteration new 902e338 Updating Eclipse files for next development iteration new ae22b00 Adjusting links for pgjsob instructions new 268fefa Including NotificationManager and AuditManager in the platform report new 078cbd8 Add noopener noreferrer for target blank URLs new f8665eb Aligning files for Docker core image new 2524601 [SYNCOPE-1400] Adding support for MySQL 8 via OpenJPA 3.0.1 + [SYNCOPE-1401] Adding support for MySQL with JSON type This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (3f42a35) \ N -- N -- N refs/heads/SYNCOPE-1400_SYNCOPE-1401 (2524601) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 6263 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: CHANGES | 37 +++++++ archetype/pom.xml | 2 +- client/cli/pom.xml | 2 +- client/console/pom.xml | 2 +- .../syncope/client/console/commons/Constants.java | 3 +- .../syncope/client/console/pages/BasePage.html | 2 +- client/enduser/pom.xml | 2 +- client/lib/pom.xml | 2 +- client/pom.xml | 2 +- common/lib/pom.xml | 2 +- .../syncope/common/lib/info/PlatformInfo.java | 20 ++++ common/pom.xml | 2 +- common/rest-api/pom.xml | 2 +- core/logic/pom.xml | 2 +- .../apache/syncope/core/logic/SyncopeLogic.java | 12 ++ core/persistence-api/pom.xml | 2 +- core/persistence-jpa-json/pom.xml | 2 +- core/persistence-jpa/pom.xml | 2 +- core/pom.xml | 2 +- core/provisioning-api/pom.xml | 2 +- core/provisioning-java/pom.xml | 2 +- core/rest-cxf/pom.xml | 2 +- core/spring/pom.xml | 2 +- core/upgrade/pom.xml | 2 +- core/workflow-api/pom.xml | 2 +- core/workflow-java/pom.xml | 2 +- deb/console/pom.xml | 2 +- deb/core/pom.xml | 2 +- deb/enduser/pom.xml | 2 +- deb/pom.xml | 2 +- docker/console/pom.xml | 2 +- docker/core/pom.xml | 2 +- .../main/resources/provisioning.properties.mariadb | 2 + .../main/resources/provisioning.properties.mssql | 2 + .../main/resources/provisioning.properties.mysql | 2 + .../resources/provisioning.properties.postgresql | 2 + docker/core/src/main/resources/views.xml.mariadb | 58 +--------- docker/core/src/main/resources/views.xml.mssql | 56 ---------- docker/core/src/main/resources/views.xml.mysql | 58 +--------- .../core/src/main/resources/views.xml.postgresql | 56 ---------- docker/enduser/pom.xml | 2 +- docker/pom.xml | 2 +- ext/camel/client-console/pom.xml | 2 +- ext/camel/common-lib/pom.xml | 2 +- ext/camel/logic/pom.xml | 2 +- ext/camel/persistence-api/pom.xml | 2 +- ext/camel/persistence-jpa/pom.xml | 2 +- ext/camel/pom.xml | 2 +- ext/camel/provisioning-api/pom.xml | 2 +- ext/camel/provisioning-camel/pom.xml | 2 +- ext/camel/rest-api/pom.xml | 2 +- ext/camel/rest-cxf/pom.xml | 2 +- ext/elasticsearch/client-elasticsearch/pom.xml | 2 +- ext/elasticsearch/persistence-jpa/pom.xml | 2 +- ext/elasticsearch/pom.xml | 2 +- ext/elasticsearch/provisioning-java/pom.xml | 2 +- ext/flowable/client-console/pom.xml | 2 +- ext/flowable/client-enduser/pom.xml | 2 +- ext/flowable/common-lib/pom.xml | 2 +- ext/flowable/flowable-bpmn/pom.xml | 2 +- ext/flowable/logic/pom.xml | 2 +- ext/flowable/pom.xml | 2 +- ext/flowable/rest-api/pom.xml | 2 +- ext/flowable/rest-cxf/pom.xml | 2 +- ext/oidcclient/agent/pom.xml | 2 +- ext/oidcclient/client-console/pom.xml | 2 +- ext/oidcclient/client-enduser/pom.xml | 2 +- ext/oidcclient/common-lib/pom.xml | 2 +- ext/oidcclient/logic/pom.xml | 2 +- ext/oidcclient/persistence-api/pom.xml | 2 +- ext/oidcclient/persistence-jpa/pom.xml | 2 +- ext/oidcclient/pom.xml | 2 +- ext/oidcclient/provisioning-api/pom.xml | 2 +- ext/oidcclient/provisioning-java/pom.xml | 2 +- ext/oidcclient/rest-api/pom.xml | 2 +- ext/oidcclient/rest-cxf/pom.xml | 2 +- ext/pom.xml | 2 +- ext/saml2sp/agent/pom.xml | 2 +- ext/saml2sp/client-console/pom.xml | 2 +- ext/saml2sp/client-enduser/pom.xml | 2 +- ext/saml2sp/common-lib/pom.xml | 2 +- ext/saml2sp/logic/pom.xml | 2 +- ext/saml2sp/persistence-api/pom.xml | 2 +- ext/saml2sp/persistence-jpa/pom.xml | 2 +- ext/saml2sp/pom.xml | 2 +- ext/saml2sp/provisioning-api/pom.xml | 2 +- ext/saml2sp/provisioning-java/pom.xml | 2 +- ext/saml2sp/rest-api/pom.xml | 2 +- ext/saml2sp/rest-cxf/pom.xml | 2 +- ext/scimv2/client-console/pom.xml | 2 +- ext/scimv2/common-lib/pom.xml | 2 +- ext/scimv2/logic/pom.xml | 2 +- ext/scimv2/pom.xml | 2 +- ext/scimv2/rest-api/pom.xml | 2 +- ext/scimv2/rest-cxf/pom.xml | 2 +- ext/scimv2/scim-rest-api/pom.xml | 2 +- ext/scimv2/scim-rest-cxf/pom.xml | 2 +- ext/swagger-ui/pom.xml | 2 +- fit/build-tools/pom.xml | 2 +- fit/console-reference/pom.xml | 2 +- fit/core-reference/pom.xml | 4 +- fit/enduser-reference/pom.xml | 2 +- fit/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../org.apache.syncope.ide.eclipse.plugin/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../org.apache.syncope.ide.eclipse.tests/pom.xml | 2 +- ide/eclipse/pom.xml | 2 +- .../category.xml | 2 +- .../org.apache.syncope.ide.eclipse.site/pom.xml | 2 +- ide/netbeans/pom.xml | 2 +- ide/pom.xml | 2 +- installer/pom.xml | 2 +- pom.xml | 2 +- .../systemadministration/dbms.adoc | 11 +- src/site/xdoc/downloads.xml | 122 ++++++++++----------- standalone/pom.xml | 2 +- 117 files changed, 255 insertions(+), 394 deletions(-)