I performed another build of the tika-2.2.0-src.zip artifact which failed. I've captured the failure output
https://paste.apache.org/o9iju % mvn -version Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537) Maven home: /usr/local/Cellar/maven/3.8.4/libexec Java version: 11.0.10, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-11.0.10.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac" Can anyone else reproduce this failure? lewismc On 2021/12/13 22:13:41 Lewis John McGibbney wrote: > 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 >
