Commit Graph

  • 658a44a620 Upgraded to Apache HttpClient 4.3.3 and Jetty 9.1.3 Juergen Hoeller 2014-03-11 12:57:27 +01:00
  • 27cacf0672 SpEL property-not-found message hints at non-public method/field Juergen Hoeller 2014-03-11 10:47:53 +01:00
  • eeb82c409a SpEL property-not-found message hints at non-public method/field Juergen Hoeller 2014-03-11 10:47:53 +01:00
  • 13af188bdc Handle invalid STOMP content-length header value Rossen Stoyanchev 2014-03-10 22:07:39 -04:00
  • cff23b84ae Add messages for number of active sessions/connections Rossen Stoyanchev 2014-03-10 16:58:02 -04:00
  • a473d46e1c Tighten connection management in STOMP broker relay Rossen Stoyanchev 2014-03-10 16:19:13 -04:00
  • d317b637e0 CollectionToCollectionConverter avoids collection copy for untyped collection when simply returning source anyway Juergen Hoeller 2014-03-10 15:59:19 +01:00
  • bbcb1837c5 Polishing Juergen Hoeller 2014-03-10 18:31:03 +01:00
  • 264d7b9c98 Improved documentation on how to convert collections with ConversionService Juergen Hoeller 2014-03-10 18:18:29 +01:00
  • 7a6ec69523 Fix custom config with older HttpClient Stephane Nicoll 2014-03-04 16:53:04 +01:00
  • bea94d5302 CollectionToCollectionConverter avoids collection copy for untyped collection when simply returning source anyway Juergen Hoeller 2014-03-10 15:59:19 +01:00
  • 40b81fcc3e SPR11348 test should use LinkedHashSet since it relies on insertion order of elements Juergen Hoeller 2014-03-07 15:07:15 +01:00
  • 241682c117 Update author list in reference manual Sam Brannen 2014-03-10 12:31:00 +01:00
  • b364599278 Update links to Spring JIRA server Sam Brannen 2014-03-10 12:24:20 +01:00
  • 220267b830 Update copyright date in reference manual Sam Brannen 2014-03-10 12:22:40 +01:00
  • 542db72ffd Add first draft of IDEA code formatting Stephane Nicoll 2014-03-10 11:43:19 +01:00
  • 1d57a15e40 Delete unused imports in spring-test Sam Brannen 2014-03-07 18:27:34 +01:00
  • 1ade9b5433 Polish various test classes Sam Brannen 2014-03-07 18:06:30 +01:00
  • e865d63c29 Ensure Gradle does not execute inner classes as tests Sam Brannen 2014-03-07 17:31:44 +01:00
  • b1bcc5d6eb Fix double SPeL evaluation of parameter Stephane Nicoll 2014-03-06 14:44:13 +01:00
  • f1ba789494 DefaultListableBeanFactory only puts 'cache-safe' Class keys into its by-type cache Juergen Hoeller 2014-03-06 22:41:38 +01:00
  • d642cd21bb SpringBeanELResolver's setValue should not throw PropertyNotWritableException if provided value is identical to current bean instance Juergen Hoeller 2014-03-06 14:17:54 +01:00
  • 70155e9ff9 KeyGenerators should not return a plain array parameter as raw key but rather always handle that case in a deepHashCode fashion Juergen Hoeller 2014-03-05 17:37:09 +01:00
  • 7e2a214f32 instantiateUsingFactoryMethod avoids NPE and reports argument types in case of explicitArgs and resolved generic arguments as well Juergen Hoeller 2014-03-05 16:16:29 +01:00
  • 4c9c7634d0 Log4jWebConfigurer does not try to parse empty "log4jRefreshInterval" context-param Juergen Hoeller 2014-03-04 13:31:59 +01:00
  • 69c54a053c Fixed content length check in XmlValidationModeDetector Juergen Hoeller 2014-02-28 14:00:32 +01:00
  • bcde955ec9 Ignore placeholder resolution failure as well in case of ignoreResourceNotFound=true Juergen Hoeller 2014-03-07 13:39:01 +01:00
  • 3dfa7e9ac0 Avoid stack overflow in case of circular type reference Juergen Hoeller 2014-03-07 00:08:15 +01:00
  • 93c8b7ab04 DefaultListableBeanFactory only puts 'cache-safe' Class keys into its by-type cache Juergen Hoeller 2014-03-06 22:41:38 +01:00
  • 07959cb3f7 Merge pull request #484 from sdeleuze/SPR-11504 Rossen Stoyanchev 2014-03-06 12:29:22 -05:00
  • 0036d9a5c9 Polish Rossen Stoyanchev 2014-03-06 12:28:06 -05:00
  • 2f8bc6eec1 Decode target parameter names prior to saving a FlashMap Sebastien Deleuze 2014-03-06 03:30:04 +01:00
  • 519799e1cf Fix double SPeL evaluation of parameter Stephane Nicoll 2014-03-06 14:44:13 +01:00
  • c8f2e07182 Clean up test warnings that show up in Gradle console Sam Brannen 2014-03-06 14:50:46 +01:00
  • cb59d43a5f Fix typos in Javadoc in AssertThrows Sam Brannen 2014-03-06 14:40:41 +01:00
  • 213d9c4a51 Consistent dependencies on official JTA 1.2 and JMS 1.1 API jars Juergen Hoeller 2014-03-06 14:19:48 +01:00
  • 3080ff3890 Polishing Juergen Hoeller 2014-03-06 14:18:26 +01:00
  • 7972b31118 SpringBeanELResolver's setValue should not throw PropertyNotWritableException if provided value is identical to current bean instance Juergen Hoeller 2014-03-06 14:17:54 +01:00
  • 793cab4f80 Allow generics-based injection in case of nested unresolved type variable Juergen Hoeller 2014-03-06 14:13:33 +01:00
  • 49d7bda722 Improve CORS handling in AbstractSockJsService Rossen Stoyanchev 2014-03-05 21:02:03 -05:00
  • cf3b2b1a4d Simplify test includes & excludes in Gradle build Sam Brannen 2014-03-05 23:20:23 +01:00
  • d30128396e Upgraded to Hibernate 4.2.10 Juergen Hoeller 2014-03-05 22:42:03 +01:00
  • 2cdc066daf Relaxed statement on early validation of bean references Juergen Hoeller 2014-03-05 22:41:26 +01:00
  • 2a2816dfc3 Restored proper handling of varargs in case of unresolvable type variable Juergen Hoeller 2014-03-05 22:36:12 +01:00
  • 4b9aad8f65 Refactor async result handling in Spring MVC Test Rossen Stoyanchev 2014-03-05 14:54:34 -05:00
  • 34924810fe Remove field no longer used after previous commit Rossen Stoyanchev 2014-03-05 14:50:16 -05:00
  • 74de35df1e Refactor async result handling in Spring MVC Test Rossen Stoyanchev 2014-03-05 12:48:33 -05:00
  • e50cff47c1 KeyGenerators should not return a plain array parameter as raw key but rather always handle that case in a deepHashCode fashion Juergen Hoeller 2014-03-05 17:37:09 +01:00
  • a434903a2a Adjust log level in LoggingWebSocketHandlerDecorator Rossen Stoyanchev 2014-03-05 11:12:59 -05:00
  • 9325a99bf0 Merge pull request #462 from snicoll/cache-tx-tests Stephane Nicoll 2014-03-05 16:48:35 +01:00
  • 45406aa19b Add tests for TransactionAwareCacheDecorator Stephane Nicoll 2014-02-11 14:02:36 +01:00
  • ad317774fb instantiateUsingFactoryMethod avoids NPE and reports argument types in case of explicitArgs and resolved generic arguments as well Juergen Hoeller 2014-03-05 16:16:29 +01:00
  • 9891bdc7b4 Clean up "abstract" test issues Sam Brannen 2014-03-05 12:10:10 +01:00
  • b42f258c54 Use unmodifiable set in AbstractSockJsSession Sam Brannen 2014-03-05 11:04:06 +01:00
  • 705efc5bdf Fix timing issue with obtaining async result Rossen Stoyanchev 2014-03-04 21:38:42 -05:00
  • c146be2eb7 Merge pull request #477 from candrews/patch-1 Stephane Nicoll 2014-03-04 14:24:03 +01:00
  • 6d8f3a0a20 Fix SimpleKey equality with array argument Craig Andrews 2014-03-03 17:53:21 -05:00
  • 9b771573ec Log4jWebConfigurer does not try to parse empty "log4jRefreshInterval" context-param Juergen Hoeller 2014-03-04 13:31:59 +01:00
  • f3884084f2 Optimized DefaultResourceLoader's getResource implementation for "/..." paths, not relying on URL parsing exceptions for such a common case anymore Juergen Hoeller 2014-03-04 13:31:51 +01:00
  • cb41f42791 AbstractApplicationEventMulticaster filters listeners against their type first, avoiding eager retrieval of listener instances for non-matching events Juergen Hoeller 2014-03-04 13:31:40 +01:00
  • fa44224430 Aggregate JUnit and TestNG test reports Sam Brannen 2014-03-04 13:18:42 +01:00
  • a60b34fd9e Merge pull request #476 from platan/master Sam Brannen 2014-03-03 22:46:11 +01:00
  • 7cf5e3a508 Outdated code example correction in section 10.3.6 Marcin Mielnicki 2014-03-03 22:20:28 +01:00
  • 53017da0c3 Update reference documentation for SPR-11486 Brian Clozel 2014-03-03 12:13:17 +01:00
  • 035d9d5af0 Clarify exception handling in converter Stephane Nicoll 2014-03-03 10:02:39 +01:00
  • 8f3a897502 Polish AbstractSockJsSession Sam Brannen 2014-03-02 16:21:48 +01:00
  • 4238299661 Add smart logging for disconnected SockJS clients Rossen Stoyanchev 2014-03-01 14:42:39 -05:00
  • 5d4ed4efe5 Fix DocBook to AsciiDoc conversion errors Sam Brannen 2014-02-28 22:31:06 +01:00
  • 1d47034736 Merge pull request #466 from olivergierke/SPR-11459 Sam Brannen 2014-02-28 22:00:22 +01:00
  • 74969a4794 Update ref. manual to favor constructor injection Oliver Gierke 2014-02-28 21:48:05 +01:00
  • 9af7d2646b Added documentation on how to set up JSR-303 method validation Juergen Hoeller 2014-02-28 19:02:18 +01:00
  • 473061ec1e Added explicit note on thread safety to JdbcTemplate variants Juergen Hoeller 2014-02-28 19:00:31 +01:00
  • c553d681f1 Add Servlet 3.1 methods to mock request Rossen Stoyanchev 2014-02-28 12:28:17 -05:00
  • 3786993eb0 Merge pull request #474 from sdeleuze/SPR-11488 Rossen Stoyanchev 2014-02-28 11:55:57 -05:00
  • c4000727ef Move customize(Un)Marshaller methods to abstract class Rossen Stoyanchev 2014-02-28 11:54:34 -05:00
  • 45be8c0692 Add marshalling hooks in Jaxb2RootElementHttpMessageConverter Sebastien Deleuze 2014-02-28 17:04:15 +01:00
  • 474142a862 Update link to Pro Git in CONTRIBUTING page Sam Brannen 2014-02-28 17:43:18 +01:00
  • 3a758a8c60 Update link to Pro Git in CONTRIBUTING page Sam Brannen 2014-02-28 17:31:18 +01:00
  • b22ae598ca update org name in links Brian Clozel 2014-02-28 17:21:54 +01:00
  • 5637890661 Link to @SpringCentral in README Sam Brannen 2014-02-28 17:18:38 +01:00
  • 57ecb9f307 Polish formatting and update links in README Sam Brannen 2014-02-28 16:05:49 +01:00
  • 035bac025a Use unique names when auto-registering Filters Rossen Stoyanchev 2014-02-28 09:39:32 -05:00
  • 8b24f99487 Update CONTRIBUTING.md Rossen Stoyanchev 2014-02-28 09:50:31 -05:00
  • fc05df0f14 Expose path matching settings in MVC Java config Brian Clozel 2014-02-27 20:23:53 +01:00
  • 1c90bf5e4f Update CONTRIBUTING.md Rossen Stoyanchev 2014-02-28 09:49:17 -05:00
  • d108db8a79 Polish CONTRIBUTING page Sam Brannen 2014-02-28 15:40:13 +01:00
  • 2edff2135f Polish Javadoc for DefaultContentTypeResolver Sam Brannen 2014-02-28 15:19:35 +01:00
  • ac61b13a7c AnnotatedElementUtils wraps unexpected exceptions with descriptive IllegalStateException Juergen Hoeller 2014-02-28 14:17:37 +01:00
  • 1763bfbad0 Fixed content length check in XmlValidationModeDetector Juergen Hoeller 2014-02-28 14:00:32 +01:00
  • bc5af2c6b6 Upgraded to Hibernate 4.2.9 Juergen Hoeller 2014-02-28 14:00:00 +01:00
  • 6016536055 Remove ContentTypeResolver from composite converter Rossen Stoyanchev 2014-02-27 21:25:10 -05:00
  • 0da1eefd74 Add default ContentTypeResolver initialization Rossen Stoyanchev 2014-02-27 17:10:15 -05:00
  • 801237aec1 Add getMatchingPatterns method to Patterns condition Rossen Stoyanchev 2014-02-27 16:27:40 -05:00
  • 56476cdd5f Add strictContentTypeMatching converter option Rossen Stoyanchev 2014-02-27 15:47:42 +01:00
  • 2b69c1f15b Support String contentType headers in spring-messaging Sebastien Deleuze 2014-02-27 10:48:14 +01:00
  • 11c41993f1 Update documentation with coding guidelines This commit: * adds a reference to the Spring Code Style wiki page in the main CONTRIBUTING document * updates the link to the Spring team in README * adds a note regarding Intellij IDEA 13 issues Brian Clozel 2014-02-27 11:16:47 +01:00
  • 0637864b39 Ensure AnnotationUtils is compatible with Java 6 Sam Brannen 2014-02-26 17:51:26 +01:00
  • 0f5a27c354 Merge changes from sbrannen/SPR-11475 Sam Brannen 2014-02-26 16:09:29 +01:00
  • 1d30bf83a0 Favor 'local' annotations over inherited ones Sam Brannen 2014-02-26 02:29:30 +01:00
  • 0616cbccd6 Upgraded JSP build dependency to 2.2 Juergen Hoeller 2014-02-26 15:44:50 +01:00