1429 Commits (5ab966fbdefc33840ff2ac4c12b26a6c306b59cf)

Author SHA1 Message Date
Sam Brannen 685a195ba1 Deprecate SocketUtils 3 years ago
Sébastien Deleuze 8eb618b480 Make Kotlin functions accessible in CoroutinesUtils 3 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 3 years ago
Arjen Poutsma caa13690e8 Support multiple boundary buffers in MultipartParser 3 years ago
Sam Brannen c92b9bc7fe Properly abort transferTo test for Undertow 3 years ago
rstoyanchev 7067461d71 Fix exception in Jetty10RequestUpgradeStrategy 3 years ago
rstoyanchev 7665424ea8 Polishing contribution 3 years ago
Max Demydenko f63a106c85 clear() method also clears argument resolver cache 3 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 3 years ago
Rossen Stoyanchev e9083d7d20 Apply LogFormatUtils in more places 3 years ago
Juergen Hoeller 70974e006e Upgrade to Tomcat 9.0.55, Undertow 2.2.13, RxJava 3.1.3, SmallRye Mutiny 1.2, Joda-Time 2.10.13, JRuby 9.2.20.1, HtmlUnit 2.55, Checkstyle 9.2 3 years ago
Arjen Poutsma b84fe99d07 Polish "Throw 404 ResponseStatusException when no routes found" 3 years ago
Ingmar van Dijk 69df27a99f Throw 404 ResponseStatusException when no routes found 3 years ago
Rossen Stoyanchev 5649a6f8ef Update exchangeToMono Javadoc 3 years ago
Arjen Poutsma be6eeafe78 Revert change createException to createError 3 years ago
Arjen Poutsma b77b45434f Change createException to createError 3 years ago
Rossen Stoyanchev 8b89128c7b Update createException example for WebClient 3 years ago
Arjen Poutsma 2a5713f389 Always copy ServerResponse headers 3 years ago
Arjen Poutsma 9197f15a30 Use ByteArrayDecoder in DefaultClientResponse::createException 3 years ago
Juergen Hoeller 2a268701c4 Introduce optimizeLocations flag for resource location filtering on startup 3 years ago
Sam Brannen 995aaa6159 Polishing 3 years ago
Rossen Stoyanchev 05ea991d62 Removing locations logging in ResourceHttpRequestHandler 3 years ago
Sam Brannen 052ed50f48 Fix copy-and-paste error in Javadoc 3 years ago
Rossen Stoyanchev 76c9306dda Adjust logging of resource locations 3 years ago
Rossen Stoyanchev 4dac8339ff Filter non-existing static resource locations 3 years ago
Rossen Stoyanchev 0436dd04bf Correctly handle coroutine with ResponseEntity 3 years ago
Juergen Hoeller b53275f2d2 Add efficient existence check to ClassPathResource.isReadable() 3 years ago
Juergen Hoeller 87aaf5049b Polishing 3 years ago
Rossen Stoyanchev b6111d04a5 Ensure WebClientResponseException for malformed response 3 years ago
Ashley Scopes 9bd989f1bb WebClient tests for socket and response format issues 3 years ago
Sam Brannen 41ae9632d1 Upgrade to Checkstyle 9.0 and spring-javaformat 0.0.29 3 years ago
Sam Brannen 48a507a993 Clean up warnings 3 years ago
Sam Brannen f0aa4f4857 Escape closing curly braces in regular expressions for Android support 3 years ago
Sam Brannen 96e4d3a530 Fail Gradle build for Javadoc warnings 3 years ago
Sam Brannen bfdc99ab79 Fix Javadoc errors 3 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 3 years ago
Rossen Stoyanchev caf88ff2cc Improve HandlerMethod#bridgedMethod initialization 3 years ago
Phillip Webb 52b03e3326 Migrate CoroutinesUtils to Java 3 years ago
Mustafa Ulu db424d0bc5 Replace word "request" with "response" 3 years ago
Mustafa Ulu a087d13aea Fix wording in Javadoc of ClientResponse.mutate() 3 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 3 years ago
Rossen Stoyanchev b6037d0d07 Correctly format class name in default package 3 years ago
Sam Brannen 9f7a94058a Update copyright date 3 years ago
LEE Juchan caf6760ddd
Fix grammatical errors in Javadoc 3 years ago
Sanghyuk Jung ac72277258 Fix duplicate "the" in Javadoc and XSD 3 years ago
Rossen Stoyanchev ce6217be85 Polishing contribution 3 years ago
Alexej Timonin e290ae285c Improve Javadoc for ClientRequest#from 3 years ago
Rossen Stoyanchev bb816c123c Use MessageSource in HandlerMethod for error reason 3 years ago
Rossen Stoyanchev 25131ebf6f Resource handler initialized only once 3 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 3 years ago