[
https://issues.apache.org/jira/browse/CHAIN-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13206757#comment-13206757
]
Simone Tripodi commented on CHAIN-58:
-------------------------------------
Hi Elijah,
thanks for reviewing! I'll check in the modifications as soon as I get a cycle.
If you want to start taking care of the doc, it would be *really* appreciated -
I am not a native English speaker and sometimes my text is not good :P
Anyway, before releasing, I see important fixing the following issues:
* checking the binary backward compatibility;
* if the binary backward compatibility is no longer maintained (and I am sure
there is something broken), rename the package in {{org.apache.commons.chain2}}
and consequently update {{groupId}} in the POM;
* splitting the project in multi-module project.
WDYT?
-Simo
> Update Chain Context interface to use K,V generics
> --------------------------------------------------
>
> Key: CHAIN-58
> URL: https://issues.apache.org/jira/browse/CHAIN-58
> Project: Commons Chain
> Issue Type: Improvement
> Affects Versions: 2.0
> Reporter: Elijah Zupancic
> Fix For: 2.0
>
> Attachments: CHAIN-58-working-context-generics.patch,
> chain-58-improved-context-generic.diff, chain-58-with-context-generic.diff,
> chain-58.diff
>
>
> As discussed in the mailing list, I am suggesting that we change the
> definition of Context from:
> {noformat}
> public interface Context extends Map<String, Object> {
> {noformat}
> to:
> {noformat}
> public interface Context<K, V> extends Map<K, V> {
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira