[
https://issues.apache.org/jira/browse/OAK-9752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18084318#comment-18084318
]
Marco Matessi edited comment on OAK-9752 at 5/29/26 10:21 AM:
--------------------------------------------------------------
Good news on the blocker Konrad mentioned: TIKA-4698 has been fixed upstream.
The issue was that bnd's bytecode scanner didn't detect
\{{org.apache.tika.parser.external}} (it's only referenced in the SPI text
file, not in compiled bytecode), so the package was missing from the generated
OSGi \{{Import-Package}}. The fix adds an explicit \{{Import-Package}} entry
for it in the maven-bundle-plugin configuration.
It was merged into Tika's \{{branch_3x}} on 28 May 2026 and will ship in Tika
3.3.2 (3.3.1 was released on 26 May, just before the merge, so it does not
include the fix).
PR: https://github.com/apache/tika/pull/2842
was (Author: JIRAUSER307803):
Good news on the blocker Konrad mentioned: TIKA-4698 has been fixed upstream.
The issue was that bnd's bytecode scanner didn't detect
`org.apache.tika.parser.external` (it's only referenced in the SPI text file,
not in compiled bytecode), so the package was missing from the generated OSGi
`Import-Package`. The fix adds an explicit `Import-Package` entry for it in the
maven-bundle-plugin configuration.
It was merged into Tika's `branch_3x` on 28 May 2026 and will ship in Tika
3.3.2 (3.3.1 was released on 26 May, just before the merge, so it does not
include the fix).
PR: https://github.com/apache/tika/pull/2842
> Update Tika version to 3.x
> --------------------------
>
> Key: OAK-9752
> URL: https://issues.apache.org/jira/browse/OAK-9752
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Reporter: Mohit Kataria
> Assignee: Konrad Windszus
> Priority: Minor
> Labels: indexing
>
> Currently oak uses tika-1.24.1
> We should upgrade tika version to latest tika -i.e. 2.x- meanwhile 3.x
--
This message was sent by Atlassian Jira
(v8.20.10#820010)