15383 Commits (eb6bd2d7b8752bd1100fff45e95cc5f088146f26)
 

Author SHA1 Message Date
Rossen Stoyanchev eb6bd2d7b8 Remove args and return value lists from @RequestMapping 9 years ago
Sebastien Deleuze 14cba15296 Open router and bean Kotlin DSL to allow building custom ones 9 years ago
Sam Brannen 96bbd18e98 Delete unused import 9 years ago
Sebastien Deleuze 12ef367f89 Polish reference documentation 9 years ago
Eddú Meléndez 6f2d58fac6 Remove jackson-datatype-jdk7 auto registration 9 years ago
Arjen Poutsma f9e1913e0d Added docs on customizing WebClient 9 years ago
Juergen Hoeller 9d8e3d4185 Explicit check for duplicates in addClassPathManifestEntries 9 years ago
Brian Clozel 95b83fe1ba Add zero copy support in reactor-based WebClient 9 years ago
Brian Clozel 80979e7592 Polish 9 years ago
Brian Clozel 3d37c889fa Un-ignore RequestMapping test for handling "" paths 9 years ago
Andy Clement 07b961caa6 Empty path should match the "/" PathPattern 9 years ago
Sebastien Deleuze b85764c7db Add a section about immutable classes persistence in Kotlin refdoc 9 years ago
Sebastien Deleuze 74120ef00f Add custom deserializers support to AbstractJackson2Decoder 9 years ago
Juergen Hoeller e927cae476 ObjectProvider offers ifAvailable/ifUnique variants with Consumer 9 years ago
Juergen Hoeller 9ff4c0bff8 DispatcherServlet.getHandlerMappings() accessor declared as final 9 years ago
Rossen Stoyanchev bdde0f1ea0 WebFlux supports UriBuilder, UriComponentsBuilder args 9 years ago
Rossen Stoyanchev 2da2c17fbb WebFlux supporst HttpHeaders return values 9 years ago
Sebastien Deleuze 3133f87c14 Upgrade to Reactor Bismuth-RELEASE !!! 9 years ago
Sebastien Deleuze 2d6364eb83 Remove "chin" in admonition blocks of reference documentation 9 years ago
Juergen Hoeller ac45aa2022 Upgrade to AspectJ 1.9 beta 7 (with 1.8.10 exposed in POMs) 9 years ago
Arjen Poutsma 1a3cc3df94 Moved fromServerRequest to ServerRequest itself 9 years ago
Sebastien Deleuze 0d8031d9b4 Remove remaining Kotlin compilation warning 9 years ago
Sebastien Deleuze 997748ee29 Upgrade to Kotlin 1.1.50 9 years ago
Sebastien Deleuze 3996f33399 Support non-standard classes in Kotlin reflection discovery methods 9 years ago
Juergen Hoeller 65f556c0e2 Downgrade xjc to 2.2.11 (while keeping JAXB at 2.3.0 general) 9 years ago
Juergen Hoeller e2882fe1db Build against EE 8 API level wherever possible 9 years ago
Sebastien Deleuze 1e87b6dd7d Update null-safety refdoc with jsr305 JAR guidelines 9 years ago
Juergen Hoeller 9190b76ab9 Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2) 9 years ago
Rossen Stoyanchev d742fc198a Add consumeWith to FluxExchangeResult 9 years ago
Rossen Stoyanchev 132022861e Remove ResourceServlet deprecated in 4.3.x 9 years ago
Stephane Maldini 9c216c2144 update to Bismuth-RC1 9 years ago
Stephane Maldini 21203921f0 sync with reactor-core snapshot 9 years ago
Stephane Maldini 90f4b13767 update to Bismuth-BUILD-SNAPSHOT 9 years ago
Rossen Stoyanchev ed10cab9d3 Remove DispatcherHandler static factory methods 9 years ago
Rossen Stoyanchev c28a6357c5 DispatcherHandler alignment with DispatcherServlet 9 years ago
Rossen Stoyanchev 816a58fcf9 RouterFunctionMapping provides getter for RouterFunction 9 years ago
Rossen Stoyanchev 31619b3ffb DispatcherHandler orders HandlerMappings correctly again 9 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 9 years ago
Brian Clozel 60f47f4489 Fix memory leak in reactive multipart parser 9 years ago
Arjen Poutsma 4fbf86e5ce Javadoc 9 years ago
Arjen Poutsma 2841ef5d05 Introduce RouterFunction visitor 9 years ago
Sebastien Deleuze 7b6f1d1b58 Use compileOnly and testCompileOnly for JSR 305 JAR 9 years ago
Sebastien Deleuze d8e52c0413 Refine BeanUtils#findPrimaryConstructor behavior 9 years ago
Jason Yu 78434c8e20 Release DataBuffers in FreeMarkerView 9 years ago
Sebastien Deleuze 7c18e4b115 Polish null-safety documentation 9 years ago
Sebastien Deleuze 6c4a103f70 Remove support for generics nullability for now 9 years ago
Rossen Stoyanchev 819ca0dbd4 Expose getters for the configured HandlerMapping's 9 years ago
Juergen Hoeller c9afdce54b Merge pull request #1532 from aahlenst/spr-15988 9 years ago
Andreas Ahlenstorf b30f6fd991 Ensure that JSON is written to response body 9 years ago
Juergen Hoeller 15c82afc1c Consistent conversion of Optional array/list arrangements 9 years ago