5197 Commits (437ce9bb0e096f0c19e7c2c24c35a9c2dd673802)
 

Author SHA1 Message Date
Juergen Hoeller 437ce9bb0e Calling cancel on a Future returned by a TaskScheduler works reliably now 14 years ago
Juergen Hoeller b79260a017 Fixed potential race condition in concurrent calling of autowired methods on a prototype bean 14 years ago
Juergen Hoeller 0f522cfe6a Calling cancel on a Future returned by a TaskScheduler works reliably now 14 years ago
Juergen Hoeller da75eaedbf Updated changelog for 3.1.3 alongside 3.2 RC1 14 years ago
Juergen Hoeller 69f2496cd7 ImportAwareBeanPostProcessor registered with ROLE_INFRASTRUCTURE 14 years ago
Juergen Hoeller e670975fde CookieGenerator supports "cookieHttpOnly" flag for Servlet 3.0 14 years ago
Rossen Stoyanchev 41d9d737ac Cache AntPathStringMatcher instances 14 years ago
Juergen Hoeller c25cbe5522 @Import'ed configuration classes get properly registered in case of same class name (second try) 14 years ago
Rossen Stoyanchev 8c64b47473 Update changelog 14 years ago
Rossen Stoyanchev 229537288a Backport fixes in HandlerMethod and sub-classes 14 years ago
Juergen Hoeller bec5463640 @Import'ed configuration classes get properly registered in case of same class name 14 years ago
Juergen Hoeller 7ebfd9e6a8 BeanFactoryAnnotationUtils throws NoSuchBeanDefinitionExceptions instead of IllegalStateExceptions 14 years ago
Juergen Hoeller f9147d375f Expression detection properly handles cached String literals 14 years ago
Juergen Hoeller 03dd7a57f0 MutablePropertySources log statements guarded by isDebugEnabled 14 years ago
Juergen Hoeller 43bc3f19d9 Spring-backed DataSources consistently implement JDBC 4.0's Wrapper interface 14 years ago
Juergen Hoeller 0cf4a2626b same-named unit from persistence.xml overrides in case of conflict with default unit 14 years ago
Juergen Hoeller a0d0b37d10 polishing 14 years ago
Juergen Hoeller 5a149e4600 @Import'ed configuration classes get properly registered in case of same class name 14 years ago
Juergen Hoeller 25a806a54e LinkedCaseInsensitiveMap checks for uniqueness of case-insensitive keys now 14 years ago
Juergen Hoeller 33463a94e3 refined TypeConverterDelegate's ConversionService exception handling 14 years ago
Juergen Hoeller a6f5d9eb93 initial changelog for 3.1.3 release 14 years ago
Juergen Hoeller f11ef28a4d refined IntelliJ formatting settings 14 years ago
Juergen Hoeller 52c10c52cd CollectionFactory should be aware of MultiValueMap 14 years ago
Juergen Hoeller cb13353c1d don't make assumptions about equality if ConversionService has failed 14 years ago
Juergen Hoeller 8b09b52720 media types in HTTP Accept headers can be parsed with single quotes (-> Android 2.x) 14 years ago
Juergen Hoeller d7fd70fa08 deprecated SimpleJdbcTestUtils in favor of JdbcTestUtils; introduced "countRowsInTableWhere()" and "dropTables()" in JdbcTestUtils 14 years ago
Juergen Hoeller fbe955ab28 @Autowired-driven ObjectFactory/Provider resolution works in non-singleton beans as well 14 years ago
Juergen Hoeller 26ee0c4842 aligned with recent changes in CommonAnnotationBeanPostProcessor; backported NPE check 14 years ago
Juergen Hoeller 19718700cf @Resource processing properly works with scoped beans and prototypes again 14 years ago
Juergen Hoeller 8599dfd74e added Hamcrest dependency to core module 14 years ago
Juergen Hoeller a3bfa754fd MessageSourceSupport uses locale-specific MessageFormat cache for default messages 14 years ago
Juergen Hoeller 8e3a0070dc backported "toCode"/"toCodeForSuffix" fixes for handling of null prefix/suffix 14 years ago
Juergen Hoeller f9cf5d1aa6 fixed Portlet request mapping priorities in cross-controller case 14 years ago
Rossen Stoyanchev f78bef906d Improve no-match handling for @RequestMapping methods 14 years ago
Juergen Hoeller 7704d76144 minor IntelliJ settings update 14 years ago
Juergen Hoeller 3f48c71c77 Backported recent Jaxb2Marshaller changes 14 years ago
Juergen Hoeller 576f6fd25c StaxEventContentHandler uses static inner class for Location adapter, in order to avoid leaks when caching events 14 years ago
Juergen Hoeller 5204e11d9c Backported recent "cannotAcquireLockCodes" additions 14 years ago
Juergen Hoeller 30166981e2 ResourceUtils.useCachesIfNecessary() not correct handle JNLP connections 14 years ago
Juergen Hoeller 617f0ef542 Fix typo in new-in-3.1.html page 14 years ago
Juergen Hoeller dc400c7124 Typo in ApplicationContextAware and BeanNameAware section 14 years ago
Rossen Stoyanchev a7e2297432 Use a default for INTROSPECT_TYPE_LEVEL_MAPPING 14 years ago
Spring Buildmaster 671f97721f Increment version to 3.1.3.BUILD-SNAPSHOT 14 years ago
Spring Buildmaster 49f728eae8 Release version 3.1.2.RELEASE 14 years ago
Juergen Hoeller 16da15eca1 final preparations for 3.1.2 14 years ago
Juergen Hoeller efabc6bf18 added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder 14 years ago
Juergen Hoeller 98b281ea45 Add defaultCharset field to StringHttpMessageConverter 14 years ago
Chris Beams 00a69394e6 Resolve nested placeholders via PropertyResolver 14 years ago
Chris Beams 45f1438ef8 Add hamcrest to spring-aspects Eclipse classpath 14 years ago
Juergen Hoeller e7b44e015a Cannot amend properties in RequestMappingHandlerMapping (e.g. useSuffixPatternMatch) using a bean post processor as ApplicationContextAwareProcessor always fires first initialising RequestMappingHandlerMapping 14 years ago