c333494085
javadoc
Keith Donald
2009-10-07 17:02:22 +00:00
6d31db1017
renamed to MappingContext since no spel dep
Keith Donald
2009-10-07 16:56:13 +00:00
acf574c3e3
added conversion service performance optimizations; added mapping cyclical ref handling; removed ConverterInfo in favor of specifying S and T at registration time if necessary
Keith Donald
2009-10-07 16:54:36 +00:00
c9f0e68c82
SPR-5307: Committing test but can't be uncommented until Spring depends on AspectJ 1.6.7
Andy Clement
2009-10-07 02:54:44 +00:00
0437305669
nested revision
Keith Donald
2009-10-06 21:40:59 +00:00
0f5074db2b
spel mapping, polish
Keith Donald
2009-10-06 21:31:49 +00:00
2c2d79a4bf
polishing
Sam Brannen
2009-10-06 21:11:51 +00:00
b7e36461ca
Now mentioning JSR-330 annotations in test chapter.
Sam Brannen
2009-10-06 21:10:56 +00:00
c200715076
Now verifying support for @Named as well.
Sam Brannen
2009-10-06 21:10:06 +00:00
d020d73118
SPR-6186: removed remaining duplicate check for @Configuration
Chris Beams
2009-10-06 04:30:26 +00:00
cbadf350e1
Continued progress on SPR-5682: Provide dedicated ApplicationContext implementations for use with @Configuration classes Resolved sub-task SPR-6186: Eliminate duplicate code between ConfigurationClassApplicationContext and ConfigurationClassWebApplicationContext
Chris Beams
2009-10-06 01:38:16 +00:00
ab10d37fae
Corrections regarding BindingResult(s); added a tip regarding programmatic use of LocalValidatorFactoryBean.
Sam Brannen
2009-10-05 22:24:42 +00:00
710ae3a9d2
SpringJUnit4ClassRunnerAppCtxTests now verifies seamless support for using @Inject in addition to @Autowired, etc.
Sam Brannen
2009-10-05 22:08:01 +00:00
0a843e60a6
recursive mapping support
Keith Donald
2009-10-05 20:28:10 +00:00
fd8935ba0b
SPR-5682: * polishing for ConfigurationClassApplicationContext & tests * added ConfigurationClassWebApplicationContext & tests * next: refactoring out duplications between ConfigurationClassApplicationContext & ConfigurationClassWebApplicationContext
Chris Beams
2009-10-05 05:27:30 +00:00
772a74a636
SPR-5682: fixing test breakage on CI server due to strange non-determinism in the order of bean names being returned in the key set of the map of beans matching the required type.
Chris Beams
2009-10-05 03:29:20 +00:00
8c5f78c0d6
polishing
Chris Beams
2009-10-05 00:51:19 +00:00
a48234cf5f
SPR-5682: Initial support for ConfigurationClassApplicationContext
Chris Beams
2009-10-05 00:35:17 +00:00
e7c8f1ef8b
SPR-6179, additional mapper test cases
Keith Donald
2009-10-04 04:13:27 +00:00
6ea83afe1e
Corrected typos and cleaned up DocBook structure.
Sam Brannen
2009-10-03 23:45:23 +00:00
0860f3bb8c
[SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields.
Sam Brannen
2009-10-03 22:23:41 +00:00
f08d15c86f
Fixed minor grammatical errors.
Sam Brannen
2009-10-03 22:19:21 +00:00
06872dd465
Fixed minor typo.
Sam Brannen
2009-10-03 22:18:50 +00:00
341835a142
mapper initial commit
Keith Donald
2009-10-02 16:28:53 +00:00
5c055ed6dd
[SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields.
Sam Brannen
2009-10-01 23:28:27 +00:00
0eda92a51a
Fixed minor grammatical errors.
Sam Brannen
2009-10-01 22:52:46 +00:00
076fc89a50
SPR-5518: Documented ability to use text rather than symbols for SPEL operators (lt, le, gt, ge, eq, ne, div, mod, not). Can help in XML specification of expressions.
Andy Clement
2009-10-01 19:39:20 +00:00
10e26e6dc7
SPR-6123: doc update on writing good pointcuts (should include a within())
Andy Clement
2009-10-01 19:05:11 +00:00
71a045328c
renamed getAnnotations to getMethodAnnotations; added getMethodAnnotation and getParameterAnnotation convenience methods
Juergen Hoeller
2009-10-01 15:20:31 +00:00
b152ac34fd
CustomEditorConfigurer supports PropertyEditor instances again (with deprecation warning); for XFire compatibility (SPR-6157)
Juergen Hoeller
2009-10-01 13:40:55 +00:00
0c47a01953
fixed ContentNegotiatingViewResolver to work with the combination of ignoreAcceptHeader=true plus defaultContentType as well (SPR-6163)
Juergen Hoeller
2009-10-01 12:06:58 +00:00
7a700edaa7
understand "on"/"off", "yes"/"no", "1"/"0" as boolean values (analogous to CustomBooleanEditor)
Juergen Hoeller
2009-10-01 11:18:48 +00:00
4d29f65a9c
@Event/ResourceMapping uniquely mapped to through event/resource id, even across controllers (SPR-6062); type-level @RequestMapping header conditions validated in Portlet environments as well
Juergen Hoeller
2009-09-25 14:45:35 +00:00
76122c931d
updated javadoc
Mark Fisher
2009-09-25 14:25:56 +00:00
22e1305cf0
updated reference documentation now that the <executor/> and <scheduler/> element's 'size' attribute has been renamed to 'pool-size'
Mark Fisher
2009-09-25 14:21:49 +00:00
80ac130dfe
Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace.
Mark Fisher
2009-09-25 14:19:42 +00:00
72f4572930
preparing for RC1 release
Juergen Hoeller
2009-09-25 11:03:57 +00:00
e408cbeecd
moved converter initialization code to constructor
Juergen Hoeller
2009-09-25 10:57:40 +00:00
ea40fb9bcd
all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well
Juergen Hoeller
2009-09-25 10:46:38 +00:00
9cb1338b94
all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well
Juergen Hoeller
2009-09-25 10:42:49 +00:00
e49869ea78
SPR-6148 - @ResponseBody with returned String results in unresolvable view ServletException
Arjen Poutsma
2009-09-25 10:34:54 +00:00
5b12503c47
SPR-6144 - @ResponseStatus annotation is ignored in an @Controller redirect (RedirectView) SPR-5468 - Modify RedirectView to allow 301 Permanent Redirects
Arjen Poutsma
2009-09-25 10:23:06 +00:00
d8245c800b
Add minimal doc for JSR 330 support.
Mark Pollack
2009-09-25 08:17:12 +00:00
7ae8be05d1
SPR-5994 - The release archive contains an unecessary .zip file of the contents under the reference doc directories html and html-single
Mark Pollack
2009-09-25 07:20:45 +00:00
c6cd1a528e
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
Mark Pollack
2009-09-25 05:16:55 +00:00
cd1df84d7d
removed slf4j dependency (not used in Spring itself; SPR-6119)
Juergen Hoeller
2009-09-24 23:16:35 +00:00
34d2a69a82
removed separate placeholder test class
Juergen Hoeller
2009-09-24 22:58:15 +00:00
e2093a8414
fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981)
Juergen Hoeller
2009-09-24 14:59:26 +00:00
ad492e906e
PropertyOverrideConfigurer's "ignoreInvalidKeys" ignores invalid property names as well (SPR-5792)
Juergen Hoeller
2009-09-24 14:40:13 +00:00
557dd1f1c4
initialize transaction synchronization before doBegin call in order to avoid OutOfMemory failures after resource binding
Juergen Hoeller
2009-09-24 14:02:40 +00:00
49bf85baaa
factored out common resolveTypeArgument(s) method to GenericTypeResolver
Juergen Hoeller
2009-09-24 12:51:52 +00:00
b8c1130eec
detect @Bean methods on registered plain bean classes as well (SPR-5795)
Juergen Hoeller
2009-09-24 10:45:56 +00:00
501a1ea9af
SPR-5910 - Slight Improvement for Main JavaDoc in RedirectView
Arjen Poutsma
2009-09-24 08:31:33 +00:00
bd098ce1db
pom maintenance - sync with ivy.xml update junit version in ivy.xml for org.sf.aspects
Mark Pollack
2009-09-24 06:09:54 +00:00
616a48acc2
SPR-6142 AbstractMessageListenerContainer now accepts an implementation of the ErrorHandler strategy for handling any uncaught exceptions thrown while processing a Message. The default behavior is still to log at error-level only (no ErrorHandler).
Mark Fisher
2009-09-23 22:06:46 +00:00
2eb6f497a9
updated testing chapter of ref guide
Rob Harrop
2009-09-23 14:59:21 +00:00
6fc190ec25
AbstractBeanDefinitionParser can deal with null return value as well (SPR-5872)
Juergen Hoeller
2009-09-23 13:51:14 +00:00
438f128db6
todos
Keith Donald
2009-09-23 04:50:03 +00:00
187d025c19
map converters
Keith Donald
2009-09-23 04:45:04 +00:00
1ee4ac1b52
string to map converters
Keith Donald
2009-09-23 04:20:23 +00:00
dedecf7ae9
SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers.
Mark Fisher
2009-09-23 00:44:58 +00:00
e2c36fd592
Updated the context module's .classpath file for Groovy 1.6.3 (from 1.5.1)
Mark Fisher
2009-09-22 23:52:27 +00:00