This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/quarkus-plugin.version-2.11.2.Final in repository https://gitbox.apache.org/repos/asf/struts-examples.git
discard b58058b Bump quarkus-plugin.version from 2.11.1.Final to 2.11.2.Final add 50013f1 WW-5173 Example app using custom cache implementations add ab5e847 Switches Travis build to OpenJDK 11 add 867cc49 Updates bagdes with build statuses add dd7aa0b Bump quarkus-plugin.version from 2.11.1.Final to 2.11.2.Final 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 (b58058b) \ N -- N -- N refs/heads/dependabot/maven/quarkus-plugin.version-2.11.2.Final (dd7aa0b) 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: .travis.yml | 7 +-- README.md | 4 +- {bean-validation => expression-cache}/pom.xml | 46 +++++++++++------- .../java/org/apache/struts/cache/CustomOEC.java | 15 +++--- .../org/apache/struts/cache/CustomOECFactory.java | 56 ++++++++++++++++++++++ .../java/org/apache/struts/cache/CustomOELRUC.java | 24 ++++------ .../java/org/apache/struts/cache/IndexAction.java | 9 ++-- .../src/main/resources/log4j2.xml | 23 +++++---- expression-cache/src/main/resources/struts.xml | 54 +++++++++++++++++++++ .../src/main/webapp/WEB-INF/index.jsp | 4 +- .../src/main/webapp/WEB-INF/web.xml | 34 +++++++++---- pom.xml | 1 + 12 files changed, 205 insertions(+), 72 deletions(-) copy {bean-validation => expression-cache}/pom.xml (53%) mode change 100755 => 100644 copy message-store/src/main/java/org/apache/struts/example/HelloWorld1.java => expression-cache/src/main/java/org/apache/struts/cache/CustomOEC.java (61%) create mode 100644 expression-cache/src/main/java/org/apache/struts/cache/CustomOECFactory.java copy json/src/main/java/org/demo/ProduceAction.java => expression-cache/src/main/java/org/apache/struts/cache/CustomOELRUC.java (60%) copy blank/src/main/java/example/ExampleSupport.java => expression-cache/src/main/java/org/apache/struts/cache/IndexAction.java (87%) copy jfreechart/src/main/webapp/index.html => expression-cache/src/main/resources/log4j2.xml (69%) create mode 100644 expression-cache/src/main/resources/struts.xml copy {jfreechart => expression-cache}/src/main/webapp/WEB-INF/index.jsp (92%) copy jfreechart/src/main/webapp/index.html => expression-cache/src/main/webapp/WEB-INF/web.xml (50%)