Spring & Tika integration: is my approach unsafe?

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.

+6
source share

Source: https://habr.com/ru/post/913421/


All Articles