+1 but I'm unable to build the source download on windows with java version 
"17.0.12" 2024-07-16 LTS. No problem building from the repository. The command 
line was

"%M2_HOME%\bin\mvn.cmd" clean install

[ERROR] Failed to execute goal 
org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile (default) on 
project tika-grpc: Unable to resolve artifact: Missing:
[ERROR] ----------
[ERROR] 1) com.google.protobuf:protoc:exe:${os.detected.classifier}:3.25.9
[ERROR]
[ERROR]   Try downloading the file manually from the project website.
[ERROR]
[ERROR]   Then, install it using the command:
[ERROR]       mvn install:install-file -DgroupId=com.google.protobuf 
-DartifactId=protoc -Dversion=3.25.9 -Dclassifier=${os.detected.classifier} 
-Dpackaging=exe -Dfile=/path/to/file
[ERROR]
[ERROR]   Alternatively, if you host your own repository you can deploy the 
file there:
[ERROR]       mvn deploy:deploy-file -DgroupId=com.google.protobuf 
-DartifactId=protoc -Dversion=3.25.9 -Dclassifier=${os.detected.classifier} 
-Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR]   Path to dependency:
[ERROR]         1) org.apache.tika:tika-grpc:jar:4.0.0-beta-1
[ERROR]         2) 
com.google.protobuf:protoc:exe:${os.detected.classifier}:3.25.9
[ERROR]
[ERROR] ----------
[ERROR] 1 required artifact is missing.
[ERROR]
[ERROR] for artifact:
[ERROR]   org.apache.tika:tika-grpc:jar:4.0.0-beta-1
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR]   Central Maven repository (https://repo.maven.apache.org/maven2, 
releases=true, snapshots=true),
[ERROR]   central (https://repo.maven.apache.org/maven2, releases=true, 
snapshots=false)
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :tika-grpc


Tilman


On 2026/06/29 19:08:11 Tim Allison wrote:
> A candidate for the Tika 4.0.0-beta-1 release is available at:
> https://dist.apache.org/repos/dist/dev/tika/4.0.0-beta-1
> 
> The release candidate is a zip archive of the sources in:
> https://github.com/apache/tika/tree/4.0.0-beta-1-rc1/
> 
> The SHA-512 checksum of the archive is
> 24b37cfefb4c085b0c11ee6ec4aafce8836c05e6d7d5f37143492cd789abc303c208f70e499e9a84be50e49e019d40a76cacb1bfce27e73abbaefd3eddbc96ea.
> 
> In addition, a staged maven repository is available here:
> https://repository.apache.org/content/repositories/orgapachetika-1127/org/apache/tika
> 
> Please vote on releasing this package as Apache Tika 4.0.0-beta-1.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Tika PMC votes are cast.
> 
> *NOTE:* we think we fixed the locations for the zips (dist.apache.org)
> vs the thin jars (maven). Please confirm that the expected artifacts
> went to the right destination. For beta-1, we are intentionally only
> packaging tika-grpc as a Docker image.
> 
> Here's my +1.
> 
> Thank you, all!
> 
> Best,
> 
>             Tim
> 
> [ ] +1 Release this package as Apache Tika 4.0.0-beta-1
> [ ] -1 Do not release this package because...
> 

Reply via email to