Commit Graph

  • bf6e7d0c26 Update copyright header Stephane Nicoll 2017-04-09 09:47:16 +02:00
  • 9287bbb91a Fix typo in AfterReturningAdviceInterceptor JavaDoc John S. Ryan 2017-04-08 15:20:42 -07:00
  • 5986f881d0 HandlerMethod evaluates ResponseStatus annotation for early caching Juergen Hoeller 2017-04-08 15:56:05 +02:00
  • ff03b4a4ad Init subscriber before switching the states Violeta Georgieva 2017-04-06 22:06:20 +03:00
  • 91977c81ad Support Optional without @RequestParam in WebFlux Rossen Stoyanchev 2017-04-07 16:51:55 -04:00
  • 3780d040ee Polish and minor fixes in ViewResolutionResultHandler Rossen Stoyanchev 2017-04-07 16:42:59 -04:00
  • e4c62cc029 Controller API for view rendering Rossen Stoyanchev 2017-04-06 14:21:39 -04:00
  • 9a9166622e Fix ForwardedHeaderFilter getRequestURL() Bryan Kelly 2017-04-07 14:59:32 -05:00
  • d0d7a88233 Fix ForwardedHeaderFilter getRequestURL() Bryan Kelly 2017-04-07 14:59:32 -05:00
  • a95843a068 Dependency tracking for Supplier-created beans Juergen Hoeller 2017-04-07 18:01:28 +02:00
  • ea5cb26d75 LogFactory obtains ClassLoader-specific LoggerContext for Log4J Juergen Hoeller 2017-04-07 16:34:12 +02:00
  • 32bda47ed1 Latest dependency updates (EhCache 3.3.1, FreeMarker 2.3.26, Log4J 2.8.2) Juergen Hoeller 2017-04-07 13:51:14 +02:00
  • 8cb24e0d93 SettableTask.checkCompletingThread() only resets marker after match Juergen Hoeller 2017-04-07 13:39:58 +02:00
  • e556aaccee Use PathPattern.getPathRemaining in WebFlux fn Arjen Poutsma 2017-04-06 16:42:49 +02:00
  • b245918574 Fix compiler warning Rossen Stoyanchev 2017-04-06 16:08:25 -04:00
  • 584b290dff Introduce method to allow a pattern to partially consume a path Andy Clement 2017-04-05 22:53:25 -07:00
  • e49d797104 Polish HttpMessageWriterView and view resolution Rossen Stoyanchev 2017-04-05 17:02:42 -04:00
  • 10aa56aa8d Remove file committed by mistake Rossen Stoyanchev 2017-04-06 14:20:40 -04:00
  • 68cc57549a Restore correct order of terminated flag check Dávid Karnok 2017-04-06 19:15:12 +02:00
  • 43eea41dd6 Polish Rossen Stoyanchev 2017-04-06 12:52:31 -04:00
  • 3312ef0aa2 Refactor AbstractEmitterSubscriber akarnokd 2017-04-06 15:13:35 +02:00
  • f3ec812abf Delete obsolete GIF and JPG images Sam Brannen 2017-04-06 18:14:11 +02:00
  • 3a4b205b20 Use Rouge syntax highlighting in PDF version of Reference Manual Sam Brannen 2017-04-06 18:07:19 +02:00
  • b403fb3749 Fix grammar Sam Brannen 2017-04-06 17:47:13 +02:00
  • 2566d6f5c8 LogFactory differentiates between SLF4J API and SPI presence Juergen Hoeller 2017-04-06 17:10:37 +02:00
  • 702e01ad52 UrlResource applies StringUtils.getFilename against cleaned URL path Juergen Hoeller 2017-04-06 14:27:00 +02:00
  • 67ea4b3a05 package-info for repackaged libraries (and other polishing) Juergen Hoeller 2017-04-06 14:10:46 +02:00
  • 75dd8d9c06 UrlResource applies StringUtils.getFilename against URL path Juergen Hoeller 2017-04-06 14:07:22 +02:00
  • 3037277d0e Minimize reflective interaction with annotation instances during retrieval Juergen Hoeller 2017-04-06 14:07:17 +02:00
  • aa3573b2bc Polishing Arjen Poutsma 2017-04-06 11:37:10 +02:00
  • 699064870f Applicable commons-logging excludes for libraries (HtmlUnit, Castor XML, Apache HttpClient) Juergen Hoeller 2017-04-06 09:52:56 +02:00
  • 45e7b350bd LogFactory provides getFactory() with getInstance methods as well Juergen Hoeller 2017-04-05 22:24:09 +02:00
  • 47277f43da spring-core provides custom variant of Commons Logging Juergen Hoeller 2017-04-05 21:22:44 +02:00
  • e83fdaa2dd Revert recent change causing issue in Boot on WildFly Rossen Stoyanchev 2017-04-05 12:41:41 -04:00
  • ffa5dbe898 Polishing Sam Brannen 2017-04-05 18:21:14 +02:00
  • 99474376e6 Server HttpMessage[Reader|Writer] in WebFlux fn Arjen Poutsma 2017-04-04 15:55:22 +02:00
  • ed8565894a Return 5xx HTTP status for invalid target types with Jackson Sebastien Deleuze 2017-04-05 10:36:01 +02:00
  • 454e61e8ac Use standard PNGs in reference manual Sam Brannen 2017-04-05 00:09:35 +02:00
  • c7c480610c Polish doc changes Rossen Stoyanchev 2017-04-04 17:44:57 -04:00
  • f293c4d84b Doc use of reactive types in Spring MVC controllers Rossen Stoyanchev 2017-04-04 17:32:24 -04:00
  • f716c8e9bc Consistently check if AsyncContext already completed Rossen Stoyanchev 2017-04-04 16:30:54 -04:00
  • c0f2017262 Polish Rossen Stoyanchev 2017-04-04 15:33:47 -04:00
  • ece4815459 Ensure ISE will not be thrown when the client disconnects Violeta Georgieva 2017-04-04 21:36:29 +03:00
  • de6f34893a Restore ResponseBodyEmitterReturnValueHandler constructor Rossen Stoyanchev 2017-04-04 14:23:47 -04:00
  • ae2306326e Add RxJava1 Reactive Streams adapters check Rossen Stoyanchev 2017-04-04 12:25:58 -04:00
  • d9221fb87d Async boundary for Spring MVC reactive type streaming Rossen Stoyanchev 2017-04-04 10:12:02 -04:00
  • af6f688196 Test for BeanPropertySqlParameterSource with collection Juergen Hoeller 2017-04-04 17:17:29 +02:00
  • f29ffb37f7 Compatibility with Servlet 4.0 b05 Juergen Hoeller 2017-04-04 17:17:23 +02:00
  • 917207b7ae Support for @Order on nested configuration classes Juergen Hoeller 2017-04-04 17:17:03 +02:00
  • e9627a10c7 Deprecate ObjectUtils.hashCode for primitives in favor of JDK 8's hashCode methods Juergen Hoeller 2017-04-04 17:16:50 +02:00
  • 8e84fd0aed Clean up warnings in spring-test Sam Brannen 2017-04-04 15:53:49 +02:00
  • 51f23cb424 Polish JavaDoc for date-time and number format annotations Sam Brannen 2017-04-03 16:48:05 +02:00
  • 279c56a385 Fix typo in JavaDoc Sam Brannen 2017-04-03 16:43:55 +02:00
  • 37f9c86758 Fix failing tests due to last commit Rossen Stoyanchev 2017-04-03 09:38:08 -04:00
  • f7548a87ed Deprecations related to reactive type support in 5.0 Rossen Stoyanchev 2017-04-03 09:26:46 -04:00
  • 62c1e44db2 Spring MVC supports reactive return values Rossen Stoyanchev 2017-04-03 08:52:07 -04:00
  • ae1ed16cb8 Async return values refactoring in Spring MVC Rossen Stoyanchev 2017-04-02 20:30:24 -04:00
  • cfc89ebe16 Add WebClient.ResponseSpec Kotlin extensions Sebastien Deleuze 2017-04-03 10:41:01 +02:00
  • a292539af9 Merge pull request #1370 from ameyjadiye:fix-typo Stephane Nicoll 2017-04-02 08:07:56 +02:00
  • 472954bbb7 Polish javadoc Amey Jadiye 2017-04-01 02:12:24 +05:30
  • ce21fa4152 Upgrade to JUnit 5.0 M4 Sam Brannen 2017-04-01 22:55:24 +02:00
  • 73b44828e9 Resolve async model attributes in AbstractView Sebastien Deleuze 2017-03-30 21:45:00 +02:00
  • 840d7abbf6 Add ResponseSpec to WebClient Rossen Stoyanchev 2017-03-29 14:09:38 -04:00
  • e6b4edc757 Simplify access to response body in WebClient Arjen Poutsma 2017-03-29 12:04:57 -04:00
  • dd5a73b2e1 Remove deprecated usage of Reactor Loopback interface Sebastien Deleuze 2017-03-30 14:36:23 +02:00
  • 9f321e8d56 Suppress warnings in tests Sebastien Deleuze 2017-03-30 14:21:44 +02:00
  • e2fd398bad Specify explicitly Kotlin extensions return type Sebastien Deleuze 2017-03-30 12:20:56 +02:00
  • cd8c365a0d ServerCodecConfigurer as input in HandlerAdapter Rossen Stoyanchev 2017-03-29 16:33:51 -04:00
  • d1db249584 Fix regression in client codecs Rossen Stoyanchev 2017-03-29 16:10:53 -04:00
  • a8162c03f9 Add ArgumentResolverConfigurer Rossen Stoyanchev 2017-03-29 15:39:31 -04:00
  • 118f33aeda Request body improvements in WebClient, WebTestClient Arjen Poutsma 2017-03-29 11:51:51 -04:00
  • cbd98d5247 Switch back to Reactor BOM Aluminium-BUILD-SNAPSHOT Sebastien Deleuze 2017-03-29 16:38:49 +02:00
  • 81430caa43 Deprecated AsyncRestTemplate and related types Arjen Poutsma 2017-03-17 11:25:30 +01:00
  • 2556178422 Ensure NPE will not be thrown when cancelling a subscription Violeta Georgieva 2017-03-28 14:08:13 +03:00
  • dea4825a9f Fix link references between documents Brian Clozel 2017-03-29 14:20:12 +02:00
  • 924adaec6c Render reference documentation with Asciidoctor Brian Clozel 2017-01-04 17:51:58 +01:00
  • c5bcefbd07 Complete RequestMappingHandlerAdapter refactoring Rossen Stoyanchev 2017-03-28 17:50:36 -04:00
  • b053311306 Clean up warnings in spring-test Sam Brannen 2017-03-28 20:06:42 +02:00
  • 0f0aa46e49 Delete unnecessary PropertySourcesPlaceholderConfigurer beans Sam Brannen 2017-03-28 20:02:27 +02:00
  • 7a01771a45 Polishing Sam Brannen 2017-03-28 19:27:03 +02:00
  • 0b11785852 Improve tests for PropertySourcesPlaceholderConfigurer Sam Brannen 2017-03-28 19:26:45 +02:00
  • e06871ef17 Internal RequestMappingHandlerAdapter refactoring Rossen Stoyanchev 2017-03-27 18:29:03 -04:00
  • 525f30ad5e Remove dated references on URI template RFC Rossen Stoyanchev 2017-03-27 15:49:20 -04:00
  • 0479e3eefc Fix typo Rossen Stoyanchev 2017-03-27 15:16:59 -04:00
  • 9e96cfa7cd Polish Rossen Stoyanchev 2017-03-27 15:08:46 -04:00
  • f8a21ab11b Add ClientCodecConfigurer Rossen Stoyanchev 2017-03-27 14:54:22 -04:00
  • dc3851df00 Extract AbstractCodecConfigurer base class Rossen Stoyanchev 2017-03-27 12:07:18 -04:00
  • 5211a099d5 Merge pull request #1278 from stonio:patch-1 Stephane Nicoll 2017-03-27 15:41:35 +02:00
  • 88e3665d9d Update Apache Licence 2.0 URL stonio 2016-12-29 17:50:08 +01:00
  • a3bf2c4a82 Merge pull request #1333 from stonio:patch-2 Stephane Nicoll 2017-03-27 15:35:01 +02:00
  • 90388e4701 Replace size() check with isEmpty() stonio 2017-02-21 15:49:26 +01:00
  • d7eabeae26 Merge pull request #1334 from stonio:patch-3 Stephane Nicoll 2017-03-27 12:51:27 +02:00
  • 412947a53f Polish CollectionFactoryTests stonio 2017-02-21 16:06:07 +01:00
  • 0ddcce4169 Merge pull request #1366 from arturgspb/master Juergen Hoeller 2017-03-27 10:57:15 +02:00
  • e3afd35c0d Merge remote-tracking branch 'origin/master' arturgspb 2017-03-27 11:47:04 +03:00
  • 8db8c85b69 SPR-15382 Spring Jdbc add Postgresql ?| and ?& operators support arturgspb 2017-03-27 11:46:55 +03:00
  • e0fe7cdc44 Fix typo QBNemo 2017-03-13 11:45:51 +08:00
  • f78bc953f4 Merge pull request #1354 from QBNemo:master Stephane Nicoll 2017-03-27 10:12:26 +02:00
  • 26101892c1 Fix typo QBNemo 2017-03-13 11:45:51 +08:00
  • 8289bf0aff Remove a redundant word Connor Lin 2017-03-21 15:58:31 +11:00