6690 Commits (1ea7f741fe4b656fbc4ff017a74bdf4aebacce0b)
 

Author SHA1 Message Date
Phillip Webb 1ea7f741fe Multicaster support for events with null source 13 years ago
Phillip Webb 8c6fe2cb42 Consistent ordering for @PropertySource locations 13 years ago
Rossen Stoyanchev 7a5a6893e3 Avoid filling up AntPathMatcher cache 13 years ago
Juergen Hoeller c8e8d6cd49 Defensive handling of exceptions during factory method type checking 13 years ago
Juergen Hoeller 094ff8883d Polishing 13 years ago
Juergen Hoeller 44f79f95a7 Fixed resolveReturnTypeForFactoryMethod to unwrap TypedStringValue 13 years ago
Juergen Hoeller 3eaec64ee8 Fixed source location of setEncoding method 13 years ago
Juergen Hoeller ff9c695599 Minor optimizations in factory method handling 13 years ago
Juergen Hoeller 6021822ce4 Polishing 13 years ago
Juergen Hoeller 045f78e6c5 Fixed detection of setter in case of getter with covariant return type narrowing 13 years ago
Juergen Hoeller 42568afb37 Factory method type resolution works with indexed and named arguments as well 13 years ago
Juergen Hoeller ce001c23f7 Cache InjectionMetadata per bean name instead of per Class, if possible 13 years ago
Juergen Hoeller 93405fb289 Made processCommonDefinitionAnnotations(AnnotatedBeanDefinition) public 13 years ago
Juergen Hoeller db056ae0e0 ExpressionState.getConfiguration() should never return null 13 years ago
Juergen Hoeller 35d53af2ca Removed accidentally added temporary files 13 years ago
Sam Brannen 63de2fab4c Assert context uniqueness against merged config 13 years ago
Phillip Webb 5d8aa635c6 Propagate EvaluationContext from LiteralExpression 13 years ago
Juergen Hoeller ad9049e68a Polishing 13 years ago
Juergen Hoeller b9135788b9 Fixed type prediction for generic factory methods 13 years ago
Juergen Hoeller b62652aca1 Reduced "getParameterType call not supported" log message to single line 13 years ago
Juergen Hoeller fce02d94b8 Changed JSR-330 detection logging from info to debug 13 years ago
Phillip Webb 2dca5b6815 Filter source @Configuration with @ComponentScan 13 years ago
Juergen Hoeller a302c4ac45 Polishing 13 years ago
Rossen Stoyanchev 507cf8ad14 Make method in RequestMappingHandlerMapping protected 13 years ago
Phillip Webb 7500caea52 Fix ArrayStoreException reading subclassed enums 13 years ago
Juergen Hoeller 7994b63c13 Polishing 13 years ago
Juergen Hoeller 26e697b60c Silently swallow IllegalStateException on commit if the JMS transaction is based on a JDBC transaction 13 years ago
Juergen Hoeller ef66708aa6 Fixed BadSqlGrammarException usage in transaction test suite 13 years ago
Juergen Hoeller 30b3e24a32 Removed S0 from BadSqlGrammarException codes 13 years ago
Juergen Hoeller 0a31892475 Fixed handling of @Resource's shareable value 13 years ago
Fedor Bobin 6fb2c72a55 Allow cursor returns from SQL functions 13 years ago
Phillip Webb c82d701a4e Fix typo in MVC reference documentation 13 years ago
Clément Plantier d66cf0c32f Fix "Problem locating method" SpEL error message 13 years ago
Juergen Hoeller 562c323989 EhCacheFactoryBean calls addCache after listener registration 13 years ago
Juergen Hoeller 13a68c6060 AbstractBeanFactory removes alreadyCreated entry after bean creation failure 13 years ago
Juergen Hoeller 6110919842 Polished exception message 13 years ago
Juergen Hoeller c5aa0d12b0 Polishing 13 years ago
Juergen Hoeller 6de67cc2df Only cache resolved method when coming from ReflectiveMethodResolver 13 years ago
Juergen Hoeller b9d726fb84 Fixed EL resolution against static method with changing target class 13 years ago
Juergen Hoeller 2b57020c18 Polishing 13 years ago
Juergen Hoeller 77298a19c9 Javadoc fixes 13 years ago
Juergen Hoeller 55961544a7 Fixed method count in AbstractMethodMockingControl's IllegalStateException message 13 years ago
Juergen Hoeller 5639aa7064 Properly handle getMethodDescriptors() null value on IBM JVM 13 years ago
Juergen Hoeller 0c30618ae8 Fixed getCachedExecutor race condition in MethodReference 13 years ago
Juergen Hoeller 9317d8f43e Polishing 13 years ago
Juergen Hoeller 692908b722 Javadoc fixes 13 years ago
Grzegorz Rożniecki c890d1e69d Fix malformed code in documentation 13 years ago
clemp6r 4c7cb858d2 Fix elvis operator mistake in reference docs 13 years ago
Juergen Hoeller 5a49d657d8 AnnotationConfigWebApplicationContext allows for repeated register/scan calls 13 years ago
Juergen Hoeller 8a1ae53166 Consistent use of Class<?> 13 years ago