This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a change to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.
from 82eb5a4 Upgrading Swagger UI
new ed06292 Upgrading Wicket jQuery UI
new 7619c6d [SYNCOPE-1565] Fix JAXB
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:
.../apache/syncope/client/console/pages/Audit.java | 28 +--
.../console/panels/SchemaTypeWizardBuilder.java | 8 +-
.../syncope/common/lib/info/PlatformInfo.java | 184 ++++++++++++++++-
.../apache/syncope/common/lib/info/SystemInfo.java | 1 -
.../apache/syncope/common/lib/log/LogAppender.java | 4 +
.../org/apache/syncope/common/lib/to/SchemaTO.java | 30 ++-
.../syncope/common/lib/types/AuditLoggerName.java | 226 ++++++++++++---------
.../org/apache/syncope/common/lib/JAXBTest.java | 32 +++
.../apache/syncope/core/logic/SyncopeLogic.java | 20 +-
.../provisioning/java/DefaultAuditManager.java | 9 +-
.../java/data/SchemaDataBinderImpl.java | 8 +-
.../rest/cxf/service/RemediationServiceImpl.java | 1 -
.../common/lib/types/BpmnProcessFormat.java | 15 +-
.../core/flowable/impl/FlowableRuntimeUtils.java | 19 +-
.../rest/cxf/service/BpmnProcessServiceImpl.java | 3 +-
.../apache/syncope/common/lib/scim/SCIMConf.java | 1 -
.../syncope/common/lib/scim/SCIMGeneralConf.java | 1 -
.../syncope/common/lib/scim/SCIMUserConf.java | 1 -
.../syncope/common/lib/scim/SCIMUserNameConf.java | 5 +-
.../core/reference/SyslogRewriteAuditAppender.java | 33 ++-
.../fit/core/reference/TestFileAuditAppender.java | 22 +-
.../reference/TestFileRewriteAuditAppender.java | 11 +-
.../syncope/fit/core/AuthenticationITCase.java | 3 +
.../apache/syncope/fit/core/DerSchemaITCase.java | 5 +-
.../org/apache/syncope/fit/core/LoggerITCase.java | 81 ++++----
.../apache/syncope/fit/core/PlainSchemaITCase.java | 7 +-
.../apache/syncope/fit/core/PullTaskITCase.java | 4 +
.../org/apache/syncope/fit/core/ReportITCase.java | 11 +-
.../org/apache/syncope/fit/core/SCIMITCase.java | 2 +
.../apache/syncope/fit/core/UserRequestITCase.java | 4 +-
.../apache/syncope/fit/core/UserSelfITCase.java | 9 +
.../apache/syncope/fit/core/VirSchemaITCase.java | 3 +-
pom.xml | 2 +-
33 files changed, 542 insertions(+), 251 deletions(-)