Hi Tim, On 2021/12/13 21:37:47 Tim Allison wrote: > A candidate for the Tika 2.2.0 release is available at: > https://dist.apache.org/repos/dist/dev/tika/
I downloaded the tika-2.2.0-src.zip artifact > 9083fa1973f7146d2869bbdfa2dbdd493e12ac04235b9a4017a01b0b475684a2bc4377149a5a36b68722525fa3de68c7e06b2f7095af0c1e9f8510fba23e2b8d. .sha512 signature good .asc signature is good pom.xml versions all match good NOTICE.txt good CHANGES.txt > > In addition, a staged maven repository is available here: > https://repository.apache.org/content/repositories/orgapachetika-1073/org/apache/tika > I added the following to Any23 master pom.xml and ran our unit test suite <repositories> <repository> <id>apache-repo-snapshots</id> <url>https://repository.apache.org/content/repositories/snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> Everything passes successfully. > > [X] +1 Release this package as Apache Tika 2.2.0 I did notice that the tika DL's module(s) are pulling in the enire Hadoop dependency chain. I wonder if we can cut down on this... that is however a concern outside of this release candidate review. Thanks for the quick turnaround. lewismc
