1932 Commits (main)

Author SHA1 Message Date
Sam Brannen 0502d18e3d Update copyright headers 2 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 2 years ago
Arjen Poutsma 9ebd1e8d64 Fix IllegalStateException in empty ProducesRequestCondition 2 years ago
Sam Brannen 64de6de725 Update copyright headers 2 years ago
Sam Brannen c3e8ff9ce7 Do not use Mockito to mock ReactiveAdapterRegistry 2 years ago
Sam Brannen ad5c636aff Upgrade to Mockito 5.0 2 years ago
rstoyanchev 312db36849 Combined, empty RequestMapping matches both "" and "/" 2 years ago
Sam Brannen a4956dfe26 Update copyright headers 2 years ago
Sam Brannen 0415975dd1 Polish contribution and related code 2 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 2 years ago
Sam Brannen c7bdfbea4f Add missing Javadoc 2 years ago
Sam Brannen 7fe78b745f Polish Javadoc 2 years ago
Arjen Poutsma c79ae0c842 Align multipart codecs on client and server 2 years ago
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