182 Commits

Author SHA1 Message Date
Lukasz Lenart 57f76d94f2 [maven-release-plugin] prepare for next development iteration 2021-12-19 12:50:38 +01:00
Lukasz Lenart 96aedf9bd5 [maven-release-plugin] prepare release STRUTS_6_0_0_RC1 2021-12-19 12:50:28 +01:00
Lukasz Lenart b4bc5dcf75 WW-5078 Removes support for <xwork> DTDs 2020-11-29 15:51:18 +01:00
JCgH4164838Gh792C124B5 9d0a6a80ad Proposed WW-5068 change.
------
Proposed list of library version updates:
---
    cdi-api 1.0-SP4 -> 1.2
    weld-core 1.0.1-SP4 -> 2.2.16.SP1
    weld-se 1.0.1-Final -> weld-se-core 2.2.16.SP1
    htmlunit 2.27.0 and 2.37.0 -> 2.39.0
    slf4j-api 1.7.29 -> 1.7.30
    slf4j-simple 1.7.29 -> 1.7.30
    log4j2 2.12.1 - > 2.13.1
    jackson 2.10.1 -> 2.10.3
    ognl 3.2.12 -> 3.2.14
    asm 7.2 -> 7.3.1
    spring 4.3.25.RELEASE -> 4.3.26.RELEASE
    fluido-skin 1.8 -> 1.9
    freemarker 2.3.28 -> 2.3.30
    org.apache.felix.main 4.6.1 -> 6.0.3
    velocity 2.1 -> 2.2
    junit 4.12 -> 4.13
    easymock 3.5.1 -> 4.2
    javax.el 3.0.1-b10 -> 3.0.1-b11
    jstl 1.1.2 -> 1.2
    tomcat-jasper 8.5.37 -> 8.5.53
    tomcat-api 8.5.37 -> 8.5.53
    tomcat-juli 8.5.37 -> 8.5.53
    commons-lang3 3.9 -> 3.10
    assertj-core 2.9.1 -> 3.15.0
    mockito-core 2.23.0 -> 3.3.3   (required exclusion for objenesis)
    testng 5.14.10 -> 7.1.0
    juneau-marshall 7.2.2 -> 8.1.3
    validation-api 1.1.0.Final -> 2.0.1.Final
    hibernate-validator 5.4.3.Final -> 6.1.2.Final
    jaxb-impl 2.3.1 -> 2.3.2
---
Proposed list of Maven plugin version updates:
---
    maven-project-info-reports-plugin 2.7 -> 3.0.0
    updateimpact-maven-plugin 1.0.10 -> 1.0.12
    maven-surefire-plugin 2.22.2 -> 3.0.0-M4
    jacoco-maven-plugin 0.8.4 - > 0.8.5
    maven-war-plugin 3.2.2 -> 3.2.3
    maven-bundle-plugin 3.5.0 -> 4.2.1
    maven-dependency-plugin 3.1.1 -> 3.1.2
    dependency-check-maven 5.2.4 -> 5.3.2
    maven-enforcer-plugin 3.0.0-M2 -> 3.0.0-M3
    maven-failsafe-plugin 2.22.2 -> 3.0.0-M4
    maven-site-plugin 3.8.2 -> 3.9.0
    doxia-core 1.9 -> 1.9.1
    doxia-module-markdown 1.9 -> 1.9.1
---
2020-04-18 18:40:21 -04:00
JCgH4164838Gh792C124B5 a2ba5a0e62 Fix 2.6 Showcase bean-validator Java 11 failures.
The 2.6 Showcase application is throwing JAXB-classloading-related failures when deployed to a container running Java 11.
The stacktrace indicates the issues relate to the bean-validator and Hibernate-Validator (but no issues with Java 8).
Proposed fix:
1) Upgrade Showcase from 5.1.3.Final to 5.4.3.Final (most recent available).
2) Upgrade bean-validator from 5.4.1-Final to 5.4.3.Final (to match versions).
2019-02-14 01:03:44 -05:00
Johannes Geppert 95866c347e Use latest available hibernate-validator version for bean validation test scope 2019-02-09 15:08:06 +01:00
Lukasz Lenart 2a60c1eee6 [WW-4981] Adds support for JDK11 (#270)
* Upgrades test dependencies

* Drops unused lib

* Uses AssertJ instead of FestAssert

* Upgrades Surefire Maven Plugin to 2.22.1

* Downgrades to AssertJ 2.x to support JDK7

* decouple tests from java version

Refactor a java 9 conditional test to work always with any java version

See also WW-4845

* fix NullPointerException in NotURLClassLoader tests

Also includes a few improvements

See also WW-4845

* do not specify threadCount & forkMode which breaks tests in java 9

See also WW-4845

* pass all current tests with java 11

See also WW-4981

* fix an odd path problem in java 9

See also WW-4845

* gitignore test-output

See also WW-4981

* ask travis an oracle jdk 11 build

See also WW-4981

* ask travis to report coverage only in latest working jdk, jdk8

See also WW-4845
2018-11-19 10:35:01 +03:30
Lukasz Lenart e2c2ea876e [maven-release-plugin] prepare for next development iteration 2018-03-02 13:00:17 +01:00
Lukasz Lenart 1fec084542 [maven-release-plugin] prepare release STRUTS_2_5_16 2018-03-02 12:59:53 +01:00
Lukasz Lenart def4adacd6 [maven-release-plugin] prepare for next development iteration 2018-02-09 09:36:39 +01:00
Lukasz Lenart 2c0facc3aa [maven-release-plugin] prepare release STRUTS_2_5_15 2018-02-09 09:36:18 +01:00
Hedju Hor d1df216b32 change default behavior 2018-01-13 10:59:06 +01:00
Hedju Hor 7518e809dd fixed
getValidationGroups get called if not skipped Validation
removed unnecessary LOG.isDebugEnabled()
2018-01-12 18:36:08 +01:00
Hedju Hor 2b2de35519 Revert "fixed some Logger calls. Hint:https://logging.apache.org/log4j/2.0/manual/api.html"
This reverts commit 87b2bd8
2018-01-12 18:26:27 +01:00
Hedju Hor 87b2bd8138 fixed some Logger calls.
Hint:https://logging.apache.org/log4j/2.0/manual/api.html
2018-01-11 21:04:22 +01:00
Hedju Hor 215eb627d4 refactoring ValidateGroup -> ValidationGroup 2018-01-11 19:47:14 +01:00
Hedju Hor 5e4b385984 support Constraints Group in BeanValidation-Plugin 2018-01-09 12:58:42 +01:00
Lukasz Lenart 9b9bd212ed [maven-release-plugin] prepare for next development iteration 2017-11-29 08:35:58 +01:00
Lukasz Lenart 0856157e27 [maven-release-plugin] prepare release STRUTS_2_5_14_1 2017-11-29 08:35:37 +01:00
Lukasz Lenart d36ec579fc [maven-release-plugin] prepare for next development iteration 2017-11-14 07:43:35 +01:00
Lukasz Lenart 04db841358 [maven-release-plugin] prepare release STRUTS_2_5_14 2017-11-14 07:43:14 +01:00
Lukasz Lenart 8b95838c58 Adds proper XML header 2017-10-22 12:29:13 +02:00
Lukasz Lenart e7c65fb0b4 Adds missing header with license 2017-10-21 17:47:51 +02:00
Lukasz Lenart 73359c480b Adds missing header with license 2017-10-21 11:24:48 +02:00
Lukasz Lenart c9bdb24bf9 [maven-release-plugin] prepare for next development iteration 2017-08-23 13:05:27 +02:00
Lukasz Lenart 9f5082615e [maven-release-plugin] prepare release STRUTS_2_5_13 2017-08-23 13:05:07 +02:00
Lukasz Lenart cf7bfe63e2 [maven-release-plugin] prepare for next development iteration 2017-07-06 09:40:39 +02:00
Lukasz Lenart ee74aea445 [maven-release-plugin] prepare release STRUTS_2_5_12 2017-07-06 09:40:05 +02:00
Lukasz Lenart f84255783c [maven-release-plugin] prepare for next development iteration 2017-06-22 13:11:35 +02:00
Lukasz Lenart a249ed5f31 [maven-release-plugin] prepare release STRUTS_2_5_11 2017-06-22 13:11:07 +02:00
Yasser Zamani 33e1eeb386 WW-4744 WW-4694 Removes annotation search to commons lang 3.6 2017-06-21 13:28:45 +04:30
Yasser Zamani 2d5f0aaa66 WW-4744: Remove copied Spring's code (also from PR#117) 2017-03-26 18:07:58 +04:30
Yasser Zamani e1bb1a70c0 WW-4744: AnnotationUtils supports non-public methods 2017-03-19 20:02:45 +04:30
Lukasz Lenart 6d60064bea Injects missing dependency 2017-03-13 06:51:47 +01:00
Lukasz Lenart 465a15664f [maven-release-plugin] prepare for next development iteration 2017-01-27 10:35:30 +01:00
Lukasz Lenart f0f4e9ece7 [maven-release-plugin] prepare release STRUTS_2_5_10 2017-01-27 10:35:05 +01:00
Lukasz Lenart 0023d9664b [maven-release-plugin] prepare for next development iteration 2017-01-17 10:27:23 +01:00
Lukasz Lenart ee27b6604a [maven-release-plugin] prepare release STRUTS_2_5_9 2017-01-17 10:27:01 +01:00
Lukasz Lenart 4727265e59 [maven-release-plugin] prepare for next development iteration 2016-12-06 11:18:07 +01:00
Lukasz Lenart 4281e31864 [maven-release-plugin] prepare release STRUTS_2_5_8 2016-12-06 11:17:46 +01:00
Lukasz Lenart 484ce1d191 [maven-release-plugin] prepare for next development iteration 2016-12-02 08:27:02 +01:00
Lukasz Lenart 5054ff469a [maven-release-plugin] prepare release STRUTS_2_5_7 2016-12-02 08:26:30 +01:00
Lukasz Lenart ad3a697d93 [maven-release-plugin] prepare for next development iteration 2016-11-28 21:15:56 +01:00
Lukasz Lenart 31a0768da3 [maven-release-plugin] prepare release STRUTS_2_5_6 2016-11-28 21:15:29 +01:00
Lukasz Lenart 91d6691b0d [maven-release-plugin] prepare for next development iteration 2016-10-11 20:40:50 +02:00
Lukasz Lenart f2348e53cb [maven-release-plugin] prepare release STRUTS_2_5_5 2016-10-11 20:40:26 +02:00
Lukasz Lenart 7cd3d30fdc [maven-release-plugin] prepare for next development iteration 2016-10-06 21:04:16 +02:00
Lukasz Lenart 12cc861875 [maven-release-plugin] prepare release STRUTS_2_5_4 2016-10-06 21:03:54 +02:00
Lukasz Lenart 67541e07a7 [maven-release-plugin] prepare for next development iteration 2016-10-05 07:44:55 +02:00
Lukasz Lenart c6a0ea2dcd [maven-release-plugin] prepare release STRUTS_2_5_3 2016-10-05 07:44:33 +02:00