Re: Updating Dependencies - Apache Tika

2024-08-12 Thread David Eric Pugh
Their "Pipes" stuff is what we need to integrate ;-). On Monday, August 12, 2024 at 01:15:11 PM EDT, Christos Malliaridis wrote: I tried to find a java client for tika, but with no success so far. The version upgrade would reduce the vulnerabilities from about 21 CVEs to 6, so it would d

Re: Updating Dependencies - Apache Tika

2024-08-12 Thread Christos Malliaridis
I tried to find a java client for tika, but with no success so far. The version upgrade would reduce the vulnerabilities from about 21 CVEs to 6, so it would definitely be an improvement and probably worth the migration effort until a client is available. On Mon, 12 Aug 2024, 18:15 Jan Høydahl,

Re: Apache Solr 9.7 branch created

2024-08-12 Thread Anshum Gupta
Absolutely Eric, thank you! On Sat, Aug 10, 2024 at 5:26 AM Eric Pugh wrote: > I just backported > https://github.com/apache/solr/commit/affd06e1541ec74b812a9a15314a9ec5117fabe6 > to branch_9x and branch_9_7. Christine pointed out without the backport to > branch_9_7 we would be shipping licens

Re: Apache Solr 9.7 branch created

2024-08-12 Thread Anshum Gupta
Thank you everyone for the help with releasing 9.7 so far. David - Do you plan to merge PR-2527 ? I assumed that was the case but might have misunderstood. On Thu, Aug 8, 2024 at 12:41 PM David Smiley wrote: > (Copying what I just added to that PR): >

Re: Updating Dependencies - Apache Tika

2024-08-12 Thread Jan Høydahl
Hi Wrt Tika, I had been hoping that we could replace extracting handler with a processor that delegates to Tika Server, but is otherwise feature parity. It would remove tons of dependencies and attack surface from Solr. I tried a POC once but could not find a suitable Java client for Tika Serve

Introducing Gradle Version Catalogs

2024-08-12 Thread Christos Malliaridis
In the Lucene project there was a couple weeks ago a migration to version catalogs (see PR #13484 ). I'd like to follow the same approach in Solr, as it would allow us to sync some of the dependencies and keep all versions in one file. If this is some

Updating Dependencies - Apache Tika

2024-08-12 Thread Christos Malliaridis
Hello everyone, I've been looking into the dependencies of the project and thought that we could update a couple of them, together with their license files (wherever necessary). I tried to start with Apache Tika and upgrade it from 1.28.5 to 2.9.2, which is a huge step due to some restructuring o