This is an automated email from the ASF dual-hosted git repository.

tallison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git.


    from 12effe1  TIKA-3287 -- add comments...
     new f9f73f4  TIKA-3287 -- fix aes initialization
     new 108c424  TIKA-3289 -- allow creation of multiple tika-server processes 
from the TikaServerCli commandline

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tika/pipes/fetcher/http/HttpFetcher.java       |   2 +-
 .../org/apache/tika/client/HttpClientFactory.java  |  24 +-
 .../tika/server/core/ServerStatusWatcher.java      |   6 +-
 ...erverTimeouts.java => ServerTimeoutConfig.java} |   2 +-
 .../org/apache/tika/server/core/TikaServerCli.java | 441 ++++++++-------------
 .../apache/tika/server/core/TikaServerProcess.java | 424 ++++++++++++++++++++
 .../tika/server/core/TikaServerWatchDog.java       |  92 ++---
 .../core/{TaskStatus.java => WatchDogResult.java}  |  36 +-
 8 files changed, 677 insertions(+), 350 deletions(-)
 rename 
tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/{ServerTimeouts.java
 => ServerTimeoutConfig.java} (99%)
 create mode 100644 
tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/TikaServerProcess.java
 copy 
tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/{TaskStatus.java
 => WatchDogResult.java} (59%)

Reply via email to