-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.0
-
Fix Version/s: 3.3.0
-
Component/s: camel-tika
-
Labels:None
-
Estimated Complexity:Unknown
There is a hardcoded creation of AutodetectParser (see https://github.com/apache/camel/blob/master/components/camel-tika/src/main/java/org/apache/camel/component/tika/TikaProducer.java#L66)
It would make component easily extensible, if there would be some way of providing parser into TikaProducer.
- links to