-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.13.0-alpha1
-
None
-
None
Gson is shaded into a different package namespace in the camunda-engine jar. Gson itself should not be exposed as a transitive dependency.
Impact:
- Embedded engine users receive a Gson dependency
- We include Gson in the JBoss and Wildfly modules
- We include Gson in the standalone webapps
Implementation hints:
- The shading plugin can be configured to produce a dependency-reduced pom that will remove the shaded dependencies
- Set provided dependency scope