This is an automated email from the ASF dual-hosted git repository.
mmoayyed pushed a change to branch SYNCOPE-163-1
in repository https://gitbox.apache.org/repos/asf/syncope.git.
from 8c72a4a Moving AM stuff to specific module
add 33b4fec Upgrading asciidoctorj-pdf
add c9b2ec1 [SYNCOPE-1544] Fixed 'Override?' flag not properly set for
password and username fields of LinkedAccounts
add 057c090 [SYNCOPE-1541] XmlAdapter + FastDateFormat
add f40d534 Upgrading Spring
add c33666e Minor fix to AjaxPalettePanel appearance
add f640386 [SYNCOPE-1531] More robust handling in case value for key
column is missing
add 34aa2dc [SYNCOPE-1537] Password and username of LinkedAccounts now
saved properly from Admin Console
add 503bbb4 [SYNCOPE-1537] Ensure proper password management for Linked
Accounts
add 2ac89d9 [SYNCOPE-1544] Also removed readonly attributes from showing
in the list of plain attributes for linkedaccounts
add 43b05de [SYNCOPE-1537] Linked account update using put
add 9197adc [SYNCOPE-1531] CSV export now takes into account page, size
and sort
add 9eeedd7 Upgrading Spring Boot
add a1a69c1 Upgrading Log4J, Curator and Checkstyle
add 5fb11e2 Upgrading Camel
add 31f7915 [SYNCOPE-1531] Fix ignorePaging management
add ab87978 Upgrading Jackson and java-uuid-generator
new aaf2e4c Merge branch 'master' into SYNCOPE-163-1
The 1 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:
...AnyDirectoryPanelAdditionalActionsProvider.java | 18 +++-
.../wizards/any/LinkedAccountCredentialsPanel.java | 70 ++++++++++------
.../wizards/any/LinkedAccountPlainAttrsPanel.java | 48 ++++++-----
.../wizards/any/LinkedAccountWizardBuilder.java | 10 +--
.../markup/html/form/AjaxCheckBoxPanel.java | 6 +-
.../commons/markup/html/form/AjaxPalettePanel.html | 4 +-
.../client/console/commons/AnyDataProvider.java | 17 +++-
...AnyDirectoryPanelAdditionalActionsProvider.java | 1 +
...AnyDirectoryPanelAdditionalActionsProvider.java | 1 +
.../client/console/panels/AnyDirectoryPanel.java | 6 +-
.../client/console/rest/BaseRestClient.java | 2 +-
.../wicket/ajax/form/AjaxDownloadBehavior.java | 54 ++++++------
.../common/rest/api/beans/AbstractCSVSpec.java | 14 +++-
.../syncope/common/rest/api/beans/CSVPushSpec.java | 14 ++--
.../apache/syncope/common/lib/AnyOperations.java | 1 -
.../syncope/common/lib/info/package-info.java | 5 ++
.../DateAdapter.java} | 25 +++---
.../syncope/common/lib/jaxb/package-info.java | 4 +
.../syncope/common/lib/log/package-info.java | 5 ++
.../apache/syncope/common/lib/package-info.java | 5 ++
.../syncope/common/lib/policy/package-info.java | 5 ++
.../syncope/common/lib/report/package-info.java | 5 ++
.../syncope/common/lib/request/package-info.java | 5 ++
.../syncope/common/lib/search/package-info.java | 5 ++
.../apache/syncope/common/lib/to/package-info.java | 5 ++
.../syncope/common/lib/types/package-info.java | 5 ++
.../org/apache/syncope/common/lib/JAXBTest.java | 22 +++++
.../syncope/core/logic/ReconciliationLogic.java | 2 +-
.../core/logic/ReconciliationLogicTest.java | 3 +-
.../provisioning/java/data/UserDataBinderImpl.java | 29 ++++---
.../java/pushpull/stream/CSVStreamConnector.java | 22 +++--
.../camel/AbstractCamelProvisioningManager.java | 8 +-
.../provisioning/camel/SyncopeCamelContext.java | 14 ++--
.../org/apache/syncope/fit/AbstractITCase.java | 12 ++-
.../syncope/fit/core/LinkedAccountITCase.java | 96 ++++++++++++++++++++++
.../syncope/fit/core/ReconciliationITCase.java | 3 +-
pom.xml | 22 ++---
37 files changed, 416 insertions(+), 157 deletions(-)
copy
common/idrepo/lib/src/main/java/org/apache/syncope/common/lib/{request/BooleanReplacePatchItem.java
=> jaxb/DateAdapter.java} (61%)