- 24 May, 2017 17 commits
-
-
Brian Clozel authored
Since SPR-15536, WebFlux.fn is now configured with `@EnableWebFlux`, along the annotated controllers. Both `RouterFunction` and Controller instances can now live within the same application and they share the same web infrastructure. This commit removes the custom auto-configuration for `RouterFunction` and relies on `@EnableWebFlux` for that. Closes gh-9165
-
Andy Wilkinson authored
Closes gh-9311
-
Andy Wilkinson authored
Closes gh-9310
-
Andy Wilkinson authored
Closes gh-9309
-
Andy Wilkinson authored
Closes gh-9308
-
Andy Wilkinson authored
Closes gh-9307
-
Andy Wilkinson authored
Closes gh-9306
-
Andy Wilkinson authored
Closes gh-9305
-
Andy Wilkinson authored
Closes gh-9304
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9303
-
Andy Wilkinson authored
Closes gh-9302
-
Andy Wilkinson authored
* gh-9291: Polish "Adapt to relocated packages in Spring Data Cassandra" Adapt to relocated packages in Spring Data Cassandra
-
Andy Wilkinson authored
Closes gh-9291
-
Mark Paluch authored
See gh-9291
-
Phillip Webb authored
Update implementations of `WebFluxConfigurer` to no longer return an `Optional` validator.
-
Phillip Webb authored
-
- 23 May, 2017 23 commits
-
-
Madhura Bhave authored
Fixes gh-9290
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Madhura Bhave authored
Fixes gh-3202
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if Jetty's thread pool was misconfigured, the Server would still start successfully. When it is started, the Server examines its Connectors to determine how many threads are required. If its thread pool does not meet the Connectors' requirements, an IllegalStateException is thrown and the Server fails to start. However, JettyEmbeddedServletContainer temporarily removes the Server's Connectors while it is being started so that requests will not be accepted until the application is ready. This has the unwanted side-effect of causing a misconfigured thread pool to go undetected as the Connectors' thread requirements are not taken into consideration. The verification of the thread pool configuration and the starting of the Connectors is done in the Server's doStart() method which has three steps that are of interest: 1. Verify the Server's thread pool configuration 2. Start any managed beans that have been added to the Server 3. Start the Server's Connectors. To allow the thread pool configuration to be verified while still preventing the Connectors from being started, the Connectors need to be removed in step 2. This is achieved by registering a managed bean with the Server that nulls out the Server's Connectors as part of its doStart() method. Closes gh-8917
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8871
-
Andy Wilkinson authored
* gh-8045: Polish "Use try-with-resources to close resources automatically" Use try-with-resources to close resources automatically
-
Andy Wilkinson authored
- Apply code formatting - Use try-with-resources in many other places that were missed in the pull request Closes gh-8045
-
rajadilipkolli authored
See gh-8045
-
Mark Paluch authored
The spring-cql module has been merged into the spring-data-cassandra module. See gh-9291
-
Andy Wilkinson authored
This change aligns ErrorAttributes with ResponseEntityExceptionHandler which takes a WebRequest as a parameter of its handleException method. WebRequest extends RequestAttributes and provides access to much more than just the request's attributes. For example request headers and parameters are available from WebRequest. Closes gh-7952 Closes gh-6555
-
Andy Wilkinson authored
See gh-9289
-
Andy Wilkinson authored
See gh-9288
-
Andy Wilkinson authored
See gh-9287
-
Andy Wilkinson authored
See gh-9286
-
Stephane Nicoll authored
* pr/9227: Polish Display unconditional classes in auto-config endpoint
-
Stephane Nicoll authored
-
Rocky Shang authored
Closes gh-9227
-
Stephane Nicoll authored
* pr/9281: Polish "Add reference to Teiid spring boot starter" Add reference to Teiid spring boot starter
-