spring-boot/spring-boot-project/spring-boot-tools
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
..
spring-boot-antlib Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-autoconfigure-processor Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-buildpack-platform Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-cli Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-configuration-metadata Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-configuration-metadata-changelog-generator Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-configuration-processor Polish 2025-09-05 14:13:02 +02:00
spring-boot-gradle-plugin Simplify code by making of us shouldResolveConsistentlyWith 2025-08-01 06:57:06 +01:00
spring-boot-gradle-test-support Use build instead of temp dir for Gradle TestKit directories 2025-07-22 11:24:40 +01:00
spring-boot-jarmode-tools Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-loader Fix NestedJarFile.JarEntryInputStream's available() behavior 2025-09-05 17:29:22 +01:00
spring-boot-loader-classic Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-loader-tools Streamline CRC and hash calculation when preparing stored entries 2025-06-25 13:31:04 +01:00
spring-boot-maven-plugin Remove quoting for system properties 2025-09-12 10:06:16 +02:00
spring-boot-properties-migrator Add license header to gradle files 2025-06-20 17:20:50 -07:00
spring-boot-test-support Add @EnabledOnLocale annotation for locale-based tests 2025-06-27 12:45:35 +02:00
spring-boot-test-support-docker Add license header to gradle files 2025-06-20 17:20:50 -07:00