I'm interested in the integration of Spring and Apache Tika. Is this approach unsafe?
<bean id="tika" class="org.apache.tika.Tika"/>
Is it safe to call the detect()
method from different threads?
Are there any Spring-Tika integration patterns?
Thanks in advance.
source share