- 02 Oct, 2017 10 commits
-
-
Andy Wilkinson authored
See gh-10475 See gh-10473
-
Andy Wilkinson authored
* gh-10457: Polish
-
Johnny Lim authored
-
Andy Wilkinson authored
Closes gh-10268
-
Andy Wilkinson authored
Previously, when deploying a Spring Boot application to a container, the servlet context property source was not fully initialised until the context was refreshed. This led to a problem where a value from a property source with lower precedence would be seen during the early stages of the application starting. Once the servlet context property source had been initialized, its value for the property would then become visible effectively making it appear as if the property's value had changed during startup. This led to a specific problem with determining active profiles. If spring.profiles.active was set both in JNDI and via the servlet context both profiles would end up being active, rather than the more intuitive behaviour of the profiles made active via the servlet context overriding those made active via JNDI. This commit updates SpringBootServletInitializer so that it explicitly creates the StandardServletEnvironment and initializes its property sources using the servlet context. This is done before the application is created and run, thereby ensuring that the servlet context property source is available throughout the application's startup. Closes gh-9972
-
Andy Wilkinson authored
Closes gh-10476
-
Andy Wilkinson authored
Closes gh-10475
-
Andy Wilkinson authored
Closes gh-10474
-
Andy Wilkinson authored
Closes gh-10473
-
Andy Wilkinson authored
Closes gh-10472
-
- 29 Sep, 2017 3 commits
-
-
Andy Wilkinson authored
Closes gh-10381
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10268
-
- 25 Sep, 2017 8 commits
-
-
Andy Wilkinson authored
Closes gh-10362
-
Andy Wilkinson authored
Closes gh-10392
-
Andy Wilkinson authored
Closes gh-10268
-
Stephane Nicoll authored
* pr/10382: Add reference to Citrus simulator Spring Boot starter
-
Christoph Deppisch authored
Closes gh-10382
-
Stephane Nicoll authored
* pr/10412: Polish JacksonAutoConfiguration
-
Eddú Meléndez authored
This commit removes unused constructor parameters introduced in 0c2ecb7b. Closes gh-10412
-
Stephane Nicoll authored
Closes gh-10416
-
- 24 Sep, 2017 8 commits
-
-
Andy Wilkinson authored
See gh-10395
-
Stephane Nicoll authored
* pr/10411: Typo in external config documentation
-
dreis2211 authored
Closes gh-10411
-
Andy Wilkinson authored
Closes gh-10397
-
Andy Wilkinson authored
Closes gh-10396
-
Andy Wilkinson authored
Closes gh-10395
-
Andy Wilkinson authored
Closes gh-10394
-
Andy Wilkinson authored
Closes gh-10393
-
- 20 Sep, 2017 5 commits
-
-
Andy Wilkinson authored
* gh-10278: Polish "Align prefix match in BufferCounterService with DefaultCounterService" Align prefix match in BufferCounterService with DefaultCounterService
-
Andy Wilkinson authored
See gh-10278
-
Venil Noronha authored
Closes gh-10278
-
Andy Wilkinson authored
* gh-10355: Upgrade Git Maven plugin to 2.2.3
-
Kyle Anderson authored
Closes gh-10355
-
- 19 Sep, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/10314: Polish "Fix a dead link" Fix a dead link
-
Stephane Nicoll authored
Closes gh-10314
-
Lachezar Balev authored
See gh-10314
-
- 16 Sep, 2017 3 commits
-
-
Stephane Nicoll authored
* pr/10134: Polish "Document default value change for proxy-target-class" Document default value change for proxy-target-class
-
Stephane Nicoll authored
Closes gh-10134
-
Kyle Anderson authored
This commit documents the change to the default value for spring.aop.proxy-target-class by clarifying when the default is true vs false. See gh-10134
-