Build failed in Jenkins: Struts2-JDK6 #846

2013-11-19 Thread Apache Jenkins Server
See -- [...truncated 12869 lines...] [JENKINS] Archiving to org.apache.st

Re: Work in progress - 2.3.16

2013-11-19 Thread Lukasz Lenart
2013/11/19 Volker Krebs : > Ok, got it. > > > In 2.3.15.3 it returns true. > In 2.3.16 it returns false. > > This is because I was accessing the map wrong (arghhh ... OGNL, after so > many years still unhandleable) > In 2.3.15.3 a new map entry with key null and value '' is created somewhere > in

Re: Work in progress - 2.3.16

2013-11-19 Thread Volker Krebs
Am 18.11.2013 20:21, schrieb Lukasz Lenart: 2013/11/18 Volker Krebs : Maybe something for the Migration Guide. Accessing a map has changed a bit. With 2.3.15.3 the following did work: With 2.3.16 you have to write: You mean that the 'numer' is a static key not an expression (resolved to ge

Re: New logo

2013-11-19 Thread Yasser Zamani
I can suggest three shapes (one triangle, one square and one circle) that are connected with three high-way like (5-6 lined bands) bridges in a triangle manner which may have a big S in center! `Three shapes` represents MVC. `high-way with 5-6 bands` means it's fast and simple. `lined bands` m

Re: Registering aliases from within a plugin

2013-11-19 Thread Lukasz Lenart
2013/11/19 Rene Gielen : > what is the rationale behind refactoring out velocity support to a > plugin? For which Struts version are you targeting this proposal? Velocity support is optional (in theory), you can enable it by adding Velocity dependencies to classpath. But because of VelocityManager

Re: Registering aliases from within a plugin

2013-11-19 Thread Rene Gielen
Hi Lukasz, what is the rationale behind refactoring out velocity support to a plugin? For which Struts version are you targeting this proposal? Regards, René Am 18.11.13 20:38, schrieb Lukasz Lenart: > Hi, > > As I'm working in extracting Velocity support into a plugin, I have > faced a small p