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

lukaszlenart pushed a change to branch struts-2-4
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from 9333fd0  Sets a new version
     new 8e57f95  Drops java8-support plugin
     new 89428fa  Upgrades dependencies
     new 90a19e2  Drops unused property
     new cf9911c  Sets  proper versions in BOM
     new 492aada  Upgrades to latest OGNL, Log4j2 and ASM
     new fd8d3db  Upgrades to latest Spring 4 version
     new 6a225ca  Fixes test after upgrading to the latest Spring 4 version
     new 061337f  Fixes tests

The 8 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:
 apps/blank/pom.xml                                 |  10 +-
 apps/jboss-blank/pom.xml                           |   9 +
 apps/pom.xml                                       |   2 +-
 .../src/main/webapp/WEB-INF/applicationContext.xml |  30 +-
 apps/rest-showcase/pom.xml                         |   7 -
 .../src/main/resources/applicationContext.xml      |  17 +-
 bom/pom.xml                                        |  11 +-
 core/pom.xml                                       |  91 ++--
 .../apache/struts2/dispatcher/PostbackResult.java  |   1 +
 .../dispatcher/ServletActionRedirectResult.java    |   1 +
 .../struts2/dispatcher/StrutsResultSupport.java    |   8 +-
 core/src/site/resources/tags/ajax/a.html           |   8 +
 .../site/resources/tags/ajax/autocompleter.html    |   8 +
 .../site/resources/tags/ajax/datetimepicker.html   |   8 +
 core/src/site/resources/tags/ajax/div.html         |   8 +
 core/src/site/resources/tags/ajax/submit.html      |   8 +
 core/src/site/resources/tags/ajax/tabbedpanel.html |   8 +
 core/src/site/resources/tags/ajax/textarea.html    |   8 +
 core/src/site/resources/tags/ajax/tree.html        |   8 +
 core/src/site/resources/tags/ajax/treenode.html    |   8 +
 .../interceptor/FileUploadInterceptorTest.java     |   9 +-
 plugins/convention/pom.xml                         |   8 +
 .../struts2/convention/DefaultClassFinder.java}    |  17 +-
 .../PackageBasedActionConfigBuilder.java           |   1 -
 plugins/dojo/pom.xml                               |  43 +-
 plugins/embeddedjsp/pom.xml                        |  21 +-
 plugins/gxp/pom.xml                                |   9 -
 plugins/java8-support/README.adoc                  |  11 -
 plugins/java8-support/pom.xml                      |  60 ---
 .../convention/Java8ClassFinderFactory.java        |  48 --
 .../java8-support/src/main/resources/LICENSE.txt   | 174 ------
 .../java8-support/src/main/resources/NOTICE.txt    |   5 -
 .../src/main/resources/struts-plugin.xml           |  33 --
 plugins/java8-support/src/site/site.xml            |  57 --
 plugins/json/pom.xml                               |   5 +
 plugins/junit/pom.xml                              |   9 +
 plugins/pom.xml                                    |   9 +-
 .../result/PortletActionRedirectResult.java        |   1 +
 plugins/rest/pom.xml                               |   6 +
 .../apache/struts2/rest/DefaultHttpHeaders.java    |   3 +
 .../struts2/rest/DefaultHttpHeadersTest.java       |  16 +-
 plugins/spring/pom.xml                             |  10 +-
 .../apache/struts2/views/tiles/TilesResult.java    |   1 +
 pom.xml                                            | 114 ++--
 xwork-core/pom.xml                                 |   9 -
 .../spring/SpringProxyableObjectFactory.java       |  29 +-
 .../xwork2/util/finder/DefaultClassFinder.java     | 582 ---------------------
 .../xwork2/spring/actionContext-spring.xml         |  81 +--
 48 files changed, 381 insertions(+), 1249 deletions(-)
 rename 
plugins/{java8-support/src/main/java/org/apache/struts2/convention/Java8ClassFinder.java
 => 
convention/src/main/java/org/apache/struts2/convention/DefaultClassFinder.java} 
(97%)
 delete mode 100644 plugins/java8-support/README.adoc
 delete mode 100644 plugins/java8-support/pom.xml
 delete mode 100644 
plugins/java8-support/src/main/java/org/apache/struts2/convention/Java8ClassFinderFactory.java
 delete mode 100644 plugins/java8-support/src/main/resources/LICENSE.txt
 delete mode 100644 plugins/java8-support/src/main/resources/NOTICE.txt
 delete mode 100644 plugins/java8-support/src/main/resources/struts-plugin.xml
 delete mode 100644 plugins/java8-support/src/site/site.xml
 delete mode 100644 
xwork-core/src/main/java/com/opensymphony/xwork2/util/finder/DefaultClassFinder.java

-- 
To stop receiving notification emails like this one, please contact
lukaszlen...@apache.org.

Reply via email to