- 31 Mar, 2015 1 commit
-
-
Spring Buildmaster authored
-
- 30 Mar, 2015 2 commits
-
-
Marcin Zajączkowski authored
(cherry-picked from commit 99f1c7bf)
-
Andy Wilkinson authored
Closes gh-2723
-
- 26 Mar, 2015 6 commits
-
-
Andy Wilkinson authored
gh-2735
-
Andy Wilkinson authored
Closes gh-2733
-
Andy Wilkinson authored
Closes gh-2729
-
Andy Wilkinson authored
Closes gh-2734
-
Andy Wilkinson authored
Closes gh-2726
-
Andy Wilkinson authored
See gh-2718
-
- 24 Mar, 2015 3 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
* vcap-service-numbers: Support VcapApplicationListener Number Credentials
-
Ben Hale authored
Update VcapApplicationListener to support Number based credentials. Previously, any service credential value that wasn't a String would be discarded. This was particularly a problem for services that exposed a port as a JSON Number. This change takes numbers in the credential payload into account, converting them to Strings so that they will pass through the properties system properly. There's no real downside to this as Spring will coerce them back into Numbers if needed by an application. Fixes gh-2707
-
- 17 Mar, 2015 1 commit
-
-
Andy Wilkinson authored
Closes gh-2582
-
- 16 Mar, 2015 1 commit
-
-
Phillip Webb authored
-
- 04 Mar, 2015 1 commit
-
-
Andy Wilkinson authored
Closes gh-2581
-
- 02 Mar, 2015 2 commits
-
-
Rob Winch authored
Fixes gh-2567
-
Phillip Webb authored
-
- 26 Feb, 2015 2 commits
-
-
Phillip Webb authored
-
Spring Buildmaster authored
-
- 24 Feb, 2015 1 commit
-
-
Phillip Webb authored
Make spring-boot-integration-tests a top level project and move the existing gradle tests and security tests to be sub-modules.
-
- 23 Feb, 2015 2 commits
-
-
Phillip Webb authored
Update invoker configuration so that only folders with a pom.xml file are invoked. This helps when switching between the 1.1.x and master branches since empty folders left by git no longer fail the build.
-
Phillip Webb authored
-
- 19 Feb, 2015 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes gh-2473
-
- 18 Feb, 2015 1 commit
-
-
Andy Wilkinson authored
Closes gh-2429
-
- 17 Feb, 2015 8 commits
-
-
Andy Wilkinson authored
Closes gh-2304
-
Andy Wilkinson authored
Closes gh-2503
-
Andy Wilkinson authored
Closes gh-2502
-
Andy Wilkinson authored
Closes gh-2501
-
Andy Wilkinson authored
Closes gh-2500
-
Andy Wilkinson authored
Closes gh-2499
-
Andy Wilkinson authored
Closes gh-2498
-
Andy Wilkinson authored
Closes gh-2497
-
- 12 Feb, 2015 1 commit
-
-
Andy Wilkinson authored
Previously each endpoint was secured for path, path/, and path.*. This meant that a request to path/foo was not secured. This commit secures path/** to ensure that requests to a nested endpoint path are also secured. Fixes gh-2476
-
- 09 Feb, 2015 1 commit
-
-
Andy Wilkinson authored
Closes gh-2425
-
- 04 Feb, 2015 1 commit
-
-
Andy Wilkinson authored
Closes gh-2453
-
- 02 Feb, 2015 1 commit
-
-
Phillip Webb authored
-
- 29 Jan, 2015 3 commits
-
-
Stephane Nicoll authored
The property default format is lower case using hyphen. The JMX default domain property has been harmonized to that format. Fixes gh-2427
-
Andy Wilkinson authored
Spring Integration's FileWritingMessageHandler uses a .writing file while it's in the process of writing a message to disk and then performs a rename (depending on the OS and filesystem this may or may not be atommic) to create the .msg file. Prior to this commit the test was finding the temporary .writing files and examining them. This could lead to a FileNotFoundException being thrown as the temporary file was deleted while the test was trying to read its contents. This commit updates the test to only look for files with a .msg suffix Fixes gh-2428
-
Andy Wilkinson authored
This commit updates the documentation to describe the three steps involved in producing a deployable war file in a single place. Closes gh-2185
-