929 Commits (9b3c92e8d2a9a284ec031687fdb6aad5c2407f67)

Author SHA1 Message Date
Arjen Poutsma 9b3c92e8d2 Add leading slash for path predicate if not present 6 years ago
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 6 years ago
Rossen Stoyanchev bd910fc62b Fix checkstyle errors 6 years ago
Rossen Stoyanchev da4430e27e BindingResult for resolved async attributes 6 years ago
Rossen Stoyanchev 172afb510a Polish AbstractView in WebFlux 6 years ago
stsypanov 9ca8681f79 Iteration over a map using EntrySet 6 years ago
Juergen Hoeller daee6f5bd9 Avoid expensive assertions in web resource resolution 6 years ago
Sam Brannen 73dbd06361 Enforces static imports for JUnit 4 assertions and assumptions 6 years ago
Sam Brannen 724c805211 Discontinue use of JUnit 3 APIs 6 years ago
Phillip Webb 798b51f4a3 Migrate to BDD Mockito 6 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 6 years ago
Juergen Hoeller d3b713d5f0 Upgrade to Protobuf 3.7.1 and HtmlUnit 2.35 6 years ago
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