67b5781dab
SPR-6296 Spring:url tag should not use application/x-www-form-urlencoded encoding
Scott Andrews
2009-11-03 21:01:23 +00:00
868cf09b2d
Modified staticmethod mocking to remove compile-time dependency on JUnit (see ROO-314 and related issues)
Ramnivas Laddad
2009-11-03 00:51:22 +00:00
04a7656292
Updated ivy settings so that org.jboss.util is downloaded to the local repository; updated Eclipse classpath regarding latest version of org.jboss.util; added classpath entry for org.jboss.classloading.spi so that JBoss5ClassLoader compiles in Eclipse.
Sam Brannen
2009-11-01 17:02:08 +00:00
470302ecc6
javadoc
Keith Donald
2009-10-30 20:35:29 +00:00
c8fd4a45fc
more eclipse compile errors
Keith Donald
2009-10-30 19:59:31 +00:00
f1cab9acda
fixed failing test; take 2
Keith Donald
2009-10-30 19:52:19 +00:00
4151c52af6
removed unused import
Keith Donald
2009-10-30 19:34:55 +00:00
7a4ca36413
Fixed failed tests
Keith Donald
2009-10-30 19:34:21 +00:00
0b46950818
fixed eclipse classpath compile errors
Keith Donald
2009-10-30 19:26:39 +00:00
a2be2e15e9
polish; fixed failed tests
Keith Donald
2009-10-30 19:19:27 +00:00
3a3edb53f6
polish / code review of data source embedded and init
Keith Donald
2009-10-30 19:01:48 +00:00
913bc03a3b
ui.format system refining from RC1 feedback: Support for one format annotation applying to multiple field types, Printer/Parser building blocks for more flexibility, full Joda time formatting support, FormattingService as a service entry-point for clients to use
Keith Donald
2009-10-30 18:44:40 +00:00
471fbf7ebf
added classes from contributed patch for load-time weaving in JBoss 5 (SPR-5764)
Thomas Risberg
2009-10-30 17:11:26 +00:00
14e7b46163
RESOLVED - issue SPR-5917: fixed classpath pattern for ANT
David Syer
2009-10-30 11:51:50 +00:00
e9a37e4400
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases Moved classes but not resources (fixed)
David Syer
2009-10-30 11:26:45 +00:00
747f71f9d2
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases Tweak initializer to allow placeholders for script locations
David Syer
2009-10-30 11:09:49 +00:00
0db68e1b57
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases Moved populator to init package and added namespace features
David Syer
2009-10-30 10:31:37 +00:00
ab403468f9
Mark junit dependency as compile, since aspects depend on it at compile-time
Ramnivas Laddad
2009-10-29 17:18:49 +00:00
2288b2523e
SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
Arjen Poutsma
2009-10-29 11:18:43 +00:00
53eb612a68
SPR-6059 Avoiding NPE for OR operator. If the value is null instead of a valid boolean or Boolean, it will now trigger an EvaluationException.
Mark Fisher
2009-10-28 23:14:29 +00:00
4a315ba6d1
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
Thomas Risberg
2009-10-28 22:25:58 +00:00
f4460dcbf7
SPR-6059 Avoiding NPE for unary-not and ternary operators. If the value is null instead of a valid boolean or Boolean, it will now trigger an EvaluationException.
Mark Fisher
2009-10-28 21:57:09 +00:00
a2cd909306
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
Thomas Risberg
2009-10-28 19:40:32 +00:00
84c1b56e35
fixed null handling for all Derby drivers to be the same as for the embedded driver (SPR-6000)
Thomas Risberg
2009-10-28 17:14:47 +00:00
0baa29f1ac
removed @Override from interface method
Mark Fisher
2009-10-28 14:45:31 +00:00
0400b68afb
SPR-6240 Added namespace support for ErrorHandler strategy on JMS "listener-container" elements.
Mark Fisher
2009-10-28 14:36:01 +00:00
0e85c66f2f
SPR-6246: Java6 @Override removed
David Syer
2009-10-28 13:56:11 +00:00
b580696550
Exclude Jetty version of servlet API
David Syer
2009-10-28 13:43:55 +00:00
bce723d9e3
SPR-6246: split up Velocity test cases for neatness. Add fix for bug in exception creation in VelocityView.
David Syer
2009-10-28 13:43:27 +00:00
3346752cfd
INT-6051 SpEL selection and projection may now be applied to arrays.
Mark Fisher
2009-10-28 03:42:36 +00:00
776edbcae3
SPR-6051 avoiding NPE in TypedValue.toString()
Mark Fisher
2009-10-27 23:59:46 +00:00
d1f3772ca1
Fixed a build issue
Ramnivas Laddad
2009-10-27 19:35:01 +00:00
6aa97d5a3a
RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception Missing ivy dependency
David Syer
2009-10-27 19:24:15 +00:00
66261ecb8c
Moved over JPA exception translator from Roo
Ramnivas Laddad
2009-10-27 19:15:54 +00:00
2c0cf49b94
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)
David Syer
2009-10-27 18:39:42 +00:00
89424579ae
OPEN - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception Convert test case to JUnit 4
David Syer
2009-10-27 18:25:18 +00:00
092a25d0d8
SPR-4783: missing commit for bean def parser (duh)
David Syer
2009-10-27 18:03:38 +00:00
dee410c0c4
Fixed test by moving Delegate to its own file
Ramnivas Laddad
2009-10-27 17:38:50 +00:00
064343d056
Make JUnit a compile-time dependency, since static mock functionality depends on its annotations.
Ramnivas Laddad
2009-10-27 17:23:23 +00:00
451bbce345
Moved over static mock testing from Roo; added tests
Ramnivas Laddad
2009-10-27 17:16:02 +00:00
57afe3baab
RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch...
David Syer
2009-10-27 15:48:59 +00:00
0cf31f012d
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
David Syer
2009-10-27 15:33:59 +00:00
f23921153d
Add resource pattern so that tests run properly with resources in non-standard locations
David Syer
2009-10-27 15:23:13 +00:00
dec2ca30c2
RESOLVED - issue SPR-4783: Add name attribute to all namespaces that use AbstractBeanDefinitionParser and declare name= attribute (includes <lang:groovy.../>).
David Syer
2009-10-27 15:22:36 +00:00
1a9599c815
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).
David Syer
2009-10-27 14:49:10 +00:00
b250c65c45
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)
David Syer
2009-10-27 13:57:48 +00:00
4be237dd84
RESOLVED - issue SPR-6195
David Syer
2009-10-27 13:41:22 +00:00
a29253f2ca
RESOLVED - issue SPR-4661: Improve context-property-placeholder configurability Added new features to property override and placeholders (order, locations, system-properties-mode, ignore-*)
David Syer
2009-10-27 13:38:29 +00:00
c63cdb2444
OPEN - issue SPR-6246: Velocity MethodInvocationExceptions not properly reported Added test case for exception. This probably fails on a non-Sun JVM?
David Syer
2009-10-27 12:32:14 +00:00
2978a4d0eb
SPR-6160: resolved by referring to 'future release' instead of 2.5
David Syer
2009-10-27 11:59:59 +00:00
46818b038a
SPR-6257: Resolved in beans.xml
David Syer
2009-10-27 11:56:06 +00:00
d0893c425e
SPR-6247 - Multipart Content-Type charset is ignored in CommonsFileUploadSupport.
Arjen Poutsma
2009-10-27 11:42:36 +00:00
d54a975af4
SPR-6248 - Accept header should not be mandatory for properly handling response body.
Arjen Poutsma
2009-10-27 10:50:45 +00:00
a86baca9cb
Add atinject dependency for TCK test
David Syer
2009-10-26 22:48:35 +00:00
8b2a7c8be8
Fix wrong Maven dependency in pom.xml for validation and inject APIs
David Syer
2009-10-26 22:38:08 +00:00
560e07a966
Fix wrong Maven dependency in pom.xml for validation and inject APIs
David Syer
2009-10-26 22:37:45 +00:00
3c9eed1c22
SPR-6273: resolved with patch - use recursive call to reset low order bits and then re-seek match for pattern
David Syer
2009-10-26 22:37:04 +00:00
7b54746a50
verified choice of primary bean in case of implicit name match in a scanning plus factory method scenario (SPR-6065)
Juergen Hoeller
2009-10-26 15:28:09 +00:00
1b92a2fae1
[SPR-6124] Verified that timed transactional tests fail with the TestNG integration in the TestContext framework.
Sam Brannen
2009-10-26 13:38:59 +00:00
02dfe94396
[SPR-6128] Verified that claims raised in this issue no longer apply.
Sam Brannen
2009-10-26 13:00:04 +00:00
381d1d5a94
default date/time converters
Keith Donald
2009-10-25 04:52:26 +00:00
d868785b5f
fixed DocBook structure and typo
Sam Brannen
2009-10-24 19:37:10 +00:00
83f3df14bd
Updating Mail chapter regarding changes in Spring 2.0 and 3.0.
Sam Brannen
2009-10-24 19:32:05 +00:00
e651c69a44
Polishing the Portlet sections of the reference manual.
Sam Brannen
2009-10-24 19:25:09 +00:00
f14c2de5e9
Polishing the Portlet sections of the reference manual.
Sam Brannen
2009-10-24 18:58:39 +00:00
dc897e7b34
Polishing
Sam Brannen
2009-10-24 17:33:23 +00:00
d13d556260
Polishing the Portlet sections of the reference manual.
Sam Brannen
2009-10-24 17:04:52 +00:00
642549a1e7
Polishing the web integration sections of the reference manual.
Sam Brannen
2009-10-24 17:04:08 +00:00