nddipiazza commented on PR #1:
URL: https://github.com/apache/tika-grpc-docker/pull/1#issuecomment-3693239310
## 🔧 Fixed JAR Artifact Name
Pushed an update to fix a critical issue - the Dockerfiles were referencing
the wrong JAR artifact name.
### The Problem
- Dockerfiles were looking for: `tika-server-grpc-${VERSION}.jar`
- Actual artifact name is: `tika-grpc-${VERSION}.jar`
### The Fix
Updated all references in:
- minimal/Dockerfile
- full/Dockerfile
- README.md
The actual Maven artifact built by the tika-grpc module is
`tika-grpc-4.0.0-SNAPSHOT.jar`, not `tika-server-grpc`. This aligns with the
Maven artifactId in tika-grpc/pom.xml.
Now when Tika 4.0.0 is released, the Dockerfiles will correctly download
`tika-grpc-4.0.0.jar` from Apache distribution mirrors.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]