Hi Sanjay, We already have some open JIRA issues WRT shading
https://issues.apache.org/jira/browse/CALCITE-1110 and https://issues.apache.org/jira/browse/CALCITE-1224
If you have the time, we would be more than happy for a patch to be provided. Otherwise, I'll get around to it as time permits.
- josh Sanjay Prasad wrote:
Hi guys, Is there an avatica jar with no pre-packaged jackson class files in it ? I am having dependency issues with it in a J2SE application that uses jackson for json parsing and can't use any version other than 2.6.3 that is included with the avatica jar. java.lang.NoSuchFieldError: USE_DEFAULTS at com.fasterxml.jackson.annotation.JsonInclude$Value.<clinit>(JsonInclude.java:205) at com.fasterxml.jackson.databind.cfg.MapperConfig.<clinit>(MapperConfig.java:45) at com.fasterxml.jackson.databind.ObjectMapper.<init>(ObjectMapper.java:543) at com.fasterxml.jackson.databind.ObjectMapper.<init>(ObjectMapper.java:460) at com.kalkitech.k11.tools.ImportData.saveSoftware(ImportData.java:382) at com.kalkitech.k11.tools.ImportData.saveCompany(ImportData.java:240) at com.kalkitech.k11.tools.ImportData.saveCompanies(ImportData.java:208) at com.kalkitech.k11.tools.ImportData.saveAsK11Objects(ImportData.java:180) at com.kalkitech.k11.tools.ImportData.main(ImportData.java:63) -Regards -SP "Disclaimer: This message is being sent from Kalki Communication Technologies Pvt Ltd (KALKITECH). and may contain information which is confidential or privileged. If you are not the intended recipient, please advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy. Any unauthorized use of the content of this message can expose the responsible party to civil and/or criminal penalties, and may constitute a more serious offense. Further the company does not accept liability for any errors, omissions, viruses or computer problems experienced as a result of this transmission. If you have received this message in error, notice is hereby given that no representation, contract or other binding obligation shall be created by this e-mail."
