b1000cd5c6
embedded
Keith Donald
2009-04-22 17:47:44 +00:00
2e45a19be3
embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review
Keith Donald
2009-04-22 17:07:20 +00:00
6fbd198420
SPR-4518 - @RequestMapping methods returning null have an implicit ModelAndView created
Arjen Poutsma
2009-04-22 12:57:30 +00:00
c1667687d5
SPR-5634 - OXM does not permit targetClass and mapping file for CastorMarshaller
Arjen Poutsma
2009-04-22 12:08:57 +00:00
de18d64b5c
Upgraded to Rome 1.0
Arjen Poutsma
2009-04-22 11:44:59 +00:00
ea9d8925a2
next cut of JavaConfig metadata reading revision: using cached MetadataReaders
Juergen Hoeller
2009-04-22 10:46:24 +00:00
4c42597cbc
SPR-5673: fix for problems with expressions that use the same symbols as are used in the template prefix/suffix
Andy Clement
2009-04-22 00:10:47 +00:00
b8b74db01a
test datasource factory initial commit; needs review from Juergen on how to best make DataSource available as a Spring bean when desired
Keith Donald
2009-04-21 21:31:16 +00:00
4d509cebdb
Temporarily ignoring GroovyScriptFactoryTests#testResourceScriptFromTag in order to allow more important fixes to roll out.
Chris Beams
2009-04-21 18:14:08 +00:00
7ba4c563a6
Fixing build breakage with GroovyScriptFactoryTests. The problem was that the Messenger object was not being proxed (assertTrue(AopUtils.isAopProxy(messenger)) was returning false). The cause for this seemed to be that the pointcut was malformed / out of date, reading execution(* org.springframework.scripting.Messenger.*(..)), when the groovy Messenger class is actually declared in the org.springframework.scripting.groovy package. I tried updating the fully-qualified package name in the pointcut expression, and this caused AspectJ matching errors saying that there was not such type that matches that FQ name. So as a final resort, I removed the full-qualification entirely and went with execution(* *..Messenger.*(..)). All tests pass now, but it raises the question, why was AJ having matching errors? Is it because the pointcut matching is being done before the groovy class is loaded? There could be a potential bug here.
Chris Beams
2009-04-21 17:20:39 +00:00
7d10d05b27
(temporarily) increasing visibility of the ConfigurationClassAnnotation interface in an attempt to resolve the issue encountered at http://is.gd/tCud
Chris Beams
2009-04-21 16:24:54 +00:00
dc90319279
MediaType.parseMediaTypes now accepts null and ""
Arjen Poutsma
2009-04-21 13:41:15 +00:00
6be62f30f1
Updated spring-build
Ben Hale
2009-04-20 12:16:50 +00:00
10d8abea3b
EntityResolvers and DefaultNamespaceHandlerResolver support concurrent access now (SPR-5679)
Juergen Hoeller
2009-04-20 12:07:00 +00:00
c78f9d14fa
Fixed whitespace and added private modifiers to @Value-annotated fields in the @Configuration example
Chris Beams
2009-04-18 00:22:03 +00:00
8aface8e5d
fixed JavaDoc
Thomas Risberg
2009-04-17 19:43:11 +00:00
3e63951a57
relaxed @AspectJ detection check (for CGLIB subclasses to still be recognized as an aspect)
Juergen Hoeller
2009-04-17 17:32:29 +00:00
56a48272e6
avoiding synchronization as far as possible (SPR-5668)
Juergen Hoeller
2009-04-17 17:28:31 +00:00
02e96e01af
Changed variable names from path to pattern
Arjen Poutsma
2009-04-17 08:26:18 +00:00
b98c7e48ef
filled in some basic details on the type conversion support. No TODOs left in this section now. Also properly added the selection/projection sections.
Andy Clement
2009-04-17 05:14:07 +00:00
9d6ae6c532
minor fix
Andy Clement
2009-04-17 05:02:05 +00:00
d119411098
removed unnecessary class. improvements to map projection/selection
Andy Clement
2009-04-16 19:21:50 +00:00
1c26d027a7
Increased debug level of mapping info
Arjen Poutsma
2009-04-16 13:25:46 +00:00
6121da988b
Working on SPR-5631 - Implicit /** mapping on type-level @RequestMapping
Arjen Poutsma
2009-04-16 13:23:24 +00:00
4fb901c657
adding 'target' to svn:ignore
Scott Andrews
2009-04-16 13:23:17 +00:00
ead837938a
Added Copyright plugin info
Arjen Poutsma
2009-04-16 13:20:33 +00:00
19e5b7d668
Updated combine method on AntPatchMatcher to reflect usage in unit tests.
Arjen Poutsma
2009-04-16 12:53:36 +00:00
2f27bd5da7
changed to [] from {} for projection and selection (including first and last selection). addresses the problem of clashes with template prefix/suffix
Andy Clement
2009-04-15 23:54:52 +00:00
2798a8500c
always use application ClassLoader
Juergen Hoeller
2009-04-15 22:30:24 +00:00
1b5812da20
storing type information as specified (SPR-5556, SPR-5562); explicit XML array element in spring-beans-3.0.xsd (SPR-5543)
Juergen Hoeller
2009-04-15 22:27:32 +00:00
5a561bcd07
Minor changes to OXM chapter
Arjen Poutsma
2009-04-15 10:11:52 +00:00
1facd45c5e
switched to use XInclude
Thomas Risberg
2009-04-14 21:37:40 +00:00
338a7ee2de
SPR-5673: more intelligence in TemplateAwareExpressionParser. Supports prefix/suffix escaping and nesting of prefixes/suffixes
Andy Clement
2009-04-14 21:26:56 +00:00
298a5c4a8b
rearranged content in "New in Spring 3.0"
Thomas Risberg
2009-04-14 17:24:56 +00:00
ab52fdf07b
added/modified some links
Thomas Risberg
2009-04-14 14:12:28 +00:00
6fc16d1e33
[SPR-5675] Added spring-expressions to the library file
Ben Hale
2009-04-14 13:18:35 +00:00
af2e117244
[DMSSUP-8] Removed import-scope:=application for aspectj
Ben Hale
2009-04-14 08:23:48 +00:00
823cc6e691
polishing
Mark Pollack
2009-04-14 07:07:01 +00:00
aa36118e1c
Finish REST docs, add docs for @FactoryMethod, add links in 'new-in-3'
Mark Pollack
2009-04-14 06:59:22 +00:00
0c5ab54dce
added more content to new in Spring 3
Thomas Risberg
2009-04-14 04:43:15 +00:00
a4b1adbc60
fixed typo of language
Thomas Risberg
2009-04-14 04:35:40 +00:00
0e77054854
added content to new in Spring 3
Thomas Risberg
2009-04-14 04:02:10 +00:00
7f06639be2
Add REST feed view docs, included edits from Thomas R.
Mark Pollack
2009-04-13 22:11:15 +00:00
2f5ba83416
more tests - about 82% coverage now. focused on testing reflection helper since it is rather complex. some asserts also added.
Andy Clement
2009-04-13 20:51:52 +00:00
19ec3654df
added the rest chapter to the build
Thomas Risberg
2009-04-13 17:46:21 +00:00
38e5deefda
added language element to programlisting for syntax highlighting
Thomas Risberg
2009-04-13 15:04:07 +00:00
077d7f4bce
added language element to programlisting for syntax highlighting
Thomas Risberg
2009-04-13 14:27:47 +00:00
f4b4f28fc2
added language element to programlisting for syntax highlighting
Thomas Risberg
2009-04-13 13:12:38 +00:00
b7ab939d55
forgot to update eclipse project when updating hibernate versions
Colin Sampaleanu
2009-04-13 05:25:57 +00:00
dc592837be
allow petclinic unit tests to work. slf4j impl was needed
Colin Sampaleanu
2009-04-13 05:23:44 +00:00
31f61628ff
updte hibernate dependencies in integration-test project to same as those in orm project
Colin Sampaleanu
2009-04-13 05:03:55 +00:00
d16d8984a8
REST documentation
Mark Pollack
2009-04-11 05:59:12 +00:00
4fc77944ad
More REST documentation
Mark Pollack
2009-04-11 04:49:11 +00:00
5a87334168
made conversion service pluggable
Keith Donald
2009-04-10 20:52:16 +00:00
1d22b9fb88
activated DefaultConversionService in EL, linking convert and EL
Keith Donald
2009-04-10 20:47:04 +00:00
8b52b7eeef
autobox tests
Keith Donald
2009-04-10 19:19:53 +00:00
ebb203a251
removed custom converter for m3 to add back in rc1; also ensure type descriptor get type always returns wrapper types if primitive
Keith Donald
2009-04-10 15:57:18 +00:00
b988f1a539
javadoc
Keith Donald
2009-04-10 15:21:16 +00:00
76f63f8b64
map-to-map tests
Keith Donald
2009-04-10 15:07:23 +00:00
859497b171
@Resource names may use ${...} placeholders (SPR-5656)
Juergen Hoeller
2009-04-09 09:14:06 +00:00
3cac9267e9
Commented out the sections on list projection and #this.
Andy Clement
2009-04-09 05:44:35 +00:00
f20dcf275f
Corrected some typos, code samples and changed a bit of wording. All code samples are now SpEL testcases.
Andy Clement
2009-04-09 01:56:34 +00:00
9a8bb5f709
More tests and some fixes. Also created tests based on the documentation examples.
Andy Clement
2009-04-09 01:43:07 +00:00