Re: Problems with commons-beanutils-1.9.4

2020-02-07 Thread Nathan Bubna
Or maybe even just put a 3.x compatible version of the Struts tools up on github as an independent fork. Probably easier than talking the Struts devs into it. On Thu, Feb 6, 2020 at 11:10 PM Claude Brisson wrote: > On 20-02-06 16 h 15, Christopher Schultz wrote: > > > 3.0 completely dropped supp

Re: Problems with commons-beanutils-1.9.4

2020-02-07 Thread Nathan Bubna
Yeah, moving to jetty-maven-plugin would be good. I use that heavily at work. As for setClass(Class cls), couldn't we just change it to: public void setClass(String classname) { setClassname(classname); } Seems like that would keep the class="org.com.Foo" config syntax working and avoid the