Commit Graph
2015 Commits
Author SHA1 Message Date
Juergen Hoeller 8f0490fd37 renamed internal *GenericConverters to *Converters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2033 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-01 11:07:22 +00:00
Juergen Hoeller 2b72499587 expose arrays as comma-delimited element String
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2032 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-01 11:05:45 +00:00
Juergen Hoeller 85159fd248 PathMatchingResourcePatternResolver leniently ignores non-existing root directories
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2031 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-30 15:04:31 +00:00
Keith Donald 06201b5eb4 SPR-6032 & SPR-6033: Auto grow nested path enhancements to BeanWrapper
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2030 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-29 19:54:35 +00:00
Ramnivas Laddad b987b115ca Updated Groovy version for Eclipse project to mathc ivy.xml
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2029 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-28 20:56:13 +00:00
Ramnivas Laddad 5b2d977324 Fixed a commented test
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2028 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-28 20:55:12 +00:00
Sam Brannen 80d1795a5b org.springframework.instrument.classloading --> org.springframework.instrument.tomcat
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2026 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-26 21:02:58 +00:00
Sam Brannen 843b88d0d0 Abed Rabbo --> Abedrabbo
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2025 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-26 20:58:50 +00:00
Juergen Hoeller 098b10940a final touches for 3.0 RC1
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2022 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 15:00:43 +00:00
Juergen Hoeller 4ba26dc632 added ".vm" as resource file extension
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2021 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 14:48:21 +00:00
Juergen Hoeller 3608581a42 @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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2020 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 14:45:35 +00:00
Mark Fisher 23129d453c updated javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2019 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 14:25:56 +00:00
Mark Fisher 772115438d updated reference documentation now that the <executor/> and <scheduler/> element's 'size' attribute has been renamed to 'pool-size'
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2018 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 14:21:49 +00:00
Mark Fisher 49ed02282c Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2017 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 14:19:42 +00:00
Arjen Poutsma 05f9ce8292 Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2016 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 12:51:58 +00:00
Juergen Hoeller 0de31ea795 preparing for RC1 release
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2015 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 11:03:57 +00:00
Juergen Hoeller c912d59449 moved converter initialization code to constructor
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2014 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 10:57:40 +00:00
Juergen Hoeller f752ccbe91 all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2013 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 10:46:38 +00:00
Juergen Hoeller 3caa4c2288 all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2012 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 10:42:49 +00:00
Arjen Poutsma ea10c92462 SPR-6148 - @ResponseBody with returned String results in unresolvable view ServletException
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2011 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 10:34:54 +00:00
Arjen Poutsma d08309e04f SPR-6144 - @ResponseStatus annotation is ignored in an @Controller redirect (RedirectView)
SPR-5468 - Modify RedirectView to allow 301 Permanent Redirects

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2010 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 10:23:06 +00:00
Juergen Hoeller 700ca57cde polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2009 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 09:59:17 +00:00
Juergen Hoeller 511185e192 updated dependencies
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2008 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 09:58:54 +00:00
Juergen Hoeller be8eceba2d resolve handler bean name early; validate header conditions as well
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2007 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 09:53:30 +00:00
Juergen Hoeller f24bfb2aef polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2006 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 09:45:10 +00:00
Juergen Hoeller 599910699a fixed overview files
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2005 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 08:47:18 +00:00
Arjen Poutsma f8124f45f1 SPR-6093 - MVC Annotation Inheritance
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2004 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 08:45:58 +00:00
Mark Pollack 155f72460e Add minimal doc for JSR 330 support.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2003 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 08:17:12 +00:00
Mark Pollack ed6f07d2f9 SPR-5994 - The release archive contains an unecessary .zip file of the contents under the reference doc directories html and html-single
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2002 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 07:20:45 +00:00
Mark Pollack 4e2aaf7934 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

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2001 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 05:16:55 +00:00
Juergen Hoeller fa82462fdf removed slf4j dependency (not used in Spring itself; SPR-6119)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2000 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 23:16:35 +00:00
Juergen Hoeller b80bc81d7c removed separate placeholder test class
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1999 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 22:58:15 +00:00
Juergen Hoeller 969bb4ad85 updated dependencies
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1998 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 22:55:21 +00:00
Juergen Hoeller 9eac45c987 removed classes which are not used in 3.0 yet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1997 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 22:54:35 +00:00
Juergen Hoeller 092ff94ce7 removed 3.1 feature classes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1996 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 22:53:17 +00:00
Juergen Hoeller 77243b1ac1 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1995 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 22:51:38 +00:00
Juergen Hoeller 7d68ca8992 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1994 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 22:34:02 +00:00
Juergen Hoeller afe3442b55 removed outdated "cacheJspExpressions" feature from ExpressionEvaluationUtils
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1993 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 15:56:00 +00:00
Juergen Hoeller 0978ac24aa added simplest possible ExpressionEvaluator
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1992 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 15:48:48 +00:00
Juergen Hoeller 1293735c82 removed Apache JSTL references completely
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1991 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 15:35:28 +00:00
Juergen Hoeller a59eb986b5 removed Apache JSTL references completely
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1990 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 15:31:10 +00:00
Juergen Hoeller c032a53d71 consistent dependencies
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1989 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 15:09:57 +00:00
Juergen Hoeller 0708205690 fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1988 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 14:59:26 +00:00
Juergen Hoeller 7f532b126d PropertyOverrideConfigurer's "ignoreInvalidKeys" ignores invalid property names as well (SPR-5792)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1987 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 14:40:13 +00:00
Juergen Hoeller 614f52073c initialize transaction synchronization before doBegin call in order to avoid OutOfMemory failures after resource binding
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1986 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 14:02:40 +00:00
Juergen Hoeller 504db8f514 factored out common resolveTypeArgument(s) method to GenericTypeResolver
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1985 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 12:51:52 +00:00
Juergen Hoeller a709d5ffce detect @Bean methods on registered plain bean classes as well (SPR-5795)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1984 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 10:45:56 +00:00
Juergen Hoeller 732f682877 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1983 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 10:21:40 +00:00
Arjen Poutsma dc9396315c SPR-5910 - Slight Improvement for Main JavaDoc in RedirectView
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1982 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 08:31:33 +00:00
Mark Pollack 97b13b66d4 pom maintenance - sync with ivy.xml
update junit version in ivy.xml for org.sf.aspects

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1981 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-24 06:09:54 +00:00