3491 Commits (f07fc76cf30cbfb6ae71134b653f26af9649ea1b)

Author SHA1 Message Date
Juergen Hoeller ae1d15c8f4 Declare protected getCharset method as non-static 4 years ago
Rossen Stoyanchev b6ff12d2f5 Expose protected method in AbstractJackson2HttpMessageConverter 4 years ago
Rossen Stoyanchev b1d84067cd UriComponentsBuilder Javadoc update 4 years ago
Rossen Stoyanchev 899761f0a8 Avoid unnecessary parsing of path params 4 years ago
Rossen Stoyanchev f88759c3c9 Shared read-only instances of UrlPathHelper 4 years ago
Arjen Poutsma d550d344d5 Respect context path in WebMvc.fn & WebFlux.fn 4 years ago
Juergen Hoeller 141470ff58 Explicit nullability declarations for getTarget() implementations 4 years ago
Juergen Hoeller e20bff9c64 Consistent data class constructor resolution with clear error message 4 years ago
Juergen Hoeller d62202f464 Polishing 4 years ago
Juergen Hoeller bcdc2503fa Avoid repeated calls to getPathWithinApplication from getLookupPathForRequest 4 years ago
Johnny Lim 603d7e93b9 Copy httpHandlerDecorator in copy constructor for WebHttpHandlerBuilder 4 years ago
Juergen Hoeller c4f4fbc003 Polishing 4 years ago
Juergen Hoeller 6d9d4157ef Specifically detect Joda-Time 2.x 4 years ago
Juergen Hoeller d37eaa5941 Introduce DataClassRowMapper with record-style constructor binding support 4 years ago
Juergen Hoeller cf2e0c7959 Selected use of ArrayList instead of LinkedList in common places 4 years ago
Rossen Stoyanchev 21d25b23d9 WebFlux extension point to decorate the HttpHandler 4 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 4 years ago
Riley Park 6884a3ac56 Fix appendix typos in ContentDisposition 4 years ago
Juergen Hoeller ff11467a0c Avoid resizing of fixed-size HashMap/LinkedHashMap variants 4 years ago
Juergen Hoeller 04df9b8f49 Efficient checks for empty strings and single character matches 4 years ago
Rossen Stoyanchev 7adeb461e0 WebClient exposes API for access to native request 4 years ago
Rossen Stoyanchev a7f71f4d9b Support filename hint for client side too 4 years ago
Sam Brannen 4d3dd9b9f6 Clean up warnings in Gradle build 4 years ago
Sam Brannen 5de549d7d4 Update contentType property via MockHttpServletResponse::setCharacterEncoding() 4 years ago
Сергей Цыпанов c2122551c8 Improve UriComponents.sanitizeSource() 4 years ago
Juergen Hoeller 9bf5cba3c2 Drop outdated notes on handler type versus handler method restrictions 4 years ago
Sam Brannen d0cf90bb8e Update tests due to deprecations in Reactor 4 years ago
Sam Brannen 17acc3554c Sync MockServerHttpResponse changes 4 years ago
Juergen Hoeller 8dd285f877 Polishing 4 years ago
Juergen Hoeller d61c0ee57d Consistent support for path variable and multipart binding 4 years ago
Brian Clozel b6d2a2980d Update for Reactor API changes 4 years ago
Stephane Nicoll 673f83e388 Adapt to API changes in the latest reactor snapshot 4 years ago
Sam Brannen 5576321b04 Reset charset field in MockHttpServletResponse 4 years ago
Sam Brannen 785ab5798a Sync MockHttpServletResponse changes 4 years ago
Sam Brannen 89bb9cb749 Polish Javadoc 4 years ago
Brian Clozel 9aae5ed3fa Update Reactor Netty modules 4 years ago
Sébastien Deleuze 5c456db3cc Upgrade to Kotlin 1.4 RC 4 years ago
Rossen Stoyanchev 683cc2eb7f Add NDJSON and deprecate application/stream+json 4 years ago
Rossen Stoyanchev 354635ede0 Polishing 4 years ago
Juergen Hoeller 77137719d8 Polishing 4 years ago
Juergen Hoeller a1a9bb3e7f Explicit note on phasing out serialization-based remoting 4 years ago
Juergen Hoeller 9f211de113 Turn MethodArgumentNotValidException into subclass of BindException 4 years ago
Sam Brannen 86c52a842f Support multiple Content-Language values in MockHttpServletResponse 4 years ago
Sam Brannen d2db43a900 Polish Javadoc 4 years ago
Sam Brannen 335c3d5db6 Polish contribution 4 years ago
XenoAmess ab859fcc96 Refine use of substring operations 4 years ago
Sam Brannen a8901e3cf8 Polish contribution 4 years ago
XenoAmess edfc6c0293 Refine use of substring operations 4 years ago
Sam Brannen cdc234d7db Polish contribution 4 years ago
XenoAmess c547809e89 Use instanceof instead of Class#isInstance where feasible 4 years ago