Hm, this is interesting. I just made a PR for these bumps, and while doing the usual "mvn clean install" I got the same jena-jdbc-driver-tdb errors I was getting looking at the release candidate! This is using a completely different source base (a git repo, not a downloaded source package) starting from current master with a few version bumps as discussed below. As you wrote, Andy, I see absolutely nothing in the git history that would account for this.
I'm thinking now that this must be some kind of really weird problem with my machine, which is sad for me, but not Jena's problem. --- A. Soroka The University of Virginia Library > On May 11, 2016, at 12:21 PM, Andy Seaborne <[email protected]> wrote: > > On 11/05/16 16:38, A. Soroka wrote: >> I recently did some work on a project for those exact deprecation warnings >> (introducing HttpClientBuilder). I would be happy to take a crack at those >> if you want to make me a ticket. I don't remember it being too hairy. >> >> Looking at the output of mvn versions:display-dependency-updates, a couple >> of examples: >> >> com.jayway.awaitility:awaitility ...................... 1.6.4 -> 1.7.0 >> com.spatial4j:spatial4j ................................. 0.4.1 -> 0.5 >> org.apache.lucene:* ......................... 4.9.1 -> 6.0.0 >> org.apache.solr:solr-solrj ............................ 4.9.1 -> 6.0.0 >> org.slf4j:* ............................ 1.7.20 -> 1.7.21 >> commons-codec:commons-codec .............................. 1.9 -> 1.10 >> org.apache.commons:commons-collections4 ................... 4.0 -> 4.1 >> org.apache.commons:commons-csv ............................ 1.0 -> 1.3 >> org.apache.commons:commons-lang3 ........................ 3.3.2 -> 3.4 >> org.apache.thrift:libthrift ........................... 0.9.2 -> 0.9.3 >> org.apache.mrunit:mrunit .............................. 1.0.0 -> 1.1.0 >> org.apache.hadoop:* ....................... 2.6.0 -> 2.7.2 >> com.github.rvesse:* ............................. 2.1.0 -> 2.1.1 > > >> >> I know that the big major-version jumps in large frameworks can be >> dicey and require some real thought, but would you like a PR for some >> of these minor or micro jumps? > > Yes. that would be good. > > They look OK except > > > org.apache.lucene:* ......................... 4.9.1 -> 6.0.0 > > org.apache.solr:solr-solrj ............................ 4.9.1 -> 6.0.0 > > These two need care as disk formats may have changed. > > > org.apache.hadoop:* ....................... 2.6.0 -> 2.7.2 > > IIRC This is a major, major thing. (Rob isn't around at the moment and I > think it'll have to wait.) > > and > > > org.apache.mrunit:mrunit .............................. 1.0.0 -> 1.1.0 > > If that fixes the occasional download issues, I will be very happy! I'm > guessing that the 1.0.0 files on central are on bad storage. > > Andy > >> >> --- >> A. Soroka >> The University of Virginia Library >> >>> On May 11, 2016, at 7:13 AM, Andy Seaborne <[email protected]> wrote: >>> >>> Updating the versions of httpclient and httpcore seems to work but there >>> are a lot of deprecation warnings. >>> >>> https://github.com/afs/jena/tree/version-upgrades >>> >>> (no real testing done) >>> >>> Are there other dependencies we should update? >>> Any plugins? >>> >>> Andy >> >
