Implementation attributes are missing from Maven shade transformer configuration in spring-boot-starter-parent #21304
Labels
type: regression
A regression from a previous release
Milestone
Hi,
I've noticed that the spring-boot-starter-parent probably contains an invalid configuration of the maven-shade-plugin. There is an "empty" transformer
delegate.transformer('')
which causes a NoSuchMethodException in some cases. The configuration of the transformers has been changed from 2.2.x to 2.3.x.The text was updated successfully, but these errors were encountered: