This is an automated email from the ASF dual-hosted git repository.
tallison pushed a change to branch TIKA-4544
in repository https://gitbox.apache.org/repos/asf/tika.git
discard c182b0ccf TIKA-4543 -- git add
discard d1b61e37b TIKA-4544 -- first steps to adding a json loader for
TikaConfig
omit 0f3de852e TIKA-4543 -- Reorganize plugins by resource, branched from
TIKA-4519 branch.
omit 32a797a5d Merge branch 'main' into TIKA-4519
omit 618b0e1bc further tweaks from manual review
omit b041ea7ac formatting fixups
omit a89e11837 add initial documentation
omit fbd13176d checkstyle, license headers and documentation, and a bunch
of git adds
omit 66aee5947 checkstyle, license headers and documentation, and a bunch
of git adds
omit 892ec3daf refactor to isolate jackson at plugin boundary
omit eb1fd04b8 more tests work
omit b13f950db kafka-integration tests work
omit 7a8c6400a solr-integration tests work
omit c43e0a4db basically builds, added in rest of pipes components
omit 305019a9b opensearch now works
omit 7ac2ce3d3 works through tika-app
omit fa82d37f2 further clean up
omit f9856d397 further clean up
omit 3463edc1f tests work in tika-server and tika-server-standard
omit b2f0cdc94 tests in tika-app work
omit dfc49a7cf Add a working notes README.md
omit 8932da199 Merge branch 'main' into TIKA-4519
omit eeb037b26 Merge branch 'main' into TIKA-4519
omit ed83c3f8b WIP -- checkpoint. TikaPluginManager is starting to take
shape.
omit fc4532bf9 Merge branch 'main' into TIKA-4519
omit d5d98b8f3 Merge branch 'main' into TIKA-4519
omit 0aaa7d288 TIKA-4519 -- further fixes
omit 7fc4ca416 TIKA-4519 -- checkstyle and other fixes
omit 3255c3006 TIKA-4519 -- opensearch integration tests now work
omit a3b4cad43 TIKA-4519 -- add opensearch reporter
omit 6ae33191a TIKA-4519 -- updates to add back includes and excludes
omit 1b1579983 jdbc pipes reporter and other fixes
omit b5503513a TIKA-4519 -- checkstyle
omit e385b938f TIKA-4519 -- pipesreporter added
omit 40ba5e69f Merge branch 'main' into TIKA-4519
omit afd593c54 TIKA-4519 -- checkpoint commit on pipesreporter
omit 088e08ead TIKA-4519 -- add file-system-pipes-iterator
omit d73027b5b TIKA-4519 -- tika-server now works
omit 05bb225be TIKA-4519 -- checkstyle through tika-app
omit cfa57d876 TIKA-4519 -- tests through tika-app work
omit d9875ca54 TIKA-4519 -- checkpoint tika-pipes-tests work
omit 8ce960b5d TIKA-4519 -- checkpoint
omit 57c4cf7e1 TIKA-4519 -- checkpoint moving into factories as plugins
omit 121eb7f75 TIKA-4519 -- checkstyle
omit af7b25209 TIKA-4519 -- tika-app tests work
omit 77682b95b TIKA-4519 -- checkpoint commit
omit 883d9366c Merge branch 'main' into TIKA-4519
omit 18f0d77a3 TIKA-4519 - checkpoint
omit 6eb8916f4 Merge branch 'main' into TIKA-4519
omit d173308da Merge branch 'main' into TIKA-4519
omit b06877bce TIKA-4512 -- clean up dependencies in file-system-fetcher
omit c4f9b52fd TIKA-4512 -- rename fetcherName to fetcherPluginId
omit 5ccb77022 TIKA-4512 -- checkstyle
omit 2085c7e17 TIKA-4512 -- updates unit tests in tika-server-standard for
new behaviors
omit 4c93ae78e TIKA-4512 -- updates unit tests in tika-server-core for new
behaviors
omit 092994119 TIKA-4512 -- removes forking code in server
omit a3818e1a8 TIKA-4512 -- code improvements
omit 3ef978fd8 TIKA-4512 -- this moves testing to "on the classpath" except
for tika-app, where we literally use the packaged .jar/.zip
omit bf53b8e8b TIKA-4512 -- checkpoint
omit 08d95337f TIKA-4512 -- this works: mvn clean install -am -pl
:tika-pipes-core-tests
omit 161f672a4 TIKA-4512 -- WIP do not merge
omit 9287d53ea Merge branch 'main' into TIKA-4512
omit 5bad32838 TIKA-4512 -- remove debugging class
omit 4e08b8050 TIKA-4512 -- first steps
add 256e2a100 TIKA-4519 -- fully integrate pf4j in pipes components (#2385)
add 81ad9af0f TIKA-4543 -- simplify pipes modules (#2402)
add 1040b4b9a TIKA-4544 -- first steps to adding a json loader for
TikaConfig
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c182b0ccf)
\
N -- N -- N refs/heads/TIKA-4544 (1040b4b9a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/tika/config/TikaComponent.java | 64 ----------------------
.../services/org.apache.tika.parser.Parser | 5 --
.../src/test/resources/META-INF/tika/parsers.idx | 6 --
3 files changed, 75 deletions(-)
delete mode 100644
tika-core/src/main/java/org/apache/tika/config/TikaComponent.java
delete mode 100644
tika-serialization/src/test/resources/META-INF/services/org.apache.tika.parser.Parser
delete mode 100644
tika-serialization/src/test/resources/META-INF/tika/parsers.idx