Lukasz Lenart
f9806ee4e1
Adds Maven wrapper to allow use the latest Maven version
2018-05-29 11:48:39 +02:00
Lukasz Lenart
d175836757
Changes version to snapshot
2018-05-02 08:45:44 +02:00
Lukasz Lenart
e55ad3fb45
Upgrades Jackson libs to version 2.9.5
2018-05-02 08:35:52 +02:00
Lukasz Lenart
6efaf900d4
Increases scope when location parsing is avoided
2018-05-02 08:25:06 +02:00
Lukasz Lenart
b3bad5ea44
Avoids parsing namespace when using existing namespace
2018-05-02 08:04:15 +02:00
Lukasz Lenart
1fec084542
[maven-release-plugin] prepare release STRUTS_2_5_16
STRUTS_2_5_16
2018-03-02 12:59:53 +01:00
Yasser Zamani
26babb6fdf
Merge pull request #210 from lukaszlenart/jackson-xml
...
WW-4922: Jackson XML
2018-03-02 13:17:38 +03:30
Lukasz Lenart
6e691ffdbf
Merge pull request #212 from zepernick/master
...
WW-4923 Null check to avoid NPE when not passing a JDBC connection
2018-02-28 10:16:06 +01:00
Yasser Zamani
4b540f1ab4
fix location with full path of resource
2018-02-28 11:24:31 +03:30
Lukasz Lenart
a292920462
Merge pull request #211 from yasserzamani/struts_user_mbox_201802
...
WW-4920 fix java.net.JarURLConnection#parseSpecs
2018-02-28 08:12:43 +01:00
Paul Zepernick
10ba97f08f
Merge pull request #1 from yasserzamani/WW-4923
...
WW-4923 add test if connection close after result
2018-02-27 11:00:39 -05:00
Lukasz Lenart
54fa3f7b04
Merge pull request #214 from yasserzamani/WW-4921
...
WW-4921 initialize session like WW-3442
2018-02-27 12:04:12 +01:00
Yasser Zamani
a448b8a91b
make newly added methods protected to allow users to override them
...
See also WW-4921, WW-3442
2018-02-27 14:18:46 +03:30
Lukasz Lenart
6c5b79c204
Adds explanation how to use the commented configuration
2018-02-27 11:13:39 +01:00
Yasser Zamani
b806c11ea5
initialize session
...
See also WW-4921
2018-02-27 13:20:33 +03:30
Yasser Zamani
a64b8b27fb
add test if connection close after result
...
See also WW-4923
2018-02-27 08:45:27 +03:30
Lukasz Lenart
b4ca6ceec9
Fixes suppression file
2018-02-26 09:27:26 +01:00
Lukasz Lenart
7619ed3076
Cleans up suppression file and uses full path
2018-02-23 17:15:03 +01:00
Paul Zepernick
8bf6605e6b
WW-4923 Null check to avoid NPE when not passing a JDBC connection to the jasper report
2018-02-22 10:13:14 -05:00
Yasser Zamani
8d91536b17
fix javadoc to being consistent with WW-3915 changes
...
See also WW-3915
2018-02-20 17:32:45 +03:30
Lukasz Lenart
02c347afd4
Upgrades OWASP Dependency Check plugin to the latest version
...
and reduces CVSS to 7 to detect other important vulnerable libraries
2018-02-20 07:07:28 +01:00
Lukasz Lenart
ce1ac9d381
Adds example how to use the handler
2018-02-20 06:50:06 +01:00
Lukasz Lenart
9260720568
Adds test to cover basic functionality
2018-02-20 06:49:50 +01:00
Lukasz Lenart
67ecf3a216
Defines a new handler using Jackson XML
2018-02-20 06:49:25 +01:00
Lukasz Lenart
4260bee634
Adds Jackson XML binding dependency
2018-02-20 06:48:48 +01:00
Yasser Zamani
f929673a91
replace sun.net.www.ParseUtil#decode
...
See also WW-4920
2018-02-17 11:22:24 +03:30
Yasser Zamani
4718dccd1c
comment jira issue id and fix a few typos
...
See also WW-4920
2018-02-16 14:14:21 +03:30
Yasser Zamani
155dff745e
fix java.net.JarURLConnection#parseSpecs
...
See also WW-4920
2018-02-16 14:01:38 +03:30
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
STRUTS_2_5_15
2018-02-09 09:36:18 +01:00
Aleksandr Mashchenko
6ae63d7669
use NumberUtils.isCreatable instead of deprecated NumberUtils.isNumber
2018-02-06 18:22:40 +02:00
Aleksandr Mashchenko
eed364fe28
Use managed surefire version in core
2018-02-05 18:39:12 +02:00
Aleksandr Mashchenko
56c6456c61
WW-4914 Update Log4j2 to 2.10.0
2018-02-05 18:31:56 +02:00
Yasser Zamani
20a7b6503f
Merge pull request #207 from lukaszlenart/sessionless
...
WW-4741: Do not create session
2018-01-31 16:48:17 +03:30
Lukasz Lenart
2eb809144a
Merge pull request #3 from yasserzamani/sessionless
...
test not create when no session
2018-01-31 12:16:30 +01:00
Lukasz Lenart
8ef8581d0c
Merge pull request #2 from yasserzamani/sessionless
...
test no session but with locale parameter
2018-01-31 11:27:59 +01:00
Yasser Zamani
caeea2145f
test not create when no session
...
See also WW-4741
2018-01-31 13:57:21 +03:30
Yasser Zamani
b5cfccace3
test no session but with locale parameter
...
See also WW-4741
2018-01-31 13:33:44 +03:30
Lukasz Lenart
95a24c87a4
Adds autogenerated file
2018-01-31 07:22:27 +01:00
Lukasz Lenart
92e931d169
WW-4741 Improves tests to cover the new logic
2018-01-31 07:21:53 +01:00
Lukasz Lenart
e9a4bcd776
WW-4741 Does not create session if it doesn't exist
2018-01-31 07:21:35 +01:00
Yasser Zamani
9b892cc7fd
Merge pull request #206 from lukaszlenart/scan-deeper
...
WW-4912: scan package-info and class at the same time
2018-01-30 13:17:09 +03:30
Lukasz Lenart
74460831dc
Merge pull request #1 from yasserzamani/scan-deeper
...
Scan even deeper :)
2018-01-30 10:08:11 +01:00
Yasser Zamani
8d4194bbf7
allow duplicate in AnnotationUtils.findAnnotations result
...
See also WW-4912
2018-01-30 12:21:33 +03:30
Yasser Zamani
cf71e0f34f
add support finding annotations on interfaces and their packages
...
See also WW-4912
2018-01-30 11:35:16 +03:30
Yasser Zamani
97012c78a9
Merge pull request #189 from lukaszlenart/upgrade-spring
...
WW-4899: upgrade Spring
2018-01-30 10:47:04 +03:30
zalsaeed
f34cf78ae3
Initial test dedicated for the DefaultUnknownHandlerManager ( #205 )
...
* Initial test dedicated for the DefaultUnknownHandlerManager
* fixed the licensing and authore comments issues that causes build to fail
* follow good practice when initializing objects
* use TestCase to enhance performance
2018-01-29 12:39:18 +03:30
Lukasz Lenart
72058bf4c6
Reverts findAnnotation to its previous state
2018-01-29 09:04:03 +01:00
Lukasz Lenart
46462b3d00
Rephrases JavaDoc to better express function's meaning
2018-01-29 08:51:17 +01:00
Lukasz Lenart
a9899b6622
Introduces new method find all annotations
2018-01-26 11:47:10 +01:00