330 Commits (b1440b681663c4087ca19fdb755598b7c9706c11)

Author SHA1 Message Date
Rossen Stoyanchev b1440b6816 Remove ParsingPathMatcher 9 years ago
Rossen Stoyanchev 4fc0ce1206 Properly detect null value params in params conditions 9 years ago
Rossen Stoyanchev f813a63fd8 PathContainer parses URL paths only 9 years ago
Arjen Poutsma 0b3ea405ab Remove BodyInserters.fromServerSentEvent variants 9 years ago
Rossen Stoyanchev 6855a85c41 Move RequestPath to parent server package 9 years ago
Sebastien Deleuze 6583f9f754 Use ParameterizedTypeReference instead of Class in Kotlin extensions 9 years ago
Arjen Poutsma 1d86c9c3d1 Use Credentials object instead of 2 attributes for Basic Authentication 9 years ago
Sebastien Deleuze 3cef5a1294 Add RouterFunctions#toWebHandler(RouterFunction<?>) 9 years ago
Arjen Poutsma eb435f5947 Add ParameterizedTypeReference method variants to ServerRequest/ServerResponse 9 years ago
Arjen Poutsma f3975776d4 Use list of HttpMessage[Reader|Writer]s instead of CodecConfigurer 9 years ago
Sebastien Deleuze ed6fe2b723 Upgrade to Kotlin 1.1.4-eap-33 9 years ago
Sebastien Deleuze d8a80fc0db Rename RouterFunction Kotlin DSL files 9 years ago
Sebastien Deleuze 0720f9e978 Fix an eventual IndexOutOfBoundsException in RequestPredicates 9 years ago
Rossen Stoyanchev 378c72e9b6 Polish + minor refactoring of ResourceUrlProvider 9 years ago
Juergen Hoeller ac1d3b22c9 Polishing 9 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 9 years ago
Rossen Stoyanchev 147368eccc Proactively reject URLs without target address 9 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 9 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 9 years ago
Rossen Stoyanchev 43f2de4671 Defensive checks in WebClient and Reactor connector 9 years ago
Rossen Stoyanchev 56903581d9 ResponseEntity declared as Object in WebFlux controller 9 years ago
Rossen Stoyanchev 57221ab15c ContentVersionStrategy has non-blocking contract 9 years ago
Rossen Stoyanchev efb5ba5a95 Refactor VersionStrategy in WebFlux 9 years ago
Brian Clozel a06da0019f Remove PathPatternParser from PatternsRequestCondition 9 years ago
Rossen Stoyanchev b0422d02dc Resource transformers use AsynchronousFileChannel 9 years ago
Rossen Stoyanchev 70252a7335 Add tests for SPR-15777 9 years ago
Rossen Stoyanchev 47b63150d1 Refactor DefaultWebSession 9 years ago
Rossen Stoyanchev 9d04c0424d Allow empty body with no content type in BodyExtractors 9 years ago
Rossen Stoyanchev d2c6ea5b1b Polish 9 years ago
Arjen Poutsma 805b7159b0 Add ParameterizedTypeReference variants to bodyTo[Mono|Flux], toEntity[List] 9 years ago
Sebastien Deleuze f46520e6e8 Add Jackson Smile support to WebFlux 9 years ago
Rossen Stoyanchev ed5cc27f7b Support empty body without content type in WebFlux 9 years ago
Arjen Poutsma d6c102d1b8 Add apply method to WebClient.Builder 9 years ago
Rossen Stoyanchev 9ac71afbda Fix one failing test and @Ignore another 9 years ago
Rossen Stoyanchev befacf4a35 ParameterContentNegotiationStrategy uses MediaTypeFactory 9 years ago
Arjen Poutsma c9a3b863c4 Move toEntity(List) from WebClient.ResponseSpec to ClientResponse 9 years ago
Arjen Poutsma 51e02c2911 Add status-based error filter 9 years ago
Arjen Poutsma 2f9bd6e075 Add local error handling in WebClient.retrieve 9 years ago
Arjen Poutsma 2ea693bd83 Add ClientRequest.attribute(String) 9 years ago
Arjen Poutsma e11bb17aa6 Change ServerRequest.attribute(String) to return Object 9 years ago
Rossen Stoyanchev 0e370e0703 Separate out URL path parsing in PathContainer 9 years ago
Rossen Stoyanchev 2f17c5f3b6 From static to instance-based PathContainer#subPath 9 years ago
Rossen Stoyanchev 9f7d57f933 Encapsulate choice of URI encoding within RequestPath 9 years ago
Rossen Stoyanchev fac35ebec2 Remove PathPatternRegistry 9 years ago
Rossen Stoyanchev 9640cedeae Removing remaining use of PathPattern with String path 9 years ago
Arjen Poutsma 3232cb6260 Avoid required uri when using WebClient w/ base url 9 years ago
Rossen Stoyanchev 4e95378fc6 Remove unused imports 9 years ago
Rossen Stoyanchev 5f9f323b12 Add logging to randomly failing websocket test 9 years ago
Rossen Stoyanchev acd6b9df06 Fix failing test 9 years ago
Arjen Poutsma b0ab84657b Disable "failOnServerError" in ReactorClientHttpRequest 9 years ago