[
https://issues.apache.org/jira/browse/TIKA-4581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18046809#comment-18046809
]
ASF GitHub Bot commented on TIKA-4581:
--------------------------------------
tballison commented on code in PR #2463:
URL: https://github.com/apache/tika/pull/2463#discussion_r2637068540
##########
tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/extractor/EmbeddedDocumentBytesConfig.java:
##########
@@ -19,6 +19,9 @@
import java.io.Serializable;
import java.util.Objects;
+import org.apache.tika.config.TikaComponent;
+
+@TikaComponent(name = "embedded-document-bytes-config")
Review Comment:
I think the changes on TIKA-4585 will fix this. I don't have intellij
failures locally... I can't figure out what needs to be fixed. :/ . Let me know
specifically what the problems were if you didn't already fix them on this PR.
> Various fixes in 4.x
> --------------------
>
> Key: TIKA-4581
> URL: https://issues.apache.org/jira/browse/TIKA-4581
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Minor
>
> There are a number of small things that need to be fixed based on recent
> changes in 4.x. I don't want to swamp the mail list with a single issue per.
> I'll track them on this ticket.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)