Since version 2.2.3.RELEASE, I have a regression when using command line arguments from Maven plugin.
When I use the maven plugin and pass multiple arguments, the args array contains only one value. For example, if I use the following command line, the array will containe only one value.
mvn spring-boot:run -Dspring-boot.run.arguments="param1,param2"
It was working with version 2.2.2.RELEASE
An example can be found here : https://github.com/ebussieres/spring-boot-run-bug