Tickets are here:
https://issues.apache.org/jira/browse/WW-3641
https://issues.apache.org/jira/browse/XW-393

The first WW patch is a bit of a larger one, since I started it before your
response, Lukasz. The first XW patch is smaller.

I updated the ApplicationMap and RequestMap in struts2-core to extend
AbstractMap<String, Object> instead of just AbstractMap. However, the
SessionMap was previously generified as SessionMap<K, V>, which I don't
think is correct. The current patch doesn't address this, but I'd like to
change from:
    SessionMap<K, V> extends AbstractMap<K, V> to
    SessionMap extends AbstractMap<String, Object>

<String, Object> is what we use for the session throughout Struts2 and its
what the HttpSession uses too.

Any objections to this change?

On Sun, Jun 5, 2011 at 4:49 AM, Lukasz Lenart
<lukasz.len...@googlemail.com>wrote:

> 2011/6/4 Steven Benitez <steven.beni...@gmail.com>:
> > I'd like to volunteer to help generify the Struts2 codebase. From an
> > administrative perspective, what would be the easier way to proceed?
> Create
> > a single JIRA ticket to attach patches to?
> >
> > Would it be easier to create several smaller patches or a few larger
> ones?
>
> Prepare a patch for small subset of changes, then create a JIRA ticket
> and attach the patch to it. It would be better to do it with small
> steps as we can make a release in middle of your work ;-)
>
> Many thanks for your help!
>
>
> Kind regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>
>

Reply via email to