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 6b42a8f  [SYNCOPE-1545] WA > SAML 2.0 (#259)
     new bbccbfc  Upgrading PDFBox
     new 414d480  Upgrading AdminLTE
     new 8fb68d8  Force Maven 3.6.3 to avoid issues with transitive deps and 
https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked

The 3 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:
 .github/workflows/codeql-analysis.yml              |  4 ++++
 .github/workflows/crosschecks.yml                  |  4 ++++
 .github/workflows/fit_Payara.yml                   |  4 ++++
 .github/workflows/fit_Tomcat_H2_JSON.yml           |  4 ++++
 .github/workflows/fit_Tomcat_H2_XML.yml            |  4 ++++
 .github/workflows/fit_Tomcat_H2_YAML.yml           |  4 ++++
 .github/workflows/fit_WA_SAML2PS4UI_OIDCC4UI.yml   |  4 ++++
 .github/workflows/fit_WA_SRA_CASClient.yml         |  4 ++++
 .github/workflows/fit_WA_SRA_OAuth2.yml            |  4 ++++
 .github/workflows/fit_WA_SRA_OIDC.yml              |  4 ++++
 .github/workflows/fit_WA_SRA_SAML2.yml             |  4 ++++
 .github/workflows/fit_Wildfly.yml                  |  4 ++++
 client/idrepo/common-ui/pom.xml                    |  5 +++++
 .../html/form/preview/BinaryCertPreviewer.java     |  5 ++---
 .../html/form/preview/BinaryImagePreviewer.java    |  5 ++---
 .../html/form/preview/BinaryPDFPreviewer.java      |  8 ++++----
 ...ctBinaryPreviewer.java => BinaryPreviewer.java} |  6 +++---
 .../html/form/preview/BinaryTextPreviewer.java     |  5 ++---
 .../markup/html/form/preview/DefaultPreviewer.java |  2 +-
 client/idrepo/console/pom.xml                      |  5 -----
 .../client/console/commons/PreviewUtils.java       | 22 ++++++++++++----------
 .../init/ClassPathScanImplementationLookup.java    | 14 +++++++-------
 .../wicket/markup/html/form/BinaryFieldPanel.java  | 16 ++++------------
 .../syncope/client/console/themes/css/AdminLTE.css | 16 ++++++++--------
 .../client/console/themes/js/AdminLTE-app.min.js   |  6 +++---
 .../client/enduser/commons/PreviewUtils.java       | 22 ++++++++++++----------
 .../init/ClassPathScanImplementationLookup.java    | 16 ++++++++--------
 .../enduser/markup/html/form/BinaryFieldPanel.java | 16 ++++------------
 .../client/console/panels/NewBpmnProcess.java      | 10 +++++-----
 pom.xml                                            |  2 +-
 30 files changed, 131 insertions(+), 98 deletions(-)
 rename 
client/idrepo/{console/src/main/java/org/apache/syncope/client/console/wicket 
=> 
common-ui/src/main/java/org/apache/syncope/client/ui/commons}/markup/html/form/preview/BinaryCertPreviewer.java
 (92%)
 rename 
client/idrepo/{console/src/main/java/org/apache/syncope/client/console/wicket 
=> 
common-ui/src/main/java/org/apache/syncope/client/ui/commons}/markup/html/form/preview/BinaryImagePreviewer.java
 (89%)
 rename 
client/idrepo/{console/src/main/java/org/apache/syncope/client/console/wicket 
=> 
common-ui/src/main/java/org/apache/syncope/client/ui/commons}/markup/html/form/preview/BinaryPDFPreviewer.java
 (94%)
 rename 
client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/preview/{AbstractBinaryPreviewer.java
 => BinaryPreviewer.java} (89%)
 rename 
client/idrepo/{console/src/main/java/org/apache/syncope/client/console/wicket 
=> 
common-ui/src/main/java/org/apache/syncope/client/ui/commons}/markup/html/form/preview/BinaryTextPreviewer.java
 (93%)

Reply via email to