915 Commits (6a05b97df328b66a25ac97a0f25b3f0cff560c90)

Author SHA1 Message Date
Sam Brannen 4d1637a9b7 Avoid warnings in RequestMappingHandlerMappingTests 6 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 6 years ago
Arjen Poutsma 2352688ccb MultipartIntegrationTests should not bind to same part multiple times 6 years ago
Rossen Stoyanchev 45147c23c1 Empty body checks in ConsumesRequestCondition 6 years ago
Arjen Poutsma 59f6044c09 Add route(RequestPredicate, HandlerFunction) to RouterFunctions builder 6 years ago
Juergen Hoeller d16beb0e55 Polishing 6 years ago
Stephane Maldini fd36d1efe6 Use explicit expectError(class.java) instead of reactor kotlin extension 6 years ago
Juergen Hoeller c841b62bb0 Consistent parameter retrieval across InvocableHandlerMethod variants 6 years ago
Stephane Maldini 3f8be3416e Use explicit cast to avoid dependency on reactor-core kotlin extension 6 years ago
Juergen Hoeller 3f85a7db1b Consistent exception naming across InvocableHandlerMethod variants 6 years ago
Ippei Nawate 47ff92873b Add null check 6 years ago
Sebastien Deleuze e16a134075 Refine WebFlux Kotlin extensions 6 years ago
Sam Brannen 47c39304af Use assertThat from Hamcrest instead of JUnit 4 6 years ago
Juergen Hoeller 28039057fd Consistent naming of HandlerMethodArgumentResolver implementations 6 years ago
Juergen Hoeller ea4a174583 Polishing 6 years ago
Juergen Hoeller 3d6476da46 Polishing 6 years ago
Juergen Hoeller a7949ac84a Consistent use of StringUtils.hasLength(String) vs isEmpty(Object) 6 years ago
Juergen Hoeller 84266d71e9 Polishing 6 years ago
Juergen Hoeller 31c3b8a291 Avoid unguarded String concatenation for debug/trace logging 6 years ago
Rossen Stoyanchev bd8d71be0e canWrite uses actual return value type if known 6 years ago
Rossen Stoyanchev b5327ef60f Fix regression in ProducesRequestCondition 6 years ago
Juergen Hoeller 90d4e9090c Polishing 6 years ago
Sebastien Deleuze 89454e69c3 Deprecate MediaType.APPLICATION_JSON_UTF8 6 years ago
Juergen Hoeller 1f473261a8 Polishing 6 years ago
Juergen Hoeller e5e2d2d661 Polishing (includes minor performance refinements from master) 6 years ago
Juergen Hoeller 42fda0ba15 Upgrade to Tomcat 9.0.19, Jetty 9.4.17, Netty 4.1.35, OkHttp 3.14.1 6 years ago
Sebastien Deleuze aee2df8919 Improve WebFlux suspending handler method support 6 years ago
Rossen Stoyanchev 15b2fb1210 Polish 6 years ago
Rossen Stoyanchev 375090bb7c LeakAwareDataBuffer related fixes 6 years ago
Sebastien Deleuze e84347554e Ignore Kotlin script templating tests 6 years ago
Rossen Stoyanchev d1f888a7a9 Empty path mapping behaves consistently 6 years ago
Rossen Stoyanchev f839c1f9cd Remove warning about empty @RequestMapping path 6 years ago
Sebastien Deleuze cd0b517abf Improve Kotlin documentation 6 years ago
Sam Brannen 85f05023c6 Pull WebFlux getMappingPathPatterns() implementation up in the hierarchy 6 years ago
Sam Brannen 55b764bac3 Remove unused import 6 years ago
Sam Brannen 164ee2a4e1 Polishing 6 years ago
Sam Brannen 510c0c5ef7 Return Set<PathPattern> from AbstractHandlerMethodMapping.getMappingPathPatterns 6 years ago
Rossen Stoyanchev 57558a481a DataBuffer fixes in View implementations 6 years ago
Rossen Stoyanchev 6cabb79f0f Decode resourcePath for classpath locations 6 years ago
Sam Brannen 72027b1746 Log warning if @RequestMapping method has no explicit mapping 6 years ago
Rossen Stoyanchev e0c2a1c59d Polish 6 years ago
Jeoffrey Haeyaert 9976783639 WebClient uri method with uriTemplate and UriBuilder 6 years ago
Sebastien Deleuze a8d6ba9965 Add support for Coroutines Flow 6 years ago
Juergen Hoeller 95232d5bf8 Upgrade to Apache HttpClient 4.5.8 and Jetty Reactive HttpClient 1.0.3 6 years ago
Sebastien Deleuze 9217f0b63e Convert CoRouterFunctionDsl indents to tabs 6 years ago
Sebastien Deleuze 2eb631aaad Avoid exposing (Co)RouterFunctionDsl#invoke 6 years ago
Sebastien Deleuze 92d5f6395e Rename awaitPrincipal to awaitPrincipalOrNull 6 years ago
Rossen Stoyanchev 72119ac076 ProducesRequestCondition caches accepted media types 6 years ago
Rossen Stoyanchev bb9fcad58a RequestCondition implementations minor refactoring 6 years ago
Brian Clozel 47c8d1de7b Avoid calling other bean methods in web config 6 years ago