- 27 Oct, 2017 11 commits
-
-
Stephane Nicoll authored
Closes gh-10511
-
Sebastien Deleuze authored
See gh-9486
-
Sebastien Deleuze authored
Since Kotlin extensions do not apply to static methods, this commit introduces a runApplication() Kotlin top level function that acts as a Kotlin shortcut for SpringApplication.run(). This shortcut avoids to require using non-idiomatic code like SpringApplication.run(FooApplication::class.java) and provides a runApplication<FooApplication>() alternative (as well as an array of KClass based alternative when multiple classes need to be passed as parameter). It is possible to customize the application with the following syntax: runApplication<FooApplication>() { setEnvironment(environment) } See gh-10511
-
Sebastien Deleuze authored
This commit adds Kotlin main artifacts to Spring Boot dependency management and will be replaced by Kotlin BOM when it will be available (see KT-18398). See gh-9486
-
Andy Wilkinson authored
See gh-10773
-
Andy Wilkinson authored
See https://github.com/spring-projects/spring-security/issues/4687 See gh-10705
-
Andy Wilkinson authored
Closes gh-10789
-
Andy Wilkinson authored
Closes gh-10788
-
Andy Wilkinson authored
Closes gh-10787
-
Andy Wilkinson authored
Closes gh-10786
-
Stephane Nicoll authored
This commit renames spring.datasource.initialize to spring.datasource.initialization-mode and use the DataSourceInitializationMode enum. By default, only an embedded datasource is initialized. Closes gh-10773
-
- 26 Oct, 2017 4 commits
-
-
Stephane Nicoll authored
Closes gh-10779
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10117
-
Stephane Nicoll authored
This commit introduces a endpoints.<id>.web.path generic property that allows to customize the path of an endpoint. By default the path is the same as the id of the endpoint. Such customization does not apply for the CloudFoundry specific endpoints. Closes gh-10181
-
- 25 Oct, 2017 14 commits
-
-
Andy Wilkinson authored
See gh-8024
-
Stephane Nicoll authored
This commit makes sure that the `replyTemplate` is set if a KafkaTemplate is available in the context which effectively add support for `@SendTo`. Closes gh-10669
-
Stephane Nicoll authored
Closes gh-8024
-
Stephane Nicoll authored
Closes gh-10715
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10626
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10727
-
Stephane Nicoll authored
See gh-10064
-
Stephane Nicoll authored
-
Andy Wilkinson authored
See gh-10769
-
Stephane Nicoll authored
Closes gh-10587
-
Stephane Nicoll authored
* pr/10764: Upgrade to Hazelcast 3.9
-
Vedran Pavic authored
Closes gh-10764
-
- 24 Oct, 2017 11 commits
-
-
Madhura Bhave authored
When building a flattened map, the YamlProcessor from Spring Framework, converts a null value to an empty string. We want the null value to also keep track of its origin, which is why this commit creates an `OriginTrackedValue` for an empty string if the original value is null. Fixes gh-10656
-
Madhura Bhave authored
-
Andy Wilkinson authored
Closes gh-10762
-
Andy Wilkinson authored
* gh-10494: Polish “Remove explicit type arguments” Remove explicit type arguments
-
Andy Wilkinson authored
Closes gh-10494
-
Johnny Lim authored
See gh-10494
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-10759
-
Andy Wilkinson authored
See gh-10758
-
Andy Wilkinson authored
* gh-10754: Editorial changes to overview section of the reference documentation
-
Jay Bryant authored
Closes gh-10754
-