9241 Commits (b9348bb89c6116c6c57b68c34b2ff28b5b3d4ce3)
 

Author SHA1 Message Date
Juergen Hoeller 8eac87064d AbstractAutowireCapableBeanFactory avoids synchronization in filterPropertyDescriptorsForDependencyCheck 10 years ago
Juergen Hoeller a000dd782a ReloadableResourceBundleMessageSource uses ConcurrentHashMaps and ReentrantLocks instead of synchronization 10 years ago
Stephane Nicoll f5cf3cd56e polishing 10 years ago
Sam Brannen 79c75df088 Updated copyright date range 10 years ago
Sam Brannen b5216c5165 Merge pull request #624 from leizhiyuan/master 10 years ago
Stephane Nicoll 5b1341f4b5 Fix String equality 10 years ago
Juergen Hoeller b5763fe326 Consistent attribute documentation/formatting in spring-context and spring-mvc schemas 10 years ago
Juergen Hoeller 662d8aa9f1 util:properties supports multiple resource locations and ignore-resource-not-found 10 years ago
Juergen Hoeller e48c315ad1 DefaultSingletonBeanRegistry performs non-synchronized checks for existing entries in dependentBeanMap and containedBeanMap 10 years ago
Juergen Hoeller 592e344191 PersistenceAnnotationBeanPostProcessor defensively handles BeanDefinition access for extended EntityManagers 10 years ago
Juergen Hoeller 9d3d6d5919 DefaultListableBeanFactory defensively handles BeanDefinition access in getBean(Class) 10 years ago
Juergen Hoeller 891335a604 FlashMap's equals implementation needs to call super.equals(...) as well 10 years ago
Juergen Hoeller af6ef5f74c Use ConcurrentMap declarations when calling putIfAbsent (for compatibility with JDK 6 and 7) 10 years ago
Juergen Hoeller 781a6d289e CachedIntrospectionResults uses putIfAbsent where possible (for minimal write locking) 10 years ago
Rossen Stoyanchev 1ca0460534 Add equals/hashcode to FlashMap 10 years ago
Rossen Stoyanchev bb8be509cd Remove return statements in finally blocks 10 years ago
Rossen Stoyanchev 0e49040707 Fix hashcode/equals issue in HeadersRequestCondition 10 years ago
Juergen Hoeller 5cd1e6aff4 Upgrade to Apache HttpComponents HttpClient 4.3.5 and HttpAsyncClient 4.0.2 10 years ago
Juergen Hoeller 759f430ba5 StatementCreatorUtils avoids direct calls with SQL type argument in case of Types.OTHER 10 years ago
Juergen Hoeller 8c76381d95 PathMatchingResourcePatternResolver supports "classpath*" searches in jar file roots as well 10 years ago
Juergen Hoeller 0c32d66cbd ShallowEtagHeaderFilter supports Servlet 3.1's setContentLengthLong as well 10 years ago
Sam Brannen 110be33337 Honor Host header for server name/port in MckHtSrvRq 10 years ago
Juergen Hoeller 51e4b07856 JamonPerformanceMonitorInterceptor tracks exceptions as well (consistent with JAMon's other interceptors) 10 years ago
Juergen Hoeller c65a82a32d Polishing 10 years ago
Juergen Hoeller a2e6b56dd0 SchedulerAccessorBean falls back to finding a default Scheduler bean by type 10 years ago
Juergen Hoeller 2ef3d66c89 Polishing 10 years ago
Juergen Hoeller 0d0d7139ee Convenient EhCache CacheManager bootstrapping within @Bean methods 10 years ago
Stephane Nicoll b910ff34e6 Exclude infra modules from public distributions 10 years ago
Juergen Hoeller dd66ca0c93 Latest dependency updates (AspectJ 1.8.2, Jackson 2.4.2) 10 years ago
Stephane Nicoll 2553fb8ba1 Apply ListenableFuture support to AspectJ 10 years ago
Stephane Nicoll bccb3bb70b polishing 10 years ago
Stephane Nicoll 8fc191c95e Apply AsyncUncaughtExceptionHandler to AspectJ 10 years ago
Sam Brannen 0dba70fe15 Merge pull request #625 from eujungkim/spr-warning 10 years ago
eujung kim c315adf72d Remove unnecessary @SupressWarnings. 10 years ago
leizhiyuan 3fcdae8ae8 Clean Up Deprecated Method Call 10 years ago
Sam Brannen 1a88007688 Improve documentation of SpringFactoriesLoader 10 years ago
Sam Brannen e1d7f08d7b Relax XML content type expectations in tests 10 years ago
Sam Brannen 85e52e59e3 Remove duplicate test dependency on mockito-core 10 years ago
Sam Brannen 042cfeed5c Include Groovy source code in published sources jars 10 years ago
Sam Brannen 9ea646e508 Include all source artifacts in published sources jars 10 years ago
Sam Brannen a91ab34866 Polish Javadoc and formatting in @TestExecutionListeners 10 years ago
Sam Brannen 8b86519b94 Polishing 10 years ago
Sam Brannen 66250b1f8e Support merging custom TELs with default TELs 10 years ago
Juergen Hoeller b3add794d7 Polishing 10 years ago
Juergen Hoeller d2e269e697 Fixed fragile tests for @Bean method overloading 10 years ago
Juergen Hoeller 69587f3fa4 Polishing 10 years ago
Juergen Hoeller eb0ab8431b Lookup methods can support arguments, find a target bean based on the return type, and be identified by an @Lookup annotation 10 years ago
Sam Brannen e753f23110 Merge from sbrannen/SPR-11466 10 years ago
Sam Brannen e6d16148e5 Support automatic discovery of default TELs 10 years ago
Phillip Webb e142fd11e0 Add tests for ImportSelector meta-data 10 years ago