This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a change to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
from 531344387f [SYNCOPE-1987] Improve SQL upgrade statement generation for
Syncope 4.0 > 4.1 persistence migration (#1484)
new 055ccf0a19 Upgrading AdminLTE
new b620d542b3 Upgrading docker-maven-plugin
new e6d523222b Bump com.fasterxml.woodstox:woodstox-core from 7.2.1 to
7.2.2
new 682512830d Bump org.glassfish:jakarta.faces from 4.1.12 to 4.1.13
new 3fa9c72272 Reflow
The 5 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:
.../client/ui/commons/themes/css/adminlte.min.css | 4 +-
.../ui/commons/themes/css/adminlte.min.css.map | 2 +-
.../client/ui/commons/themes/js/adminlte.min.js | 4 +-
.../ui/commons/themes/js/adminlte.min.js.map | 2 +-
.../jpa/upgrade/AbstractUpgradeStatements.java | 2 +-
.../jpa/upgrade/GenerateUpgradeSQL.java | 25 +-----------
.../jpa/upgrade/MariaDBUpgradeStatements.java | 4 +-
.../jpa/upgrade/MySQLUpgradeStatements.java | 4 +-
.../jpa/upgrade/OracleUpgradeStatements.java | 44 +++++++++++-----------
.../jpa/upgrade/PostgreSQLUpgradeStatements.java | 4 +-
.../persistence/jpa/upgrade/UpgradeStatements.java | 1 +
.../jpa/upgrade/UpgradeStatementsFactory.java | 9 ++---
pom.xml | 6 +--
13 files changed, 44 insertions(+), 67 deletions(-)