Commit Graph
2584 Commits
Author SHA1 Message Date
Chris Beams 5900cd6daa Renamed tests for AnnotationConfig[Web]ApplicationContext; added tests for scan() and register() methods.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2604 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-08 15:29:27 +00:00
Juergen Hoeller 1c5590cbab SmartLifecycle beans will get auto-started on demand even if marked as lazy-init (SPR-6515)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2603 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-08 13:27:15 +00:00
Juergen Hoeller aac72ddbed SmartLifecycle beans will get auto-started on demand even if marked as lazy-init (SPR-6515)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2602 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-08 12:17:01 +00:00
Juergen Hoeller 743c1894ec use varargs for scan method as well
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2601 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-08 10:17:27 +00:00
Costin Leau d9d46d03b2 SPR-6492
EBR-551
+ seems I spoke too soon - JRuby is still not in the EBR

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2600 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-08 09:19:32 +00:00
Costin Leau affe698425 SPR-6492
+ upgrade to JRuby 1.4.0

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2599 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-08 08:57:48 +00:00
Juergen Hoeller b6d0e19958 extended registerAfterCompletionWithExistingTransaction's exception handling to detect JBoss RollbackException as well (SPR-6450)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2598 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 20:53:21 +00:00
Juergen Hoeller 08828377c3 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2597 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 20:33:33 +00:00
Juergen Hoeller 3f78a1b561 fail when @DateTimeFormat is being used without JodaTime on the classpath (SPR-6508)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2596 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 20:33:03 +00:00
Juergen Hoeller f20044126d relaxed warning about ambiguous setters to only be logged in case of actual write access (SPR-6399)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2595 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 18:57:32 +00:00
Arjen Poutsma 6ac29a70e9 SPR-6502 - Broken @RequestMapping inheritance
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2594 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 16:44:51 +00:00
Juergen Hoeller 8adc48b0cd import works with relative resources in other classpath roots again (SPR-6493)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2593 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 15:16:36 +00:00
Arjen Poutsma 7a6fb39dd4 SPR-6529 - DateTimeFormatAnnotationFormatterFactory calls String.isEmpty(), which exists only in JDK1.6+
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2592 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 14:41:30 +00:00
Juergen Hoeller 3a683ea0ac newTransactionStatus reverted to its original role, just without preparing synchronization (SPR-6521)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2591 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 14:27:27 +00:00
Arjen Poutsma 67d2f24b59 SPR-6528 - PathVariables of type double
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2590 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 14:25:21 +00:00
Arjen Poutsma b96070163e SPR-6482 - @RequestMapping handled incorrectly when value contains "." (dot) character
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2589 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 13:59:07 +00:00
Juergen Hoeller f83bd91ef3 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2588 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 09:43:16 +00:00
Juergen Hoeller 88667350e5 added order property to AnnotationMethodHandlerAdapter (SPR-6516)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2587 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 09:42:44 +00:00
Juergen Hoeller f811379713 made parse and decorate non-final (SPR-6526)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2586 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-07 09:16:00 +00:00
Andy Clement 1eb653a1b8 SPR-6525: avoid need to use #root for method parameter references
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2585 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-06 23:21:07 +00:00
Sam Brannen e5251aa8ef Fixed copy-n-paste errors.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2584 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 23:31:28 +00:00
David Syer 73b1c56a98 SPR-5327: Duh: broken build - invalid XML.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2583 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 21:39:32 +00:00
Sam Brannen 6b5546f3aa Removed reference to the British musical and multimedia group "the the". ;)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2582 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 20:43:45 +00:00
Juergen Hoeller b8b6d2f7e9 opened up RestTemplate method signatures to Map<String, ?> and Object array instead of enforcing String values
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2581 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 18:29:53 +00:00
David Syer 64534cc278 SPR-5327: tweak the build.xml for core to try and make commons-logging optional in generated poms
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2580 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 18:26:25 +00:00
David Syer 2bad74c238 SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2579 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 18:25:31 +00:00
Juergen Hoeller b8e1ee8f57 fixed String size constraint example (SPR-6517)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2578 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 17:29:06 +00:00
Juergen Hoeller 7340ddc549 reverted schema update implementation for Hibernate 3.2 compatibility (SPR-6509)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2577 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 17:19:47 +00:00
David Syer 3578f342cc SPR-5327: update artifact ids
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2576 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 16:15:20 +00:00
David Syer 15acf82635 SPR-6092: clarify jar name in test docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2575 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 15:21:51 +00:00
David Syer 6a8351aced BATCH-5327: Correct name of SLF4J
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2574 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 14:00:58 +00:00
David Syer eeafa8ca7a SPR-6092: add section on Ivy
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2573 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 12:47:47 +00:00
David Syer 1380a7e322 SPR-5327: tidy up aopalliance dependency
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2572 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 11:33:56 +00:00
David Syer 94d9c2606e SPR-6092: add section on EBR/Maven and tidy up references to jar files throughout
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2571 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 11:21:04 +00:00
Juergen Hoeller c75163b963 initial preparations for 3.0 GA
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2570 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 00:58:38 +00:00
Juergen Hoeller 54f6989469 full support for formatters on array/collection elements (SPR-6504)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2569 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 00:34:40 +00:00
Juergen Hoeller 9970eda08a lenient property name casing, beyond standard JavaBeans conventions (SPR-6491)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2568 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-03 23:34:37 +00:00
Juergen Hoeller 3f4e30193b do not register default formatters for Date and Calendar (requiring explicit use of @DateTimeFormat there)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2567 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-03 23:26:08 +00:00
Juergen Hoeller e0915ad9c6 do not register a default NumberFormatter (SPR-6490)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2566 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-03 22:41:44 +00:00
Juergen Hoeller e7b5fc2631 added since tag
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2565 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-03 16:30:51 +00:00
Juergen Hoeller 2d80856e3f updated required Hibernate version
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2564 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-03 13:18:39 +00:00
Juergen Hoeller da7618543b fixed typo
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2563 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-03 13:17:08 +00:00
Juergen Hoeller 5560f45f35 fixed dependencies
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2562 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-03 13:15:33 +00:00
Sam Brannen b96a18fef3 JavaDoc polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2561 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-02 09:34:12 +00:00
David Syer b4a2790d34 Add trailing / to repository URLs on S3 (improves build time for clients)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2560 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-02 08:26:13 +00:00
Juergen Hoeller c3fe9ed6ab preparations for RC3 release
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2558 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-01 02:58:38 +00:00
Juergen Hoeller ba76059f1a polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2557 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-01 02:45:12 +00:00
Juergen Hoeller 410c86df53 preparations for RC3 release
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2556 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-01 02:26:23 +00:00
Juergen Hoeller f5cc78e6a0 JSR-303 SpringValidatorAdapter uses field name as first argument (analogous to bind errors; SPR-6407)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2555 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-01 02:25:48 +00:00
Juergen Hoeller ea9f18b8fd initialize synchronization after begin while instantiating TransactionStatus as early as possible (SPR-6409)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2554 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-01 01:32:51 +00:00