1313 Commits (0ffe2180f36017dd804ab4f49022b0ab007a5c19)
 

Author SHA1 Message Date
Christian Dupuis 0ffe2180f3 some updates to error reporting to let errors show up in STS 17 years ago
Mark Fisher c069d45b3d The <task:annotation-driven/> element now registers the post-processor for @Scheduled in addition to the already existing @Async support. Both "scheduler" and "executor" attributes are available. 17 years ago
Mark Fisher ba3f010c96 removed @Override annotations from interface methods 17 years ago
Mark Fisher 79d5127bb7 Initial commit of @Scheduled annotation and ScheduledAnnotationBeanPostProcessor. 17 years ago
Mark Fisher 84ed6543ae fixed NPE on latch in test 17 years ago
Mark Fisher fc3f49ff40 closing context at end of test methods 17 years ago
Mark Fisher f71c8c4141 Added tests for AsyncAnnotationBeanPostProcessor. 17 years ago
Mark Fisher e3866c8b73 Added tests for ExecutorBeanDefinitionParser. 17 years ago
Mark Fisher 39a3dead76 Added support for the 'executor' element within the 'task' namespace for creating a ThreadPoolTaskExecutor instance. 17 years ago
Thomas Risberg 49f6a8db65 added some additional tests (SPR-3322, SPR-5162) 17 years ago
Thomas Risberg 97a02ae2d8 improved integration; added delegation to NamedParameterJdbcTemplate for batchUpdate from SimpleJdbcTemplate; added call to proteced getParsedSql method; fixed bugs (SPR-3322, SPR-5162) 17 years ago
Juergen Hoeller a233fe2c9f strict matching of named arguments 17 years ago
Juergen Hoeller 661c96a5ca prepared 3.0 versions of the remaining namespaces 17 years ago
Juergen Hoeller efa6b14250 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) 17 years ago
Keith Donald 24ae71908d polish 17 years ago
Keith Donald c0ea120e96 polish 17 years ago
Thomas Risberg 35d527f756 Updated BeanPropertyRowMapper to remove spaces from column names to improve matching to properties (SPR-5758) 17 years ago
Mark Fisher 7c9b459aa5 Added support for the 'annotation-driven' element within the 'task' namespace to enable detection of the @Async annotation on Spring-managed objects. 17 years ago
Andy Clement 1e2cecfd76 new feature for binder - automatically create lists and entries in lists upon referencing nulls 17 years ago
Arjen Poutsma e9288fdb4e SPR-5523: JAXB2 is using package-info.java now as well. 17 years ago
Arjen Poutsma 126324c742 SPR-5523: JAXB2 is using package-info.java now as well. 17 years ago
Chris Beams d222da418f 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. 17 years ago
Andy Clement dd30ab4237 updates for Binding code - able to retrieve the type descriptor for a property and ask detailed questions (eg getAnnotations()) 17 years ago
Andy Clement 6a571da90e 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) 17 years ago
Andy Clement 3342a7acaf BinderTests - two ignored tests reactivated. Binder - modified how annotation based formatters are registered/looked up 17 years ago
Keith Donald bf179533e6 fixed issue that did not compile with sun compiler 17 years ago
Keith Donald 3a5a2e3a0d more tests 17 years ago
Mark Fisher 5c47370315 initial commit of the AsyncAnnotationBeanPostProcessor 17 years ago
Mark Fisher 3796ab35ed Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace. 17 years ago
Mark Fisher f233fd6fd0 Added tests for the 'scheduler' element parsing within the 'task' namespace. 17 years ago
Thomas Risberg 57d76a17f8 polished 17 years ago
Thomas Risberg 1a703b3a63 added convenience execute method that takes vararg of objects in the order of the parameters plus the corresponding executeFunction/executeObject methods (SPR-4739) 17 years ago
Thomas Risberg b23704f0f2 added convenience method that takes vararg of objects in the order of the declared parameters (SPR-5696) 17 years ago
Keith Donald 63123f9486 forgot to commit 17 years ago
Mark Fisher 73dc29f9e6 Added package declarations and comments to package-info.java files where they had been missing. 17 years ago
Keith Donald b523dbc37d initial data binder commit; dateformatter 17 years ago
Ben Hale 0de577e698 Back out export of META-INF 17 years ago
Chris Beams 49b6bbc8fa RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 17 years ago
Thomas Risberg 34633797d5 added override for supportsGetGeneratedKeys for Derby; driver reports this is unsupported, but it seems to work OK 17 years ago
Thomas Risberg caa88d4883 fixed duplicate section ids 17 years ago
Thomas Risberg b485054e0f fixed problem retrieving out parameter for function call with MS SQL Server (SPR-5435) 17 years ago
Thomas Risberg 3a7b42f18e added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788) 17 years ago
Juergen Hoeller 93897f0f0e Hibernate AnnotationSessionFactoryBean detects Hibernate's special @Entity annotation too (SPR-5787) 17 years ago
Juergen Hoeller 086be262a5 revised Java 6 checks to test for the presence of specific Java 6 interfaces/classes only 17 years ago
Arjen Poutsma d292ace4eb Minor changes 17 years ago
Ben Hale 166331b942 Changes to allow snapshot build to proceed. 17 years ago
Thomas Risberg 1343f95a43 added batchUpdate methods to NamedParameterJdbcTemplate (SPR-3322) 17 years ago
Andy Clement 3d35a43433 test coverage. now > 95% 17 years ago
Andy Clement bdb2b0bbb1 test coverage 17 years ago
Andy Clement 3c402eb54c findbugs issue addressed 17 years ago