7471 Commits (a7251041f1a71f780ecc39ec9da27c49db90ffa2)
 

Author SHA1 Message Date
Rob Winch 64869db9e7 Ignore .idea 11 years ago
Juergen Hoeller 8c1767e223 Defensive handling of exceptions during factory method type checking 11 years ago
Sam Brannen 180f41c4c5 Renamed @WebTests to @WebTest 11 years ago
Sam Brannen f9cadfe6f9 Relocate test class to src/test/java folder 11 years ago
Sam Brannen 2bd5a535e1 Merge pull request #393 from sbrannen/SPR-7827 11 years ago
Sam Brannen 5e7021f3f7 Provide meta-annotation support in the TCF 11 years ago
Juergen Hoeller 56dfcd153e Aligned with refinements in 3.2.x branch 11 years ago
Rossen Stoyanchev 24dfe8ec19 Replace use of jdk 1.8 api 11 years ago
Juergen Hoeller 2c2ed7edd3 Polishing 11 years ago
Juergen Hoeller 960ba379ca Fixed resolveReturnTypeForFactoryMethod to unwrap TypedStringValue 11 years ago
Juergen Hoeller 671fad3cb5 Added further tests for raw matching of generic types 11 years ago
Juergen Hoeller 4cb453bbdc Polishing 11 years ago
Juergen Hoeller a6b0261000 Proper matching of raw generic types and generically typed factory methods 11 years ago
Sam Brannen 88fe2e9b00 Convert TestContext to interface & default impl 11 years ago
Phillip Webb 2e1c035d42 Increased ResolvableType unit test coverage 11 years ago
Juergen Hoeller 6cfbcf4f17 Avoid NPE in hasUnresolvableGenerics() 11 years ago
Juergen Hoeller 231433f540 Polishing 11 years ago
Juergen Hoeller 2d91309fdf Fixed detection of setter in case of getter with covariant return type narrowing 11 years ago
Juergen Hoeller b32451ac9f Polishing 11 years ago
Juergen Hoeller 614387fe0e Sneaked in test for covariant return type narrowing in a getter method 11 years ago
Juergen Hoeller 109faaced8 Factory method type resolution works with indexed and named arguments as well 11 years ago
Juergen Hoeller 4675bc4e0c Cache InjectionMetadata per bean name instead of per Class, if possible 11 years ago
Rossen Stoyanchev 14b9931ee3 Update MvcUriComponentsBuilder to use DispServlet WAC 11 years ago
Rossen Stoyanchev cf5db8362b Replace MvcUrls with MvcUriComponentsBuilder 11 years ago
Phillip Webb e7f89f87c1 Fix off-by-one error in parseLocaleString 11 years ago
Phillip Webb e80b7d1e22 Add getSource() to ResolvableType & TypeDescriptor 11 years ago
Phillip Webb 014d156f5b Make EvaluationException more informative 11 years ago
Phillip Webb 1a3ba79071 Restore prior resolveTypeArguments behavior 11 years ago
Juergen Hoeller 393cfcff40 Cache InjectionMetadata per bean name instead of per Class 11 years ago
Juergen Hoeller 166b7a906e Changed spring-beans-groovy's Groovy dependency to optional 11 years ago
Juergen Hoeller 6d80da2e31 Polishing 11 years ago
Juergen Hoeller dfb29f4296 Introduced ScriptEvaluator strategy interface 11 years ago
Phillip Webb 12e896ed8b Polish 11 years ago
Juergen Hoeller 8bd480441e Made processCommonDefinitionAnnotations(AnnotatedBeanDefinition) public 11 years ago
Juergen Hoeller 4aab31531b ExpressionState.getConfiguration() should never return null 11 years ago
Juergen Hoeller 0851766738 Accept non-generic type match as a fallback 11 years ago
Juergen Hoeller 02f9b713b0 Added Groovy plugin to spring-context module as well 11 years ago
Juergen Hoeller 401056b520 Only apply Groovy plugin to modules where it is actually needed 11 years ago
Juergen Hoeller 833d76ba5e Upgraded to ASM 4.2 11 years ago
Rossen Stoyanchev b8809daf5f Refactor HandlerMethod support in spring-messaging 11 years ago
Rossen Stoyanchev 4892a27016 Add STOMP broker relay unit tests 11 years ago
Rossen Stoyanchev bfa6645c7d Make changes for timing related test failures 11 years ago
Rossen Stoyanchev 2d78a066fb Add ListenableFuture to TcpOperations connect methods 11 years ago
Rossen Stoyanchev f3ca3c108c Switch to reactor snapshots and make use of API change 11 years ago
Sam Brannen 6b0a62569b Fix broken test in MvcNamespaceTests 11 years ago
Phillip Webb e95bd9e250 Add @PropertySources and ignoreResourceNotFound 11 years ago
Rossen Stoyanchev 8917821e95 Polish GenericMessage 11 years ago
Rossen Stoyanchev bafc73f147 Integrate suggested support for creating MVC URLs 11 years ago
Oliver Gierke 4fd27b12fc Introduced MvcUriComponentsBuilder to create URIs pointing to controller methods. 11 years ago
Rossen Stoyanchev 92a48b72d7 Polish (minor) 11 years ago