4760 Commits (212346a86d4e7e1cac8fa8e1a31419d901b5fdac)

Author SHA1 Message Date
Brian Clozel 53b937976d Reject setups with multiple observation conventions 2 years ago
Sébastien Deleuze 12f01f9b5f Add support for @RequestMapping on Kotlin property accessors 2 years ago
Sébastien Deleuze 917978cbc2 Refactor InvocableHandlerMethodKotlinTests 2 years ago
rstoyanchev 3f5c3b1747 Fix checkstyle violation 2 years ago
rstoyanchev bec7210b4b Improve check to skip bean validation in DataBinder 2 years ago
rstoyanchev 0a94dce41d Improve HandlerMethod check when method validation applies 2 years ago
Juergen Hoeller 045c5dc1b4 Detect Jetty 12 "max length exceeded" message in handleParseFailure 2 years ago
Stéphane Nicoll d0574197ea Polish "Use String.repeat instead of explicit cycle" 2 years ago
Adam Ostrožlík 63b2787da6 Use String.repeat instead of explicit cycle 2 years ago
rstoyanchev ec0ec7a0d6 Avoid nested constructor binding if there are no request parameters 2 years ago
Brian Clozel 0970b1dc7a Optimize ContentCachingRequestWrapper allocation 2 years ago
rstoyanchev 125e2902be Polishing contribution 2 years ago
HeartPattern 4d838c1092 Exclude Part from nested constructor binding in WebFlux 2 years ago
Sam Brannen c0683cd30b Update copyright headers 2 years ago
Juergen Hoeller 7adc2f0779 Upgrade to Tomcat 10.1.16 and Jetty 12.0.4 2 years ago
Arjen Poutsma 134bb6e31f Document exception wrapping in RestClient status handlers 2 years ago
Arjen Poutsma 57b8100a06 Copy headers map in RestClientResponseException to ensure serializability 2 years ago
Sébastien Deleuze d75a7c3818 Support multiple CoWebFilter changing the context 2 years ago
Sébastien Deleuze 91b9a75371 Box Kotlin value class parameters in web endpoint 2 years ago
Rossen Stoyanchev 2e07f9ab33 DefaultWebClient exposes full URI template as request attribute 2 years ago
Sam Brannen 438c3818cc Replace System.getProperties().remove(x) with System.clearProperty(x) 2 years ago
Sébastien Deleuze d410872e4f Polish CookieIntegrationTests 2 years ago
Sébastien Deleuze 8fe2c780df Support cookies with the same name with Reactor Netty 2 years ago
Arjen Poutsma 0e6c17f518 Process tokens after each feed in Jackson2Tokenizer 2 years ago
Arjen Poutsma ef4ffa0005 Support empty part in DefaultPartHttpMessageReader 2 years ago
Yanming Zhou afcd03bddc Replace assertThat(x.isEmpty()).isTrue() with assertThat(x).isEmpty() 2 years ago
Yanming Zhou 7b16ef90f1 Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y) 2 years ago
Yanming Zhou 59815cefce Replace assertThat(x.get(i)). with assertThat(x).element(i). 2 years ago
Sam Brannen c74d60b9fe Polishing 2 years ago
Sam Brannen db48813181 Polish contribution 2 years ago
Yanming Zhou 6f11716b6f Use idiomatic AssertJ map assertions 2 years ago
Sam Brannen 62b3d7a963 Update copyright headers 2 years ago
Yanming Zhou 490b5c77fc Use switch expression where feasible 2 years ago
Patrick Strawderman 7cdacf3083 Introduce toString(Charset) in FastByteArrayOutputStream 2 years ago
Sam Brannen 47cdc7c5f0 Update copyright headers 2 years ago
dogglezz decb22a93d Polish Javadoc 2 years ago
Arjen Poutsma d204dd2dbe Use IntrospectingClientHttpResponse in RestClient 2 years ago
Patrick Strawderman e452c2e89c Avoid byte array copy in getContentAsString 2 years ago
Sam Brannen 6ea9fdbf77 Polishing 2 years ago
rstoyanchev 8090a52f5c ForwardedHeaderFilter supports ERROR requestUri attribute 2 years ago
rstoyanchev 19bca03aa2 Polishing in ForwardedHeaderFilter 2 years ago
rstoyanchev 8ca82120e0 Add missing exception name to DisconnectedClientHelper 2 years ago
rstoyanchev 9ade52dbe2 Exclude Part and MultipartFile from nested constructor binding 2 years ago
Brian Clozel 35fcbae8c6 Fix reactive HTTP server Observation instrumentation 2 years ago
Sam Brannen 657b1c6455 Document need for -parameters flag in exception messages 2 years ago
Stéphane Nicoll 487dbf8140 Polish "Polish RestClient Javadoc" 2 years ago
johannesrost e95f8d2922 Polish RestClient Javadoc 2 years ago
Brian Clozel d50b51e312 Fix ordering of releasing resources in JSON Encoder 2 years ago
Sébastien Deleuze 441e210533 Treat kotlin.Unit as void in web controllers 2 years ago
Arjen Poutsma e6ab8a6d61 Remove attributes from RestClient 2 years ago