Chris Beams
9e0d87c518
SPR-5932 - Singleton @Bean methods behave like prototypes in a Spring DM environment
...
* s/registerCallbacks/registerStaticCallbacks/ - see issue comments for full details
2009-07-15 19:38:47 +00:00
Ramnivas Laddad
977cee4272
Override clover.do for spring-aspects to avoid build failure
2009-07-15 16:13:36 +00:00
Juergen Hoeller
68363f17a7
avoid potential NPE (SPR-5930)
2009-07-15 15:07:37 +00:00
Chris Beams
9163d8043b
updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
2009-07-15 07:26:31 +00:00
Ramnivas Laddad
ef6395b949
Fixed a type in target name
2009-07-14 21:29:48 +00:00
Ramnivas Laddad
1a5b542309
Another attempt to fix clover-related build failure
2009-07-14 20:13:14 +00:00
Keith Donald
9be56a39b4
moved binding configuration to publis binder api
2009-07-14 13:58:39 +00:00
Arjen Poutsma
a8e8382034
Added more headers.
2009-07-14 09:24:15 +00:00
Arjen Poutsma
8073efd69f
SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings
2009-07-14 07:08:02 +00:00
Ramnivas Laddad
252bd3942c
Stub out the clover target to allow successful building of snapshots
2009-07-13 21:27:19 +00:00
Keith Donald
0576fe2654
removed experimental stuff
2009-07-13 21:22:59 +00:00
Keith Donald
2cf157e09a
polish
2009-07-13 21:17:54 +00:00
Arjen Poutsma
abfc479bdb
SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings
2009-07-13 15:35:24 +00:00
Arjen Poutsma
c9f4de3ebf
Added more headers.
2009-07-13 13:05:46 +00:00
Arjen Poutsma
ff1dac8381
SPR-5870 - Add support for content negotiation based on a request parameter value
2009-07-13 09:44:07 +00:00
Ramnivas Laddad
b1cb69fcb9
Override clover.instrument target to avoid build failure. Created SPR-5921 to fix this propertly.
2009-07-12 22:46:36 +00:00
Keith Donald
6206e5f11f
ignore failing test for now
2009-07-12 18:32:26 +00:00
Keith Donald
9f8638e557
fixed element type bug
2009-07-12 18:29:19 +00:00
Keith Donald
5904814ec6
ignore cases from some tricky scenarios
2009-07-12 18:05:13 +00:00
Keith Donald
eb4a767f6b
removed last ignore
2009-07-12 18:00:18 +00:00
Keith Donald
737c66d729
polish
2009-07-12 17:57:18 +00:00
Keith Donald
89a8e4073b
more el converters
2009-07-12 17:49:13 +00:00
Keith Donald
1344a6d4d0
more converters; since 3.0
2009-07-12 17:47:33 +00:00
Ramnivas Laddad
29139dfd1a
Fixed SPR-5920 by implementing GenericInterfaceDrivenDependencyInjectionAspect
2009-07-12 05:58:55 +00:00
Ramnivas Laddad
7199fcc233
Fixed SPR-5918.
...
Had to override the test.do definition in build.xml. Need to consult the spring-build team to add the change to spring-build itself.
Since classes in test sources from another project cannot be shared, had to duplicate those classes.
2009-07-12 04:47:59 +00:00
Sam Brannen
29327798c1
[SPR-5699] Investigating issues surrounding automatic flushing of the underlying ORM tool's session via TransactionalTestExecutionListener.
2009-07-11 16:45:48 +00:00
Keith Donald
c519f2bd3a
string to map
2009-07-10 23:42:39 +00:00
Keith Donald
f53e627bb5
string array to map converter
2009-07-10 23:27:27 +00:00
Keith Donald
e4c868b837
javadoc
2009-07-10 21:32:24 +00:00
Andy Clement
84bdd1ab8e
better method name
2009-07-10 19:44:40 +00:00
Andy Clement
3788a84b8e
for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo.
2009-07-10 19:43:50 +00:00
Andy Clement
e3e34b04d4
for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo.
2009-07-10 19:43:37 +00:00
Andy Clement
85eda27cd4
for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo.
2009-07-10 19:43:32 +00:00
Keith Donald
e85a6740d8
new tests for andy
2009-07-10 18:49:38 +00:00
Arjen Poutsma
6598fd736d
BindingJacsonConverter/View -> MappingJacksonConverter/View
2009-07-10 14:25:39 +00:00
Sam Brannen
cab7a9250d
Updated change log
2009-07-10 12:25:34 +00:00
Sam Brannen
5054802eb9
[SPR-5914] Updated reference manual to point out that class-level usage of @IfProfileValue overrides method-level usage.
2009-07-10 12:15:58 +00:00
Sam Brannen
696d78c144
[SPR-5914] ProfileValueUtils now properly ensures that class-level usage of @IfProfileValue overrides method-level usage.
2009-07-10 11:45:31 +00:00
Mark Pollack
0d98baa5c1
SPR-5619
2009-07-10 04:02:08 +00:00
Mark Pollack
69422e771f
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
...
Update org.sf.web/.classpath to refer to tiles 2.1.2
2009-07-10 03:30:12 +00:00
Mark Pollack
8c9346718b
POM maintenance/development - initial jarjar support in maven build for ASM
2009-07-10 02:12:50 +00:00
Mark Pollack
0c16554e23
SPR-5803 and additional POM maintenance/development
2009-07-09 19:38:07 +00:00
Keith Donald
c9a87de141
polish
2009-07-09 15:37:41 +00:00
Keith Donald
5cb03fa290
collapsed binding factory into binder for time being
2009-07-09 15:36:31 +00:00
Juergen Hoeller
a8fa8f4942
JMS SingleConnectionFactory performs start call within connection monitor (for Oracle AQ)
2009-07-09 10:27:02 +00:00
Juergen Hoeller
542b88fb04
only call LocaleResolver when encountering an actual HttpServletRequest
2009-07-09 10:03:17 +00:00
Keith Donald
2db239031f
polish
2009-07-09 05:51:49 +00:00
Keith Donald
80760ed7a4
polish
2009-07-09 05:22:51 +00:00
Keith Donald
0c1c5fffba
collection property type formatters
2009-07-09 05:18:15 +00:00
Keith Donald
2be6ce0407
binding string to list
2009-07-09 04:37:28 +00:00