- 01 Oct, 2019 3 commits
-
-
Stephane Nicoll authored
Closes gh-18313
-
Stephane Nicoll authored
* pr/18445: Fix comment position in ZipHeaderPeekInputStreamTests Closes gh-18445
-
dreis2211 authored
See gh-18445
-
- 30 Sep, 2019 2 commits
-
-
Stephane Nicoll authored
Closes gh-18414
-
Andy Wilkinson authored
Closes gh-18271
-
- 29 Sep, 2019 8 commits
-
-
Stephane Nicoll authored
* pr/18378: Add Mustache to 'Customize ViewResolvers' docs section Closes gh-18378
-
dreis2211 authored
See gh-18378
-
Stephane Nicoll authored
See gh-18414
-
Phillip Webb authored
* pr/18339: Polish 'Apply TTL invocation caching on reactor types' Apply TTL invocation caching on reactor types Closes gh-18339
-
Phillip Webb authored
Extract reactor specific code to an inner class to protect against ClassNotFound exceptions if reactor is not in use. Also add support for `Flux`. See gh-18339
-
dreis2211 authored
Update `CachingOperationInvoker` so that TTL caching is applied directly to reactive types. Prior to this commit, a `Mono` would be cached, but the values that it emitted would not. See gh-18339
-
Phillip Webb authored
* pr/18333: Use ordered TaskExecutorCustomizers Fixes gh-18333
-
Tadaya Tsuyukubo authored
Use an ordered stream in `TaskExecutionAutoConfiguration` when obtaining the TaskExecutor customizers. See gh-18333
-
- 28 Sep, 2019 10 commits
-
-
Stephane Nicoll authored
Closes gh-18238
-
Stephane Nicoll authored
Closes gh-18407
-
Stephane Nicoll authored
Closes gh-18406
-
Stephane Nicoll authored
Closes gh-18405
-
Stephane Nicoll authored
Closes gh-18404
-
Stephane Nicoll authored
Closes gh-18403
-
Stephane Nicoll authored
Closes gh-18402
-
Stephane Nicoll authored
Closes gh-18401
-
Stephane Nicoll authored
Closes gh-18400
-
Stephane Nicoll authored
-
- 27 Sep, 2019 4 commits
-
-
Stephane Nicoll authored
* pr/18347: Polish Closes gh-18347
-
Johnny Lim authored
See gh-18347
-
Stephane Nicoll authored
* pr/18372: Fix typo in ApplicationContextAssert Closes gh-18372
-
Roland Weisleder authored
See gh-18372
-
- 26 Sep, 2019 2 commits
-
-
Phillip Webb authored
Update `DataSourceInitializedPublisher` to fallback to the `LocalContainerEntityManagerFactoryBean` if the `javax.persistence.nonJtaDataSource` property is not defined. As of Hibernate 4.3 the property is no longer set if the `EntityManager` is created from a `PersistenceUnitInfo` instance rather than actual properties. Although this is being addressed in Hibernate issue HHH-13432, it's not strictly a requirement of the JPA spec that the property is set. Fixes gh-17061
-
-
- 25 Sep, 2019 2 commits
-
-
Madhura Bhave authored
This also removes the need for the tomcat starter to be in provided scope. Closes gh-18346
-
Stephane Nicoll authored
Closes gh-18348
-
- 24 Sep, 2019 7 commits
-
-
Madhura Bhave authored
This will ensure that ReactiveManagementWebSecurityAutoConfiguration backs off and that the actuator endpoints are also secured via OAuth2. Fixes gh-17949
-
Andy Wilkinson authored
Fixes gh-18136
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, a number of usages of @ConditionalOnMissingBean prevented a bean that implements an auto-configured bean's "main" interface from causing the auto-configuration of the bean to back off. This would happen when @ConditionalOnMissingBean did not specify a type, the @Bean method returned the bean's concrete type, and that concreate type implements a "main" interface. This commit updates such usages of @ConditionalOnMissingBean to specify the "main" interface as the type of the bean that must be missing. This will allow, for example, the auto-configured MongoTemplate bean to back off when a MongoOperations bean is defined. Fixes gh-18101
-
dreis2211 authored
Closes gh-18338
-
Stephane Nicoll authored
* pr/18331: Fix property name in "Task Execution and Scheduling" example Closes gh-18331
-
leoli authored
See gh-18331
-
- 23 Sep, 2019 2 commits
-
-
Andy Wilkinson authored
Closes gh-18319
-
Stephane Nicoll authored
See gh-18315
-