- 28 Dec, 2016 17 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
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
This commit moves the `MultiMetricRepository` implementation from `InMemoryMetricRepository` to `InMemoryMultiMetricRepository`. Both implementations can share the same underlying store (and are for backward compatible reasons). The side effect is that `reset` now works as expected for a group. Closes gh-7687
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit allows to define `server.port` in a non-embedded web environment. Previously, `server.port` would have been set to `-1` regardless. Closes gh-7353
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7771
-
Phillip Webb authored
-
Phillip Webb authored
Add a Log4J2 `ConfigurationFactory` that is always applied so that the "No log4j2 configuration file found" error message does not appear. Although the message was harmless it was quite annoying to Spring Boot users who could safely omit the file. Fixes gh-4809
-
Phillip Webb authored
Update Log4J2 configurations to respect `FILE_LOG_PATTERN` and `CONSOLE_LOG_PATTERN` system properties. These system properties are set by `LoggingSystemProperties` from `logging.pattern.file` and `logging.pattern.console` properties in the Spring Environment. Fixes gh-7757
-
- 27 Dec, 2016 23 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Consistently use the simple name for ObjectProvider parameter and field names. For example: `ObjectProvider<Something> something` rather than `ObjectProvider<Something> somethingProvider`
-
Phillip Webb authored
-
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
-
Stephane Nicoll authored
Closes gh-7569
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-7763
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7763: Upgrade to Jersey 2.25
-
Quentin Caillard authored
Closes gh-7763
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/7765: Changed "right the way" to "right away"
-
arthur-noseda authored
Closes gh-7765
-