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 01a93d7  Upgrading JUnit and Spring Boot - also reverting the 
workaround in 2b7415f19c83b234b3392202e55d3a1dd9bb305e
     new f9b4dd0  Aligning OpenSAML version with CXF to avoid package mismatches
     new abc5564  Fixing EnduserITCase

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:
 .../syncope/client/ui/commons/BaseLogin.java       | 18 +++--
 .../client/enduser/SyncopeEnduserSession.java      |  6 +-
 .../markup/html/form/AjaxCaptchaFieldPanel.java    | 78 ----------------------
 .../apache/syncope/client/enduser/pages/Login.java | 27 ++++++--
 .../client/enduser/panels/SelfPwdResetPanel.java   |  8 +--
 .../client/enduser/rest/UserSelfRestClient.java    |  3 +
 .../enduser/wizards/any/AbstractCaptchaPanel.java  | 72 --------------------
 .../client/enduser/wizards/any/Captcha.java        |  1 -
 .../client/enduser/wizards/any/CaptchaPanel.java   | 44 +++++++++---
 .../enduser/SyncopeWebApplication.properties       |  1 +
 .../enduser/SyncopeWebApplication_it.properties    |  2 +-
 .../enduser/SyncopeWebApplication_ja.properties    |  2 +-
 .../enduser/SyncopeWebApplication_pt_BR.properties |  2 +-
 .../enduser/SyncopeWebApplication_ru.properties    |  2 +-
 .../markup/html/form/AjaxCaptchaFieldPanel.html    | 30 ---------
 .../enduser/wizards/any/AbstractCaptchaPanel.html  | 24 -------
 .../client/enduser/wizards/any/CaptchaPanel.html   | 29 ++++----
 ...chaPanel.properties => CaptchaPanel.properties} |  0
 ...el_it.properties => CaptchaPanel_it.properties} |  0
 ...el_ja.properties => CaptchaPanel_ja.properties} |  0
 ...BR.properties => CaptchaPanel_pt_BR.properties} |  0
 ...el_ru.properties => CaptchaPanel_ru.properties} |  0
 .../syncope/fit/enduser/AbstractEnduserITCase.java |  9 ++-
 .../apache/syncope/fit/enduser/EnduserITCase.java  | 42 +++++-------
 pom.xml                                            | 20 ++----
 25 files changed, 133 insertions(+), 287 deletions(-)
 delete mode 100644 
client/idrepo/enduser/src/main/java/org/apache/syncope/client/enduser/markup/html/form/AjaxCaptchaFieldPanel.java
 delete mode 100644 
client/idrepo/enduser/src/main/java/org/apache/syncope/client/enduser/wizards/any/AbstractCaptchaPanel.java
 delete mode 100644 
client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/markup/html/form/AjaxCaptchaFieldPanel.html
 delete mode 100644 
client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/wizards/any/AbstractCaptchaPanel.html
 rename 
client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/wizards/any/{AbstractCaptchaPanel.properties
 => CaptchaPanel.properties} (100%)
 rename 
client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/wizards/any/{AbstractCaptchaPanel_it.properties
 => CaptchaPanel_it.properties} (100%)
 rename 
client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/wizards/any/{AbstractCaptchaPanel_ja.properties
 => CaptchaPanel_ja.properties} (100%)
 rename 
client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/wizards/any/{AbstractCaptchaPanel_pt_BR.properties
 => CaptchaPanel_pt_BR.properties} (100%)
 rename 
client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/wizards/any/{AbstractCaptchaPanel_ru.properties
 => CaptchaPanel_ru.properties} (100%)

Reply via email to