spring-boot/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin
Moritz Halbritter 507f868fe9 Remove quoting for system properties
Before this commit, system properties with a value has been quoted all the time.
This is fine as long if the resulting string is passed into the RunArguments(String) constructor, which then parses it again into a String[].
This isn't fine if they are added to ProcessBuilder.command, because then quoting is unnecessary.

This commit also fixes the unnecessary Map -> String -> String[] parsing by adding the entries directly into the array.

Closes gh-46555
2025-09-12 10:06:16 +02:00
..
src Remove quoting for system properties 2025-09-12 10:06:16 +02:00
build.gradle Add license header to gradle files 2025-06-20 17:20:50 -07:00