Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
2.20.6
-
None
-
None
Description
I'm trying to upgrade to Jackrabbit v2.20.6 as part of a larger dependency update.
We use the JCA archive because we need XA transactions.
During deployment of the 2.20.6 archive I see stacktraces with:
Caused by: java.lang.ClassNotFoundException: org.apache.commons.compress.compressors.CompressorException
(More complete log attached)
As far as I can tell, you include:
org.apache.tika:tika-parser-zip-commons:2.4.0
Which in turn has a dependency on:
org.apache.commons:commons-compress:1.21
And the latter is not present in the JCA archive.
I do not think that we are relying much on the Tika stuff, but I am a bit worried that something is not working correctly based on all these stack traces.
I guess the missing dependency is a bug.