14479 Commits (96bfe7d197702258c60aae0f71275b95b6d56095)
 

Author SHA1 Message Date
Rossen Stoyanchev d1a64e1122 Refactor ExchangeResult 8 years ago
Rossen Stoyanchev 20be40bf64 WebTestClient polish and minor refactoring 8 years ago
Andy Clement d924538211 Fix RegexPathElement when matching variables against a root path 8 years ago
Rossen Stoyanchev 9829a62044 Refactor WebTestClient assertions take 3 8 years ago
Andy Clement f1653cc21c Fix PathPattern incorrectly matching variable against root path 8 years ago
Juergen Hoeller 45df1d9fea Javadoc fixes 8 years ago
Juergen Hoeller 214d0d76a5 Polishing 8 years ago
Juergen Hoeller 0f51ff5ebc Reset global rollback-only status when rolling back to savepoint 8 years ago
Juergen Hoeller 1ee0626c94 Polishing 8 years ago
Juergen Hoeller 74bdcd8ed4 MutableMessageHeaders serializes itself as regular MessageHeaders 8 years ago
Sebastien Deleuze 692e432f0b Generate Java 8 bytecode with Kotlin compiler 8 years ago
Sebastien Deleuze 4d48fde795 Fix RequestPredicate.route() implementation 8 years ago
Sebastien Deleuze 305f303d46 Rename RouterDsl to Routes 8 years ago
Sebastien Deleuze 03f34e24ca Add nested route support to Kotlin DSL 8 years ago
Juergen Hoeller 0da8dee289 Polishing 8 years ago
Juergen Hoeller 8d707eb530 Polishing 8 years ago
Juergen Hoeller 9543384d9e Avoid deprecated comparators in tests 8 years ago
Juergen Hoeller f90cd7705f Consistent ordering of Assert variants 8 years ago
Arjen Poutsma 0922943c12 Rename RouterFunctions.subroute() to nest() 8 years ago
Juergen Hoeller 22322fde26 Revised isInstanceOf/isAssignable message concatenation 8 years ago
Juergen Hoeller 8c04a65eb1 Merge pull request #1329 from kmiya/patch-1 8 years ago
Kazuki Miyahara e95391765c Fix typo in Javadoc 8 years ago
Arjen Poutsma 1d589eb639 Add pathPrefix predicate 8 years ago
Rossen Stoyanchev 285ba7d391 Update WebTestClient builder 8 years ago
Andy Clement f98ea11e5e Fix string handling to avoid exceptions when doing path extraction 8 years ago
Rossen Stoyanchev 51f2042e97 Refactor WebTestClient assertions 8 years ago
Juergen Hoeller 50d93d3794 Consistently support CompletionStage next to CompletableFuture 8 years ago
Juergen Hoeller dbf5b1e573 Latest dependency updates (Apache HttpAsyncClient 4.1.3, SLF4J 1.7.23, BeanShell 2.0b5) 8 years ago
Juergen Hoeller 599c1ba73e Polishing 8 years ago
Juergen Hoeller 5f531a7a7d Comparators entry point with generically typed factory methods 8 years ago
Juergen Hoeller 07dd61eabd Drop NativeJdbcExtractor mechanism in favor of JDBC 4 unwrap 8 years ago
Juergen Hoeller 54f01cffaf Drop weaving support for pre-Servlet-3.1 servers 8 years ago
Arjen Poutsma 36db6b2753 Removed json(), html() and xml() predicates 8 years ago
Sebastien Deleuze 7dd0f358ed Avoid using callable reference to stay Kotlin 1.0 compatible 8 years ago
Arjen Poutsma bb9d3e1680 Renamed RouterFunction composition methods 8 years ago
Sebastien Deleuze 276f896956 Document Spring Boot support for WebFlux functional API 8 years ago
Arjen Poutsma fcaf42507a Synchronise PathPatternParser access 8 years ago
Juergen Hoeller a3561168b0 Merge pull request #1326 from JanespenCerpus/fix-resttemplate-mockmvc-encoded-uri 8 years ago
Stephane Nicoll b21c0cb8e0 Merge pull request #1327 from hengyunabc:patch-1 8 years ago
Stephane Nicoll d4dd8baed5 Update copyright header 8 years ago
hengyunabc 2723bd092c Fix typo 8 years ago
Jan-Espen Oversand 5158207fe0 Passing the uri as a string to the MockMvc request builder will cause an encoded uri to become double encoded. 8 years ago
Rossen Stoyanchev 130598ffb2 Updates to ExchangeActions 8 years ago
Phillip Webb 656e7f801e Remove XmlExpectationsHelper hard XML Unit requirement 8 years ago
Sebastien Deleuze f380ab9d90 Polish RouterFunctionExtensions 8 years ago
Rossen Stoyanchev e2e5e7653c Add mention of WebFlux testing support 8 years ago
Brian Clozel 4ff17676d3 Avoid duplicate Content-Length headers in Netty client 8 years ago
Brian Clozel 28e77fa68a Assert XML without considering order in XmlExpectationsHelper 8 years ago
Rossen Stoyanchev 6f68af6860 Uncomment test following fix in reactor-netty 8 years ago
Arjen Poutsma febed19bf4 Use PathPatternParser in function.server 8 years ago