Re: Performance issue -> next release

2012-12-12 Thread Lukasz Lenart
And there is still place for improvement, take a look at the ComponentTagSupport#doStartTag, each time instance of Container is taken from Dispatcher, which means each time configuration is checked if needs to be reloaded - obviously it doesn't make sense to check that or reload configuration durin

Re: Performance issue -> next release

2012-12-12 Thread Lukasz Lenart
2012/12/12 Philip Luppens : > I'd say to go for it, but please do explain what the issue was for archival > reasons, since the original ticket[1] did not receive any update yet. Ok, you're right. The problem is related to my FileManager refactorings and introduced FileManagerFactory with default i

Re: Performance issue -> next release

2012-12-12 Thread Philip Luppens
On Wed, Dec 12, 2012 at 6:30 PM, Łukasz Lenart wrote: > Johannes discovered a huge performance issue which is already solved in > trunk (2.3.8) so I'm going to prepare a new release ASAP. Is threre any > other important outstanding issue that should be solved before the release? > > (on mobile) >

Performance issue -> next release

2012-12-12 Thread Łukasz Lenart
Johannes discovered a huge performance issue which is already solved in trunk (2.3.8) so I'm going to prepare a new release ASAP. Is threre any other important outstanding issue that should be solved before the release? (on mobile)

Re: ng package

2012-12-12 Thread Lukasz Lenart
2012/12/12 ChadDavis : > Just looking through the codebase and I'm curious as to what the "ng" part > of this package referes to? > > org.apache.struts2.dispatcher.ng As Dave said, Next Generation but with 3.x we're planning to remove existing FilterDispatcher and move those new filters to org.apa