14892 Commits (782c595cf7f839d2d6bf4c6bfc0502fc8c2c4ae0)
 

Author SHA1 Message Date
Juergen Hoeller 3cc94ae8b5 Consistently accept "taskExecutor" bean of type Executor (as stated in @EnableAsync's javadoc) 8 years ago
Rossen Stoyanchev 0287a74d69 ExchangeResult exposes URI template used if any 8 years ago
Rossen Stoyanchev fd51893a44 Refactor exchange mutator 8 years ago
Juergen Hoeller 6fcf3a104f SharedEntityManagerCreator detects JPA 2.2's getResultStream method as query-terminating 8 years ago
Rossen Stoyanchev 346d5d2fab Refactor WebTestClient consumeWith methods 8 years ago
Rossen Stoyanchev 718162b8c4 Fix issue with "redirect:" when a media type is present 8 years ago
Andy Clement 109746a03b Adjust source in test class to work around eclipse compiler bug 8 years ago
Rossen Stoyanchev 805fcc6a05 ResponseErrorHandler provides access to URI and method 8 years ago
Rossen Stoyanchev 9b53b86d24 Check Reactor presence after Undertow for WebSocket 8 years ago
Rossen Stoyanchev df8412bded ExceptoinWebSocketHandlerDecorator uses ERROR level 8 years ago
Rossen Stoyanchev 204a9cf056 Public constant for webtestclient-request-id header 8 years ago
Rossen Stoyanchev 4d4c3d5c0b Replace bindToHttpHandler with bindToWebHandler 8 years ago
Rossen Stoyanchev 246e72ff2f Refactor WebTestClient exchange mutator support 8 years ago
Arjen Poutsma a5b94f3a77 Use HttpRequest.getMethodValue 8 years ago
Arjen Poutsma 630fc194f0 Add HttpRequest.getMethodValue 8 years ago
Arjen Poutsma 31d1e26c95 Use List<T> instead of Supplier<Stream<T>> 8 years ago
Arjen Poutsma 01e3561db9 Support RouterFunction in @EnableWebFlux 8 years ago
skarafaz 3d290165fb Find exact matches in WebJarsResourceResolver 8 years ago
Rossen Stoyanchev 3f32f72bfc Polish 8 years ago
Juergen Hoeller 0183576215 Polishing 8 years ago
Juergen Hoeller db69a082d9 Avoid java.util.Optional signatures for simple field access 8 years ago
Juergen Hoeller ce5e2b94c4 ProtobufJsonFormatHttpMessageConverter for configurable JSON processing 8 years ago
Juergen Hoeller 113f0fb13f Javadoc suggests Jackson 2.9 8 years ago
Rossen Stoyanchev b6e252495a Protect against NPE in DefaultSubscriptionRegistry 8 years ago
Stephane Nicoll b64de87a6b Merge pull request #1411 from andreykaipov:patch-2 8 years ago
Andrey Kaipov 9c226aa742 Minor typo fix: form -> from 8 years ago
Rossen Stoyanchev 11075f12bc Fix URI parsing in Reactor Netty request 8 years ago
Juergen Hoeller c59e192b0f Upgrade to Kotlin 1.1.2-4 (and Undertow 1.4.15) 8 years ago
Rossen Stoyanchev 34f1712d59 Merge pull request #1422 from svorcmar/SPR-15505 8 years ago
Rossen Stoyanchev 48a5938cd4 Polish 8 years ago
Martin Švorc bf83e4e861 Use original query string of forwarded request 8 years ago
Bao Tran 44c31a6aad Fix duplicate STOMP subscription id issue 8 years ago
Juergen Hoeller cb3d1befcd LocalValidatorFactoryBean properly supports unwrap at ValidatorFactory level 8 years ago
Juergen Hoeller 67881a5726 Polish PathPattern parser (including package change to web.util.pattern) 8 years ago
Juergen Hoeller eaac348c05 Close InputStreams in writeResourceRegionCollection (analogous to writeResourceRegion) 8 years ago
Juergen Hoeller 7b3f5fd855 ResourceUtils.extractArchiveURL properly deals with top-level war URLs 8 years ago
Juergen Hoeller e835f4d025 Revised png and jpeg mappings 8 years ago
Arjen Poutsma ba39697f2e Expose Principal in ServerRequest 8 years ago
Juergen Hoeller 94efbe2687 Latest dependency updates (OkHttp 3.8, Protobuf 3.3.1, Rome 1.7.3, Tomcat 8.5.15) 8 years ago
Juergen Hoeller 9e3f4ccce9 Merge pull request #1394 from alexander-riss/keySet 8 years ago
Alexander Riss e49a5d8424 fix inefficient use of keySet operators in messaging classes 8 years ago
Rossen Stoyanchev 5ac7955de9 More qualified "request-id" header in WebTestClient 8 years ago
Violeta Georgieva 7f616c216b Specify the HandlerMapping#order in the websocket example 8 years ago
Juergen Hoeller f985f71daf Polishing 8 years ago
Juergen Hoeller 650a682659 Upgrade to Netty 4.1.11 8 years ago
Arjen Poutsma f4cf55cb2b Add support for WebFilter and WebExceptionHandler 8 years ago
Arjen Poutsma ad9cf99420 ResourceHandlerFunction returns EntityResponse 8 years ago
Arjen Poutsma 8db4b2f7ed Remove synchronized block around PathPatternParser 8 years ago
Sebastien Deleuze 285fa1cc2c Fix typos in Kotlin extensions documentation 8 years ago
Arjen Poutsma f0f3df5cc0 Use PathPattern in PathResourceLookupFunction 8 years ago