On 22 August 2011 15:53, Paul Benedict <pbened...@apache.org> wrote:
> Any thoughts on dumping the checked exception?
> public interface Command<T extends Context> { ... boolean execute(T
> context) throws Exception; }

No view on whether it is needed or not.

I'd just point out that Exceptions are not part of the method
signatures used to resolve run-time references, so they only affect
source compatibility, not binary compatibility.

> Paul
>
> On Mon, Aug 22, 2011 at 9:46 AM, Matt Benson <gudnabr...@gmail.com> wrote:
>> I am generally in favor.  I think it could be good to apply his patch
>> on a branch so we can discuss the clirr results and agree on the
>> severity of the (IMHO forgivable) backward-compatibility breaches.
>> Then we will understand the proper path forward with respect to
>> versions and all the changes that cascade from the potential major
>> version bump.
>>
>> Matt
>>
>> On Mon, Aug 22, 2011 at 1:03 AM, Simone Tripodi
>> <simonetrip...@apache.org> wrote:
>>> Hi all guys,
>>> Elijah, a [chain] user, has been submitting worthy contributions[1] to
>>> improve and actualize the commons-chains component, providing also
>>> patches[2].
>>> I think it is the good time to start speaking about the next [chain]
>>> version (no new releases/development in the last months), any
>>> objections on applying Elijah patch?
>>> I can take care of it but please let me know if anyone else want to do.
>>> Many thanks in advance, have a nice day!!!
>>> Simo
>>>
>>> [1] http://markmail.org/message/ajh3sunrst7x5klv
>>> [2] https://issues.apache.org/jira/browse/CHAIN-53
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://www.99soft.org/
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to