Re: Struts 2.3.16 ready to test

2013-12-03 Thread Christian Grobmeier
On 3 Dec 2013, at 22:06, Lukasz Lenart wrote: Looks ok [1] and we had a lot of fast-track releases and they were simple prepared from a tag nor from the trunk ;-) [1] http://struts.apache.org/development/2.x/ Very good, thanks Lukasz! Regards -- Łukasz + 48 606 323 122 http://www.lenart.o

Re: Struts 2.3.16 ready to test

2013-12-03 Thread Lukasz Lenart
Looks ok [1] and we had a lot of fast-track releases and they were simple prepared from a tag nor from the trunk ;-) [1] http://struts.apache.org/development/2.x/ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/12/3 Christian Grobmeier : > Hi Lukasz, > > I am testing with 2.3

Re: Updating libraries

2013-12-03 Thread Lukasz Lenart
2013/12/3 foo bar : > Hi, > > Thanks for that response, very helpful. > It's just sometimes our code may need to use a later version of a library > that struts also uses, based on this, I think we will need to do a risk > benefit analysis on such occasion. It should be possible to simple drop in d

Re: Updating libraries

2013-12-03 Thread foo bar
Hi, Thanks for that response, very helpful. It's just sometimes our code may need to use a later version of a library that struts also uses, based on this, I think we will need to do a risk benefit analysis on such occasion. Just curious though, according to this pom file http://repo1.maven.org/m

Re: Updating libraries

2013-12-03 Thread Lukasz Lenart
If you want to use the latest libraries it is better to register a JIRA ticket with request to update such. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/12/3 foo bar : > Hi all, > > I'm using the latest struts-2.3.15.3 on our web application. > Is it fine to use the latest

Re: Updating libraries

2013-12-03 Thread Dave Newton
There is *a* degree of something breaking if you start using random libraries. Transitive dependency management exists for a reason; going against what a framework *actually* depends on creates the exact risk you'd expect it would. Dave On Tue, Dec 3, 2013 at 7:43 AM, foo bar wrote: > Hi all

Updating libraries

2013-12-03 Thread foo bar
Hi all, I'm using the latest struts-2.3.15.3 on our web application. Is it fine to use the latest third party libraries other than what's included in the distribution (struts-2.3.15.3-lib.zip and struts-2.3.15.3-all.zip) ? For example Is it fine to use javassist-3.18.0-GA, commons-io-2.4, freema

Re: S2 REST plugins , Q: IncaS2REST

2013-12-03 Thread Johannes Geppert
Hi Frans, as far as I know the current REST Plugin also supports POST, GET, DELETE and PUT methods or am I wrong? What exactly is the benefit if I use your REST Plugin instead of the default plugin except an other way to define actions? Best Regards Johannes ###

Re: Struts 2.3.16 ready to test

2013-12-03 Thread Christian Grobmeier
Hi Lukasz, I am testing with 2.3.16 and suddenly recalled that I made some modifications to the S2 site before ages. They do not show up so far but we had releases in the meantime. Not sure if i did something wrong. Could you advise? Here are a few of my changes: http://svn.apache.org/viewvc

Re: Struts Portlet Framework Tutorial

2013-12-03 Thread Johannes Geppert
It's a while ago since I wrote my last Portlet, but at this time Convention Plugin works well together with the Struts2 Portlet Plugin. So you don't need to define your Actions with XML you can also use Conventions or Annotations. The only XML file you need to edit is the portlet.xml. Best Regar