338 Commits (bb327b90a64d12d24daf2f0c3258d1dc94a02de2)

Author SHA1 Message Date
Rossen Stoyanchev 645e3492db Use URLDecoder for query params in WebFlux 7 years ago
Sebastien Deleuze f57e5584af Add a reference to KT-18833 in JDK 9 ignored tests 7 years ago
Juergen Hoeller adeb521ce4 Polishing 7 years ago
Rossen Stoyanchev 08dfce2cb5 Dedicated specificity comparator in PathPattern 7 years ago
Rossen Stoyanchev 62fa20fd6f PathPattern#matchAndExtract minor refactoring 7 years ago
Rossen Stoyanchev dccedd5ad5 Minor refactoring in PathPattern 7 years ago
Rossen Stoyanchev c060f4f615 Polish PathPattern and parser 7 years ago
Arjen Poutsma 5394cc0c63 WebClientException should allow access to status code of the response 7 years ago
Rossen Stoyanchev b1440b6816 Remove ParsingPathMatcher 7 years ago
Rossen Stoyanchev 4fc0ce1206 Properly detect null value params in params conditions 7 years ago
Rossen Stoyanchev f813a63fd8 PathContainer parses URL paths only 7 years ago
Arjen Poutsma 0b3ea405ab Remove BodyInserters.fromServerSentEvent variants 7 years ago
Rossen Stoyanchev 6855a85c41 Move RequestPath to parent server package 7 years ago
Sebastien Deleuze 6583f9f754 Use ParameterizedTypeReference instead of Class in Kotlin extensions 7 years ago
Arjen Poutsma 1d86c9c3d1 Use Credentials object instead of 2 attributes for Basic Authentication 7 years ago
Sebastien Deleuze 3cef5a1294 Add RouterFunctions#toWebHandler(RouterFunction<?>) 7 years ago
Arjen Poutsma eb435f5947 Add ParameterizedTypeReference method variants to ServerRequest/ServerResponse 7 years ago
Arjen Poutsma f3975776d4 Use list of HttpMessage[Reader|Writer]s instead of CodecConfigurer 7 years ago
Sebastien Deleuze ed6fe2b723 Upgrade to Kotlin 1.1.4-eap-33 7 years ago
Sebastien Deleuze d8a80fc0db Rename RouterFunction Kotlin DSL files 7 years ago
Sebastien Deleuze 0720f9e978 Fix an eventual IndexOutOfBoundsException in RequestPredicates 7 years ago
Rossen Stoyanchev 378c72e9b6 Polish + minor refactoring of ResourceUrlProvider 7 years ago
Juergen Hoeller ac1d3b22c9 Polishing 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Rossen Stoyanchev 147368eccc Proactively reject URLs without target address 7 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Rossen Stoyanchev 43f2de4671 Defensive checks in WebClient and Reactor connector 7 years ago
Rossen Stoyanchev 56903581d9 ResponseEntity declared as Object in WebFlux controller 7 years ago
Rossen Stoyanchev 57221ab15c ContentVersionStrategy has non-blocking contract 7 years ago
Rossen Stoyanchev efb5ba5a95 Refactor VersionStrategy in WebFlux 7 years ago
Brian Clozel a06da0019f Remove PathPatternParser from PatternsRequestCondition 7 years ago
Rossen Stoyanchev b0422d02dc Resource transformers use AsynchronousFileChannel 7 years ago
Rossen Stoyanchev 70252a7335 Add tests for SPR-15777 7 years ago
Rossen Stoyanchev 47b63150d1 Refactor DefaultWebSession 7 years ago
Rossen Stoyanchev 9d04c0424d Allow empty body with no content type in BodyExtractors 7 years ago
Rossen Stoyanchev d2c6ea5b1b Polish 7 years ago
Arjen Poutsma 805b7159b0 Add ParameterizedTypeReference variants to bodyTo[Mono|Flux], toEntity[List] 7 years ago
Sebastien Deleuze f46520e6e8 Add Jackson Smile support to WebFlux 7 years ago
Rossen Stoyanchev ed5cc27f7b Support empty body without content type in WebFlux 7 years ago
Arjen Poutsma d6c102d1b8 Add apply method to WebClient.Builder 7 years ago
Rossen Stoyanchev 9ac71afbda Fix one failing test and @Ignore another 7 years ago
Rossen Stoyanchev befacf4a35 ParameterContentNegotiationStrategy uses MediaTypeFactory 7 years ago
Arjen Poutsma c9a3b863c4 Move toEntity(List) from WebClient.ResponseSpec to ClientResponse 7 years ago
Arjen Poutsma 51e02c2911 Add status-based error filter 7 years ago
Arjen Poutsma 2f9bd6e075 Add local error handling in WebClient.retrieve 7 years ago
Arjen Poutsma 2ea693bd83 Add ClientRequest.attribute(String) 7 years ago
Arjen Poutsma e11bb17aa6 Change ServerRequest.attribute(String) to return Object 7 years ago
Rossen Stoyanchev 0e370e0703 Separate out URL path parsing in PathContainer 7 years ago
Rossen Stoyanchev 2f17c5f3b6 From static to instance-based PathContainer#subPath 7 years ago