Hi Tika developers,

On Jul 15, 2010, at 2:59pm, Ken Krugler wrote:

We ran into an issue recently, where some Bixo code built against Tika 0.7 broke when we tried to use it with Tika 0.8

The problem is that MediaType.getParameters was changed to return a SortedMap versus a Map, so the routine that Bixo is trying to call doesn't exist. We could fix this by building two different versions of Bixo, one for Tika 0.7 and one for Tika 0.8 (snapshot), but that's a bit painful.

I didn't see any callers of getParameters() that depended on keys being in sorted order, so I'm curious why this change was made.

I haven't heard anything back on this, so I'll open an issue to change the code to (once again) return just a regular Map vs. a SortedMap.

Thanks,

-- Ken

--------------------------------------------
<http://ken-blog.krugler.org>
+1 530-265-2225




Reply via email to