When i migrated from 2.4.7 to 2.5.4 I noticed that the transitive dependency pulls in`com.sun.activation`. This is not desirable as this causes errors with many libraries until you add an exclusion on `com.sun.activation`. Can we shade this dependency?
When i migrated from 2.4.7 to 2.5.4 I noticed that the transitive dependency pulls in
com.sun.activation.This is not desirable as this causes errors with many libraries until you add an exclusion on
com.sun.activation.Can we shade this dependency?