Commit Graph

7873 Commits

Author SHA1 Message Date
Mark Pollack
d16d8984a8 REST documentation 2009-04-11 05:59:12 +00:00
Mark Pollack
4fc77944ad More REST documentation 2009-04-11 04:49:11 +00:00
Keith Donald
5a87334168 made conversion service pluggable 2009-04-10 20:52:16 +00:00
Keith Donald
1d22b9fb88 activated DefaultConversionService in EL, linking convert and EL 2009-04-10 20:47:04 +00:00
Keith Donald
8b52b7eeef autobox tests 2009-04-10 19:19:53 +00:00
Keith Donald
ebb203a251 removed custom converter for m3 to add back in rc1; also ensure type descriptor get type always returns wrapper types if primitive 2009-04-10 15:57:18 +00:00
Keith Donald
b988f1a539 javadoc 2009-04-10 15:21:16 +00:00
Keith Donald
76f63f8b64 map-to-map tests 2009-04-10 15:07:23 +00:00
Juergen Hoeller
5649f2f31d fixed generic registerCustomEditor signature 2009-04-10 13:44:23 +00:00
Juergen Hoeller
20fc42add0 avoid PortletSession.getAttributeMap() since it is immutable (SPR-5649) 2009-04-10 10:51:45 +00:00
Andy Clement
38c7f566e5 Fixed StandardTypeLocator to only know about java.lang.* out of the box. Doc fixes related to that. 2009-04-10 03:20:09 +00:00
Andy Clement
f36b9eb088 finally some comparator logic that makes sense :) 2009-04-10 02:21:25 +00:00
Andy Clement
46c5340f57 More tests, corrections in standard comparator, more helper methods in StandardEvaluationContext. 2009-04-10 00:03:53 +00:00
Andy Clement
ba613f2e35 allow for null 2009-04-09 22:04:08 +00:00
Andy Clement
00cecd0dd0 more tests, minor fixes. some findbugs issues addressed. 2009-04-09 22:03:38 +00:00
Juergen Hoeller
a9f4eeeabf fixed javadoc 2009-04-09 18:24:07 +00:00
Juergen Hoeller
73dd6c28a3 reintroduced "removeAllListeners()" method since Spring DM uses it 2009-04-09 18:18:54 +00:00
Andy Clement
707d2ed72a Changed signature of convertValue() to keep the Sun compiler happy 2009-04-09 16:00:53 +00:00
Mark Pollack
362629d03b Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again) 2009-04-09 14:38:35 +00:00
Keith Donald
3e4810f670 polish 2009-04-09 14:09:10 +00:00
Keith Donald
a0cab10ccc polish 2009-04-09 14:01:40 +00:00
Arjen Poutsma
7e3e79ca22 SPR-5653: RestTemplate handles redirects incorrectly 2009-04-09 11:03:35 +00:00
Juergen Hoeller
859497b171 @Resource names may use ${...} placeholders (SPR-5656) 2009-04-09 09:14:06 +00:00
Andy Clement
3cac9267e9 Commented out the sections on list projection and #this. 2009-04-09 05:44:35 +00:00
Andy Clement
f20dcf275f Corrected some typos, code samples and changed a bit of wording. All code samples are now SpEL testcases. 2009-04-09 01:56:34 +00:00
Andy Clement
9a8bb5f709 More tests and some fixes. Also created tests based on the documentation examples. 2009-04-09 01:43:07 +00:00
Keith Donald
9ce71f67ff conversion service helper tests - part 1 2009-04-08 22:10:26 +00:00
Keith Donald
d966965a4c default converter tests 2009-04-08 19:58:19 +00:00
Mark Pollack
5e46fab34d Start of REST documentation 2009-04-08 19:29:02 +00:00
Mark Pollack
b132e964be add paragraph on SpEL, reorganize section layout. 2009-04-08 14:06:01 +00:00
Thomas Risberg
a3cbb05ed5 added language element to programlisting for syntax highlighting 2009-04-08 13:38:36 +00:00
Andy Clement
cfc65b0cc7 Removed unnecessary code. Increased test coverage from 70>75% - still some way to go 2009-04-08 04:50:43 +00:00
Andy Clement
30bed7b54a Corrected exception message inserts 2009-04-08 04:49:47 +00:00
Andy Clement
4a7f7bb24a more tests 2009-04-08 04:48:35 +00:00
Andy Clement
76fcc81bc6 New method to return string representation of typeDescriptor 2009-04-08 04:47:54 +00:00
Mark Pollack
f917ba89d6 Spring Expression Language docs 2009-04-08 03:37:28 +00:00
Thomas Risberg
fc899e5881 added spring leaf for notes 2009-04-07 22:12:31 +00:00
Thomas Risberg
51526d6541 added JMS to overview 2009-04-07 17:30:44 +00:00
Thomas Risberg
fb8ec6ed97 added some styling and color coded syntax highlighting to beans chapter 2009-04-07 16:54:36 +00:00
Mark Pollack
5f5bee1022 Spring Expression Language docs 2009-04-07 04:45:05 +00:00
Mark Pollack
1f00e639e0 Spring Expression Language docs 2009-04-07 04:42:51 +00:00
Chris Beams
d08d73f274 Renamed ConfigurationPostProcessorTests -> ConfigurationClassPostProcessorTests 2009-04-06 21:29:30 +00:00
Chris Beams
254bf7e403 Fixed SPR-5655 - dm Server issues with ConfigurationClassPostProcessor attempting to read .class files with ASM with incorrect class loader 2009-04-06 21:23:37 +00:00
Thomas Risberg
b14d760c9b an outline of the Getting Started chapter 2009-04-06 20:10:04 +00:00
Chris Beams
e500348ca7 Fixed mystyped dependency on org.antlr 3.0.1 in context's Eclipse .classpath 2009-04-06 19:43:41 +00:00
Thomas Risberg
eb90bbeadc added the OXM chapter from Spring WS 2009-04-06 19:43:18 +00:00
Andy Clement
a9f30fe377 Improving test coverage, more language consistency 2009-04-06 19:04:04 +00:00
Thomas Risberg
55bdd07580 revised overview graphics to match new modules 2009-04-06 16:12:50 +00:00
Mark Pollack
f64bedb9e1 Polishing. Add description of literal expressions. 2009-04-05 16:25:26 +00:00
Mark Pollack
51f741ccec Initial pass of docs for he Spring expression language. 2009-04-05 09:38:19 +00:00