Commit Graph
941 Commits
Author SHA1 Message Date
Andy Clement a6fa167d5e Corrected exception message inserts
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@945 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 04:49:47 +00:00
Andy Clement f477b021cb more tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@944 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 04:48:35 +00:00
Andy Clement 1d639f091c New method to return string representation of typeDescriptor
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@943 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 04:47:54 +00:00
Mark Pollack f383dc9fcf Spring Expression Language docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@942 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 03:37:28 +00:00
Thomas Risberg 1c90e16275 added spring leaf for notes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@941 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-07 22:12:31 +00:00
Thomas Risberg 41ae9cfc18 added JMS to overview
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@940 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-07 17:30:44 +00:00
Thomas Risberg ec3c3f3c56 added some styling and color coded syntax highlighting to beans chapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@939 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-07 16:54:36 +00:00
Mark Pollack 50c692c0c3 Spring Expression Language docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@938 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-07 04:45:05 +00:00
Mark Pollack bf492174ea Spring Expression Language docs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@937 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-07 04:42:51 +00:00
Chris Beams b818dd91a3 Renamed ConfigurationPostProcessorTests -> ConfigurationClassPostProcessorTests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@936 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-06 21:29:30 +00:00
Chris Beams 610a8b70ea Fixed SPR-5655 - dm Server issues with ConfigurationClassPostProcessor attempting to read .class files with ASM with incorrect class loader
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@935 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-06 21:23:37 +00:00
Thomas Risberg 39a9279e25 an outline of the Getting Started chapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@934 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-06 20:10:04 +00:00
Chris Beams e5e5fa678f Fixed mystyped dependency on org.antlr 3.0.1 in context's Eclipse .classpath
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@933 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-06 19:43:41 +00:00
Thomas Risberg e76bf92a58 added the OXM chapter from Spring WS
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@932 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-06 19:43:18 +00:00
Andy Clement 0374aacec1 Improving test coverage, more language consistency
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@931 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-06 19:04:04 +00:00
Thomas Risberg 7496ffb202 revised overview graphics to match new modules
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@930 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-06 16:12:50 +00:00
Mark Pollack e2fce909b3 Polishing. Add description of literal expressions.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@929 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-05 16:25:26 +00:00
Mark Pollack 81f04d8eee Initial pass of docs for he Spring expression language.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@928 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-05 09:38:19 +00:00
Andy Clement 7cc791ae9e More test coverage for the expression AST
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@927 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-04 01:04:31 +00:00
Andy Clement 2bd40484cf include missing package component
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@926 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-04 00:06:01 +00:00
Andy Clement 5eb884a7db objects flowing around in expression evaluation are now TypedValue's - these carry generics info, used for conversions.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@925 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 23:39:14 +00:00
Andy Clement d0884055ff tests for TypeDescriptor - just basic so far
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@924 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 23:38:31 +00:00
Andy Clement ff3935e28b extra factory method and type descriptor for NULL defined
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@923 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 23:38:18 +00:00
Andy Clement 8a4772028c fixed support for -1 parameterIndex to access the method return type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@922 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 23:37:59 +00:00
Thomas Risberg c95d13a316 added reference docs to the build
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@921 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 15:59:02 +00:00
Mark Pollack e90e1d0ff6 Change antlr version to be 3.0.1 so that is consistent across the project
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@920 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 14:31:25 +00:00
Mark Pollack 9feacc0375 Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@919 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 14:03:48 +00:00
Arjen Poutsma 8d566bf8d2 More refinements for combine()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@918 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 11:35:18 +00:00
Arjen Poutsma aa053804b1 More tests for combine()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@917 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 11:14:37 +00:00
Arjen Poutsma 0621ca5569 Added combine method to PathMatcher, for combining two patterns.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@916 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 10:44:57 +00:00
Thomas Risberg 728ccbed96 mostly changes to Preface and Introduction chapters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@915 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-03 04:08:08 +00:00
Andy Clement 2fb46e48c0 design change - no longer surfacing typeDescriptor through property accessor. conversion done internally in property write() code
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@914 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 23:27:49 +00:00
Andy Clement 0dec424147 implement new interface method
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@913 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 21:58:24 +00:00
Andy Clement 877603f49c new packages added
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@912 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 21:47:35 +00:00
Andy Clement c289840f9a initial typeDescriptor awareness in the EL. some basic testing of using GenericConversionService
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@911 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 21:38:51 +00:00
Arjen Poutsma 60fe883ae3 Working on SPR-5631
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@910 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 21:07:46 +00:00
Andy Clement 7af87bb470 use type descriptor to determine collection element type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@909 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 16:52:12 +00:00
Arjen Poutsma 40733d1c5e Polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@908 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 13:31:51 +00:00
Arjen Poutsma 35a3940008 Fixing the build...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@907 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 08:58:23 +00:00
Thomas Risberg 60a6c76461 started "new in Spring 3" chapter; added some overview to introduction chapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@906 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 03:35:39 +00:00
Juergen Hoeller b1fecb45e7 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@905 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:43:28 +00:00
Juergen Hoeller dae818f5b5 first cut of changelog for M3
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@904 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:39:39 +00:00
Juergen Hoeller 8ce4e9c646 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@903 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:34:57 +00:00
Juergen Hoeller 792076ac78 request handler methods with @ModelAttribute annotation always return a model attribute (SPR-4867)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@902 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:34:42 +00:00
Juergen Hoeller 77617505a1 requires Portlet API 2.0 now
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@901 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:32:50 +00:00
Juergen Hoeller 61e640c85c request handler methods with @ModelAttribute annotation always return a model attribute (for Portlet MVC as well)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@900 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:31:45 +00:00
Juergen Hoeller c25fe064ce @Value values may use ${...} placeholders (driven by PropertyPlaceholderConfigurer); @Autowired uses field/parameter name as fallback qualifier value (SPR-5152)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@899 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:27:42 +00:00
Juergen Hoeller f7a8f77dcf FacesRequestAttributes (as used by RequestContextHolder) can access global Portlet session (SPR-5637)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@898 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:16:35 +00:00
Mark Pollack 211dd21d11 Add Michael Isvy's documentation on @CookieValue and @RequestHeader annotations.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@897 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 17:57:52 +00:00
Keith Donald 5e859beea3 added todos left
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@896 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 17:56:08 +00:00