Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Implemented
-
Affects Version/s: 2.20.0
-
Fix Version/s: 2.20.0
-
Component/s: camel-salesforce
-
Labels:None
-
Estimated Complexity:Unknown
Description
With the addition of Metadata support, a dependency jackson-module-jsonSchema pulled in validation-api. The Metadata support doesn't use it and if it's declared then at runtime it's detected by Spring Boot auto-configuration that tries to instantiate a default implementation of Validation API (such as hibernate-validator). We should exclude this dependency.