6927 Commits (ac85eab372f77127ac822360514334df5e317007)
 

Author SHA1 Message Date
HejiaHo ac85eab372 Fix ConcurrentReferenceHashMap max constraints 12 years ago
Juergen Hoeller ffaac0ecf3 Polishing 12 years ago
Juergen Hoeller 5aa93674a3 Consistent documentation for both 'close' and 'shutdown' as inferred destroy methods 12 years ago
Phillip Webb 62941b7937 Fixup .mailmap file 12 years ago
Graham Lea 5fac6614b6 Added a Git .mailmap file 12 years ago
Sam Brannen a169c0e727 Ensure Gradle does not execute inner classes as tests 12 years ago
Juergen Hoeller 94caaedf84 Polishing 12 years ago
Juergen Hoeller be6b54fe8b JBoss "vfszip" resources need to be treated as jar URLs 12 years ago
Juergen Hoeller 9ac46a965f Java 8 bytecode compatibility for Spring 3.2.x 12 years ago
Juergen Hoeller d8a0f7578d Commons Logging resolution failure with JasperReports 2.0.5 -> easiest way out: upgrade to JasperReports 3.7.6 (which in turn requires POI 3.6) 12 years ago
Juergen Hoeller 99a3e9cacb Revised ByteArrayOutputStream handling in MarshallingView and co 12 years ago
Juergen Hoeller f93bfa8f84 ResourceHttpRequestHandler explicitly closes a Resource's InputStream 12 years ago
Juergen Hoeller b80dc9d642 Polishing 12 years ago
Sam Brannen b31750fafb Reinject Servlet mocks between TestNG test methods 12 years ago
Juergen Hoeller a4a2e80f23 Consider a null ClassLoader (typically the bootstrap CL) as cache-safe 12 years ago
Juergen Hoeller e8c06c6d99 Consistent PropertyAccessor method order as declared in the interface 12 years ago
Juergen Hoeller d8180e1e20 Correctly resolve accessors for static properties on Class 12 years ago
Juergen Hoeller 88485dc1a7 Maintenance version updates (aligned with 4.0.3 release) 12 years ago
Juergen Hoeller a25d67770e Added expression test case for constant on Map 12 years ago
Juergen Hoeller 5c9fc09852 Added Spring Data oriented conversion test case 12 years ago
Juergen Hoeller e1602f7f83 AbstractApplicationEventMulticaster only caches if event type and source type are cache-safe 12 years ago
Juergen Hoeller 20228e78c5 CacheAspectSupport checks Cache.get(key) once per invocation only 12 years ago
Juergen Hoeller 623b1fc0d5 Polishing 12 years ago
Juergen Hoeller a2bdc284f9 DispatcherServlet logs request URI in encoded form only 12 years ago
Juergen Hoeller dbd5f67498 Consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase 12 years ago
Juergen Hoeller ab85aa2096 BufferedImageHttpMessageConverter ignores empty MIME types 12 years ago
Juergen Hoeller 5c3f6a1571 Revised naming for prototype inner beans to avoid excessive unique name calculation 12 years ago
Juergen Hoeller b73a43972e Upgraded to TestNG 6.8.8 and Hibernate 4.2.10 12 years ago
Juergen Hoeller 9585752693 Polishing 12 years ago
Juergen Hoeller 5c0fdb05bd AbstractFlashMapManager needs to decode parameter names 12 years ago
Juergen Hoeller eeb82c409a SpEL property-not-found message hints at non-public method/field 12 years ago
Juergen Hoeller d317b637e0 CollectionToCollectionConverter avoids collection copy for untyped collection when simply returning source anyway 12 years ago
Stephane Nicoll b1bcc5d6eb Fix double SPeL evaluation of parameter 12 years ago
Juergen Hoeller f1ba789494 DefaultListableBeanFactory only puts 'cache-safe' Class keys into its by-type cache 12 years ago
Juergen Hoeller d642cd21bb SpringBeanELResolver's setValue should not throw PropertyNotWritableException if provided value is identical to current bean instance 12 years ago
Juergen Hoeller 70155e9ff9 KeyGenerators should not return a plain array parameter as raw key but rather always handle that case in a deepHashCode fashion 12 years ago
Juergen Hoeller 7e2a214f32 instantiateUsingFactoryMethod avoids NPE and reports argument types in case of explicitArgs and resolved generic arguments as well 12 years ago
Juergen Hoeller 4c9c7634d0 Log4jWebConfigurer does not try to parse empty "log4jRefreshInterval" context-param 12 years ago
Juergen Hoeller 69c54a053c Fixed content length check in XmlValidationModeDetector 12 years ago
Rossen Stoyanchev 4b9aad8f65 Refactor async result handling in Spring MVC Test 12 years ago
Spring Buildmaster 5fe436c9a9 Next development version 12 years ago
Phillip Webb 082a564b9b Update changelog for 3.2.8 12 years ago
Rossen Stoyanchev fb0683c066 Add processExternalEntities support to OXM 12 years ago
Phillip Webb 09c57203bb Fix memory leak in ConcurrentReferenceHashMap 12 years ago
Juergen Hoeller 4886bf0708 Polishing 12 years ago
Juergen Hoeller 75e08695a0 Mixed polishing along with recent changes 12 years ago
Juergen Hoeller 5da79ebca6 Related polishing 12 years ago
Juergen Hoeller bb7a1372c0 Avoid unnecessary getMappingForMethod repeat (in particular for RequestMappingInfo) 12 years ago
Juergen Hoeller 7e3c722146 Objects with multi-threaded access should not lazily populate a hash field 12 years ago
Juergen Hoeller d7591c6bd7 Clarified CompositeCacheManager's applicability, added convenience constructor with given delegates, and fixed getCacheNames implementation to never return duplicates 12 years ago