- 11 Apr, 2019 16 commits
-
-
Brian Clozel authored
This commit adds support for RSocket server applications. The auto-configuration will either add RSocket support to an existing Reactor Netty server in a WebFlux application (as a WebSocket endpoint), or bootstrap a brand new RSocket server instance. Spring Boot will also auto-configure the Spring Messaging infrastructure that supports Controller beans with `@MessageMapping` annotated methods. Fixes gh-16021
-
Stephane Nicoll authored
Closes gh-16452
-
Stephane Nicoll authored
Closes gh-16528
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16527: Fix package of java.time.Duration in documentation
-
Adam Michalik authored
Closes gh-16527
-
Stephane Nicoll authored
Closes gh-16525
-
Stephane Nicoll authored
Closes gh-16524
-
Stephane Nicoll authored
Closes gh-16523
-
Stephane Nicoll authored
Closes gh-16522
-
Stephane Nicoll authored
* pr/16503: Upgrade to Hazelcast 3.12
-
Vedran Pavic authored
Closes gh-16503
-
Stephane Nicoll authored
Closes gh-16521
-
Stephane Nicoll authored
Closes gh-16520
-
Stephane Nicoll authored
Closes gh-16519
-
Stephane Nicoll authored
Closes gh-16518
-
- 10 Apr, 2019 4 commits
-
-
Brian Clozel authored
Fixes gh-16173
-
Brian Clozel authored
After a hierarchy change in Spring Framework in gh-22543, `AbstractWebFluxEndpointHandlerMapping` doesn't need to override the `getMappingPathPatterns` method anymore.
-
Stephane Nicoll authored
* pr/16494: Polish
-
Johnny Lim authored
Closes gh-16494
-
- 09 Apr, 2019 5 commits
-
-
Stephane Nicoll authored
See gh-15814
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-16011
-
Stephane Nicoll authored
This commit adds `withBean` methods to the `ApplicationContextRunner` abstraction so that simple beans can be registered inline. This is a nice alternative for cases where a inner configuration class has to be defined for the purpose of creating a simple bean. Closes gh-16011
-
Madhura Bhave authored
Closes gh-15814
-
- 08 Apr, 2019 3 commits
-
-
Stephane Nicoll authored
* pr/16483: Polish "Add missing backquote" Add missing backquote
-
Stephane Nicoll authored
Closes gh-16483
-
Kaze authored
See gh-16483
-
- 07 Apr, 2019 2 commits
-
-
Stephane Nicoll authored
-
-
- 06 Apr, 2019 7 commits
-
-
Stephane Nicoll authored
* pr/16478: Fix Thymeleaf deprecations
-
dreis2211 authored
Closes gh-16478
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16476: Fix compilation error
-
dreis2211 authored
Closes gh-16476
-
Madhura Bhave authored
Fixes gh-16184
-
Madhura Bhave authored
This commit also adds tests to ensure that the child management context works when lazy initialization is enabled. Also, it adds a BeanFactoryPostProcessor to the child context so that the server is created and listening for requests but other beans in the child context are not created until requested. See gh-16184
-
- 05 Apr, 2019 3 commits
-
-
Andy Wilkinson authored
Closes gh-16473
-
Andy Wilkinson authored
Closes gh-15378
-
Phillip Webb authored
Users calling the methods will still face problems but at least they will have some guidance. Closes gh-16096
-