- 18 Jul, 2016 16 commits
-
-
Phillip Webb authored
* ServletContextInitializer-patch-1: Fixed ServletContextInitializer documentation
-
Max Stoliar authored
Closes gh-6410
-
Phillip Webb authored
* Spring-AMQP-1.6.1: Upgrade to Spring AMQP 1.6.1.RELEASE
-
Artem Bilan authored
Closes gh-6414
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update Log4J2LoggingSystem so that the FILTER is applied to the main configuration and not to the root logger. Prior to this commit calls to `logger.isErrorEnabled()` would not consider the filter and hence would always return `true`. This caused `SpringApplication` to silently swallow exceptions. Fixes gh-5271
-
Phillip Webb authored
Closes gh-6415
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update ServletComponentScanRegistrar to make use of Spring Framework's updated alias support with ASM reading. See gh-6337
-
Phillip Webb authored
Restore original get method functionality in DataSourceProperties in a deprecated form. Fixes gh-6406
-
Andy Wilkinson authored
Closes gh-6384
-
Stephane Nicoll authored
* pr/6059: Polish contribution Fix Bug HealthIndicator for Redis Cluster
-
Stephane Nicoll authored
Closes gh-6059
-
RichardCSantana authored
See gh-6059
-
- 17 Jul, 2016 1 commit
-
-
Phillip Webb authored
See gh-5505
-
- 16 Jul, 2016 2 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit reverts b8ee1f76 Closes gh-6334
-
- 15 Jul, 2016 8 commits
-
-
Phillip Webb authored
See gh-5505
-
Phillip Webb authored
Replace custom alias logic in @AutoConfigureRestDocs with @AliasFor. Closes gh-6403
-
Phillip Webb authored
Update EntityScanPackages to make use of Spring Framework's updated alias support with ASM reading. Closes gh-6337
-
Phillip Webb authored
Remove a dangling line left after commit 7b641d5d. Fixes gh-6229
-
Phillip Webb authored
Closes gh-5505
-
Phillip Webb authored
Update the reference documentation with a note about the limitations of ConfigFileApplicationContextInitializer. Fixes gh-6120
-
Phillip Webb authored
Fixes gh-6229
-
Phillip Webb authored
Fix issue where FixedAuthoritiesExtractor would fail to obtain standard item from the map because an incorrect key was used. Fixes gh-6396
-
- 14 Jul, 2016 2 commits
-
-
Stephane Nicoll authored
See gh-4313
-
Phillip Webb authored
Revert the previous upgrade due to the MCOMPILER-271 issue. Fixes gh-6391
-
- 13 Jul, 2016 11 commits
-
-
Phillip Webb authored
See gh-6390
-
Stephane Nicoll authored
Add a dedicated section to explain how YAML lists are merged. See gh-4313
-
Stephane Nicoll authored
Update PropertySourcesPropertyValues so that source detection logic for collection values also considers complex types. Prior to this commit properties of the following form were processed correctly: PropertySource-A list[0]=x PropertySource-B list[0]=y list[1]=z But properties of the form were not: PropertySource-A list[0].name=x PropertySource-B list[0].name=y list[1].name=z Fixes gh-4313 See gh-2611
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-6346
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-6387
-
Andy Wilkinson authored
Closes gh-6333
-
Andy Wilkinson authored
-