Commit Graph

  • 54e4e012b2 Separate out web.server from http.server.reactive Rossen Stoyanchev 2016-01-07 21:44:40 -05:00
  • 554bf4958d Improve Content-Length exception message Dennis Kieselhorst 2015-12-18 12:14:28 +01:00
  • 94be412327 Remove last Stream reference Stephane Maldini 2016-01-07 23:41:48 +00:00
  • b4c3a67d2c Use Stream instead of Streams and uncomment reactor test Stephane Maldini 2016-01-07 23:28:44 +00:00
  • 97af9998d5 Refine exception handling Rossen Stoyanchev 2016-01-07 18:24:29 -05:00
  • 70b8848492 fix Streams to Stream in test Stephane Maldini 2016-01-07 22:28:35 +00:00
  • 9a1492e401 Polish Rossen Stoyanchev 2016-01-07 17:09:49 -05:00
  • a712f43654 Polish Rossen Stoyanchev 2016-01-07 15:26:11 -05:00
  • c3a8bf4d17 Revert "Remove mandatory dependency on Reactor Stream" Rossen Stoyanchev 2016-01-07 15:23:55 -05:00
  • cdda839426 XML configuration support for RFC 5861 Brian Clozel 2016-01-07 18:11:06 +01:00
  • 6c282096c6 Add RFC-5681 support to CacheControl madorb 2016-01-05 11:05:09 -06:00
  • 318092cfd0 Use Mono#defaultIfEmpty instead of Flux#defaultIfEmpty Sebastien Deleuze 2016-01-07 15:58:46 +01:00
  • 327c420409 Remove mandatory dependency on Reactor Stream with JarJar Sebastien Deleuze 2016-01-07 14:51:43 +01:00
  • 8ef7e2ff77 Use Reactor 2.5 Flux and Mono Rx light API Sebastien Deleuze 2015-12-16 18:05:37 +01:00
  • 3af62bd0dd Polish Brian Clozel 2016-01-05 17:31:30 +01:00
  • d681f77d62 Polish Brian Clozel 2016-01-05 17:31:30 +01:00
  • 1581597092 Preserve ETag HTTP header for versioned resources Brian Clozel 2016-01-05 14:55:14 +01:00
  • 473cf9c40e Preserve ETag HTTP header for versioned resources Brian Clozel 2016-01-05 14:55:14 +01:00
  • 6e7e4c0359 Merge pull request #948 from kamilszymanski/jcache-docs Stephane Nicoll 2016-01-05 08:15:02 +00:00
  • fca7c52236 Fix list of supported JCache annotations Kamil Szymanski 2016-01-04 23:44:55 +01:00
  • 8ef2ce44f4 Temporarily remove Reactor from integration tests Rossen Stoyanchev 2015-12-31 13:18:13 -05:00
  • 0aade73c88 Update Servlet + Undertow req & resp implementations Rossen Stoyanchev 2015-12-31 12:55:09 -05:00
  • 869f6bef40 Polish server request & response implementations Rossen Stoyanchev 2015-12-31 12:27:40 -05:00
  • 84e5234eb5 Avoid getTypeForFactoryBean warn logging for lazy-init beans Juergen Hoeller 2015-12-31 11:47:46 +01:00
  • 24e58c1ac3 Refined RequestMappingHandlerMapping bean definition Juergen Hoeller 2015-12-31 11:44:12 +01:00
  • 04f31816bd Avoid getTypeForFactoryBean warn logging for lazy-init beans Juergen Hoeller 2015-12-31 11:47:46 +01:00
  • 9bffb9e53f Refined RequestMappingHandlerMapping bean definition Juergen Hoeller 2015-12-31 11:44:12 +01:00
  • 15da48eba5 Update SockJS client code snippet holub 2015-12-28 14:48:24 -05:00
  • 9152f20bc1 Update SockJS client code snippet holub 2015-12-28 14:48:24 -05:00
  • 6b05d17248 Response headers always in sync with native response Rossen Stoyanchev 2015-12-29 17:35:19 -05:00
  • 34eb6d5426 Add support for @ExceptionHandler methods Rossen Stoyanchev 2015-12-29 17:36:32 -05:00
  • 8c89b478d9 Add operator for deferred writes Rossen Stoyanchev 2015-12-23 16:38:40 -05:00
  • 9789db23d2 Rename HandlerResult fields from value to result Rossen Stoyanchev 2015-12-28 10:11:55 -05:00
  • 84e3ad342b Remove @Ignore from 404 status code tests Rossen Stoyanchev 2015-12-29 17:15:18 -05:00
  • 9eb07b7780 Update package for reactor Signal Rossen Stoyanchev 2015-12-29 17:14:38 -05:00
  • a12c172ceb Switch to rxnetty-http dependency Rossen Stoyanchev 2015-12-29 17:11:01 -05:00
  • 8968f09c59 Polishing Juergen Hoeller 2015-12-29 22:04:38 +01:00
  • 342d760f70 Polishing (cherry picked from commit 27c2e8c) Juergen Hoeller 2015-12-29 21:40:20 +01:00
  • acecda7153 Avoid sensitive Proxy.getInvocationHandler call in synthesizeAnnotation Juergen Hoeller 2015-12-29 21:39:43 +01:00
  • 27c2e8c80d Polishing Juergen Hoeller 2015-12-29 21:40:20 +01:00
  • 388bd87ef0 ComponentScan annotation is repeatable now Juergen Hoeller 2015-12-29 21:40:08 +01:00
  • aecb8b6c6b Avoid sensitive Proxy.getInvocationHandler call in synthesizeAnnotation Juergen Hoeller 2015-12-29 21:39:43 +01:00
  • 74d3bceb19 Add missing StatusResultMatcher for HTTP Status 451 Brian Clozel 2015-12-29 21:23:09 +01:00
  • 9e4cf85af7 Add HTTP Status 451 UNavailable for legal reasons Brian Clozel 2015-12-29 20:51:42 +01:00
  • 4f955932a7 @Value can be used as aliased meta-annotation Juergen Hoeller 2015-12-29 18:02:16 +01:00
  • 3242ad8fc4 @AliasFor attribute name defaults to declaring attribute Juergen Hoeller 2015-12-29 17:58:57 +01:00
  • 4a863c9066 Upgrade to Undertow 1.3.11 (cherry picked from commit 873b173) Juergen Hoeller 2015-12-23 01:18:55 +01:00
  • 35b8696523 Polishing Juergen Hoeller 2015-12-29 11:24:56 +01:00
  • e1bdf5577e StatementCreatorUtils always tries getParameterType on Oracle 12c driver Juergen Hoeller 2015-12-29 11:19:21 +01:00
  • e48ec4fcd3 StatementCreatorUtils always tries getParameterType on Oracle 12c driver Juergen Hoeller 2015-12-29 11:19:21 +01:00
  • 1d8a3e1f07 BeanFactoryAnnotationUtils searches on bean implementation classes and meta-annotations as well Juergen Hoeller 2015-12-28 23:28:08 +01:00
  • 7d0ebddebe Flag Caffeine as Java8+ only Stephane Nicoll 2015-12-28 15:06:35 +01:00
  • 826a00a56a Expect IllegalStateException instead of specific message for @Scheduled proxy mismatch Juergen Hoeller 2015-12-24 12:38:26 +01:00
  • d1551bdcec Polishing Juergen Hoeller 2015-12-23 21:19:18 +01:00
  • 470ea977e1 Consistent validation of annotated methods behind AOP proxies Juergen Hoeller 2015-12-23 20:47:28 +01:00
  • 63958ac0ff Fix concurrent test failure Rossen Stoyanchev 2015-12-22 22:06:11 -05:00
  • 873b173dcc Upgrade to Undertow 1.3.11 Juergen Hoeller 2015-12-23 01:18:55 +01:00
  • 1cfeb07fa5 Consistent use of varargs plus related polishing (cherry picked from commit deae872) Juergen Hoeller 2015-12-22 23:50:05 +01:00
  • bc671f05d6 Fix test warnings Rossen Stoyanchev 2015-12-22 17:52:56 -05:00
  • deae872912 Consistent use of varargs plus related polishing Juergen Hoeller 2015-12-22 23:50:05 +01:00
  • 258cc7b27f Update AsyncRestTemplate interception Rossen Stoyanchev 2015-12-22 17:36:24 -05:00
  • 12969f6268 SPR-12538 AsyncRestTemplate interceptors Jakub Narloch 2015-11-06 22:55:07 +01:00
  • 74b77e0d74 Fix warnings Rossen Stoyanchev 2015-12-22 16:16:51 -05:00
  • 12b73caa84 Add @RestControllerAdvice Rossen Stoyanchev 2015-12-22 16:11:34 -05:00
  • 8656186f60 Support for public WebSocket upgrade API in Undertow Rossen Stoyanchev 2015-10-26 18:24:02 -04:00
  • 4adb7e2500 AOP proxies with annotation-based aspects are serializable now Juergen Hoeller 2015-12-22 21:20:33 +01:00
  • bb0bc3d415 Polishing Juergen Hoeller 2015-12-22 16:19:26 +01:00
  • 95d62658ff SystemEnvironmentPropertySource replaces hyphens in property names as well Juergen Hoeller 2015-12-22 16:18:13 +01:00
  • 07fd7b905e Update What's new section Stephane Nicoll 2015-12-22 14:50:34 +01:00
  • 0194988425 Store by value support for ConcurrentMapCacheManager Stephane Nicoll 2015-12-22 09:48:49 +01:00
  • cf20308134 SerializationDelegate as convenient Serializer/Deserializer combo Juergen Hoeller 2015-12-22 13:04:10 +01:00
  • 41ee25b1e7 Convenience constructors for common view prefix/suffix scenarios Juergen Hoeller 2015-12-22 12:00:49 +01:00
  • 66dd880335 Update What's new section Stephane Nicoll 2015-12-22 11:33:26 +01:00
  • d444ef4871 Support for bean refs in event SpEL condition Stephane Nicoll 2015-12-22 11:30:40 +01:00
  • 9b5e47026c Support for bean refs in caching SpEL expressions Stephane Nicoll 2015-12-22 11:05:24 +01:00
  • 1ce9788a66 Upgrade to Gradle 2.10 Juergen Hoeller 2015-12-21 23:08:19 +01:00
  • bb3ff25cad Polishing Juergen Hoeller 2015-12-21 23:07:32 +01:00
  • 36940e003d Polishing Juergen Hoeller 2015-12-21 22:38:25 +01:00
  • 935d714333 SimpleNamespaceContext implements all subtleties of the NamespaceContext contract Juergen Hoeller 2015-12-21 20:37:44 +01:00
  • 9021f8fd71 Upgrade to JavaMail 1.5.5 and Hibernate ORM 5.0.6 (cherry picked from commit 06056e6) Juergen Hoeller 2015-12-18 17:49:15 +01:00
  • 57b3ee324f Tiles 2 support back for Spring 4.3 (to be eventually removed for 5.0 now) Juergen Hoeller 2015-12-21 22:15:22 +01:00
  • dd930b3b66 Allow for customizing the Hibernate MetadataSources instance Juergen Hoeller 2015-12-21 21:38:11 +01:00
  • f8860e2938 SimpleNamespaceContext implements all subtleties of the NamespaceContext contract Juergen Hoeller 2015-12-21 20:37:44 +01:00
  • 4668aa775d Language tag methods declared as @UsesJava7 Juergen Hoeller 2015-12-21 19:08:37 +01:00
  • b28310d0b9 Polishing Juergen Hoeller 2015-12-21 18:42:49 +01:00
  • 0dd320f92e Support for BCP 47 language tags Juergen Hoeller 2015-12-21 18:40:26 +01:00
  • cad2ce0ac2 ConstructorResolver always uses arguments when completely provided Juergen Hoeller 2015-12-21 15:11:40 +01:00
  • 09cea6e6bb Refined Future exception handling Juergen Hoeller 2015-12-21 15:09:09 +01:00
  • d59b0d12d4 Merge pull request #939 from sniewczas/patch-1 Stephane Nicoll 2015-12-21 14:55:45 +01:00
  • adf744cce0 Fix markup in reference section 9.4.2 Sylwester Niewczas 2015-12-20 17:45:12 +01:00
  • 1fc3fc8bf7 Update documentation Stephane Nicoll 2015-12-21 14:47:50 +01:00
  • edd8e2d56d Update documentation Stephane Nicoll 2015-12-21 14:23:14 +01:00
  • 19d97c4253 Support for multi-threaded cache access Stephane Nicoll 2015-11-05 10:42:07 +01:00
  • 15c7dcd11a Upgrade Caffeine to 2.0.3 Stephane Nicoll 2015-12-20 13:06:11 +01:00
  • 66562f2589 Require JUnit 4.12 or higher in the TestContext framework Sam Brannen 2015-12-19 18:27:34 +01:00
  • db1171d5c4 Background bootstrapping via "bootstrapExecutor" for LocalContainerEntityManagerFactoryBean and LocalSessionFactoryBean/Builder Juergen Hoeller 2015-12-19 15:13:46 +01:00
  • 64bd8b7f34 Polishing Juergen Hoeller 2015-12-18 22:19:03 +01:00
  • 387c8a8181 Differentiate between TypeDescriptors with same annotations but different attributes Juergen Hoeller 2015-12-18 22:10:50 +01:00
  • da4e4aab39 test operator log Stephane Maldini 2015-12-18 16:56:17 +00:00
  • 06056e6aa6 Upgrade to JavaMail 1.5.5 and Hibernate ORM 5.0.6 Juergen Hoeller 2015-12-18 17:49:15 +01:00