- 30 Dec, 2016 3 commits
-
-
Phillip Webb authored
-
Stephane Nicoll authored
See gh-7793
-
Stephane Nicoll authored
Update `CacheManagerCustomizers` to deal directly with `ClassCastException` assuming that they are because a customizer is implemented using a lambda. Closes gh-7788
-
- 29 Dec, 2016 1 commit
-
-
Stephane Nicoll authored
Closes gh-7781
-
- 28 Dec, 2016 4 commits
-
-
Phillip Webb authored
Update ClassLoaderFilesResourcePatternResolver to support servlet resources when it's being used with a WebApplicationContext. Prior to commit 918e122d a `ResourceLoader` was not added to the `ApplicationContext`, meaning that servlet resources could be found by virtue of the protected `getResourceByPath()` method. Following commit 918e122d, the context `ResourceLoader` is set, meaning that all calls to `getResource` delegate to the `ResourceLoader` and the `ApplicationContext` methods are not invoked. Since the devtools `ResourceLoader` wasn't Servlet aware, servlet resources could not be found. Fixes gh-7752
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7771
-
- 27 Dec, 2016 10 commits
-
-
Phillip Webb authored
* pr/7741: Notify BuildContext of changed build-info file
-
Arlo O'Keeffe authored
Update Maven plugin to inform the BuildContext when changes are made to the `build-info` file. Prior to this commit Eclipse could continually trigger refreshes whenever "Refresh using native hooks or polling" was enabled and the file was written to `src/main/resources`. Closes gh-7741
-
Phillip Webb authored
* pr/7737: Improve Cassandra sample README documentation
-
Mesut Can Gurle authored
Update the README file in `spring-boot-sample-data-cassandra` with details of how to setup the keyspace and create the tables. Closes gh-7737
-
Phillip Webb authored
* pr/7769: Fix typo in "you IDE"
-
arthur-noseda authored
Change "you IDE" to "your IDE". Closes gh-7769
-
Phillip Webb authored
Add a simple test to show that basic serving of `/public` resources works with devtoos. See gh-7752
-
Stephane Nicoll authored
* pr/7765: Changed "right the way" to "right away"
-
arthur-noseda authored
Closes gh-7765
-
Stephane Nicoll authored
This commit aligns the mapping from library to name to the default behaviour of the `maven-war-plugin`. Previously, our plugin would use the full version of the library (i.e. including build timestamp if there is one), rather than using the `baseVersion` property. Closes gh-7743
-
- 26 Dec, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/7755: Minor fix in description
-
Shubham Aggarwal authored
Closes gh-7755
-
- 25 Dec, 2016 1 commit
-
-
Stephane Nicoll authored
Closes gh-7742
-
- 23 Dec, 2016 2 commits
-
-
Phillip Webb authored
-
Spring Buildmaster authored
-
- 21 Dec, 2016 10 commits
-
-
Kazuki Shimizu authored
Closes gh-7721
-
Phillip Webb authored
Closes gh-7602
-
Phillip Webb authored
Update `SpringBootTestContextCustomizer` to use the full qualified TestRestTemplate as the registered bean name. Prior to this commit it was possible that the customizer would replace the relatively common bean name `testRestTemplate`. Fixes gh-7711
-
Phillip Webb authored
Update the RelaxedPropertyResolver used to load log properties so that `${...}` patterns are ignored when possible. Fixes gh-7719
-
Stephane Nicoll authored
Closes gh-7710
-
Stephane Nicoll authored
Closes gh-7707
-
Stephane Nicoll authored
See gh-7707
-
Stephane Nicoll authored
See gh-7710
-
Stephane Nicoll authored
Closes gh-7601
-
Stephane Nicoll authored
Closes gh-7716
-
- 20 Dec, 2016 5 commits
-
-
Stephane Nicoll authored
See gh-7681
-
Phillip Webb authored
* pr/7639: Broaden LoggingApplicationListener ignores
-
Chaouki Dhib authored
Update `LoggingApplicationListener` to ignore all `-D` prefixed property values. As well as catching the Azure use-case, this update now means Spring Boot application can start when Tomcat is missing `CATALINA_BASE\conf\logging.properties` and sets the value `-Dnop`. Closes gh-7639
-
Phillip Webb authored
Update the fix committed in a2d46dc1 to fallback to reflection based invocation in case earlier versions of Logback are being used. Closes gh-7638
-
Phillip Webb authored
Update `MockitoPostProcessor` so that `@SpyBean` will automatically pick the `@Primary` bean when multiple candidates exist. Fixes gh-7621
-
- 19 Dec, 2016 2 commits
-
-
Phillip Webb authored
Add an integration test to check that @SpyBean can be used with on a bean definition that returns a generic type. Closes gh-7625
-
Phillip Webb authored
-