1794 Commits (1e78cc35e596a6927a6ae25418c5f043ee8c40aa)

Author SHA1 Message Date
Sam Brannen 46fc28fd1a Clean up Javadoc and source code regarding " ." typos 2 years ago
Johnny Lim f8a1dac593
Use consistent visibility for ResponseEntityExceptionHandler.getMessageSource() 2 years ago
Sam Brannen 67644a28b6 Use URI#create instead of URI constructor where feasible in spring-webflux 2 years ago
rstoyanchev 39d4d2041a Polishing contribution 2 years ago
koo.taejin 5ac97b16a8 Optimize object creation PartialMatchHelper 2 years ago
Sam Brannen 69f47e7700 Polishing 2 years ago
Sam Brannen 348cc01284 Rename MultipartWebClientIntegrationTests classes to avoid duplicate names 2 years ago
Sam Brannen 9f7a510f90 Polishing 2 years ago
divcon f64397d822 Apply "instanceof pattern matching" in spring-webflux 2 years ago
Sam Brannen de07ad47f1 Polishing, suppression of deprecation warnings, copyright headers, etc. 2 years ago
rstoyanchev db53b618c1 Simplify form data handling in HttpRequestValues 2 years ago
rstoyanchev 913163884a Improve invalid Content-Type handling in WebFlux 2 years ago
rstoyanchev a09f93768a Fix URI override for HttpExchange 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen 1bb723b9e0 Rename to AbstractReactiveWebSocketIntegrationTests to avoid duplicate class names 2 years ago
Sam Brannen db02c96c55 Avoid deprecation warnings in tests 2 years ago
rstoyanchev 6c8fb6c204 Add MessageSource getters 2 years ago
Juergen Hoeller 21d3a7529c Consistent documentation references to Jakarta WebSocket (2.1) 2 years ago
Juergen Hoeller 9c7b471634 Deprecate JettyWebSocketClient in favor of StandardWebSocketClient 2 years ago
Juergen Hoeller 459e8a1ea5 Deprecate LocalVariableTableParameterNameDiscoverer completely 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Stephane Nicoll 09a58a55bf Polish 2 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 2 years ago
Sam Brannen 07ba13c9ca Remove superfluous method override 2 years ago
Brian Clozel 1ad7cc3702 Reorganize server observability packages 2 years ago
Sébastien Deleuze b766a49a4d Support suspending functions returning Unit in WebFlux 2 years ago
rstoyanchev 0348a7bf2e Improve API for RFC 7807 in functional endpoints 2 years ago
rstoyanchev f9d8367379 Exclude URL query from checkpoint in DefaultWebClient 2 years ago
rstoyanchev 8ade083a05 Filter out null WebSocketSession attributes 2 years ago
rstoyanchev fb22044c10 Polishing 2 years ago
rstoyanchev 307247b6a3 Use DispatchExceptionHandler in HandlerResult 2 years ago
rstoyanchev 2878ade980 WebFlux support for handling of early exceptions 2 years ago
Sam Brannen d0b162a76c Polishing 2 years ago
Sam Brannen 95f3337bb5 Revise contribution 2 years ago
divcon ba136dcf40 Replace use of Collections.unmodifiable*() methods where appropriate 2 years ago
Sam Brannen 3438c47744 Polishing 2 years ago
rstoyanchev aeb35663d4 Remove deprecated methods in HttpServiceProxyFactory 2 years ago
Juergen Hoeller a2ac764f9c Reuse StandardWebSocketUpgradeStrategy as a base class for Tomcat etc 2 years ago
Johnny Lim 710cf1f486 Use ObservationThreadLocalAccessor.KEY where possible 2 years ago
Juergen Hoeller 19cf503534 Align with Servlet 6.0 and introduce support for Jakarta WebSocket 2.1 2 years ago
Andy Wilkinson 95395b53d5 Make WebSocket upgrade strategies compatible with Tomcat 10.1 2 years ago
Sam Brannen 5f02323b9c Avoid String allocations with Assert.isTrue() 2 years ago
Sam Brannen a281d8c3fd Polishing 2 years ago
Brian Clozel 6022065ad3 Rename web observation documentation 2 years ago
Brian Clozel db79d1d2b9 Set matching pattern in reactive server observation context 2 years ago
Brian Clozel 3c049a2bd0 Polish 2 years ago
Marcin Grzejszczak c03ccb2e6c Propagate context in reactive HTTP server and client 2 years ago
Arjen Poutsma 2042cb68a5 Merge two DispatcherHandlerIntegrationTests 2 years ago