You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Lukasz Lenart <lu...@apache.org> on 2016/04/12 14:45:21 UTC

Release Struts 2.5

Anything left to fix before I can push out 2.5?
I wanted to include my PR with HttpParameters but I don't have enough
time to finish it :(


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Release Struts 2.5

Posted by Lukasz Lenart <lu...@apache.org>.
2016-04-20 17:49 GMT+02:00 Johannes Geppert <jo...@apache.org>:
> I would like to see a first stable 2.5 release as soon as possible.
> So I could announce and recommend it at the ApacheCon in Vancouver.

It will be ready, I'm working on porting Greg's patch and then we can
push out a new version :)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Release Struts 2.5

Posted by Johannes Geppert <jo...@apache.org>.
I would like to see a first stable 2.5 release as soon as possible.
So I could announce and recommend it at the ApacheCon in Vancouver.

Best Regards

Johannes

#################################################
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep


2016-04-12 15:20 GMT+02:00 Greg Huber <gr...@gmail.com>:

> I did a patch for the DMI stuff, which I have been running for some time
> now.
>
>  https://issues.apache.org/jira/browse/WW-4596
>
> It needs some more knowledge on how to access properties from struts.xml in
> XmlConfigurationProvider as the only way I could work out was a hack.
>
> On 12 April 2016 at 13:45, Lukasz Lenart <lu...@apache.org> wrote:
>
> > Anything left to fix before I can push out 2.5?
> > I wanted to include my PR with HttpParameters but I don't have enough
> > time to finish it :(
> >
> >
> > Regards
> > --
> > Łukasz
> > + 48 606 323 122 http://www.lenart.org.pl/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
> >
>

Re: Release Struts 2.5

Posted by Lukasz Lenart <lu...@apache.org>.
No, Strict DMI was introduced some time ago (in 2.3.x) and SMI is a
bit different, more restrictive. Maybe it would be a good idea to drop
Strict DMI section at some point.

2016-05-06 10:06 GMT+02:00 Greg Huber <gr...@gmail.com>:
> Should the Strict DMI section have a 2.5 dtd?
>
> <!DOCTYPE struts PUBLIC
>     "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
>     "http://struts.apache.org/dtds/struts-2.3.dtd"
> <http://struts.apache.org/dtds/struts-2.3.dtd>>
> <struts>
>
> it uses strict-method-invocation="true".
>
>
>
> On 5 May 2016 at 07:45, Lukasz Lenart <lu...@apache.org> wrote:
>
>> I updated docs to match the new logic
>>
>>
>> https://cwiki.apache.org/confluence/display/WW/Action+Configuration#ActionConfiguration-StrictMethodInvocation
>>
>>
>> Regards
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>>
>> 2016-05-05 7:35 GMT+02:00 Lukasz Lenart <lu...@apache.org>:
>> > All done, I'm going to start with release process
>> >
>> > 2016-05-04 10:32 GMT+02:00 Greg Huber <gr...@gmail.com>:
>> >> That's good to know, as I did not think it was that easy!
>> >>
>> >> Cheers.
>> >>
>> >> On 4 May 2016 at 08:31, Lukasz Lenart <lu...@apache.org> wrote:
>> >>
>> >>> 2016-04-12 15:20 GMT+02:00 Greg Huber <gr...@gmail.com>:
>> >>> > I did a patch for the DMI stuff, which I have been running for some
>> time
>> >>> > now.
>> >>> >
>> >>> >  https://issues.apache.org/jira/browse/WW-4596
>> >>> >
>> >>> > It needs some more knowledge on how to access properties from
>> struts.xml
>> >>> in
>> >>> > XmlConfigurationProvider as the only way I could work out was a hack.
>> >>>
>> >>> I have pushed some changes based on Greg's patch. For now I dropped
>> >>> possibility to define your own pattern for method naming as Greg's
>> >>> solution was really hacky ;-)
>> >>> Anyway, this isn't the most blocking thing but I'm working on solution.
>> >>>
>> >>> I would like to start release ASAP :)
>> >>>
>> >>>
>> >>> Regards
>> >>> --
>> >>> Łukasz
>> >>> + 48 606 323 122 http://www.lenart.org.pl/
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> >>> For additional commands, e-mail: dev-help@struts.apache.org
>> >>>
>> >>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Release Struts 2.5

Posted by Greg Huber <gr...@gmail.com>.
Should the Strict DMI section have a 2.5 dtd?

<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
    "http://struts.apache.org/dtds/struts-2.3.dtd"
<http://struts.apache.org/dtds/struts-2.3.dtd>>
<struts>

it uses strict-method-invocation="true".



On 5 May 2016 at 07:45, Lukasz Lenart <lu...@apache.org> wrote:

> I updated docs to match the new logic
>
>
> https://cwiki.apache.org/confluence/display/WW/Action+Configuration#ActionConfiguration-StrictMethodInvocation
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> 2016-05-05 7:35 GMT+02:00 Lukasz Lenart <lu...@apache.org>:
> > All done, I'm going to start with release process
> >
> > 2016-05-04 10:32 GMT+02:00 Greg Huber <gr...@gmail.com>:
> >> That's good to know, as I did not think it was that easy!
> >>
> >> Cheers.
> >>
> >> On 4 May 2016 at 08:31, Lukasz Lenart <lu...@apache.org> wrote:
> >>
> >>> 2016-04-12 15:20 GMT+02:00 Greg Huber <gr...@gmail.com>:
> >>> > I did a patch for the DMI stuff, which I have been running for some
> time
> >>> > now.
> >>> >
> >>> >  https://issues.apache.org/jira/browse/WW-4596
> >>> >
> >>> > It needs some more knowledge on how to access properties from
> struts.xml
> >>> in
> >>> > XmlConfigurationProvider as the only way I could work out was a hack.
> >>>
> >>> I have pushed some changes based on Greg's patch. For now I dropped
> >>> possibility to define your own pattern for method naming as Greg's
> >>> solution was really hacky ;-)
> >>> Anyway, this isn't the most blocking thing but I'm working on solution.
> >>>
> >>> I would like to start release ASAP :)
> >>>
> >>>
> >>> Regards
> >>> --
> >>> Łukasz
> >>> + 48 606 323 122 http://www.lenart.org.pl/
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> >>> For additional commands, e-mail: dev-help@struts.apache.org
> >>>
> >>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

Re: Release Struts 2.5

Posted by Lukasz Lenart <lu...@apache.org>.
I updated docs to match the new logic

https://cwiki.apache.org/confluence/display/WW/Action+Configuration#ActionConfiguration-StrictMethodInvocation


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

2016-05-05 7:35 GMT+02:00 Lukasz Lenart <lu...@apache.org>:
> All done, I'm going to start with release process
>
> 2016-05-04 10:32 GMT+02:00 Greg Huber <gr...@gmail.com>:
>> That's good to know, as I did not think it was that easy!
>>
>> Cheers.
>>
>> On 4 May 2016 at 08:31, Lukasz Lenart <lu...@apache.org> wrote:
>>
>>> 2016-04-12 15:20 GMT+02:00 Greg Huber <gr...@gmail.com>:
>>> > I did a patch for the DMI stuff, which I have been running for some time
>>> > now.
>>> >
>>> >  https://issues.apache.org/jira/browse/WW-4596
>>> >
>>> > It needs some more knowledge on how to access properties from struts.xml
>>> in
>>> > XmlConfigurationProvider as the only way I could work out was a hack.
>>>
>>> I have pushed some changes based on Greg's patch. For now I dropped
>>> possibility to define your own pattern for method naming as Greg's
>>> solution was really hacky ;-)
>>> Anyway, this isn't the most blocking thing but I'm working on solution.
>>>
>>> I would like to start release ASAP :)
>>>
>>>
>>> Regards
>>> --
>>> Łukasz
>>> + 48 606 323 122 http://www.lenart.org.pl/
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: dev-help@struts.apache.org
>>>
>>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Release Struts 2.5

Posted by Lukasz Lenart <lu...@apache.org>.
All done, I'm going to start with release process

2016-05-04 10:32 GMT+02:00 Greg Huber <gr...@gmail.com>:
> That's good to know, as I did not think it was that easy!
>
> Cheers.
>
> On 4 May 2016 at 08:31, Lukasz Lenart <lu...@apache.org> wrote:
>
>> 2016-04-12 15:20 GMT+02:00 Greg Huber <gr...@gmail.com>:
>> > I did a patch for the DMI stuff, which I have been running for some time
>> > now.
>> >
>> >  https://issues.apache.org/jira/browse/WW-4596
>> >
>> > It needs some more knowledge on how to access properties from struts.xml
>> in
>> > XmlConfigurationProvider as the only way I could work out was a hack.
>>
>> I have pushed some changes based on Greg's patch. For now I dropped
>> possibility to define your own pattern for method naming as Greg's
>> solution was really hacky ;-)
>> Anyway, this isn't the most blocking thing but I'm working on solution.
>>
>> I would like to start release ASAP :)
>>
>>
>> Regards
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Release Struts 2.5

Posted by Greg Huber <gr...@gmail.com>.
That's good to know, as I did not think it was that easy!

Cheers.

On 4 May 2016 at 08:31, Lukasz Lenart <lu...@apache.org> wrote:

> 2016-04-12 15:20 GMT+02:00 Greg Huber <gr...@gmail.com>:
> > I did a patch for the DMI stuff, which I have been running for some time
> > now.
> >
> >  https://issues.apache.org/jira/browse/WW-4596
> >
> > It needs some more knowledge on how to access properties from struts.xml
> in
> > XmlConfigurationProvider as the only way I could work out was a hack.
>
> I have pushed some changes based on Greg's patch. For now I dropped
> possibility to define your own pattern for method naming as Greg's
> solution was really hacky ;-)
> Anyway, this isn't the most blocking thing but I'm working on solution.
>
> I would like to start release ASAP :)
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

Re: Release Struts 2.5

Posted by Lukasz Lenart <lu...@apache.org>.
2016-04-12 15:20 GMT+02:00 Greg Huber <gr...@gmail.com>:
> I did a patch for the DMI stuff, which I have been running for some time
> now.
>
>  https://issues.apache.org/jira/browse/WW-4596
>
> It needs some more knowledge on how to access properties from struts.xml in
> XmlConfigurationProvider as the only way I could work out was a hack.

I have pushed some changes based on Greg's patch. For now I dropped
possibility to define your own pattern for method naming as Greg's
solution was really hacky ;-)
Anyway, this isn't the most blocking thing but I'm working on solution.

I would like to start release ASAP :)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Release Struts 2.5

Posted by Greg Huber <gr...@gmail.com>.
I did a patch for the DMI stuff, which I have been running for some time
now.

 https://issues.apache.org/jira/browse/WW-4596

It needs some more knowledge on how to access properties from struts.xml in
XmlConfigurationProvider as the only way I could work out was a hack.

On 12 April 2016 at 13:45, Lukasz Lenart <lu...@apache.org> wrote:

> Anything left to fix before I can push out 2.5?
> I wanted to include my PR with HttpParameters but I don't have enough
> time to finish it :(
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>