- 19 Nov, 2017 6 commits
-
-
Phillip Webb authored
Align `WebServer` application contexts with Spring Framework by allowing a custom beanFactory to be used on construction. Fixes gh-8547
-
Phillip Webb authored
Extend `BinderConversionService` to support `Duration` parsing of the more readable `10s` form (equivalent to 10 seconds). Standard ISO-8601 parsing also remains as an option. Fixes gh-11078
-
Phillip Webb authored
Fix public constructor accidentally added in commit 72862b56. See gh-10387
-
Phillip Webb authored
* pr/10387: Polish location check with vendor placeholder Support location check with vendor placeholder
-
Phillip Webb authored
Closes gh-10387
-
Eddú Meléndez authored
Update location check logic triggered if `flyway.check-location=true` to resolve any vendor placeholders in `flyway.locations`. See gh-10387
-
- 18 Nov, 2017 13 commits
-
-
Phillip Webb authored
* pr/11076: Polish Kafka transaction support property Add Kafka transaction support property
-
Phillip Webb authored
Closes gh-11076
-
nklmish authored
Add `spring.kafka.producer.transaction-id-prefix` property that will be passed to `DefaultKafkaProducerFactory.setTransactionIdPrefix(...)` See gh-11076
-
Phillip Webb authored
* pr/11075: Polish
-
Johnny Lim authored
-
Phillip Webb authored
-
Stephane Nicoll authored
Closes gh-11074
-
Stephane Nicoll authored
* pr/11073: Remove duplicate words
-
dreis2211 authored
Closes gh-11073
-
Stephane Nicoll authored
-
Madhura Bhave authored
Fixes gh-10939
-
Phillip Webb authored
* pr/11068: Remove explicit constructor super() calls
-
Johnny Lim authored
Closes gh-11068
-
- 17 Nov, 2017 21 commits
-
-
Phillip Webb authored
-
Madhura Bhave authored
Closes gh-11070
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-11021
-
Madhura Bhave authored
Fixes gh-11014
-
Madhura Bhave authored
To keep it consistent with changes made in Spring Security Closes gh-11038
-
Andy Wilkinson authored
Closes gh-11046
-
Andy Wilkinson authored
Closes gh-10993
-
Andy Wilkinson authored
Closes gh-8042
-
Andy Wilkinson authored
-
Jay Bryant authored
See gh-8042
-
Andy Wilkinson authored
Closes gh-8042
-
Stephane Nicoll authored
Closes gh-10867
-
Stephane Nicoll authored
Closes gh-11030
-
Stephane Nicoll authored
* pr/11045: Update "Building reference documentation" section
-
Johnny Lim authored
This commit also changes `spring-boot-maven-plugin/pom.xml` to make it work with `full` Maven profile. Closes gh-11045
-
Stephane Nicoll authored
* pr/11054: Fix `SessionAutoConfiguration` ordering
-
Vedran Pavic authored
This commit updates `SessionAutoConfiguration` to ensure it is processed after `MongoDataAutoConfiguration` and `MongoReactiveDataAutoConfiguration`, instead of `MongoAutoConfiguration` and `MongoReactiveAutoConfiguration`. This is required in order for MongoDB Session auto-configuration to work, since `MongoSessionConfiguration` and `MongoReactiveSessionConfiguration` are conditional on `MongoOperations` and `ReactiveMongoOperations` beans, respectively. Closes gh-11054
-
Stephane Nicoll authored
* pr/11050: Polish
-
Johnny Lim authored
Closes gh-11050
-
Stephane Nicoll authored
Closes gh-11053
-