From commits-return-12891-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Thu Jan 10 08:07:22 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 7A6C218062A for ; Thu, 10 Jan 2019 08:07:21 +0100 (CET) Received: (qmail 20402 invoked by uid 500); 10 Jan 2019 07:07:20 -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 20388 invoked by uid 99); 10 Jan 2019 07:07:20 -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; Thu, 10 Jan 2019 07:07:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6AD4785C2B; Thu, 10 Jan 2019 07:07:19 +0000 (UTC) Date: Thu, 10 Jan 2019 07:07:18 +0000 To: "commits@syncope.apache.org" Subject: [syncope] branch SYNCOPE-1400_SYNCOPE-1401 updated (44ae13b -> e59d745) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154710403895.18065.7723478612544183534@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: 44ae13bed31d8e34b310581a58a408363e927502 X-Git-Newrev: e59d7455c1f180b92dee32297c15899e034071b8 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 44ae13b [SYNCOPE-1400] Adding support for MySQL 8 via OpenJPA 3.0.1 + [SYNCOPE-1401] Adding support for MySQL with JSON type add 7e4e6db [SYNCOPE-1418] Added harmless spring lazy loading on some shared DAO beans add 79964a9 [SYNCOPE-1420] Replacing expired access tokens upon login add 880bbdf Upgrading Tika and maven-jar-plugin add 8944569 Attempt to get longer builds on Travis CI add b7c49f3 [SYNCOPE-1416] fixes searches for unique attributes add 772167f [SYNCOPE-1402] (Temporary?) switching to hibernate-validator add 49a6f86 [SYNCOPE-1422] permits to provide custom AuditManager/NotificationManager implementation add 460fedd [SYNCOPE-1422] Aligning names with the rest add de52b42 Upgrading Groovy add f6649e3 It's 2019 add dff4747 Upgrading maven-assembly-plugin add ff5984b Upgrading HikariCP add 972a8cb [SYNCOPE-1422] Forgot to update add 7f07c58 [SYNCOPE-1424] changes the way to build the task search query and fixes some test weeknesses new d9176e3 Upgrading Spring new e59d745 [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 (44ae13b) \ N -- N -- N refs/heads/SYNCOPE-1400_SYNCOPE-1401 (e59d745) 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 2 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: .travis.yml | 2 +- NOTICE | 2 +- client/cli/NOTICE | 2 +- client/console/NOTICE | 2 +- core/persistence-jpa/pom.xml | 8 +- .../core/persistence/jpa/dao/AbstractAnyDAO.java | 4 + .../core/persistence/jpa/dao/JPAAnySearchDAO.java | 12 ++- .../core/persistence/jpa/dao/JPAPolicyDAO.java | 3 + .../core/persistence/jpa/dao/JPARealmDAO.java | 2 + .../core/persistence/jpa/dao/JPATaskDAO.java | 92 +++++++++++----------- .../core/persistence/jpa/dao/JPAVirSchemaDAO.java | 2 + .../core/persistence/jpa/inner/AnySearchTest.java | 19 +++++ .../api/notification/NotificationManager.java | 2 + ...itManagerImpl.java => DefaultAuditManager.java} | 4 +- .../java/data/AccessTokenDataBinderImpl.java | 4 +- .../java/job/AbstractSchedTaskJobDelegate.java | 1 + .../DefaultNotificationJobDelegate.java | 2 + ...erImpl.java => DefaultNotificationManager.java} | 7 +- .../AbstractPropagationTaskExecutor.java | 6 +- .../java/pushpull/AbstractPullResultHandler.java | 4 +- .../pushpull/DefaultRealmPullResultHandler.java | 4 +- .../src/main/resources/provisioning.properties | 2 + .../src/main/resources/provisioningContext.xml | 2 + core/upgrade/NOTICE | 2 +- deb/console/NOTICE | 2 +- deb/core/NOTICE | 2 +- deb/enduser/NOTICE | 2 +- .../src/main/resources/provisioning.properties | 2 + .../apache/syncope/core/flowable/task/Notify.java | 2 + fit/build-tools/NOTICE | 2 +- fit/core-reference/pom.xml | 11 --- .../src/main/resources/all/provisioning.properties | 2 + .../resources/mariadb/domains/Master.properties | 2 +- .../main/resources/mariadb/provisioning.properties | 2 + .../main/resources/mysql/provisioning.properties | 2 + .../main/resources/oracle/provisioning.properties | 2 + .../main/resources/pgjsonb/provisioning.properties | 2 + .../resources/postgres/provisioning.properties | 2 + .../src/main/resources/provisioning.properties | 2 + .../resources/sqlserver/provisioning.properties | 2 + .../org/apache/syncope/fit/core/JWTITCase.java | 38 +++++++++ .../syncope/fit/core/PropagationTaskITCase.java | 6 +- .../apache/syncope/fit/core/PullTaskITCase.java | 3 +- .../org/apache/syncope/fit/core/SearchITCase.java | 43 +++++++--- ide/eclipse/NOTICE | 2 +- ide/netbeans/NOTICE | 2 +- installer/NOTICE | 2 +- pom.xml | 37 ++++----- .../asciidoc/reference-guide/concepts/tasks.adoc | 4 +- src/site/site.xml | 2 +- standalone/NOTICE | 2 +- 51 files changed, 245 insertions(+), 127 deletions(-) rename core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/{AuditManagerImpl.java => DefaultAuditManager.java} (97%) rename core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/notification/{NotificationManagerImpl.java => DefaultNotificationManager.java} (99%)