Commit Graph
1290 Commits
Author SHA1 Message Date
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)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1295 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-02 00:25:20 +00:00
Andy Clement 3342a7acaf BinderTests - two ignored tests reactivated. Binder - modified how annotation based formatters are registered/looked up
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1294 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-02 00:24:43 +00:00
Keith Donald bf179533e6 fixed issue that did not compile with sun compiler
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1293 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 23:23:13 +00:00
Keith Donald 3a5a2e3a0d more tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1292 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 23:03:19 +00:00
Mark Fisher 5c47370315 initial commit of the AsyncAnnotationBeanPostProcessor
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1291 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 22:23:40 +00:00
Mark Fisher 3796ab35ed Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1290 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 21:40:45 +00:00
Mark Fisher f233fd6fd0 Added tests for the 'scheduler' element parsing within the 'task' namespace.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1289 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 21:16:11 +00:00
Thomas Risberg 57d76a17f8 polished
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1288 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 20:52:09 +00:00
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)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1287 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 20:43:39 +00:00
Thomas Risberg b23704f0f2 added convenience method that takes vararg of objects in the order of the declared parameters (SPR-5696)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1286 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 20:40:08 +00:00
Keith Donald 63123f9486 forgot to commit
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1285 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 18:49:00 +00:00
Mark Fisher 73dc29f9e6 Added package declarations and comments to package-info.java files where they had been missing.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1284 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 18:47:52 +00:00
Keith Donald b523dbc37d initial data binder commit; dateformatter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1283 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 18:34:22 +00:00
Ben Hale 0de577e698 Back out export of META-INF
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1282 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 08:07:14 +00:00
Chris Beams 49b6bbc8fa RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1281 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-01 04:14:22 +00:00
Thomas Risberg 34633797d5 added override for supportsGetGeneratedKeys for Derby; driver reports this is unsupported, but it seems to work OK
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1280 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-29 14:06:01 +00:00
Thomas Risberg caa88d4883 fixed duplicate section ids
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1279 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-29 11:34:54 +00:00
Thomas Risberg b485054e0f fixed problem retrieving out parameter for function call with MS SQL Server (SPR-5435)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1278 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-28 23:25:25 +00:00
Thomas Risberg 3a7b42f18e added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1277 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-28 17:11:48 +00:00
Juergen Hoeller 93897f0f0e Hibernate AnnotationSessionFactoryBean detects Hibernate's special @Entity annotation too (SPR-5787)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1276 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-28 11:25:39 +00:00
Juergen Hoeller 086be262a5 revised Java 6 checks to test for the presence of specific Java 6 interfaces/classes only
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1275 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-28 11:16:42 +00:00
Arjen Poutsma d292ace4eb Minor changes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1274 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-28 11:13:38 +00:00
Ben Hale 166331b942 Changes to allow snapshot build to proceed.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1273 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-28 08:14:12 +00:00
Thomas Risberg 1343f95a43 added batchUpdate methods to NamedParameterJdbcTemplate (SPR-3322)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1272 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-28 03:15:47 +00:00
Andy Clement 3d35a43433 test coverage. now > 95%
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1271 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 19:59:32 +00:00
Andy Clement bdb2b0bbb1 test coverage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1270 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 19:37:17 +00:00
Andy Clement 3c402eb54c findbugs issue addressed
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1269 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 19:22:53 +00:00
Andy Clement d359b1e98b fix for ternary or elvis using a full expression for their result components. parser polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1268 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 19:16:45 +00:00
Christian Dupuis 1e633230ec use the annotation meta data in problem reporting
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1267 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 15:53:35 +00:00
Christian Dupuis 34b1a72a25 use the annotation meta data in problem reporting
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1266 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 15:20:25 +00:00
Ben Hale 40214a8088 Spring Build update
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1265 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 13:41:19 +00:00
Juergen Hoeller 960e07bc5d polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1264 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 12:54:19 +00:00
Andy Clement 533fc879ff remove antlr dependency
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1263 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 04:38:36 +00:00
Andy Clement 075ae5e65c remove antlr dependency
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1262 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 04:37:45 +00:00
Andy Clement fcf09e4004 use new SpEL parser
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1261 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 04:33:21 +00:00
Andy Clement 42155480b0 Hand written SpEL parser. Removed antlr dependency. tests upgraded to JUnit4 - 93% coverage.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1260 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-27 04:20:18 +00:00
Thomas Risberg d96fbcf73b Fixed SimpleJdbcInsert to use SQL type info for all insert operations
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1259 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 21:25:35 +00:00
Christian Dupuis e30dd02726 added missing license header
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1258 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 20:01:36 +00:00
Christian Dupuis ceb91612b4 added restriction tool annotation to oxm namespace
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1257 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 20:01:17 +00:00
Christian Dupuis c6c644e545 added correct aop image
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1256 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 20:00:51 +00:00
Keith Donald c4fa35deb3 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1255 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 16:22:09 +00:00
Keith Donald 88a935a00d format system initial commit
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1254 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 16:18:42 +00:00
Arjen Poutsma 50feeec12b SPR-5774 - UriTemplate not matching querystrings
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1253 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 12:25:22 +00:00
Christian Dupuis fc602eb256 added spring.tooling descriptor and images for all namespaces
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1252 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-26 11:58:09 +00:00
Sam Brannen 388fa99729 The text which was previously "instilled with boldness" (i.e., emboldened) is now just bold. ;)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1251 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 15:41:09 +00:00
Arjen Poutsma f959556ca2 SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1250 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 12:45:51 +00:00
Arjen Poutsma b81ede9f55 Fixing tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1249 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 12:00:53 +00:00
Arjen Poutsma e241542e8d SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1248 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 11:52:43 +00:00
Arjen Poutsma 35e4ab68a3 SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1247 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 11:48:46 +00:00
Arjen Poutsma 16af500388 SPR-5766 - @ResponseBody
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1246 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-25 10:28:36 +00:00