You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gi...@apache.org on 2023/03/23 09:47:15 UTC

[roller] branch dependabot/maven/app/org.apache.struts-struts2-core-2.5.30 updated (835fe9d1f -> 490c5a300)

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

github-bot pushed a change to branch dependabot/maven/app/org.apache.struts-struts2-core-2.5.30
in repository https://gitbox.apache.org/repos/asf/roller.git


 discard 835fe9d1f Bump struts2-core from 2.5.29 to 2.5.30 in /app
     add 8316ee315 Better error logging around access-denied/
     add e71be55e8 Merge branch 'master' of https://github.com/apache/roller
     add e66a2a86f Start Derby from Java so that tests can be run without Maven, e.g. within an IDE debugger.
     add efb1f71e3 Cleanups
     add 928e031e7 Restore autocommit logic.
     add 935bf28f5 Merge pull request #121 from snoopdave/tests-without-mvn
     add 4b68db5c9 inmemdb still needed by it-selenium.
     add 0bb29eaef workflow updates: test-summary, bump matrix to JDK 20, version updates.
     add b97238ae2 minor dependency updates.
     add f60e75f9c added missing before/after test annotations.
     add 5b6cbbf3a Merge pull request #119 from mbien/dependency_updates_2
     add 490c5a300 Bump struts2-core from 2.5.29 to 2.5.30 in /app

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (835fe9d1f)
            \
             N -- N -- N   refs/heads/dependabot/maven/app/org.apache.struts-struts2-core-2.5.30 (490c5a300)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              |  11 +-
 .github/workflows/main.yml                         |  44 ++++----
 README.md                                          |   2 +-
 app/pom.xml                                        |  33 +++---
 .../business/startup/SQLScriptRunner.java          |   2 +-
 .../ui/struts2/util/UISecurityInterceptor.java     |  19 ++--
 app/src/main/resources/sql/droptables.sql          |   9 +-
 app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp    |   8 +-
 .../java/org/apache/roller/util/DerbyManager.java  | 120 +++++++++++++++++++++
 .../org/apache/roller/weblogger/TestUtils.java     |  11 ++
 .../roller/weblogger/business/CommentTest.java     |   6 +-
 .../roller/weblogger/business/MediaFileTest.java   |   5 +-
 app/src/test/resources/roller-custom.properties    |   2 +-
 assembly-release/pom.xml                           |   2 +-
 assembly-release/sign-release.sh                   |   4 +-
 it-selenium/pom.xml                                |   2 +-
 pom.xml                                            |  26 ++---
 17 files changed, 222 insertions(+), 84 deletions(-)
 create mode 100644 app/src/test/java/org/apache/roller/util/DerbyManager.java
 rename app/src/{main => test}/java/org/apache/roller/weblogger/TestUtils.java (98%)