564 Commits (7b894fe73bd585edc0a9eaa3c6013424040c8569)

Author SHA1 Message Date
Arjen Poutsma bfb2effddb Expose resource lookup function 7 years ago
Arjen Poutsma 51325afbcc Clean up path variables after non match 7 years ago
Sebastien Deleuze af0cb53742 Support decoding Mono in Jaxb2XmlDecoder 7 years ago
Arjen Poutsma 22edab852d Provide simple way to create ServerRequest 7 years ago
Rossen Stoyanchev 64b8b6e978 Polish WebSocketIntegrationTests 7 years ago
Rossen Stoyanchev 725d685799 ReactorNettyWebSocketSession implements close properly 7 years ago
Sam Brannen de4b65a0f3 Suppress warnings in RequestMappingMessageConversionIntegrationTests 7 years ago
Juergen Hoeller 9bff5b48cf Fine-tuned assertions and related polishing in WebFlux builders 7 years ago
Johnny Lim 6519e7b22a Polish 7 years ago
Juergen Hoeller a683472daa Support for non-standard HTTP status in reactive ClientHttpResponse 7 years ago
Johannes Edmeier 2a0540cb5f Move init of excchangeStrategies to default ctor in DefaultWebClientBuilder 7 years ago
sdeleuze 1d6540b1c2 Enable KotlinScriptTemplateTests after KT-18833 fix 7 years ago
Rossen Stoyanchev b6da63aeb7 Align with 5.0.x change #cd3ed7 7 years ago
Rossen Stoyanchev da98ff72d2 Use StringDecoder to split SSE stream 7 years ago
Rossen Stoyanchev 30c98c8a1c Polish tests to use WebClient retrieve() 7 years ago
Rossen Stoyanchev 06041ea4e2 Polish (minor) in AbstractMessageReaderArgumentResolver 7 years ago
Rossen Stoyanchev babe6c59c4 Avoid creating Exception instance if not needed 7 years ago
nkjackzhang 961c641973 Fix typo in javadoc 7 years ago
Rossen Stoyanchev 5b9e7e44e0 Improve WebClient test with ParameterizedTypeReference 7 years ago
Arjen Poutsma 7e2726f400 Add remoteAddress() to ServerRequest 7 years ago
Juergen Hoeller 66a3a82fb3 Avoid reference to HandlerMethod class in ServerErrorException 7 years ago
Rossen Stoyanchev d9e17a62ce Refine SyncInvocableHandlerMethod error handling 7 years ago
Rossen Stoyanchev 4454ffd2b1 Replace remaining use of block operator 7 years ago
Juergen Hoeller 6393e5ce0c Consistent Ordered.LOWEST_PRECEDENCE declarations for default order 7 years ago
Juergen Hoeller d553ddc5b3 Nullability refinements (based on IntelliJ IDEA 2018.1 introspection) 7 years ago
igor-suhorukov ab96bb5428 Remove redundant check 7 years ago
Rossen Stoyanchev dd96c873e3 Improve docs on forwarded headers 7 years ago
Juergen Hoeller 695bf2961f Consistent trace logging in PathResourceResolver 7 years ago
igor-suhorukov 4aae6a6dda Use Map.forEach instead of manual Map.Entry iteration wherever possible SPR-16646 7 years ago
Rossen Stoyanchev 224d52e032 Refine RequestedContentTypeResolver contract 7 years ago
Juergen Hoeller 9a27bc9b3e Upgrade to Jackson 2.9.5 and Hibernate Validator 6.0.9 7 years ago
Juergen Hoeller 98ad23bef8 Consistent logging of encoded path evaluation failure 7 years ago
Juergen Hoeller 13356a7ee2 Consistent encoded path evaluation in reactive ResourceWebHandler and co 7 years ago
Juergen Hoeller e3d0ef6015 Use Map.forEach instead of manual Map.Entry iteration wherever possible 7 years ago
Rossen Stoyanchev 729d0d2796 Property handling of Void.class in WebClient retrieve() 7 years ago
Arjen Poutsma c56317928f Add formData() and multipartData() to ServerRequest 7 years ago
Christoph Dreis d3a0a8e007 Use Collection.removeIf() where possible (#1747) 7 years ago
Rossen Stoyanchev 94c525cdc8 Polish @RequestPart support 7 years ago
Juergen Hoeller ba5ef6456f WebFluxResponseStatusExceptionHandler for @ResponseStatus introspection 7 years ago
Rossen Stoyanchev 0e28bee0f1 Clean duplicate separators in resource URLs 7 years ago
Rossen Stoyanchev 313c6cef32 Polish 7 years ago
Arjen Poutsma b31d55dfce Deprecated ClientRequest.method in favor of ClientRequest.create 7 years ago
Arjen Poutsma 04c2a2990d Provide simple way to create ClientResponse 7 years ago
Juergen Hoeller 2096676b3f Upgrade to Apache Johnzon 1.1.7 and JRuby 9.1.16 7 years ago
Juergen Hoeller d4a8f76bf9 Consistent volatile access to running flag in Lifecycle implementations 7 years ago
Juergen Hoeller 58011f71e9 Consistent assertions for template method result vs servlet registration 7 years ago
Sam Brannen 2575c26020 Clean up warnings and dead code in spring-webflux module 7 years ago
Juergen Hoeller 2a3f90dc7b Upgrade to Hibernate ORM 5.2.15 and Hibernate Validator 6.0.8 7 years ago
igor-suhorukov d89f9af22d parentheses should be removed from a single lambda input parameter when its type is inferred 7 years ago
igor-suhorukov 0c45c4c6a3 lamdbas containing only one statement should not nest this statement in a block 7 years ago