This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch SYNCOPE-1545
in repository https://gitbox.apache.org/repos/asf/syncope.git.


 discard b732d00  add AUP support; off by default
 discard 51468cf  wip: fix ci build
 discard 03040c2  fix test
 discard e4f8002  add support for syncope authn disable missing service param
 discard 783482e  fix copyright header
 discard 9b7ff8f  - move config to configuration class - add support for 
restful registry with entity-mapping - add support for config validation
 discard 4eaac9d  Exclusions
 discard b58d877  Refactoring logging, adding Keymaster support + Docker image
 discard b45da06  Fix checkstyle
 discard 2000264  Upgrading Jackson and java-uuid-generator
 discard b3d46e4  fit/wa-reference + inclusion in standalone
 discard ce3dd6b  Fixing checkstyle
 discard c5453ca  Basic white-labeling
 discard 85c63a1  Restoring bootstrap
 discard 730163e  clean up module versions
 discard 8ab5379  remove misc modules
 discard 1ffb700  Merge branch 'SYNCOPE-1545' of github.com:apache/syncope into 
SYNCOPE-1545
 discard 52c22f3  minor fixes
 discard 5fb7ef6  Now skipping maven-remote-resources-plugin by default
 discard de75670  Skipping maven-remote-resources-plugin by default, keeping it 
enabled in the apache-release profile; for SNAPSHOT publishing we'll need to 
add -Dskip.maven-remote-resources-plugin=false
 discard 19b3421  [SYNCOPE-1545] Initial
     add ab87978  Upgrading Jackson and java-uuid-generator
     add 7ad0b24  Upgrading Spring Cloud Gateway, Spring Security and 
Elasticsearch
     add 475e5f9  [SYNCOPE-1546] Ensuring rejected propagation tasks are stored 
if configured + adding report metrics for asyncConnectorExecutor and 
asyncConnectorExecutor
     add 6bc5431  Fixing missing JobActionPanel for SchedTaskDirectoryPanel
     add 33d67ae  Fixing 'view executions' menu items for Sched, Pull and Push 
tasks
     add bbfd805  Upgrading build-helper-maven-plugin and asciidoctorj-pdf
     add 479710f  [SYNCOPE-1547] customize the roles to be displayed
     add 60cc70c  Upgrading maven-site-plugin
     add 1c7349d  [SYNCOPE-1547] customize the roles to be displayed
     add 195f072  Upgrading maven-dependency-plugin
     add d71584b  Upgrading cargo-maven2-plugin and Mockito
     add 37f44bf  [SYNCOPE-1531] Better busy management for CSV export
     add 65fbd6f  Upgrading Groovy
     new 596f679  [SYNCOPE-1545] Initial
     new abfd62a  [SYNCOPE-1545] Basic white-labeling
     new dd5bed6  [SYNCOPE-1545] fit/wa-reference + inclusion in standalone
     new 37251ff  [SYNCOPE-1545] Refactoring logging, adding Keymaster support 
+ Docker image
     new 2a5f196  [SYNCOPE-1545] move config to configuration class, add 
support for restful registry with entity-mapping and add support for config 
validation
     new 1c79728  [SYNCOPE-1545] add support for syncope authn and disable 
missing service param
     new eba1928  [SYNCOPE-1545] add AUP support; off by default

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   (b732d00)
            \
             N -- N -- N   refs/heads/SYNCOPE-1545 (eba1928)

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 7 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                                        |  9 +-
 ...AnyDirectoryPanelAdditionalActionsProvider.java | 25 +++---
 .../console/wizards/CSVPushWizardBuilder.java      | 16 +++-
 .../client/ui/commons/HttpResourceStream.java      | 44 +++-------
 .../ResponseHolder.java}                           | 51 +++---------
 .../client/ui/commons/wizards/AjaxWizard.java      | 97 +++++++++++-----------
 .../ui/commons/wizards/AjaxWizardBuilder.java      | 19 +++--
 .../client/console/SerializableSupplier.java       | 26 ------
 .../syncope/client/console/pages/BasePage.java     |  5 +-
 .../console/reports/ReportExecutionDetails.java    | 21 ++---
 .../tasks/ProvisioningTaskDirectoryPanel.java      |  7 +-
 .../console/tasks/SchedTaskDirectoryPanel.java     | 64 ++++++++++++--
 .../wicket/ajax/form/AjaxDownloadBehavior.java     | 19 ++---
 .../wicket/markup/html/form/BinaryFieldPanel.java  |  3 +-
 .../wicket/markup/html/link/VeilPopupSettings.java |  3 +-
 .../syncope/client/console/widgets/JobWidget.java  | 29 +++++--
 .../syncope/client/console/wizards/any/Roles.java  | 18 ++--
 .../enduser/markup/html/form/BinaryFieldPanel.java |  4 +-
 .../enduser/wizards/any/AnyWizardBuilder.java      |  5 +-
 .../client/lib/SyncopeClientFactoryBean.java       |  1 +
 .../syncope/common/lib/info/NumbersInfo.java       | 91 ++++++++++++++++++++
 .../apache/syncope/core/logic/SyncopeLogic.java    | 48 +++++++++++
 .../org/apache/syncope/core/logic/TaskLogic.java   |  3 +-
 .../core/provisioning/api/jexl/JexlUtils.java      |  2 +-
 .../api/propagation/PropagationTaskCallable.java   |  2 +
 .../api/propagation/PropagationTaskExecutor.java   | 13 +--
 .../provisioning/java/ProvisioningContext.java     | 45 +++++-----
 .../core/provisioning/java/VirAttrHandlerImpl.java |  2 +-
 .../AbstractPropagationTaskExecutor.java           | 69 +++++++++++----
 .../DefaultPropagationTaskCallable.java            | 35 ++++----
 .../PriorityPropagationTaskExecutor.java           | 96 +++++++++------------
 .../src/main/resources/provisioning.properties     |  4 +-
 .../main/resources/provisioning.properties.mariadb |  4 +-
 .../main/resources/provisioning.properties.mssql   |  4 +-
 .../main/resources/provisioning.properties.myjson  |  4 +-
 .../main/resources/provisioning.properties.mysql   |  4 +-
 .../main/resources/provisioning.properties.pgjsonb |  4 +-
 .../resources/provisioning.properties.postgresql   |  4 +-
 .../src/main/resources/provisioning.properties     |  4 +-
 .../client/console/panels/SAML2SPPanel.java        |  5 +-
 .../src/main/resources/all/provisioning.properties |  4 +-
 .../main/resources/application-embedded.properties |  4 +-
 .../main/resources/mariadb/provisioning.properties |  4 +-
 .../main/resources/myjson/provisioning.properties  |  7 +-
 .../main/resources/mysql/provisioning.properties   |  4 +-
 .../main/resources/oracle/provisioning.properties  |  4 +-
 .../main/resources/pgjsonb/provisioning.properties |  4 +-
 .../resources/postgres/provisioning.properties     |  4 +-
 .../src/main/resources/provisioning.properties     |  4 +-
 .../resources/sqlserver/provisioning.properties    |  4 +-
 pom.xml                                            | 11 ++-
 wa/pom.xml                                         |  5 +-
 .../syncope/wa/config/SyncopeWAConfiguration.java  | 11 +--
 53 files changed, 583 insertions(+), 396 deletions(-)
 copy 
client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/{HttpResourceStream.java
 => rest/ResponseHolder.java} (59%)
 delete mode 100644 
client/idrepo/console/src/main/java/org/apache/syncope/client/console/SerializableSupplier.java

Reply via email to