Hi, On Thu, Jan 26, 2012 at 9:20 PM, Terence Kent <[email protected]> wrote: > We are currently using Tika 1.0 with XMLBeans 2.3 and we would like to > upgrade our version of XMLBeans to 2.4. I don't see anything explicitly > saying that XMLBeans version 2.3 is required for Tika 1.0, just a few > references to it in the change lists. Is it possible to use XMLBeans 2.4 > with Tika 1.0, or is this an unsupported configuration?
We don't (and practically can't) test Tika with all combinations of possible dependency versions, so the only ones we can honestly claim as supported are the ones explicitly listed in http://tika.apache.org/1.0/gettingstarted.html. Tika needs XMLBeans as a transitive dependency through POI, so people more familiar with POI or XMLBeans can probably tell best how much the library has changed between 2.3 and 2.4 and whether such an upgrade is likely to cause trouble for POI. Or you can just try upgrading the dependency and see if it works. :-) BR, Jukka Zitting
