[GitHub] [struts] lukaszlenart merged pull request #732: WW-5334 Enable usage of junit-plugin inside velocity-plugin

2023-08-18 Thread via GitHub
lukaszlenart merged PR #732: URL: https://github.com/apache/struts/pull/732 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] kusalk opened a new pull request, #732: WW-5334 Enable usage of junit-plugin inside velocity-plugin

2023-08-18 Thread via GitHub
reventing me from using `struts-junit-plugin` to write unit tests for `struts-velocity-plugin`. See commit messages for other assorted clean up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [struts] lukaszlenart merged pull request #568: Add async and velocity plugin to bom

2022-06-14 Thread GitBox
lukaszlenart merged PR #568: URL: https://github.com/apache/struts/pull/568 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

Re: Velocity plugin

2019-11-27 Thread Lukasz Lenart
Hi, I decided first move Velocity support into a dedicated plugin plus extend the internal DI to allow define extensions points in plugins as well. https://github.com/apache/struts/pull/384 What is missing is support for Java based configuration, but I will try to add it soon. Regards -- Łukas

Velocity plugin

2019-11-26 Thread Lukasz Lenart
Hi, I'm working on moving Velocity support away from the Core, into its own plugin so users can include support for Velocity when needed. Thus will also reduce the size of an app and dependencies when users don't need Velocity. https://github.com/apache/struts/pull/383 This change allows also pr