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...@googlemail.com> on 2011/03/02 13:05:02 UTC

Road Map for 2.2.2

Hi,

I'm going to prepare a new release but before that I want to close the
issues below:
- WW-3549 Shade common-io from the xwork-core.jar
- WW-3547 ActionSupport getText(String, List) changed to
getText(String, List<Object>)
- WW-3539 Adjust project to Maven 3 requirements
- WW-3550 LocalizedTextUtil's messageFormats property should be a
ConcurrentHashMap
- WW-3461 Don't hold locks as long when creating validators in
AnnotationActionValidatorManager

The rest will postponed to till next release


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Kapituła Javarsovia http://javarsovia.pl

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


Re: Road Map for 2.2.2

Posted by Frans Thamura <fr...@meruvian.org>.
In our dev phase we use the default json, and got several json gone.
Something like that. Esp for complex related entity. We use spring and
hibernate

We try jason, and find jackson, test it

We create almost rest using jackson, until 3 days ago, after we know
there is overide also in s2 plugins

We still dunno why our json show up in jackson compare the default.

But we quiet happy with jackson now, esp after we found override
plugins. I think u can abandon my reply.

Sorry.



On 3/8/11, Dave Newton <da...@gmail.com> wrote:
> I think he meant he wants the output of the JSON plugin to be
> definable based on extension.
>
> To me that just sounds like another REST extension mapping rather than
> having anything to do with the JSON plugin.
>
> Dave
>
> 2011/3/7 John Lindal <li...@yahoo-inc.com>:
>> Can you explain what you mean by "the current json is not scalable
>> enough"?
>>
>> John
>>
>>
>> On 3/6/11 5:31 AM, "Frans Thamura" <fr...@meruvian.org> wrote:
>>
>> hi all
>>
>> just input, any idea to make a json plugin plugable, we use jackson
>> here, but there is gson, and the current json is not scalable enough
>>
>> we put the source of struts2,we create our own actionmapper..
>>
>> www.github.com/blueoxygen/cimande
>>
>> but the extension must be .jackson, we want modular, so we have choice
>>
>> which version will be this feature?
>>
>> F
>>
>>
>>
>> On Sun, Mar 6, 2011 at 8:26 PM, Lukasz Lenart
>> <lu...@googlemail.com> wrote:
>>> The last issue left - WW-3524 and I'm ready to take off with a new
>>> release ;-)
>>>
>>>
>>> Kind regards
>>> --
>>> Łukasz
>>> + 48 606 323 122 http://www.lenart.org.pl/
>>> Warszawa JUG conference - Confitura http://confitura.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
>
>


-- 
--
Frans Thamura
Director
Meruvian.
Integrated Hypermedia Java Solution Provider.

Mobile: +628557888699
Blog: http://blogs.mervpolis.com/roller/flatburger (id)

FB: http://www.facebook.com/meruvian
TW: http://www.twitter.com/meruvian / @meruvian
Website: http://www.meruvian.org

"We grow because we share the same belief."

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


Re: Road Map for 2.2.2

Posted by Lukasz Lenart <lu...@googlemail.com>.
It looks like we are ready to take off ;-)

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311041&version=12315200

It's the last call!


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

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


Re: Road Map for 2.2.2

Posted by Dave Newton <da...@gmail.com>.
I think he meant he wants the output of the JSON plugin to be
definable based on extension.

To me that just sounds like another REST extension mapping rather than
having anything to do with the JSON plugin.

Dave

2011/3/7 John Lindal <li...@yahoo-inc.com>:
> Can you explain what you mean by "the current json is not scalable enough"?
>
> John
>
>
> On 3/6/11 5:31 AM, "Frans Thamura" <fr...@meruvian.org> wrote:
>
> hi all
>
> just input, any idea to make a json plugin plugable, we use jackson
> here, but there is gson, and the current json is not scalable enough
>
> we put the source of struts2,we create our own actionmapper..
>
> www.github.com/blueoxygen/cimande
>
> but the extension must be .jackson, we want modular, so we have choice
>
> which version will be this feature?
>
> F
>
>
>
> On Sun, Mar 6, 2011 at 8:26 PM, Lukasz Lenart
> <lu...@googlemail.com> wrote:
>> The last issue left - WW-3524 and I'm ready to take off with a new release ;-)
>>
>>
>> Kind regards
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>> Warszawa JUG conference - Confitura http://confitura.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: Road Map for 2.2.2

Posted by John Lindal <li...@yahoo-inc.com>.
Can you explain what you mean by "the current json is not scalable enough"?

John


On 3/6/11 5:31 AM, "Frans Thamura" <fr...@meruvian.org> wrote:

hi all

just input, any idea to make a json plugin plugable, we use jackson
here, but there is gson, and the current json is not scalable enough

we put the source of struts2,we create our own actionmapper..

www.github.com/blueoxygen/cimande

but the extension must be .jackson, we want modular, so we have choice

which version will be this feature?

F



On Sun, Mar 6, 2011 at 8:26 PM, Lukasz Lenart
<lu...@googlemail.com> wrote:
> The last issue left - WW-3524 and I'm ready to take off with a new release ;-)
>
>
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.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: Road Map for 2.2.2

Posted by Frans Thamura <fr...@meruvian.org>.
hi all

just input, any idea to make a json plugin plugable, we use jackson
here, but there is gson, and the current json is not scalable enough

we put the source of struts2,we create our own actionmapper..

www.github.com/blueoxygen/cimande

but the extension must be .jackson, we want modular, so we have choice

which version will be this feature?

F



On Sun, Mar 6, 2011 at 8:26 PM, Lukasz Lenart
<lu...@googlemail.com> wrote:
> The last issue left - WW-3524 and I'm ready to take off with a new release ;-)
>
>
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.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: Road Map for 2.2.2

Posted by Lukasz Lenart <lu...@googlemail.com>.
One more, quite important - the JavaDocs are missing int the latest
release - WW-3586


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

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


Re: Road Map for 2.2.2

Posted by Lukasz Lenart <lu...@googlemail.com>.
The last issue left - WW-3524 and I'm ready to take off with a new release ;-)


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

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


Re: Road Map for 2.2.2

Posted by Lukasz Lenart <lu...@googlemail.com>.
W dniu 2 marca 2011 20:02 użytkownik John Lindal
<li...@yahoo-inc.com> napisał:
> WW-3549 sounds very similar to XW-388.  Can you check, and close both, if
> they’re duplicates?

Done, anything more ?


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Kapituła Javarsovia http://javarsovia.pl

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


Re: Road Map for 2.2.2

Posted by John Lindal <li...@yahoo-inc.com>.
WW-3549 sounds very similar to XW-388.  Can you check, and close both, if they're duplicates?

Thanks,
John


On 3/2/11 4:05 AM, "Lukasz Lenart" <lu...@googlemail.com> wrote:

Hi,

I'm going to prepare a new release but before that I want to close the
issues below:
- WW-3549 Shade common-io from the xwork-core.jar
- WW-3547 ActionSupport getText(String, List) changed to
getText(String, List<Object>)
- WW-3539 Adjust project to Maven 3 requirements
- WW-3550 LocalizedTextUtil's messageFormats property should be a
ConcurrentHashMap
- WW-3461 Don't hold locks as long when creating validators in
AnnotationActionValidatorManager

The rest will postponed to till next release


Kind regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Kapituła Javarsovia http://javarsovia.pl

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