Commit Graph
2196 Commits
Author SHA1 Message Date
David Syer 3dfa0fa3e9 SPR-6246: split up Velocity test cases for neatness. Add fix for bug in exception creation in VelocityView.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2214 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-28 13:43:27 +00:00
Mark Fisher 678fc544cf INT-6051 SpEL selection and projection may now be applied to arrays.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2213 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-28 03:42:36 +00:00
Ramnivas Laddad 29e689290b Removed unneeded empty directories
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2212 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-28 01:28:28 +00:00
Ramnivas Laddad 6f65116a34 Renamed static_mock package to staticmock
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2211 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-28 01:23:43 +00:00
Mark Fisher 00c88a26fa SPR-6051 avoiding NPE in TypedValue.toString()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2210 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 23:59:46 +00:00
Ramnivas Laddad 718323f814 Fixed a build issue
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2209 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 19:35:01 +00:00
David Syer c4f25c5640 RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
Missing ivy dependency

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2208 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 19:24:15 +00:00
Ramnivas Laddad 31d7a7a932 Moved over JPA exception translator from Roo
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2207 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 19:15:54 +00:00
David Syer ab179f9f20 RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
Detect HSQL in LocalDataSourceJobStore and force locks to be taken locally (with a SimpleSemaphore)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2206 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 18:39:42 +00:00
David Syer fa62d4eef3 OPEN - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
Convert test case to JUnit 4

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2205 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 18:25:18 +00:00
David Syer 44c18bcf2d SPR-4783: missing commit for bean def parser (duh)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2204 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 18:03:38 +00:00
Ramnivas Laddad 77bb2bdfb1 Fixed test by moving Delegate to its own file
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2203 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 17:38:50 +00:00
Ramnivas Laddad 473a38b475 Make JUnit a compile-time dependency, since static mock functionality depends on its annotations.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2202 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 17:23:23 +00:00
Ramnivas Laddad 6749e50205 Moved over static mock testing from Roo; added tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2201 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 17:16:02 +00:00
David Syer 3cd305ef59 RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2200 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 15:48:59 +00:00
David Syer 726ac13389 RESOLVED - issue SPR-4783: Add name attribute to XML namespaces that want to support it (through parser base class)
Duh: bitten by the classpath*: again

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2199 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 15:33:59 +00:00
David Syer 35e055a368 Add resource pattern so that tests run properly with resources in non-standard locations
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2198 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 15:23:13 +00:00
David Syer b396d4b212 RESOLVED - issue SPR-4783: Add name attribute to all namespaces that use AbstractBeanDefinitionParser and declare name= attribute (includes <lang:groovy.../>).
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2197 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 15:22:36 +00:00
David Syer 9c54e312ad RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity
Classpath ordering broke the build (duh: test-classes comes before classes in Maven but not Ant).

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2196 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 14:49:10 +00:00
David Syer 62263a9bc7 RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity
Remove spaces from locations (seems like integration from SPR-6195 didn't reach the build yet)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2195 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 13:57:48 +00:00
David Syer df6e46b128 RESOLVED - issue SPR-6195
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2194 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 13:41:22 +00:00
David Syer 835dfa1d2b RESOLVED - issue SPR-4661: Improve context-property-placeholder configurability
Added new features to property override and placeholders (order, locations, system-properties-mode, ignore-*)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2193 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 13:38:29 +00:00
David Syer 9f12330601 OPEN - issue SPR-6246: Velocity MethodInvocationExceptions not properly reported
Added test case for exception.  This probably fails on a non-Sun JVM?

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2192 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 12:32:14 +00:00
David Syer 68bb64959b SPR-6160: resolved by referring to 'future release' instead of 2.5
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2191 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 11:59:59 +00:00
David Syer 72b0ef5391 SPR-6257: Resolved in beans.xml
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2190 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 11:56:06 +00:00
Arjen Poutsma ff8cd9db6a SPR-6247 - Multipart Content-Type charset is ignored in CommonsFileUploadSupport.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2189 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 11:42:36 +00:00
Arjen Poutsma 75be13acc0 SPR-6248 - Accept header should not be mandatory for properly handling response body.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2188 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-27 10:50:45 +00:00
David Syer f5e3c53917 Add atinject dependency for TCK test
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2187 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-26 22:48:35 +00:00
David Syer bb92586f26 Fix wrong Maven dependency in pom.xml for validation and inject APIs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2186 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-26 22:38:08 +00:00
David Syer f543a5037c Fix wrong Maven dependency in pom.xml for validation and inject APIs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2185 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-26 22:37:45 +00:00
David Syer 98df8e3d9a SPR-6273: resolved with patch - use recursive call to reset low order bits and then re-seek match for pattern
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2184 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-26 22:37:04 +00:00
Juergen Hoeller 26650fc81b verified choice of primary bean in case of implicit name match in a scanning plus factory method scenario (SPR-6065)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2183 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-26 15:28:09 +00:00
Sam Brannen b3f3c03505 [SPR-6124] Verified that timed transactional tests fail with the TestNG integration in the TestContext framework.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2182 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-26 13:38:59 +00:00
Sam Brannen 751f80d1bb [SPR-6128] Verified that claims raised in this issue no longer apply.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2181 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-26 13:00:04 +00:00
Keith Donald 9ea5a96bb5 default date/time converters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2180 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-25 04:52:26 +00:00
Sam Brannen 2411e13e25 fixed DocBook structure and typo
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2179 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-24 19:37:10 +00:00
Sam Brannen 2a312fe233 Updating Mail chapter regarding changes in Spring 2.0 and 3.0.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2178 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-24 19:32:05 +00:00
Sam Brannen d3b1209ce1 Polishing the Portlet sections of the reference manual.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2177 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-24 19:25:09 +00:00
Sam Brannen e27e4031d4 Polishing the Portlet sections of the reference manual.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2176 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-24 18:58:39 +00:00
Sam Brannen e59bc085f3 Polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2175 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-24 17:33:23 +00:00
Sam Brannen 0ef0f2a052 Polishing the Portlet sections of the reference manual.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2174 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-24 17:04:52 +00:00
Sam Brannen b98a6c208a Polishing the web integration sections of the reference manual.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2173 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-24 17:04:08 +00:00
Juergen Hoeller 215f0f6841 reworked ConfigurationClass(Web)ApplicationContext into AnnotationConfig(Web)ApplicationContext; revised BeansException signatures
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2172 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-23 17:46:16 +00:00
Juergen Hoeller 94ee22dffd updated version ranges for javax.el and javax.inject
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2171 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-23 17:26:12 +00:00
Sam Brannen 14e961294e Polishing the web integration sections of the reference manual.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2170 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-22 13:17:39 +00:00
Sam Brannen fb0fa7dfbd Polishing the MVC sections of the reference manual.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2169 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-22 12:54:34 +00:00
Sam Brannen 936ef59796 Polishing the MVC sections of the reference manual.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2168 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-22 12:53:03 +00:00
Sam Brannen 0cc8236112 Added the @Inject TCK to the Eclipse classpath.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2167 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-20 22:27:04 +00:00
Sam Brannen 6b5f6bd6b5 Polishing the MVC sections of the reference manual.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2166 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-20 21:56:22 +00:00
Juergen Hoeller 1edefe991a fixed getBean signature ambiguity in tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2165 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-20 20:14:49 +00:00