Juergen Hoeller
|
f22aebd590
|
added special handling of String array values for required fields, e.g. for WebRequestDataBinder (SPR-6552)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2660 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 21:42:17 +00:00 |
|
Juergen Hoeller
|
4e278ffad0
|
added unit test for setRequiredFields with @MVC (SPR-6552)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2659 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 21:32:26 +00:00 |
|
Juergen Hoeller
|
18ec90aff9
|
revised default converters; renamed ConverterRegistry's addGenericConverter to addConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2658 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 21:14:26 +00:00 |
|
Costin Leau
|
e77354546e
|
SPR-5764
+ improved JBoss LTW by using the proper class loader for loading reflection types
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2657 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 18:56:16 +00:00 |
|
Chris Beams
|
720df86a0d
|
further tweaks on logging section
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2656 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 17:27:27 +00:00 |
|
Chris Beams
|
495d5fc00f
|
minor usage/grammar improvements in logging section
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2655 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 17:09:52 +00:00 |
|
Costin Leau
|
259cc670ed
|
+ improved javadoc (no code changes)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2654 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 15:52:01 +00:00 |
|
Costin Leau
|
8b885886c1
|
SPR-6447
+ moved petclinic to spring-samples (https://src.springframework.org/svn/spring-samples/petclinic)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2653 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 15:51:33 +00:00 |
|
Thomas Risberg
|
36caad3e75
|
updated version for 3.0 GA release
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2652 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 12:58:09 +00:00 |
|
David Syer
|
540cdc79e0
|
SPR-6558: correct maven repository locations
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2651 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 07:17:36 +00:00 |
|
Keith Donald
|
2dbe05aa24
|
long style formatting tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2650 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 02:02:09 +00:00 |
|
Juergen Hoeller
|
85caa9b84d
|
prepared for 3.0 GA release
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2649 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 00:58:44 +00:00 |
|
Juergen Hoeller
|
9efda7f94b
|
@ManagedBean coverage in javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2648 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 00:58:04 +00:00 |
|
Juergen Hoeller
|
f7b6f34ddc
|
support @ManagedBean for name retrieval in AnnotationBeanNameGenerator as well; support @ManagedBean and @Named for direct use only
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2647 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-14 00:53:56 +00:00 |
|
Juergen Hoeller
|
0d0d68a6ae
|
ignore client proxies for export
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2646 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 23:50:48 +00:00 |
|
Juergen Hoeller
|
9fe730018b
|
updated javadoc (SPR-6546)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2645 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 23:45:16 +00:00 |
|
Juergen Hoeller
|
1a2005dc8b
|
reimplemented bean lookup to avoid getBeanNamesForType(Object.class)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2644 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 23:30:07 +00:00 |
|
Juergen Hoeller
|
197c2d7ca2
|
MBeanExporter detects FactoryBean-exported resources independent from declaration order
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2643 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 23:28:07 +00:00 |
|
Juergen Hoeller
|
d4fe543bf5
|
removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2642 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 23:24:43 +00:00 |
|
Juergen Hoeller
|
a7bd975e4c
|
removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2641 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 23:23:34 +00:00 |
|
Juergen Hoeller
|
082111871b
|
fixed accidental breakage in bean class resolution with tempClassLoader
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2640 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 16:07:03 +00:00 |
|
Juergen Hoeller
|
a03c3e30a1
|
fixed non-Lifecycle-FactoryBean with exposed Lifecycle object case (SPR-6545)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2639 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 15:47:52 +00:00 |
|
Juergen Hoeller
|
eb07dd4636
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2638 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 15:30:52 +00:00 |
|
Juergen Hoeller
|
057acab1ab
|
SmartLifecycle retrieval fix, properly taking FactoryBeans into account (SPR-6545)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2637 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 15:28:34 +00:00 |
|
Juergen Hoeller
|
38ef760372
|
detect Lifecycle-implementing FactoryBeans as well (SPR-6545)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2636 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 14:08:08 +00:00 |
|
Juergen Hoeller
|
e1e257ea1a
|
bean properties of type enum array/collection can be populated with comma-separated String (SPR-6547)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2635 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 13:21:30 +00:00 |
|
Juergen Hoeller
|
70cfa58b28
|
fixed JSR-303 Validator delegation code (SPR-6557)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2634 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 12:31:34 +00:00 |
|
David Syer
|
cecca1e70b
|
SPR-6541: move spring repository placeholder into a profile (build) and the other repositories into another profile (legacy-build)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2633 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-13 10:03:59 +00:00 |
|
Christian Dupuis
|
73f57c22ae
|
some minor adjustments to the mvc namespace to make it work in the tools
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2632 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 23:03:49 +00:00 |
|
Keith Donald
|
772acee700
|
file names based on section id now; updated sec ids to match conventions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2631 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 19:01:25 +00:00 |
|
Keith Donald
|
6d871ab45b
|
polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2630 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 18:26:12 +00:00 |
|
Keith Donald
|
c26f2d49a9
|
removed unused method; polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2629 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 18:24:44 +00:00 |
|
Keith Donald
|
1b667021e4
|
removed generic warning
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2628 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 18:19:43 +00:00 |
|
Keith Donald
|
b9296d7c9d
|
polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2627 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 18:16:38 +00:00 |
|
Keith Donald
|
b3203cb100
|
javadoc polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2626 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 17:56:41 +00:00 |
|
Keith Donald
|
e07fcfeba2
|
javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2625 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 16:55:33 +00:00 |
|
Keith Donald
|
36d333af1d
|
broke out collection to string converter logic from collection to object
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2624 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 14:45:21 +00:00 |
|
David Syer
|
82329158f7
|
SPR-6541: consolidate repositories into a profile (-P build)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2623 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-11 06:23:46 +00:00 |
|
Juergen Hoeller
|
a3d2fbd465
|
updated JPA 2.0 support to the final spec (supporting the "getCriteriaBuilder" method)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2622 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-10 21:42:48 +00:00 |
|
Juergen Hoeller
|
ee442d7808
|
component scanning autodetects the new EE 6 "javax.annotation.ManagedBean" stereotype
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2621 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-10 20:40:02 +00:00 |
|
Juergen Hoeller
|
4625700fbc
|
autodetect GlassFish V3 as well (SPR-6152)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2620 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-10 18:42:59 +00:00 |
|
Keith Donald
|
46cb691cf8
|
SPR-6537 initial commit; more extensive testing to follow
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2619 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-10 17:36:58 +00:00 |
|
Keith Donald
|
44cafc86f9
|
removed generic warning
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2618 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-10 16:21:30 +00:00 |
|
Arjen Poutsma
|
991f040948
|
Updated docbook files to use Docbook 4.5 DTDs, so it uses the locally cached versions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2617 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-10 15:22:55 +00:00 |
|
Arjen Poutsma
|
a66de31cbb
|
Updated Multipart documentation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2616 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-10 12:37:28 +00:00 |
|
Juergen Hoeller
|
5ccf6d89e0
|
preparations for 3.0 GA
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2615 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-09 22:44:11 +00:00 |
|
Juergen Hoeller
|
00dc3b04a1
|
reintroduced createBinder template method in Servlet/Portlet AnnotationMethodHandlerAdapter (SPR-6534)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2614 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-09 22:29:43 +00:00 |
|
Juergen Hoeller
|
fa07470e40
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2613 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-09 17:54:02 +00:00 |
|
Juergen Hoeller
|
f1151210f1
|
added "converters" property to FormattingConversionServiceFactoryBean as well
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2612 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-09 17:53:25 +00:00 |
|
Juergen Hoeller
|
f210b452d7
|
revised GenericConverter's "getConvertibleTypes()" signature to return Set of ConvertiblePair
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2611 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-12-09 17:52:19 +00:00 |
|