Spring update?

Cantor, Scott cantor.2 at osu.edu
Sat Feb 21 13:56:51 EST 2015


On 2/21/15, 6:52 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>
>> On Feb 21, 2015, at 12:46 PM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:
>> 
>> With 3.1 imminent, we probably want to bump the Spring version. We're 
>>on 
>> 4.1.3, and it looks like 4.1.5 is out now. And objections if I do that, 
>> assuming the tests pass?
>
>No, but is Web Flow compatible ? There were issues in the past, just 
>checking.

The issue there was me. I was uncomfortable with the Java model of forcing 
updates to transitive dependencies, meaning that it seemed wrong to me 
that if SWF says it requires a given version of Spring, that we should 
override that.

I still think that model is broken and essentially punts versioning to a 
lot of wishing and hoping, but that's apparently how it's supposed to 
work. You just blindly trust that people aren't breaking anything I guess.

It's not materially different with sonames, but there, there's a specific 
expectation of what has to happen when an ABI or API changes, and 
violating that is understood to crash everybody's software.

-- Scott



More information about the dev mailing list