On Mon, 12 Dec 2011, Uday Ogra wrote:
Can I know which version of TIKA will be compatible with POI 3.7 version?
The way to check is to look at the Tika Parsers POM files, which define the POI version they work with.
From that, we can see that Tika 0.9 used POI 3.7
http://repo1.maven.org/maven2/org/apache/tika/tika-parsers/0.9/tika-parsers-0.9.pom But Tika 0.10 had moved to POI 3.8 beta 4 http://repo1.maven.org/maven2/org/apache/tika/tika-parsers/0.10/tika-parsers-0.10.pom
Currently our project has upgraded POI from 3.5 to 3.7. We are not moving to 3.8 as it is causing some backward compatibility issues.
I'd suggest you work on getting those problems solved, as more recent Tika and POI releases have quite a few bug fixes in them!
Nick
