This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.
from ad63868 Merge pull request #81 from mbien/jsp_updates
new 2c26983 added missing roller 6.1 db table upgrade functionality.
new ac26e05 updated dependencies + JDK16 compatibility.
new 664ec33 Merge pull request #82 from mbien/table_upgrade
The 4573 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:
app/pom.xml | 38 ++++++------
.../business/startup/DatabaseInstaller.java | 72 ++++++++--------------
app/src/main/resources/sql/520-to-610-migration.vm | 7 +++
app/src/main/resources/sql/dbscripts.properties | 2 +-
app/src/main/resources/sql/macros.vm | 14 +++++
app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp | 16 ++---
it-selenium/pom.xml | 9 ++-
pom.xml | 4 +-
8 files changed, 85 insertions(+), 77 deletions(-)
create mode 100644 app/src/main/resources/sql/520-to-610-migration.vm