5176 Commits (f11ef28a4d26e6870b93452268162eaa89a3ea4f)
 

Author SHA1 Message Date
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
Juergen Hoeller 23fe1e2934 Cannot amend properties in RequestMappingHandlerMapping (e.g. useSuffixPatternMatch) using a bean post processor as ApplicationContextAwareProcessor always fires first initialising RequestMappingHandlerMapping 14 years ago
Juergen Hoeller 1f64b147b1 indentation configuration for further file types 14 years ago
Juergen Hoeller 5e4f3b3108 Cannot amend properties in RequestMappingHandlerMapping (e.g. useSuffixPatternMatch) using a bean post processor as ApplicationContextAwareProcessor always fires first initialising RequestMappingHandlerMapping 14 years ago
Juergen Hoeller c87989477d preparations for 3.1.2 14 years ago
Juergen Hoeller 3b4210fa6f Cannot amend properties in RequestMappingHandlerMapping (e.g. useSuffixPatternMatch) using a bean post processor as ApplicationContextAwareProcessor always fires first initialising RequestMappingHandlerMapping 14 years ago
Juergen Hoeller 79b86a7e3a DispatcherPortlet does not forward event exceptions to the render phase by default 14 years ago
Juergen Hoeller b488ae6009 removed misleading "throws IllegalStateException" declaration 14 years ago
Juergen Hoeller aeef8c87f6 added "repeatCount" bean property to Quartz SimpleTriggerFactoryBean 14 years ago
Juergen Hoeller 556c6a79c5 Use BufferedInputStream in SimpleMetaDataReader to double performance 14 years ago
Juergen Hoeller 0281158fcc Make 'Content-Disposition' header case insensitive 14 years ago
Juergen Hoeller 100fa178dd XStreamMarshaller should convert XStream StreamException to Spring exception in case of unmarshalling an empty stream. 14 years ago
Chris Beams a387d13d5f Reflect 3.2=>3.1.2 backports in @since tags etc 14 years ago
Chris Beams 841d9533db Cache by-type lookups in DefaultListableBeanFactory 14 years ago
Chris Beams 0d18deb6a4 Polish 14 years ago
Sam Brannen 42204e5098 Fix regression in ClassPathResource descriptions 14 years ago
Dridi Boukelmoune eed090e5f5 Fix scoped-proxy memory leak w/ @Resource injection 14 years ago
Chris Beams 0320cc582b Introduce BeanFactoryAnnotationUtils 14 years ago
Chris Beams a76c7ca299 Test meta-@Async executor qualification 14 years ago
Chris Beams 8bab873107 Support executor qualification with @Async#value 14 years ago
Chris Beams e8006bdf78 Polish async method execution infrastructure 14 years ago
Chris Beams 3f387eb9cf Refactor and deprecate TransactionAspectUtils 14 years ago