Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
1.6.0, 1.5.0
-
None
Description
The avatica jar includes a shaded version of jackson under the original package path.
This shaded version interferes with other jackson versions in the classpath.
Currently this prevents us from using jackson functionality which is only implemented in newer versions.
Is it reasonable to have a maven profile that uses jackson as “provided”[1] rather than shading? This would not be the default — the default would be continue to use a shaded version of jackson (relocated to org.apache.calcite.jackson, as Josh suggests) — but folks looking to embed calcite/avatica in a container might appreciate a lighter weight option.
Attachments
Issue Links
- is related to
-
CALCITE-1224 Provide non-shaded and shaded variants of Avatica artifacts
- Closed
- relates to
-
CALCITE-1021 Upgrade Jackson
- Closed
- links to