You are viewing a plain text version of this content. The canonical link for it is here.
- [tika] branch multiple-parsers updated (54477aa -> d909b77) - posted by ni...@apache.org on 2018/04/04 07:49:55 UTC, 0 replies.
- [tika] 01/05: List of parsers can just be a Collection, does not require a list - posted by ni...@apache.org on 2018/04/04 07:49:56 UTC, 0 replies.
- [tika] 02/05: Replace the old experimental Fallback ParserDecorator code with a call to the new FallbackParser - posted by ni...@apache.org on 2018/04/04 07:49:57 UTC, 0 replies.
- [tika] 03/05: Mark the ContentHandlerFactory override parse method as still experimental, pending more feedback and a decision on returning a list of created handlers - posted by ni...@apache.org on 2018/04/04 07:49:58 UTC, 0 replies.
- [tika] 04/05: Fix XML to be valid - posted by ni...@apache.org on 2018/04/04 07:49:59 UTC, 0 replies.
- [tika] 05/05: Preseve old fallback decorator behaviour with explicit mime types override - posted by ni...@apache.org on 2018/04/04 07:50:00 UTC, 0 replies.
- [tika] branch master updated: TIKA-2625 - posted by ta...@apache.org on 2018/04/06 15:17:48 UTC, 0 replies.
- [tika] branch master updated: TIKA-2626 - posted by ta...@apache.org on 2018/04/06 17:48:43 UTC, 0 replies.
- [tika] branch branch_1x updated (cecce45 -> d1a7cab) - posted by ta...@apache.org on 2018/04/06 17:52:56 UTC, 0 replies.
- [tika] 01/02: TIKA-2625 - posted by ta...@apache.org on 2018/04/06 17:52:57 UTC, 0 replies.
- [tika] 02/02: TIKA-2626 - posted by ta...@apache.org on 2018/04/06 17:52:58 UTC, 0 replies.
- [tika] branch multiple-parsers updated (d909b77 -> 26391d2) - posted by ni...@apache.org on 2018/04/08 12:14:24 UTC, 0 replies.
- [tika] 01/05: Support loading well known enum params - posted by ni...@apache.org on 2018/04/08 12:14:25 UTC, 0 replies.
- [tika] 02/05: Pass the params to the composite parser constructors - posted by ni...@apache.org on 2018/04/08 12:14:26 UTC, 0 replies.
- [tika] 03/05: MultipleParser constructor that accepts Params - posted by ni...@apache.org on 2018/04/08 12:14:27 UTC, 0 replies.
- [tika] 04/05: TikaConfig loading of Multiple Parsers with Policy - posted by ni...@apache.org on 2018/04/08 12:14:28 UTC, 0 replies.
- [tika] 05/05: Ignore expected warnings, mark TODOs done - posted by ni...@apache.org on 2018/04/08 12:14:29 UTC, 0 replies.
- [tika] branch multiple-parsers updated (26391d2 -> 742e60e) - posted by ni...@apache.org on 2018/04/08 12:15:41 UTC, 0 replies.
- [tika] 01/01: Merge branch 'master' of https://github.com/apache/tika into multiple-parsers - posted by ni...@apache.org on 2018/04/08 12:15:42 UTC, 0 replies.
- [tika] branch master updated (c8b9b44 -> 742e60e) - posted by ni...@apache.org on 2018/04/08 12:44:33 UTC, 0 replies.
- [tika] branch master updated: Serialise the details of multiple parsers - posted by ni...@apache.org on 2018/04/08 12:57:19 UTC, 0 replies.
- [tika] branch branch_1x updated: Update CHANGES.txt for 1.18 release. - posted by ta...@apache.org on 2018/04/10 00:53:22 UTC, 0 replies.
- [tika] branch master updated: fix license issues identified by rat during prep for 1.18 release - posted by ta...@apache.org on 2018/04/10 01:09:37 UTC, 0 replies.
- [tika] branch branch_1x updated: fix license issues identified by rat during prep for 1.18 release - posted by ta...@apache.org on 2018/04/10 01:11:11 UTC, 0 replies.
- [tika] branch branch_1x updated: [maven-release-plugin] prepare release 1.18-rc1 - posted by ta...@apache.org on 2018/04/10 01:51:34 UTC, 1 replies.
- [tika] annotated tag 1.18-rc1 updated (0afdf50 -> 03281e4) - posted by ta...@apache.org on 2018/04/10 01:51:48 UTC, 0 replies.
- [tika] branch branch_1x updated: [maven-release-plugin] prepare for next development iteration - posted by ta...@apache.org on 2018/04/10 01:51:55 UTC, 3 replies.
- [tika] branch branch_1x updated: rollback 1.18-rc1 attempt -- error transferring data to nexus - posted by ta...@apache.org on 2018/04/10 10:30:56 UTC, 0 replies.
- [tika] branch branch_1x updated (7fb331d -> c44e8b6) - posted by ta...@apache.org on 2018/04/10 10:56:29 UTC, 0 replies.
- [tika] 01/02: Update CHANGES.txt for 1.18 release - posted by ta...@apache.org on 2018/04/10 10:56:30 UTC, 0 replies.
- [tika] 02/02: [maven-release-plugin] prepare release 1.18-rc1 - posted by ta...@apache.org on 2018/04/10 10:56:31 UTC, 0 replies.
- [tika] annotated tag 1.18-rc1 deleted (was 03281e4) - posted by ta...@apache.org on 2018/04/10 10:59:04 UTC, 0 replies.
- [tika] branch branch_1x updated: forgot to delete existing tag -- revert to 1.18-SNAPSHOT - posted by ta...@apache.org on 2018/04/10 10:59:58 UTC, 0 replies.
- [tika] annotated tag 1.18-rc1 updated (5cff40f -> 38e7d65) - posted by ta...@apache.org on 2018/04/10 11:25:12 UTC, 0 replies.
- svn commit: r26268 [2/2] - /dev/tika/ - posted by ta...@apache.org on 2018/04/10 12:34:14 UTC, 0 replies.
- svn commit: r26268 [1/2] - /dev/tika/ - posted by ta...@apache.org on 2018/04/10 12:34:14 UTC, 0 replies.
- [tika] branch master updated: fix potential resource leak - posted by ta...@apache.org on 2018/04/16 14:44:37 UTC, 0 replies.
- [tika] branch master updated: followup fix - posted by ta...@apache.org on 2018/04/16 16:37:32 UTC, 0 replies.
- [tika] branch master updated (aff9175 -> 9610149) - posted by ta...@apache.org on 2018/04/16 18:05:31 UTC, 0 replies.
- [tika] 01/02: fix chm parser - posted by ta...@apache.org on 2018/04/16 18:05:32 UTC, 0 replies.
- [tika] 02/02: fix readUE7 - posted by ta...@apache.org on 2018/04/16 18:05:33 UTC, 0 replies.
- [tika] branch master updated: fix chm; remove println - posted by ta...@apache.org on 2018/04/16 18:14:48 UTC, 0 replies.
- [tika] branch branch_1x updated (5b12e7f -> 5d983aa) - posted by ta...@apache.org on 2018/04/16 19:38:42 UTC, 0 replies.
- [tika] 01/06: fix potential resource leak - posted by ta...@apache.org on 2018/04/16 19:38:43 UTC, 0 replies.
- [tika] 02/06: fix potential resource leak - posted by ta...@apache.org on 2018/04/16 19:38:44 UTC, 0 replies.
- [tika] 03/06: followup fix - posted by ta...@apache.org on 2018/04/16 19:38:45 UTC, 0 replies.
- [tika] 04/06: fix chm parser - posted by ta...@apache.org on 2018/04/16 19:38:46 UTC, 0 replies.
- [tika] 05/06: fix readUE7 - posted by ta...@apache.org on 2018/04/16 19:38:47 UTC, 0 replies.
- [tika] 06/06: fix chm; remove println - posted by ta...@apache.org on 2018/04/16 19:38:48 UTC, 0 replies.
- [tika] branch branch_1x updated: rollback to 1.18-SNAPSHOT in prep for rc2 - posted by ta...@apache.org on 2018/04/16 19:41:09 UTC, 0 replies.
- svn commit: r1829315 - /tika/site/publish/index.html - posted by dm...@apache.org on 2018/04/16 20:18:12 UTC, 0 replies.
- svn commit: r1829316 - /tika/site/publish/index.html - posted by dm...@apache.org on 2018/04/16 20:19:49 UTC, 0 replies.
- [tika] branch master updated: fix potential resource leak, continued - posted by ta...@apache.org on 2018/04/17 00:14:14 UTC, 0 replies.
- [tika] branch branch_1x updated: fix potential resource leak, continued - posted by ta...@apache.org on 2018/04/17 00:15:07 UTC, 0 replies.
- [tika] branch branch_1x updated: Update CHANGES.txt for 1.18-rc2 release - posted by ta...@apache.org on 2018/04/17 00:22:17 UTC, 0 replies.
- [tika] branch branch_1x updated: [maven-release-plugin] prepare release 1.18-rc2 - posted by ta...@apache.org on 2018/04/17 00:53:24 UTC, 0 replies.
- [tika] annotated tag 1.18-rc2 updated (1203862 -> ee40602) - posted by ta...@apache.org on 2018/04/17 00:53:39 UTC, 0 replies.
- svn commit: r26366 - /dev/tika/ - posted by ta...@apache.org on 2018/04/17 01:26:17 UTC, 0 replies.
- [tika] branch master updated: TIKA-2634 upgrade jackson to 2.9.5 - posted by ta...@apache.org on 2018/04/19 13:27:35 UTC, 0 replies.
- [tika] branch master updated: fix broken build on *nix caused by recent fixes; improve documentation; ensure trailing slash behavior on all OS - posted by ta...@apache.org on 2018/04/19 14:53:52 UTC, 0 replies.
- [tika] branch branch_1x updated (a39b325 -> c68994f) - posted by ta...@apache.org on 2018/04/19 14:54:31 UTC, 0 replies.
- [tika] 01/04: TIKA-2634 upgrade Jackson to 2.9.5 - posted by ta...@apache.org on 2018/04/19 14:54:32 UTC, 0 replies.
- [tika] 02/04: TIKA-2634 upgrade Jackson to 2.9.5 - posted by ta...@apache.org on 2018/04/19 14:54:33 UTC, 0 replies.
- [tika] 03/04: Merge remote-tracking branch 'origin/branch_1x' into branch_1x - posted by ta...@apache.org on 2018/04/19 14:54:34 UTC, 0 replies.
- [tika] 04/04: fix broken build on *nix caused by recent fixes; improve documentation; ensure trailing slash behavior on all OS - posted by ta...@apache.org on 2018/04/19 14:54:35 UTC, 0 replies.
- [tika] branch master updated: TIKA-2635 -- require that user specify path for imagemagick on windows to avoid conflict with system util "convert.exe" - posted by ta...@apache.org on 2018/04/19 15:17:25 UTC, 0 replies.
- [tika] branch branch_1x updated: TIKA-2635 -- require that user specify path for imagemagick on windows to avoid conflict with system util "convert.exe" - posted by ta...@apache.org on 2018/04/19 15:18:12 UTC, 0 replies.
- [tika] branch branch_1x updated: roll back to 1.18-SNAPSHOT in prep for RC3 - posted by ta...@apache.org on 2018/04/20 17:14:20 UTC, 0 replies.
- [tika] branch branch_1x updated: update CHANGES.txt in prep for RC3 - posted by ta...@apache.org on 2018/04/20 17:32:24 UTC, 0 replies.
- [tika] branch branch_1x updated: [maven-release-plugin] prepare release 1.18-rc3 - posted by ta...@apache.org on 2018/04/20 20:00:25 UTC, 0 replies.
- [tika] annotated tag 1.18-rc3 updated (38ff2a9 -> 630d107) - posted by ta...@apache.org on 2018/04/20 20:00:39 UTC, 0 replies.
- svn commit: r26446 [2/2] - /dev/tika/ - posted by ta...@apache.org on 2018/04/20 21:10:12 UTC, 0 replies.
- svn commit: r26446 [1/2] - /dev/tika/ - posted by ta...@apache.org on 2018/04/20 21:10:12 UTC, 0 replies.
- [tika] branch master updated: For now, if there's a network problem grabbing dl4j's model, skip the test silently. Do the same thing in both tests. - posted by ta...@apache.org on 2018/04/24 12:06:51 UTC, 0 replies.
- [tika] branch branch_1x updated: For now, if there's a network problem grabbing dl4j's model, skip the test silently. Do the same thing in both tests. - posted by ta...@apache.org on 2018/04/24 12:08:47 UTC, 0 replies.
- svn commit: r26488 - /release/tika/ - posted by ta...@apache.org on 2018/04/24 20:34:27 UTC, 0 replies.
- [tika] annotated tag 1.18-rc3 deleted (was 630d107) - posted by ta...@apache.org on 2018/04/24 20:39:38 UTC, 0 replies.
- svn commit: r1830099 - in /tika/site: ./ publish/ publish/0.10/ publish/0.5/ publish/0.6/ publish/0.7/ publish/0.8/ publish/0.9/ publish/1.0/ publish/1.1/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/... - posted by ta...@apache.org on 2018/04/25 16:42:23 UTC, 0 replies.
- svn commit: r1830101 [10/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [8/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [4/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [12/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [5/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [6/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [3/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [1/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [9/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [7/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [11/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830101 [2/12] - in /tika/site: publish/ publish/1.10/ publish/1.11/ publish/1.12/ publish/1.13/ publish/1.14/ publish/1.15/ publish/1.16/ publish/1.17/ publish/1.18/ publish/1.7/ publish/1.8/ publish/1.9/ src/site/apt/ - posted by ta...@apache.org on 2018/04/25 16:50:19 UTC, 0 replies.
- svn commit: r1830103 - in /tika/site/src/site/apt/1.19: ./ configuring.apt detection.apt formats.apt gettingstarted.apt index.apt parser.apt parser_guide.apt - posted by ni...@apache.org on 2018/04/25 17:11:54 UTC, 0 replies.
- [tika] branch master updated (84d64a7 -> 1520197) - posted by ni...@apache.org on 2018/04/26 23:07:14 UTC, 0 replies.
- [tika] 01/06: Test Columnar files - SAS7BDAT and CSV (other spreadsheet+DB formats still required) - posted by ni...@apache.org on 2018/04/26 23:07:15 UTC, 0 replies.
- [tika] 02/06: Depend on Parso for SAS7BDAT support - posted by ni...@apache.org on 2018/04/26 23:07:16 UTC, 0 replies.
- [tika] 03/06: Add parso to the OSGi bundle - posted by ni...@apache.org on 2018/04/26 23:07:17 UTC, 0 replies.
- [tika] 04/06: TIKA-2462 Initial parser for SAS7BDAT files powered by Parso (now ASLv2). Still to do: Metadata, Unit Tests, Consistency with similar format tests - posted by ni...@apache.org on 2018/04/26 23:07:18 UTC, 0 replies.
- [tika] 05/06: XHTML improvements - posted by ni...@apache.org on 2018/04/26 23:07:19 UTC, 0 replies.
- [tika] 06/06: Changelog update - posted by ni...@apache.org on 2018/04/26 23:07:20 UTC, 0 replies.
- [tika] branch master updated: Some SAS7BDAT metadata and unit testing - posted by ni...@apache.org on 2018/04/27 16:34:59 UTC, 0 replies.