13598 Commits (2e994f7dc38b5520555720dac215064949ccfabf)
 

Author SHA1 Message Date
Arjen Poutsma 7b469f9c62 Improve WebClient error handling 8 years ago
Arjen Poutsma c96badc794 Add ExchangeFilterFunction.ofRequestProcessor and ofResponseProcessor 8 years ago
Sam Brannen c448739b7b Remove mavenLocal as a repository in Gradle build 8 years ago
Juergen Hoeller f1c20a8d31 Latest dependency updates (Hibernate ORM 5.2.4, Undertow 1.4.4, Jetty 9.4 RC1) 8 years ago
Juergen Hoeller 1b0b269370 DefaultServerResponseBuilder uses Reactor's new thenEmpty method (fixing deprecation error) 8 years ago
Sam Brannen 5c9350b8cb Support @EnabledIf & @DisabledIf w/o loading ApplicationContext 8 years ago
Stephane Nicoll 56c48623fd Allow @Cacheable method to return Optional 8 years ago
Stephane Nicoll ffa728c23c Move NoOpCache to a top-level public class 8 years ago
Stephane Nicoll e78af3097a Merge pull request #1225 from ejain:patch-1 8 years ago
Eric Jain d7b68f8b91 Escape (( and )) to prevent asciidoc processing 8 years ago
Stephane Nicoll 1f3b8ff2f7 LiveBeansView does not rely on application contexts order anymore 8 years ago
Stephane Nicoll 7dd3e26da4 Merge pull request #1203 from rand0m86:rand0m86-fix-beanFactory-javadoc 8 years ago
Stephane Nicoll 3a34cdba81 Polish contribution 8 years ago
Vitalii 2980e59298 Fix javadoc syntax 8 years ago
Stephane Nicoll 19db0424d2 Clarify SpEL usage on `@EventListener` 8 years ago
Stephane Nicoll 7ee0abe20d Merge pull request #1222 from englishman:Int-4144_code_format_change_for_idea 8 years ago
Andriy Kryvtsun 50a44aab54 Import format fix according to Code Style 8 years ago
Sebastien Deleuze 2075932780 Add support for RxJava 2 Maybe type 8 years ago
Arjen Poutsma 20dec61d04 Refactored BodyInserters 8 years ago
Arjen Poutsma 94930043fd Added MediaType.TEXT_EVENT_STREAM 8 years ago
Brian Clozel 99a3210859 Refactor tests with ScriptedSubscriber 8 years ago
Stephane Nicoll 827bc78e34 Polish 8 years ago
Stephane Nicoll b7d85f8ebc Expose ResolvableType in NoSuchBeanDefinitionException 8 years ago
Rossen Stoyanchev efe3996cf9 Respect ModelAndView.status in @ExceptionHandler 8 years ago
Rossen Stoyanchev aea3a75018 Fix failing tests 8 years ago
Rossen Stoyanchev 5c9c5e0b45 Early registration of WriteListener 8 years ago
Brian Clozel 61cf9fdda5 Remove factory methods from WebReactiveConfigurer 8 years ago
Rossen Stoyanchev e3673d43b9 Thread-safe reactive ServerHttpRequest 8 years ago
Rossen Stoyanchev 0e886abf3d Sync MockServerHttpRequest in spring-test/spring-web 8 years ago
Arjen Poutsma 08931950f4 Add byte[] encoder and decoder 8 years ago
Juergen Hoeller 3726c6f18d Polishing 8 years ago
Juergen Hoeller be187babf9 ResolvableType equals/hashCode does not consider TypeProvider source 8 years ago
Juergen Hoeller f7d740fa69 ConversionService detects generic type declaration on target class behind proxy as well 8 years ago
Juergen Hoeller 52b029d71d DefaultTransactionAttribute stores descriptor (method identification) 8 years ago
Juergen Hoeller 67a5ff02ac Latest dependency updates (EhCache 2.10.3, Jackson 2.8.4, Netty 4.1.6) 8 years ago
Brian Clozel 518f3fab01 Rollback to SonarQube plugin 2.1 8 years ago
Sebastien Deleuze 00ce72f9e3 Upgrade to RxJava 2.0.0-RC5 8 years ago
Rossen Stoyanchev b92d541ba0 Add contextPath support for reactive web applications 8 years ago
Brian Clozel c2fdc9103b Upgrade SonarQube plugin version to 2.2 8 years ago
soldierkam 8143e5fe20 HttpClient instance should be shared for each call 8 years ago
Arjen Poutsma fa9cc1eb1a Add bodyToMono/bodyToFlux convenience methods 8 years ago
Sebastien Deleuze 2a279b7064 Upgrade to Reactor Core 3.0.3.BUILD-SNAPSHOT 8 years ago
Sebastien Deleuze b961a31cc8 Upgrade to RxJava 1.2.1 8 years ago
Brian Clozel 31af6783a5 Update reference doc after WebClient changes 8 years ago
Arjen Poutsma 59e4326989 Various improvements to web.reactive.function 8 years ago
Sebastien Deleuze 921bf5fb70 Use the official RxJava to Reactive Streams adapter 8 years ago
Arjen Poutsma 7e907c1e83 Align web.reactive.function with WebClient 8 years ago
Arjen Poutsma 0cfb6b37f2 Align Reactive WebClient with web.reactive.function 8 years ago
Arjen Poutsma dc1926a861 Moved BodyExtractor and BodyInserter to http.codec 8 years ago
Rossen Stoyanchev ed6c533079 Merge pull request #1211 from sdeleuze/SPR-14798 8 years ago