Closed
Description
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.