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 2015/10/09 17:56:22 UTC

Struts 2.3.x - a new release

Hi,

I am going to spend some time on preparing a new 2.3.x release, there
is already few issues registered. All the work will be performed in
the "struts-2-3" branch. I am also wondering if I should merge the
changes with Strict Method Invocation into to that branch?

https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%202.3.x%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC


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: Struts 2.3.x - a new release

Posted by Lukasz Lenart <lu...@apache.org>.
Woops! Just noticed that I have created the branch based on "master"
but I should use some of the STRUTS_2_3_x tags, will do it right now.

2015-10-09 17:58 GMT+02:00 Lukasz Lenart <lu...@apache.org>:
> I meant the "support-2-3" branch ;-)
>
> 2015-10-09 17:56 GMT+02:00 Lukasz Lenart <lu...@apache.org>:
>> Hi,
>>
>> I am going to spend some time on preparing a new 2.3.x release, there
>> is already few issues registered. All the work will be performed in
>> the "struts-2-3" branch. I am also wondering if I should merge the
>> changes with Strict Method Invocation into to that branch?
>>
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%202.3.x%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>>
>>
>> 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: Struts 2.3.x - a new release

Posted by Lukasz Lenart <lu...@apache.org>.
I meant the "support-2-3" branch ;-)

2015-10-09 17:56 GMT+02:00 Lukasz Lenart <lu...@apache.org>:
> Hi,
>
> I am going to spend some time on preparing a new 2.3.x release, there
> is already few issues registered. All the work will be performed in
> the "struts-2-3" branch. I am also wondering if I should merge the
> changes with Strict Method Invocation into to that branch?
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%202.3.x%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>
>
> 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: Struts 2.3.x - a new release

Posted by Lukasz Lenart <lu...@apache.org>.
2015-10-12 13:31 GMT+02:00 Christoph Nenning <Ch...@lex-com.net>:
>> > Can I still cherrypick changes from PRs 54 and 55 to support-2-3 ?
>>
>> It isn't possible :) I meant, XWork was moved into struts-core so
>> cherry-picking will create a file in wrong place. You can manually
>> apply the change.
>>
>
> Oh, yes. Nasty details.
>
>
>> > Or is it too late for that?
>>
>> Not sure if it was intended, author opened the PR against "master"
>> branch and didn't mention "Fix Version" in the issue.
>>
>
> I guess he wants it in the 2.3 series. I'll set JIRA accordingly.

Nicely handled, thanks a lot!


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: Struts 2.3.x - a new release

Posted by Christoph Nenning <Ch...@lex-com.net>.
> > Can I still cherrypick changes from PRs 54 and 55 to support-2-3 ?
> 
> It isn't possible :) I meant, XWork was moved into struts-core so
> cherry-picking will create a file in wrong place. You can manually
> apply the change.
> 

Oh, yes. Nasty details.


> > Or is it too late for that?
> 
> Not sure if it was intended, author opened the PR against "master"
> branch and didn't mention "Fix Version" in the issue.
> 

I guess he wants it in the 2.3 series. I'll set JIRA accordingly.



Regards,
Christoph

This Email was scanned by Sophos Anti Virus

Re: Struts 2.3.x - a new release

Posted by Lukasz Lenart <lu...@apache.org>.
2015-10-12 12:57 GMT+02:00 Christoph Nenning <Ch...@lex-com.net>:
> Can I still cherrypick changes from PRs 54 and 55 to support-2-3 ?

It isn't possible :) I meant, XWork was moved into struts-core so
cherry-picking will create a file in wrong place. You can manually
apply the change.

> Or is it too late for that?

Not sure if it was intended, author opened the PR against "master"
branch and didn't mention "Fix Version" in the issue.


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: Struts 2.3.x - a new release

Posted by Christoph Nenning <Ch...@lex-com.net>.
> From: Lukasz Lenart <lu...@apache.org>
> To: Struts Developers List <de...@struts.apache.org>, 
> Date: 09.10.2015 17:55
> Subject: Struts 2.3.x - a new release
> 
> Hi,
> 
> I am going to spend some time on preparing a new 2.3.x release, there
> is already few issues registered. All the work will be performed in
> the "struts-2-3" branch. I am also wondering if I should merge the
> changes with Strict Method Invocation into to that branch?
> 
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%
> 20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%202.3.x%
> 20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
> 
> 

Can I still cherrypick changes from PRs 54 and 55 to support-2-3 ?

Or is it too late for that?


Regards,
Christoph

This Email was scanned by Sophos Anti Virus

Re: Struts 2.3.x - a new release

Posted by Lukasz Lenart <lu...@apache.org>.
2015-10-10 11:08 GMT+02:00 Johannes Geppert <jo...@apache.org>:
> Hi,
>
> I think SMI has a high impact and should be better a feature for 2.5 only.
> Cause this can break some existing apps and is may not a "drop in" upgrade
> only.

You are right :)


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: Struts 2.3.x - a new release

Posted by Johannes Geppert <jo...@apache.org>.
Hi,

I think SMI has a high impact and should be better a feature for 2.5 only.
Cause this can break some existing apps and is may not a "drop in" upgrade
only.

Johannes
Am 09.10.2015 5:56 nachm. schrieb "Lukasz Lenart" <lu...@apache.org>:

> Hi,
>
> I am going to spend some time on preparing a new 2.3.x release, there
> is already few issues registered. All the work will be performed in
> the "struts-2-3" branch. I am also wondering if I should merge the
> changes with Strict Method Invocation into to that branch?
>
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20WW%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%202.3.x%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>
>
> 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
>
>