Tim Allison

Results 93 comments of Tim Allison

I had to exclude a couple of dependencies that ossindex does not like and which have no possible upgrades. I had to turn off some tests that relied on URLs...

This will have to be updated after pr #320 . I'm happy to do so if this general PR seems useful.

The `repo` is refreshed with each unit test in the `@BeforeEach` call, though. Is NIODetector respecting that?

Thank you for opening this. As I look at the unit test, I don't think we should test for legacy sort there because, as you point out, there is no...

FWIW, I wasn't seeing this error. I just cleared my ~/.deeplearning4j cache and got a clean build with a fresh download as well.

This is puzzling from the backend perspective... I haven't seen this in straight tika-server, and I can't think of how this would happen. There is a default max write length,...

Can't make progress without user input. :( Can you curl the file against tika-server directly and see if you get the same behavior? Can you share an example file with...

This would be a fantastic modernization of our release process with the added benefit of multi-arch. Thank you! I have two small concerns/questions: 1) I'm not sure we want dependabot...

more questions...sorry. 3. We moved to versioning of docker images of {tika-version}.{docker.version}. For example, 2.9.0.1 would be the second docker release for Tika 2.9.0. Does this handle that? 4. To...

Wow, thank you @fpiesche! All looks good. For tests, this is our current [release process](https://cwiki.apache.org/confluence/display/TIKA/Release+Process+for+tika-docker). Our rudimentary tests are here: https://github.com/apache/tika-docker/blob/master/docker-tool.sh#L39 We'd always welcome more tests!