Keith Donald
|
470302ecc6
|
javadoc
|
16 years ago |
Keith Donald
|
c8fd4a45fc
|
more eclipse compile errors
|
16 years ago |
Keith Donald
|
f1cab9acda
|
fixed failing test; take 2
|
16 years ago |
Keith Donald
|
4151c52af6
|
removed unused import
|
16 years ago |
Keith Donald
|
7a4ca36413
|
Fixed failed tests
|
16 years ago |
Keith Donald
|
0b46950818
|
fixed eclipse classpath compile errors
|
16 years ago |
Keith Donald
|
a2be2e15e9
|
polish; fixed failed tests
|
16 years ago |
Keith Donald
|
3a3edb53f6
|
polish / code review of data source embedded and init
|
16 years ago |
Keith Donald
|
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
|
16 years ago |
Thomas Risberg
|
471fbf7ebf
|
added classes from contributed patch for load-time weaving in JBoss 5 (SPR-5764)
|
16 years ago |
David Syer
|
14e7b46163
|
RESOLVED - issue SPR-5917: fixed classpath pattern for ANT
|
16 years ago |
David Syer
|
e9a37e4400
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved classes but not resources (fixed)
|
16 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
|
16 years ago |
David Syer
|
0c8a320130
|
RESOLVED - issue SPR-5917: updated jdbc docs
|
16 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
|
16 years ago |
Ramnivas Laddad
|
ab403468f9
|
Mark junit dependency as compile, since aspects depend on it at compile-time
|
16 years ago |
Arjen Poutsma
|
f839969b6c
|
javadoc.
|
16 years ago |
Arjen Poutsma
|
2288b2523e
|
SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
|
16 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.
|
16 years ago |
Thomas Risberg
|
4a315ba6d1
|
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
|
16 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.
|
16 years ago |
Thomas Risberg
|
a2cd909306
|
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
|
16 years ago |
Thomas Risberg
|
84c1b56e35
|
fixed null handling for all Derby drivers to be the same as for the embedded driver (SPR-6000)
|
16 years ago |
Mark Fisher
|
0baa29f1ac
|
removed @Override from interface method
|
16 years ago |
Mark Fisher
|
0400b68afb
|
SPR-6240 Added namespace support for ErrorHandler strategy on JMS "listener-container" elements.
|
16 years ago |
David Syer
|
0e85c66f2f
|
SPR-6246: Java6 @Override removed
|
16 years ago |
David Syer
|
b580696550
|
Exclude Jetty version of servlet API
|
16 years ago |
David Syer
|
bce723d9e3
|
SPR-6246: split up Velocity test cases for neatness. Add fix for bug in exception creation in VelocityView.
|
16 years ago |
Mark Fisher
|
3346752cfd
|
INT-6051 SpEL selection and projection may now be applied to arrays.
|
16 years ago |
Ramnivas Laddad
|
65f10cceb9
|
Removed unneeded empty directories
|
16 years ago |
Ramnivas Laddad
|
92d6dfbe8d
|
Renamed static_mock package to staticmock
|
16 years ago |
Mark Fisher
|
776edbcae3
|
SPR-6051 avoiding NPE in TypedValue.toString()
|
16 years ago |
Ramnivas Laddad
|
d1f3772ca1
|
Fixed a build issue
|
16 years ago |
David Syer
|
6aa97d5a3a
|
RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
Missing ivy dependency
|
16 years ago |
Ramnivas Laddad
|
66261ecb8c
|
Moved over JPA exception translator from Roo
|
16 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)
|
16 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
|
16 years ago |
David Syer
|
092a25d0d8
|
SPR-4783: missing commit for bean def parser (duh)
|
16 years ago |
Ramnivas Laddad
|
dee410c0c4
|
Fixed test by moving Delegate to its own file
|
16 years ago |
Ramnivas Laddad
|
064343d056
|
Make JUnit a compile-time dependency, since static mock functionality depends on its annotations.
|
16 years ago |
Ramnivas Laddad
|
451bbce345
|
Moved over static mock testing from Roo; added tests
|
16 years ago |
David Syer
|
57afe3baab
|
RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch...
|
16 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
|
16 years ago |
David Syer
|
f23921153d
|
Add resource pattern so that tests run properly with resources in non-standard locations
|
16 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.../>).
|
16 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).
|
16 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)
|
16 years ago |
David Syer
|
4be237dd84
|
RESOLVED - issue SPR-6195
|
16 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-*)
|
16 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?
|
16 years ago |