From 1b9bfb1bfed11593e08cde8bb072dbfb5980b740 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 13 Jul 2026 07:08:31 +0200 Subject: Modernize build: Java 21, Tika 3, PDFBox 3, JUnit 5. Bump all dependencies and plugins to current versions. Replace the tika-parsers bundle with a direct PDFBox dependency (we need PDFTextStripper control), add java-diff-utils for the synopsis diff, and add JUnit 5 with AssertJ for testing. Drop unused dependencies (tess4j, Lanterna, term4j, sqlite-jdbc, imageio codecs, annotation libraries) in favour of jspecify. Regenerate the Maven wrapper with the official plugin (Takari is dead) and remove the vestigial Ant wrapper and Tika configuration. Co-Authored-By: Claude Fable 5 Change-Id: I0e1813b3967027cbb0bb978591d345ce138fa0a0 --- .../resources/eu/mulk/aendggner/tika-config.xml | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/main/resources/eu/mulk/aendggner/tika-config.xml (limited to 'src/main') diff --git a/src/main/resources/eu/mulk/aendggner/tika-config.xml b/src/main/resources/eu/mulk/aendggner/tika-config.xml deleted file mode 100644 index 7c7983c..0000000 --- a/src/main/resources/eu/mulk/aendggner/tika-config.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - true - auto - - - - - - - -- cgit v1.2.1