You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/03/04 15:43:22 UTC

[syncope] branch master updated (c483977 -> 100af0b)

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

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


    from c483977  Upgrading CXF
     add 100af0b  [SYNCOPE-1653] Add missing conf items (#322)

No new revisions were added by this update.

Summary of changes:
 .../policies/AttrReleasePolicyDirectoryPanel.java  | 15 ++++++++--
 .../policies/AttrReleasePolicyModalPanel.java      |  7 -----
 .../console/policies/AuthPolicyDirectoryPanel.java |  4 +--
 .../policies/AttrReleasePolicyModalPanel.html      |  3 --
 .../console/policies/PolicyModalPanelBuilder.java  | 12 ++++++++
 .../policies/PolicyDirectoryPanel.properties       |  2 ++
 .../policies/PolicyDirectoryPanel_fr_CA.properties |  2 ++
 .../policies/PolicyDirectoryPanel_it.properties    |  2 ++
 .../policies/PolicyDirectoryPanel_ja.properties    |  2 ++
 .../policies/PolicyDirectoryPanel_pt_BR.properties |  2 ++
 .../policies/PolicyDirectoryPanel_ru.properties    |  2 ++
 .../common/lib/policy/AttrReleasePolicyTO.java     | 20 ++++++++++++++
 .../lib/policy/DefaultAttrReleasePolicyConf.java   | 20 +++-----------
 .../apache/syncope/common/lib/wa/WAClientApp.java  | 24 ++++++++--------
 .../api/entity/policy/AttrReleasePolicy.java       |  8 ++++++
 .../jpa/entity/policy/JPAAttrReleasePolicy.java    | 31 +++++++++++++++++++--
 .../jpa/inner/AbstractClientAppTest.java           |  2 +-
 .../core/persistence/jpa/inner/PolicyTest.java     |  4 +--
 .../java/data/PolicyDataBinderImpl.java            |  7 ++++-
 .../java/data/wa/WAClientAppDataBinderImpl.java    | 16 +++++++----
 .../org/apache/syncope/fit/AbstractITCase.java     |  2 +-
 .../wa/starter/mapping/AttrReleaseMapper.java      |  4 +--
 .../syncope/wa/starter/mapping/AuthMapper.java     |  4 +--
 .../starter/mapping/DefaultAttrReleaseMapper.java  | 32 ++++++++++------------
 .../wa/starter/mapping/DefaultAuthMapper.java      |  6 ++--
 .../starter/mapping/RegisteredServiceMapper.java   | 25 ++++++++---------
 .../wa/starter/SyncopeWAServiceRegistryTest.java   | 10 +++++--
 27 files changed, 172 insertions(+), 96 deletions(-)