Thomas Risberg
|
471fbf7ebf
|
added classes from contributed patch for load-time weaving in JBoss 5 (SPR-5764)
|
15 years ago |
David Syer
|
14e7b46163
|
RESOLVED - issue SPR-5917: fixed classpath pattern for ANT
|
15 years ago |
David Syer
|
e9a37e4400
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved classes but not resources (fixed)
|
15 years ago |
David Syer
|
747f71f9d2
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Tweak initializer to allow placeholders for script locations
|
15 years ago |
David Syer
|
0c8a320130
|
RESOLVED - issue SPR-5917: updated jdbc docs
|
15 years ago |
David Syer
|
0db68e1b57
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved populator to init package and added namespace features
|
15 years ago |
Ramnivas Laddad
|
ab403468f9
|
Mark junit dependency as compile, since aspects depend on it at compile-time
|
15 years ago |
Arjen Poutsma
|
f839969b6c
|
javadoc.
|
15 years ago |
Arjen Poutsma
|
2288b2523e
|
SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
|
15 years ago |
Mark Fisher
|
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.
|
15 years ago |
Thomas Risberg
|
4a315ba6d1
|
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
|
15 years ago |
Mark Fisher
|
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.
|
15 years ago |
Thomas Risberg
|
a2cd909306
|
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
|
15 years ago |
Thomas Risberg
|
84c1b56e35
|
fixed null handling for all Derby drivers to be the same as for the embedded driver (SPR-6000)
|
15 years ago |
Mark Fisher
|
0baa29f1ac
|
removed @Override from interface method
|
15 years ago |
Mark Fisher
|
0400b68afb
|
SPR-6240 Added namespace support for ErrorHandler strategy on JMS "listener-container" elements.
|
15 years ago |
David Syer
|
0e85c66f2f
|
SPR-6246: Java6 @Override removed
|
15 years ago |
David Syer
|
b580696550
|
Exclude Jetty version of servlet API
|
15 years ago |
David Syer
|
bce723d9e3
|
SPR-6246: split up Velocity test cases for neatness. Add fix for bug in exception creation in VelocityView.
|
15 years ago |
Mark Fisher
|
3346752cfd
|
INT-6051 SpEL selection and projection may now be applied to arrays.
|
15 years ago |
Ramnivas Laddad
|
65f10cceb9
|
Removed unneeded empty directories
|
15 years ago |
Ramnivas Laddad
|
92d6dfbe8d
|
Renamed static_mock package to staticmock
|
15 years ago |
Mark Fisher
|
776edbcae3
|
SPR-6051 avoiding NPE in TypedValue.toString()
|
15 years ago |
Ramnivas Laddad
|
d1f3772ca1
|
Fixed a build issue
|
15 years ago |
David Syer
|
6aa97d5a3a
|
RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
Missing ivy dependency
|
15 years ago |
Ramnivas Laddad
|
66261ecb8c
|
Moved over JPA exception translator from Roo
|
15 years ago |
David Syer
|
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)
|
15 years ago |
David Syer
|
89424579ae
|
OPEN - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
Convert test case to JUnit 4
|
15 years ago |
David Syer
|
092a25d0d8
|
SPR-4783: missing commit for bean def parser (duh)
|
15 years ago |
Ramnivas Laddad
|
dee410c0c4
|
Fixed test by moving Delegate to its own file
|
15 years ago |
Ramnivas Laddad
|
064343d056
|
Make JUnit a compile-time dependency, since static mock functionality depends on its annotations.
|
15 years ago |
Ramnivas Laddad
|
451bbce345
|
Moved over static mock testing from Roo; added tests
|
15 years ago |
David Syer
|
57afe3baab
|
RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch...
|
15 years ago |
David Syer
|
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
|
15 years ago |
David Syer
|
f23921153d
|
Add resource pattern so that tests run properly with resources in non-standard locations
|
15 years ago |
David Syer
|
dec2ca30c2
|
RESOLVED - issue SPR-4783: Add name attribute to all namespaces that use AbstractBeanDefinitionParser and declare name= attribute (includes <lang:groovy.../>).
|
15 years ago |
David Syer
|
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).
|
15 years ago |
David Syer
|
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)
|
15 years ago |
David Syer
|
4be237dd84
|
RESOLVED - issue SPR-6195
|
15 years ago |
David Syer
|
a29253f2ca
|
RESOLVED - issue SPR-4661: Improve context-property-placeholder configurability
Added new features to property override and placeholders (order, locations, system-properties-mode, ignore-*)
|
15 years ago |
David Syer
|
c63cdb2444
|
OPEN - issue SPR-6246: Velocity MethodInvocationExceptions not properly reported
Added test case for exception. This probably fails on a non-Sun JVM?
|
15 years ago |
David Syer
|
2978a4d0eb
|
SPR-6160: resolved by referring to 'future release' instead of 2.5
|
15 years ago |
David Syer
|
46818b038a
|
SPR-6257: Resolved in beans.xml
|
15 years ago |
Arjen Poutsma
|
d0893c425e
|
SPR-6247 - Multipart Content-Type charset is ignored in CommonsFileUploadSupport.
|
15 years ago |
Arjen Poutsma
|
d54a975af4
|
SPR-6248 - Accept header should not be mandatory for properly handling response body.
|
15 years ago |
David Syer
|
a86baca9cb
|
Add atinject dependency for TCK test
|
15 years ago |
David Syer
|
8b2a7c8be8
|
Fix wrong Maven dependency in pom.xml for validation and inject APIs
|
15 years ago |
David Syer
|
560e07a966
|
Fix wrong Maven dependency in pom.xml for validation and inject APIs
|
15 years ago |
David Syer
|
3c9eed1c22
|
SPR-6273: resolved with patch - use recursive call to reset low order bits and then re-seek match for pattern
|
15 years ago |
Juergen Hoeller
|
7b54746a50
|
verified choice of primary bean in case of implicit name match in a scanning plus factory method scenario (SPR-6065)
|
15 years ago |