643 Commits (8cbbb577a04d16f577ad7169f23d62cd68c833ca)

Author SHA1 Message Date
Spring Buildmaster 819a9574a6 Next Development Version 10 years ago
Spring Buildmaster 376bbe68d8 Next Development Version 10 years ago
Stephane Nicoll 4ccc7dc554 Ignore invalid accessors 10 years ago
Phillip Webb af2483816b Fix JarFileTests to work on Windows 10 years ago
Andy Wilkinson 74e27db486 Polish contribution 10 years ago
Vladimir Tsanev a0f76eab47 Update JarURLConnection to support jar:file://… URLs 10 years ago
Christian Brunotte 677080b8e2 Update launch.script so popd does not print directory name to stdout 10 years ago
Phillip Webb 39140945b5 Polish 10 years ago
Andy Wilkinson 1043239de0 Ignore non-JavaExec run task when finding application's main class 10 years ago
Phillip Webb 5e722dae6a Polish 10 years ago
Stephane Nicoll a83dae0e10 Polish contribution 10 years ago
Eric Bottard 79cd01eb7a Fix configuration property name when group is empty 10 years ago
Stephane Nicoll c6c001457a Fix description of classifier attribute 10 years ago
Andy Wilkinson bb473c32e2 Enable Animal Sniffer checking of spring-boot-loader-tools 10 years ago
Spring Buildmaster 225d877ab9 Next Development Version 10 years ago
Spring Buildmaster 504d3e97ba Next development version 10 years ago
Phillip Webb c71aa32fbb Polish 10 years ago
Andy Wilkinson 9dc858cdf5 Add missing properties to RepackageTask and improve test coverage 10 years ago
Andy Wilkinson 854cacdb4f Fix useStartStopDaemon in launch script and allow config via conf file 10 years ago
Andy Wilkinson 2dc3660a32 Align launcher exception handling with direct invocation of main method 10 years ago
Stephane Nicoll 7842f50e30 Add property to skip integration tests 10 years ago
Andy Wilkinson 93ef795159 More use entrySet() rather than using keySet() and get(key) 10 years ago
Andy Wilkinson 681a866cce Exclude Java agents from class loader created by PropertiesLauncher 10 years ago
Andy Wilkinson 487a66a75f Resend SIGTERM if app is still running 30 seconds after first attempt 10 years ago
Andy Wilkinson 3afd0c7b3b Address Shellcheck warning (SC2086) for $arguments in launch script 10 years ago
Andy Wilkinson 27a81e1463 Complete static final logger changes that were started in ec2f33f9 10 years ago
Andy Wilkinson c39a55a270 Fix quoting of start-stop-daemon RUN_ARGS and JAVA_OPTS in launch script 10 years ago
Andy Wilkinson 04fe55a2ab Improve portability by using type instead of which in the launch script 10 years ago
Andy Wilkinson a1e0f2f5f0 Update launch script to wait for pid to be written to pid file 10 years ago
Phillip Webb 7397dbaf57 Allow ExitCodeGenerator to be used on Exceptions 10 years ago
Andy Wilkinson 6117b6c5c8 Consistent use of tabs for indentation in pom files 10 years ago
Johannes Edmeier 832ad2fe85 Change redirect in initscript to support old bash 10 years ago
Spring Buildmaster 8db59059a5 Next Development Version 10 years ago
Stephane Nicoll bb736e255b Fix SNAPSHOT version 10 years ago
Kirill Vlasov ec2f33f986 Make loggers private static final 10 years ago
Kirill Vlasov 786aacf2e9 Use Collections.isEmpty() instead of .size() == 0 10 years ago
Michitomo Nakahara 2b5b7cd81e Update launch.script to append to $log_file rather than overwriting it 10 years ago
Andy Wilkinson 02e1d669df Exit with a value of 1 when cd fails in the init script 10 years ago
Andy Wilkinson 81a4763940 Address problems in launch.script reported by Shellcheck 0.4.1 10 years ago
Phillip Webb 5a1ee6ebe8 Allow easy opt-out of using start-stop-daemon 10 years ago
Phillip Webb 34b31f1abc Protect against null description 10 years ago
Robert Thornton 8e0b8750c0 Cleanup description new-lines for launch script 10 years ago
Phillip Webb 2694605a4d Polish 10 years ago
mnhock 7348ef5ef1 Remove double instantiation of Manifest 10 years ago
Johnny Lim ec7fed1ecc Polish 10 years ago
Andy Wilkinson 46edee2e45 Only make bootRun depend on findMainClass and not all java exec tasks 10 years ago
Vladimir Tsanev 939b66f4ee Use fast exceptions in findResource(s) 10 years ago
吉田 尚弘 02363b38eb Make launch script's chkconfig configurable via a property 10 years ago
Andy Wilkinson 0f032eeb8a Address warnings reported by shellcheck for changes made in 7011944 10 years ago
Andy Wilkinson 70119449ce Add workaround for race condition in start-stop-daemon 10 years ago