Commit Graph

6594 Commits

Author SHA1 Message Date
Lukasz Lenart b97339e31e WW-5310 Properly parses param value with equal sign 2023-05-24 07:06:15 +02:00
Lukasz Lenart 92705b92cf Merge pull request #684 from apache/dependabot/maven/org.testng-testng-7.5.1
Bump testng from 7.5 to 7.5.1
2023-05-16 19:54:18 +02:00
Lukasz Lenart 639f6f22ea Merge pull request #682 from fischey/master
Improve [WW-4434] - add documentation and rename existing ftl to achieve the wanted behaviour
2023-05-16 19:49:13 +02:00
Lukasz Lenart d87c4d2ec6 Merge pull request #680 from apache/WW-5304-depreacted
[WW-5304] Drops deprecated methods and fields in ActionContext
2023-05-16 19:47:28 +02:00
Lukasz Lenart b5e51bcf8c Merge pull request #679 from apache/WW-5280-no-params
[WW-5280] Cleans up NoParameters interfaces
2023-05-16 19:46:54 +02:00
Lukasz Lenart 0e85c6349a Merge pull request #683 from gregh3269/WW-5308-min-max-length
WW-5308 Java templates plugin, add minlength and maxlength to textarea.
2023-05-16 19:46:24 +02:00
dependabot[bot] 191fb8d130 Bump testng from 7.5 to 7.5.1
Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.5.1.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](https://github.com/cbeust/testng/compare/7.5...7.5.1)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 19:01:11 +00:00
Greg Huber 9085d144d7 WW-5308 Java templates plugin, add minlength and maxlength to textarea. 2023-05-09 09:40:54 +01:00
Rene Fischer 16df737502 renamed datetext.ftl to datetextfield.ftl to align with the intended behaviour see https://issues.apache.org/jira/browse/WW-4434 2023-05-05 13:27:04 +02:00
Rene Fischer 6f5aee13c0 Improve doc on s:datetextfield 2023-05-05 13:06:58 +02:00
Lukasz Lenart f0f9e42fa9 WW-5304 Drops deprecated methods and fields in ActionContext 2023-04-10 15:12:11 +02:00
Lukasz Lenart 73eafddd73 WW-5280 Cleans up NoParameters interfaces 2023-04-09 12:00:20 +02:00
Lukasz Lenart 7f3c1c2944 Merge pull request #676 from atlassian/WW-5300-dispatcher
WW-5300 Make Dispatcher methods overridable
2023-04-07 15:30:12 +02:00
Lukasz Lenart f9042a75bd Merge pull request #675 from atlassian/WW-5299-actionchainresult
WW-5299 Clean up ActionChainResult
2023-04-07 15:29:44 +02:00
Lukasz Lenart 72d16da58e Merge pull request #674 from atlassian/WW-5298-strutsvelocitycontext
WW-5298 Clean up StrutsVelocityContext
2023-04-07 15:28:34 +02:00
Lukasz Lenart 7d1c821015 Merge pull request #677 from apache/WW-5295-local-time
[WW-5295] Adds support for java.time.LocalTime to <s:date/> tag
2023-04-07 15:13:12 +02:00
Lukasz Lenart 34208e6960 WW-5295 Adds support for java.time.LocalTime to <s:date/> tag 2023-03-30 19:45:56 +02:00
Lukasz Lenart 365f39e9f4 Merge pull request #673 from apache/WW-5289-executor
[WW-5289] Fixes creating executor to avoid locking JVM on shutdown
2023-03-30 19:26:29 +02:00
Kusal Kithul-Godage d31c8c4027 WW-5298 Clean up StrutsVelocityContext 2023-03-29 19:52:03 +11:00
Kusal Kithul-Godage d47fa818ed WW-5299 Clean up ActionChainResult 2023-03-29 11:35:16 +11:00
Kusal Kithul-Godage 63ab83632c WW-5300 Make Dispatcher methods overridable 2023-03-29 11:31:43 +11:00
Lukasz Lenart 1a3af1907a WW-5289 Fixes creating executor to avoid locking JVM on shutdown 2023-03-26 14:11:10 +02:00
Lukasz Lenart babbd5efda Merge pull request #672 from apache/dependabot/maven/org.springframework-spring-core-5.3.26
Bump spring-core from 5.3.23 to 5.3.26
2023-03-24 06:46:46 +01:00
dependabot[bot] e2176d5c21 Bump spring-core from 5.3.23 to 5.3.26
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.23 to 5.3.26.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.26)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 23:22:52 +00:00
Lukasz Lenart 48e57b70bc Merge pull request #668 from atlassian/xml-config-provider-versatile
WW-5293 Allow loading XML configuration from other than filesystem
2023-03-22 06:32:40 +01:00
Kusal Kithul-Godage c11334c600 WW-5293 Add JavaDoc for XmlDocConfigurationProvider class 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage bd805cd686 WW-5293 Make more methods overridable 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 4bc790dd50 WW-5293 Split #buildResultTypeConfig from #addResultTypes and remove unused field and param 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage c27cf4833a WW-5293 Fix trying to clear immutable list 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 7fa67c290e WW-5293 Add protected #loadClass 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 3689d3f25f WW-5293 Define protected field addedResultTypes and split #buildResultConfig from #buildResults 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage fb03589c7b WW-5293 Split #buildInterceptorConfig from #loadInterceptors 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage f2e2c05950 WW-5293 Split #buildActionConfig from #addAction 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 8db9e39439 WW-5293 Split XmlConfigurationProvider into XmlDocConfigurationProvider Part 2 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 4f5e0ef49e WW-5293 Split XmlConfigurationProvider into XmlDocConfigurationProvider Part 1 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 250aeb3e0f WW-5293 Hide documents in XmlConfigurationProvider 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 92ac50c795 WW-5293 Make Struts DTDs static 2023-03-22 13:29:38 +11:00
Kusal Kithul-Godage 6aee0eb20d WW-5293 Update deprecations 2023-03-22 13:29:38 +11:00
Lukasz Lenart 960682ae8a Merge pull request #664 from atlassian/WW-5288-exemption-strict
WW-5288 Make excluded package exemption logic more strict
2023-03-21 19:29:45 +01:00
Lukasz Lenart bad445ba36 Merge pull request #670 from sdutry/issue/WW-5251
WW-5251 remove deprecated interfaces related to ServletConfigInterceptor
2023-03-15 08:50:51 +01:00
Lukasz Lenart 07c2e70b90 Merge pull request #671 from sdutry/issue/WW-5253
WW-5253 Remove deprecated methods from DefaultUrlHelper
2023-03-15 08:48:40 +01:00
Lukasz Lenart b5e7b43988 Merge pull request #669 from sdutry/issue/WW-5243
WW-5243 remove deprecated action prefix cross namespaces
2023-03-15 08:37:45 +01:00
Stefaan Dutry 61dec7e185 WW-5253 Remove deprecated methods from DefaultUrlHelper 2023-03-14 23:52:12 +01:00
Stefaan Dutry 95a6dff1f5 WW-5251 remove deprecated interfaces related to ServletConfigInterceptor 2023-03-14 00:04:32 +01:00
Stefaan Dutry 8b4f070d7c WW-5243 remove deprecated action prefix cross namespaces 2023-03-13 23:07:45 +01:00
Lukasz Lenart d204f9b17b Merge pull request #585 from sdutry/issue/WW-5196
WW-5196 use generics for RequestMap and ApplicationMap and correct SessionMap to also be of type <String, Object>
2023-03-13 07:05:37 +01:00
Lukasz Lenart ea9ff33a8c Merge pull request #665 from atlassian/WW-5266-max-filesize
WW-5266 Implement struts.multipart.maxFileSize
2023-03-13 06:58:32 +01:00
Stefaan Dutry 126c0a9d02 add missing license headers 2023-03-12 20:57:29 +01:00
Stefaan Dutry 3520d346a4 fix nonce test 2023-03-12 20:52:06 +01:00
Stefaan Dutry a45914b4b7 fix compilation failures after merging master 2023-03-12 20:01:04 +01:00