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
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
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
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
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