Commit Graph

  • 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
  • b465f204bd renamed internal *GenericConverters to *Converters Juergen Hoeller 2009-10-01 11:07:22 +00:00
  • 0543a294ee expose arrays as comma-delimited element String Juergen Hoeller 2009-10-01 11:05:45 +00:00
  • 784068346d PathMatchingResourcePatternResolver leniently ignores non-existing root directories Juergen Hoeller 2009-09-30 15:04:31 +00:00
  • 3fa533ddd8 SPR-6032 & SPR-6033: Auto grow nested path enhancements to BeanWrapper Keith Donald 2009-09-29 19:54:35 +00:00
  • 832db0abbc Updated Groovy version for Eclipse project to mathc ivy.xml Ramnivas Laddad 2009-09-28 20:56:13 +00:00
  • 191293f2ef Fixed a commented test Ramnivas Laddad 2009-09-28 20:55:12 +00:00
  • f95dff6975 org.springframework.instrument.classloading --> org.springframework.instrument.tomcat Sam Brannen 2009-09-26 21:02:58 +00:00
  • bfddb0938b Abed Rabbo --> Abedrabbo Sam Brannen 2009-09-26 20:58:50 +00:00
  • 72d9640801 final touches for 3.0 RC1 Juergen Hoeller 2009-09-25 15:00:43 +00:00
  • 270fc84923 added ".vm" as resource file extension Juergen Hoeller 2009-09-25 14:48:21 +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
  • cafc106ccc Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat Arjen Poutsma 2009-09-25 12:51:58 +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
  • 6fe0e36fe0 polishing Juergen Hoeller 2009-09-25 09:59:17 +00:00
  • ce4e3784d1 updated dependencies Juergen Hoeller 2009-09-25 09:58:54 +00:00
  • 39a97a61af resolve handler bean name early; validate header conditions as well Juergen Hoeller 2009-09-25 09:53:30 +00:00
  • aec2bc097e polishing Juergen Hoeller 2009-09-25 09:45:10 +00:00
  • 09e6a85edd fixed overview files Juergen Hoeller 2009-09-25 08:47:18 +00:00
  • 04fa5d4b99 SPR-6093 - MVC Annotation Inheritance Arjen Poutsma 2009-09-25 08:45:58 +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
  • 60acaf5671 updated dependencies Juergen Hoeller 2009-09-24 22:55:21 +00:00
  • 5c1b0e6caf removed classes which are not used in 3.0 yet Juergen Hoeller 2009-09-24 22:54:35 +00:00
  • a59d205b36 removed 3.1 feature classes Juergen Hoeller 2009-09-24 22:53:17 +00:00
  • 2781b876d2 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax Juergen Hoeller 2009-09-24 22:51:38 +00:00
  • 0f43d6c592 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax Juergen Hoeller 2009-09-24 22:34:02 +00:00
  • 8eca898d44 removed outdated "cacheJspExpressions" feature from ExpressionEvaluationUtils Juergen Hoeller 2009-09-24 15:56:00 +00:00
  • c761082eea added simplest possible ExpressionEvaluator Juergen Hoeller 2009-09-24 15:48:48 +00:00
  • 89aa13e8e5 removed Apache JSTL references completely Juergen Hoeller 2009-09-24 15:35:28 +00:00
  • 0463c612b5 removed Apache JSTL references completely Juergen Hoeller 2009-09-24 15:31:10 +00:00
  • 811e9fc043 consistent dependencies Juergen Hoeller 2009-09-24 15:09:57 +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
  • 38110d35d2 polishing Juergen Hoeller 2009-09-24 10:21:40 +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
  • 33265eecbd polishing Juergen Hoeller 2009-09-23 21:19:28 +00:00
  • 9508f41a91 made InitDestroyAnnotationBeanPostProcessor's logger field transient (SPR-5962) Juergen Hoeller 2009-09-23 21:17:30 +00:00
  • d4c16e91df SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first) Juergen Hoeller 2009-09-23 20:53:21 +00:00
  • 64bf3b74b5 revised Hessian/Burlap exception clauses (SPR-5897) Juergen Hoeller 2009-09-23 19:35:44 +00:00
  • 2bd30a49ad more tests Keith Donald 2009-09-23 18:36:11 +00:00
  • 7a6dafd5ad completed generic converter implementation Keith Donald 2009-09-23 18:25:04 +00:00
  • ce800fb45a allow instrumentation to be specified as a regular VM agent even in OSGi (SPR-6147) Juergen Hoeller 2009-09-23 18:14:20 +00:00
  • dc05ef6548 revised JBoss VFS support Juergen Hoeller 2009-09-23 17:05:39 +00:00
  • e56aa91bd7 "data.sql" instead of "test-data.sql" (SPR-6020) Juergen Hoeller 2009-09-23 16:16:40 +00:00
  • c802253402 "data.sql" instead of "test-data.sql" (SPR-6020) Juergen Hoeller 2009-09-23 15:58:38 +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