ApacheCon: Getting the word out internally

2016-07-18 Thread Melissa Warnkin
ApacheCon: Getting the word out internally Dear Apache Enthusiast, As you are no doubt already aware, we will be holding ApacheCon in Seville, Spain, the week of November 14th, 2016. The call for papers (CFP) for this event is now open, and will remain open until September 9th. The event is divid

Re: Freemarker caching of BeanWrapper models causing Memory Leak

2016-07-18 Thread Lukasz Lenart
2016-07-18 15:51 GMT+02:00 sreekanth : > No we are not overriding equals and hashcode in our action class, and from > debugging the BeanWrapper Cache found its using System.identityHashCode to > generate cache key It's a default behaviour of hashCode from Object class (when not overrode), which me

Re: Freemarker caching of BeanWrapper models causing Memory Leak

2016-07-18 Thread sreekanth
No we are not overriding equals and hashcode in our action class, and from debugging the BeanWrapper Cache found its using System.identityHashCode to generate cache key -- View this message in context: http://struts.1045723.n5.nabble.com/Freemarker-caching-of-BeanWrapper-models-causing-Memory-L

Re: Fwd: [jira] [Created] (WW-4661) struts2-arianna-plugin BreadCrumbInterceptor bug

2016-07-18 Thread Lukasz Lenart
2016-07-18 10:22 GMT+02:00 Christoph Nenning : >> >> Such issues cannot be reported via Apache JIRA as this plugin isn't >> officially supported. Fork doesn't have "Issues" so I'm wondering how >> to handle this: >> - do not fork, just copy the repo >> - use "Issues" of the original repo >> - creat

Re: Fwd: [jira] [Created] (WW-4661) struts2-arianna-plugin BreadCrumbInterceptor bug

2016-07-18 Thread Christoph Nenning
> > Such issues cannot be reported via Apache JIRA as this plugin isn't > officially supported. Fork doesn't have "Issues" so I'm wondering how > to handle this: > - do not fork, just copy the repo > - use "Issues" of the original repo > - create a new "struts-plugins" repo and use it to host some