611 Commits (4a435c12f24a08c9dc4de91e672136a587bdbd19)

Author SHA1 Message Date
igor-suhorukov 129530f792 Polish 7 years ago
Rossen Stoyanchev 9352e3d047 Add ClientRequest attribute for URI template 7 years ago
igor-suhorukov 83300c4b27 Polish: follow naming convention 7 years ago
igor-suhorukov 8080f56db8 Polish: "@Override" should be used on overriding and implementing methods 7 years ago
igor-suhorukov 7bce04c06c Polish: combine catches block with same body 7 years ago
igor-suhorukov 49fd724d8f Polish: String function use should be optimized for single characters 7 years ago
Rossen Stoyanchev 9c55dd5961 Additional shortcut with charset in WebSocketMessage 7 years ago
Juergen Hoeller 0ef9568c06 Upgrade to OkHttp 3.10 (as well as RxJava 2.1.10 and Caffeine 2.6.2) 7 years ago
Juergen Hoeller 3531c104b0 Prefer Collections.addAll call with array over Set.addAll(Arrays.asList) 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Juergen Hoeller 0de36d2883 Consistent HttpMethod identity comparisons 7 years ago
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 7 years ago
Juergen Hoeller 8d3264f680 Prefer List.sort(Comparator) over Collections.sort(List, Comparator) 7 years ago
Andy Wilkinson 52dfc4ebc4 Align spring-webflux's Webjars Locator dependency with spring-webmvc 7 years ago
igor-suhorukov 7826567df6 Polish: lamdbas containing only one statement should not nest this statement in a block 7 years ago
Juergen Hoeller 99662bc702 Polishing 7 years ago
igor-suhorukov 45e520ed86 Polish: remove unused private fields, remove empty operator 7 years ago
Rossen Stoyanchev 1908080d5c Test for disconnected client detection 7 years ago
Rossen Stoyanchev 73095955bf Refine logging in ExchangeFunctions 7 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 7 years ago
igor-suhorukov 6ea0af3540 Polish: Lambdas should be replaced with method references 7 years ago
Stephane Nicoll 991eb4858e Update copyright header 7 years ago
igor-suhorukov e381514b07 Collection.isEmpty() should be used to test for emptiness 7 years ago
igor-suhorukov 4c888d0f32 Polish 7 years ago
Rossen Stoyanchev 1653a32a04 Stabilize Flux.interval emissions in integration tests 7 years ago
Arjen Poutsma 609f173ebc StringDecoder shouldn't chop off strings randomly 7 years ago
Juergen Hoeller c5a33d62dd TypeVariablesVariableResolver compares variables by full equality again 7 years ago
Juergen Hoeller 7f96827ade Polishing 7 years ago
sdeleuze b6c78452b2 Update and improve script templating documentation 7 years ago
sdeleuze b2681e1f4a Add ViewResolverRegistry#scriptTemplate in WebFlux 7 years ago
sdeleuze d02e4fb545 Add Vary:Access-Control-Request-Method/Headers CORS headers 7 years ago
sdeleuze 32f6ccece8 Add WebFlux support for Smile streaming 7 years ago
Rossen Stoyanchev 00b95b10a8 Docs: result handling and view resolution 7 years ago
Rossen Stoyanchev fbde97f302 Default order 0 for ServerResponseResultHandler 7 years ago
Juergen Hoeller 91e6274b7d Upgrade to Apache HttpClient 4.5.5 and Tomcat 8.5.27 7 years ago
Juergen Hoeller 61579ffe7b Polishing 7 years ago
Juergen Hoeller 9d0e62ef68 Javadoc format and related polishing 7 years ago
Arjen Poutsma 0befc60c8f Renamed DataBufferUtils/DataBufferFactory.compose to join 7 years ago
Arjen Poutsma c53c8bfc5a Set 304 status on ServerResponse when ETag/LastModified match 7 years ago
Arjen Poutsma c211e3998b Polishing 7 years ago
Arjen Poutsma 61d330f805 Javadoc 7 years ago
Juergen Hoeller ea5f8f5a7c Consistently handle NoClassDefFoundError in BeanUtils and related places 7 years ago
Juergen Hoeller 9623cdec48 Functional response builders allow for non-standard HTTP status codes 7 years ago
Juergen Hoeller 4c9ed0d87e Polishing 7 years ago
Arjen Poutsma 67e7c784e8 Use DataBufferUtils.compose and remove writeAggregator 7 years ago
Rossen Stoyanchev 84b8ceca0f Update Javadoc for AbstractHandlerMapping properties 7 years ago
Rossen Stoyanchev 72e3c43375 Refine @EnableWebFlux docs for functional endpoints 7 years ago
Arjen Poutsma f7bf6460aa Reverted signature change on fromMultipartData 7 years ago
Rossen Stoyanchev b36af8a11f Uncomment test after Reactor Netty fix 7 years ago
Arjen Poutsma 8a129ef3da Use write aggregator from DataBufferUtils 7 years ago