Lukasz Lenart
|
529b611158
|
WW-5344 Un-deprecates Sitemesh plugin and upgrades Sitmesh to ver 2.5.0
|
2023-10-05 09:42:46 +02:00 |
|
Lukasz Lenart
|
3b41e6bcb7
|
WW-5338 Removes also deprecated constant in ContextUtil
|
2023-10-05 07:48:35 +02:00 |
|
Lukasz Lenart
|
debcb541e3
|
WW-5338 Removes deprecated OgnTool
|
2023-10-04 09:46:40 +02:00 |
|
Lukasz Lenart
|
85843b26f6
|
WW-5347 Upgrades to commons-digester3 ver 3.2
|
2023-09-28 14:28:54 +02:00 |
|
dependabot[bot]
|
8ff8e42e76
|
Bump org.jfree:jfreechart from 1.5.1 to 1.5.4
Bumps [org.jfree:jfreechart](https://github.com/jfree/jfreechart) from 1.5.1 to 1.5.4.
- [Release notes](https://github.com/jfree/jfreechart/releases)
- [Commits](https://github.com/jfree/jfreechart/compare/v1.5.1...v1.5.4)
---
updated-dependencies:
- dependency-name: org.jfree:jfreechart
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-26 17:07:51 +00:00 |
|
Thomas Hepp
|
61ca68f4a7
|
indent CdiObjectFactory with 4 spaces everywhere
|
2023-09-18 11:39:33 +02:00 |
|
Thomas Hepp
|
49a27d1b25
|
replace BeanManager::createInjectionTarget
because it was deprecated in CDI 1.1 and removed in CDI 4.0 (Jakarta EE 10)
|
2023-09-11 13:15:21 +02:00 |
|
Lukasz Lenart
|
b7f73715d9
|
[maven-release-plugin] prepare for next development iteration
|
2023-09-11 09:49:51 +02:00 |
|
Lukasz Lenart
|
236ae15c66
|
[maven-release-plugin] prepare release STRUTS_6_3_0_1
|
2023-09-11 09:49:42 +02:00 |
|
Lukasz Lenart
|
f4253ff8ff
|
[maven-release-plugin] prepare for next development iteration
|
2023-09-11 09:22:20 +02:00 |
|
Lukasz Lenart
|
0ba2d69af9
|
[maven-release-plugin] prepare release STRUTS_6_3_0_1
|
2023-09-11 09:22:12 +02:00 |
|
Lukasz Lenart
|
a0185f2483
|
[maven-release-plugin] prepare for next development iteration
|
2023-09-01 08:01:39 +02:00 |
|
Lukasz Lenart
|
1a88f78a7e
|
[maven-release-plugin] prepare release STRUTS_6_3_0
|
2023-09-01 08:01:30 +02:00 |
|
Lukasz Lenart
|
20e2110614
|
Reverts version to 6.3.0-SNAPSHOT
|
2023-09-01 07:44:47 +02:00 |
|
Kusal Kithul-Godage
|
891598545d
|
WW-5334 Fix empty chained context name
|
2023-08-30 15:28:05 +10:00 |
|
Lukasz Lenart
|
32e42b3ecd
|
[maven-release-plugin] prepare for next development iteration
|
2023-08-23 07:30:16 +02:00 |
|
Lukasz Lenart
|
04e9246389
|
[maven-release-plugin] prepare release STRUTS_6_3_0
|
2023-08-23 07:30:08 +02:00 |
|
Kusal Kithul-Godage
|
555a3a37ba
|
Merge pull request #735 from apache/WW-5336-deprecate-ognltool
|
2023-08-22 22:54:28 +10:00 |
|
Lukasz Lenart
|
947c6c8a6a
|
Drops duplicated dependency
|
2023-08-22 07:46:43 +02:00 |
|
Kusal Kithul-Godage
|
35b0a6887f
|
WW-5336 Update JavaDoc VelocityManager
|
2023-08-22 11:57:30 +10:00 |
|
Kusal Kithul-Godage
|
85e8d819ef
|
WW-5336 Deprecate OGNL in template context
|
2023-08-22 11:57:30 +10:00 |
|
Lukasz Lenart
|
0ef086c89b
|
Merge pull request #731 from apache/WW-5334-velocity-manager
WW-5334 Misc VelocityManager code cleanup
|
2023-08-21 21:06:20 +02:00 |
|
Kusal Kithul-Godage
|
94a3e6bd95
|
Merge pull request #733 from apache/WW-5334-move-convention-test
|
2023-08-22 01:55:23 +10:00 |
|
Lukasz Lenart
|
f31ba637c8
|
Merge pull request #727 from apache/fix/WW-5331-proper-get
[WW-5331] Uses proper signature of get()
|
2023-08-21 15:39:16 +02:00 |
|
Lukasz Lenart
|
4a678f6bbb
|
WW-5331 Adds missing @Override annotations
|
2023-08-21 15:06:44 +02:00 |
|
Kusal Kithul-Godage
|
dc43c891da
|
WW-5334 Extract ConventionJUnit4Test into correct module
|
2023-08-20 22:19:28 +10:00 |
|
Kusal Kithul-Godage
|
22a6ae9d63
|
WW-5334 Add further unit tests to VelocityManagerTest
|
2023-08-20 20:47:40 +10:00 |
|
Kusal Kithul-Godage
|
94c1b2a29b
|
WW-5334 Add AssertJ as default plugin test dependency
|
2023-08-20 20:38:35 +10:00 |
|
Kusal Kithul-Godage
|
d70ad5b737
|
WW-5334 Fix license for VelocityManagerTest
|
2023-08-20 20:25:17 +10:00 |
|
Kusal Kithul-Godage
|
2fa9d60a23
|
WW-5334 Add basic unit tests for VelocityManager
|
2023-08-20 20:25:17 +10:00 |
|
Kusal Kithul-Godage
|
2250639605
|
WW-5334 Modernise VelocityResultTest
|
2023-08-20 20:25:17 +10:00 |
|
Kusal Kithul-Godage
|
2abf8677bf
|
WW-5334 Clean up VelocityManager context creation
|
2023-08-20 20:25:17 +10:00 |
|
Kusal Kithul-Godage
|
114b6e4f27
|
WW-5334 Clean up VelocityManager#applyDefaultConfiguration
|
2023-08-20 20:25:17 +10:00 |
|
Kusal Kithul-Godage
|
f4daeb3ea4
|
WW-5334 Clean up VelocityStrutsUtil
|
2023-08-20 20:25:17 +10:00 |
|
Kusal Kithul-Godage
|
824801796c
|
WW-5334 Delete unneeded override (moved to StrutsPortletTestCaseTest)
|
2023-08-19 13:27:23 +10:00 |
|
Kusal Kithul-Godage
|
21a09493fc
|
WW-5334 Fix log4j binding
|
2023-08-19 12:43:02 +10:00 |
|
Kusal Kithul-Godage
|
9a286c9353
|
WW-5334 Remove other unneeded declarations
|
2023-08-19 12:23:20 +10:00 |
|
Kusal Kithul-Godage
|
ceb4e38b74
|
WW-5334 Remove plugin dependency on commons-lang3 (provided by core)
|
2023-08-19 12:10:45 +10:00 |
|
Kusal Kithul-Godage
|
fb268fff51
|
WW-5334 Remove unnecessary Spring override
|
2023-08-19 12:09:35 +10:00 |
|
Kusal Kithul-Godage
|
1d5f006cf9
|
WW-5334 Misc corrections
|
2023-08-19 11:55:22 +10:00 |
|
Kusal Kithul-Godage
|
2514685266
|
WW-5334 Remove redundant dependency from portlet pom
|
2023-08-19 11:53:27 +10:00 |
|
Kusal Kithul-Godage
|
81ede1181f
|
WW-5334 Lift log4j dependencies
|
2023-08-19 11:51:58 +10:00 |
|
Kusal Kithul-Godage
|
7c58362e7f
|
WW-5334 Clean up bean-validation pom
|
2023-08-18 23:17:54 +10:00 |
|
Kusal Kithul-Godage
|
eb4f53bd53
|
WW-5334 Extract StrutsPortletTestCaseTest and fix tests
|
2023-08-18 23:09:53 +10:00 |
|
Kusal Kithul-Godage
|
61856cf59c
|
WW-5334 Add struts2-junit-plugin as test scope to struts2-velocity-plugin
|
2023-08-18 22:18:36 +10:00 |
|
Kusal Kithul-Godage
|
05cfe51d5f
|
WW-5334 Extract javax.servlet-api into parent POM
|
2023-08-18 22:17:11 +10:00 |
|
Kusal Kithul-Godage
|
19eb1babaa
|
WW-5334 Remove redundant declaration of javax.servlet-api
|
2023-08-18 22:12:49 +10:00 |
|
Kusal Kithul-Godage
|
d47538c7db
|
WW-5334 Extract Portlet test case into own module
|
2023-08-18 22:08:44 +10:00 |
|
Kusal Kithul-Godage
|
7da2def478
|
WW-5334 Fix Junit module README
|
2023-08-18 21:49:24 +10:00 |
|
Kusal Kithul-Godage
|
9992e39b42
|
WW-5334 Fix Portlet plugin dependency scopes
|
2023-08-18 21:47:37 +10:00 |
|