On 19 July 2012 21:26, Phil Steitz <phil.ste...@gmail.com> wrote:
> On 7/19/12 11:41 AM, Luc Maisonobe wrote:
>> On 19/07/2012 20:06, Gilles Sadowski wrote:
>>> Hi.
>>>
>>> Is there any issue of maintaining compatibility when changing code that is
>>> in the "test" subtree of the code repository?
>> No problems for such changes.
>
> Right.  The only thing to ever worry about there is jdk level.   But
> maven now usually complains when we bork that, so nothing to worry
> about at all :)

There are two possible ways of breaking builds:
+ using language constructs from a more recent JDK, and
+ using classes/methods from a more recent JDK library

Maven will only complain about the first by default.
To check for the second, it's necessary to use the relevant -Pjava-1.x profile.
Otherwise Maven will use the default Java libraries.

> Phil
>>
>> Luc
>>
>>>
>>> Gilles
>>>
>>> ---------------------------------------------------------------------
>>> 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