1308 Commits (044cc965c448d9f0b3f0ca76b367c73d1346885a)
 

Author SHA1 Message Date
Mark Fisher 044cc965c4 closing context at end of test methods 16 years ago
Mark Fisher ec6cea54bc Added tests for AsyncAnnotationBeanPostProcessor. 16 years ago
Mark Fisher 6c98e444fe Added tests for ExecutorBeanDefinitionParser. 16 years ago
Mark Fisher 59eaf97886 Added support for the 'executor' element within the 'task' namespace for creating a ThreadPoolTaskExecutor instance. 16 years ago
Thomas Risberg f4e75deb0a added some additional tests (SPR-3322, SPR-5162) 16 years ago
Thomas Risberg 0d5c9c1b75 improved integration; added delegation to NamedParameterJdbcTemplate for batchUpdate from SimpleJdbcTemplate; added call to proteced getParsedSql method; fixed bugs (SPR-3322, SPR-5162) 16 years ago
Juergen Hoeller 81a8b8fd19 strict matching of named arguments 16 years ago
Juergen Hoeller 3426ad3781 prepared 3.0 versions of the remaining namespaces 16 years ago
Juergen Hoeller 53333c3ed0 XML constructor-arg element allows for specifying a constructor argument by name now, with target argument names read from the class file via ASM or from Java 6's @ConstructorProperties annotation (SPR-3313) 16 years ago
Keith Donald 0a0b10b2ff polish 16 years ago
Keith Donald a696d78bd1 polish 16 years ago
Thomas Risberg 8079262705 Updated BeanPropertyRowMapper to remove spaces from column names to improve matching to properties (SPR-5758) 16 years ago
Mark Fisher 3192b926ea Added support for the 'annotation-driven' element within the 'task' namespace to enable detection of the @Async annotation on Spring-managed objects. 16 years ago
Andy Clement 12923f196a new feature for binder - automatically create lists and entries in lists upon referencing nulls 16 years ago
Arjen Poutsma e013ed0685 SPR-5523: JAXB2 is using package-info.java now as well. 16 years ago
Arjen Poutsma 374afccadc SPR-5523: JAXB2 is using package-info.java now as well. 16 years ago
Chris Beams ca65dbae39 Fixing build breakage by removing oxm.jaxb package-info.java and replacing it with the old package.html. The problem was that the new package-info.java was ending up overriding a generated package-info.java that contains important @XmlSource annotations. 16 years ago
Andy Clement 1fc8abade7 updates for Binding code - able to retrieve the type descriptor for a property and ask detailed questions (eg getAnnotations()) 16 years ago
Andy Clement 1e0207cf04 modified so that when the descriptor represents a method parameter, we retrieve the annotations from the method and not the method parameter (seems to make more sense - certainly in the binding case) 16 years ago
Andy Clement ac9e42fa29 BinderTests - two ignored tests reactivated. Binder - modified how annotation based formatters are registered/looked up 16 years ago
Keith Donald 28848f3132 fixed issue that did not compile with sun compiler 16 years ago
Keith Donald 6ea55e9bda more tests 16 years ago
Mark Fisher 3b42200cda initial commit of the AsyncAnnotationBeanPostProcessor 16 years ago
Mark Fisher e67aa6cbb2 Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace. 16 years ago
Mark Fisher b9a3065c0c Added tests for the 'scheduler' element parsing within the 'task' namespace. 16 years ago
Thomas Risberg 01ae825334 polished 16 years ago
Thomas Risberg fbd0be2d65 added convenience execute method that takes vararg of objects in the order of the parameters plus the corresponding executeFunction/executeObject methods (SPR-4739) 16 years ago
Thomas Risberg 7c053127dd added convenience method that takes vararg of objects in the order of the declared parameters (SPR-5696) 16 years ago
Keith Donald b9682d7823 forgot to commit 16 years ago
Mark Fisher b0d11e8c15 Added package declarations and comments to package-info.java files where they had been missing. 16 years ago
Keith Donald 16ad6a3617 initial data binder commit; dateformatter 16 years ago
Ben Hale 8f3ea6d9e6 Back out export of META-INF 16 years ago
Chris Beams a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 16 years ago
Thomas Risberg f3e6242568 added override for supportsGetGeneratedKeys for Derby; driver reports this is unsupported, but it seems to work OK 16 years ago
Thomas Risberg 60af7aba16 fixed duplicate section ids 16 years ago
Thomas Risberg b1c6ae99c4 fixed problem retrieving out parameter for function call with MS SQL Server (SPR-5435) 16 years ago
Thomas Risberg 1a790688f4 added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788) 16 years ago
Juergen Hoeller a5c324f934 Hibernate AnnotationSessionFactoryBean detects Hibernate's special @Entity annotation too (SPR-5787) 16 years ago
Juergen Hoeller a26a2275c3 revised Java 6 checks to test for the presence of specific Java 6 interfaces/classes only 16 years ago
Arjen Poutsma 15e51c5fb3 Minor changes 16 years ago
Ben Hale 3e4b552b6d Changes to allow snapshot build to proceed. 16 years ago
Thomas Risberg 4105957596 added batchUpdate methods to NamedParameterJdbcTemplate (SPR-3322) 16 years ago
Andy Clement 88e32a3cfe test coverage. now > 95% 16 years ago
Andy Clement 233c84e0b9 test coverage 16 years ago
Andy Clement 1746cc76d1 findbugs issue addressed 16 years ago
Andy Clement e5fea54aea fix for ternary or elvis using a full expression for their result components. parser polishing 16 years ago
Christian Dupuis 1a7ec7daf2 use the annotation meta data in problem reporting 16 years ago
Christian Dupuis 1c5e1e04e0 use the annotation meta data in problem reporting 16 years ago
Ben Hale 4311c6cab6 Spring Build update 16 years ago
Juergen Hoeller aaa9fc73ae polishing 16 years ago