mvn spring-boot:run -Dspring-boot.run.arguments="param1,param2"
Should output on two lines and be interpreted as 2 arguments
With version 2.2.2.RELEASE, everything works fine. With version 2.2.3.RELEASE, it is interpreted as only one arguments
mvn spring-boot:run -Dspring-boot.run.arguments="param1,param2"
Should output on two lines and be interpreted as 2 arguments
With version 2.2.2.RELEASE, everything works fine. With version 2.2.3.RELEASE, it is interpreted as only one arguments