You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.