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