04cd95ff50
fixed accidental test failures
Juergen Hoeller
2009-08-25 13:49:10 +00:00
9a48f3f3a8
try to create unknown collection implementation types via default constructor
Juergen Hoeller
2009-08-25 13:29:22 +00:00
b118aae971
s/(init|destroy)MethodName/(init|destroy)Method/ to reflect recent changes made when porting @Bean to Spring core.
Chris Beams
2009-08-25 05:10:42 +00:00
a7acea2329
remove obsolete xsd
Christian Dupuis
2009-08-24 23:09:25 +00:00
0179c66d2a
+ add security manager checks to avoid the creation of inner privileged action classes
Costin Leau
2009-08-24 15:53:48 +00:00
04b619ebfb
fixed accidental test failures
Juergen Hoeller
2009-08-24 13:48:21 +00:00
fee838a65e
support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory
Juergen Hoeller
2009-08-24 13:30:42 +00:00
9f9f2349cd
polishing
Sam Brannen
2009-08-24 12:14:57 +00:00
77821845a7
[SPR-4702] Updated JavaDoc regarding before/after test class lifecycle callbacks.
Sam Brannen
2009-08-22 21:50:02 +00:00
9eb19ac816
Polishing test annotation declarations and JavaDoc.
Sam Brannen
2009-08-21 11:44:38 +00:00
a1b3b87540
polish
Keith Donald
2009-08-20 03:53:49 +00:00
641407cb4d
missing field test case
Keith Donald
2009-08-20 03:51:20 +00:00
901e88c575
polish
Keith Donald
2009-08-20 03:45:08 +00:00
78304c0ccf
core context.message, context.alert, model.binder modules; includes SpEL-based GenericBinder implementation
Keith Donald
2009-08-20 03:40:23 +00:00
2bd664f7ee
removed framework specific annotation in favor of user-defined for now
Keith Donald
2009-08-19 15:02:50 +00:00
704cc79cee
polish
Keith Donald
2009-08-19 14:43:20 +00:00
8d7d3cff1b
SPR-6009 - @ExceptionHandler methods are still expected to return a ModelAndView, even when consuming a ServletResponse/OutputStream/Writer
Arjen Poutsma
2009-08-19 11:03:28 +00:00
3b7691d525
SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored
Arjen Poutsma
2009-08-18 14:37:23 +00:00
5680cd4a19
SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
Arjen Poutsma
2009-08-18 10:45:20 +00:00
20f5f99e9a
SPR-6013, SPR-6014, SPR-6015 tests
Keith Donald
2009-08-17 23:13:29 +00:00
db40e15a3e
polish
Keith Donald
2009-08-17 18:43:47 +00:00
2381452e9a
SPR-6012, SPR-6013, SPR-6014 initial commit
Keith Donald
2009-08-17 18:35:04 +00:00
839e94618d
SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
Arjen Poutsma
2009-08-17 08:50:41 +00:00
601120979b
[SPR-5964] Upgraded to TestNG 5.10
Sam Brannen
2009-08-11 10:31:06 +00:00
42638585b5
[SPR-5963] Upgraded to JUnit 4.7
Sam Brannen
2009-08-11 10:12:20 +00:00
5d17515dc5
[SPR-5888] Upgraded to TestNG 5.9.0.
Sam Brannen
2009-08-11 09:26:40 +00:00
7b26ae479b
pom maintenance - extraneous dependency on cglib-nodep
Mark Pollack
2009-08-10 23:31:56 +00:00
e9823b57b4
revised embedded database support
Juergen Hoeller
2009-08-08 20:37:47 +00:00
3ac3a72e91
added test with custom repository annotation
Juergen Hoeller
2009-08-08 13:57:05 +00:00
6e25ca8175
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
Juergen Hoeller
2009-08-08 01:33:01 +00:00
23a1d07fbf
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
Juergen Hoeller
2009-08-08 01:25:02 +00:00
83bd56c6de
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
Juergen Hoeller
2009-08-08 01:01:39 +00:00
6b824d9af7
revised WebApplicationContext id determination; lazy logger initialization in ContextLoaderListener (SPR-5977)
Juergen Hoeller
2009-08-08 00:48:55 +00:00
33bb81b3ab
SPR-5986 - Error in pointing links about versions for documentation and content
Mark Pollack
2009-08-07 13:41:40 +00:00
9a0108ac6a
added support for @WebServiceProvider annotation to Spring's JaxWsServiceExporters (SPR-5988)
Juergen Hoeller
2009-08-07 10:00:27 +00:00
2cd71758ed
Apply Beverly's edits to mvc chapter.
Mark Pollack
2009-08-07 03:41:34 +00:00
19dc0d32d6
Apply Beverly's edits to mvc chapter.
Mark Pollack
2009-08-07 03:23:47 +00:00
14e983ff9a
+ removed unneeded method (one less item off the stack)
Costin Leau
2009-08-06 22:50:13 +00:00
af6275a56e
+ small fix to reflection util to avoid accessibility calls
Costin Leau
2009-08-06 22:44:04 +00:00
af8af8c633
+ added fine grained privileged blocks to preserve the caller security stack when invoking the callee
Costin Leau
2009-08-06 22:31:57 +00:00
81eb11486d
+ fixed exception unwrapping + optimized path for getBean (and thus fixed another test)
Costin Leau
2009-08-06 19:08:14 +00:00
65e00f7540
added support for ErrorHandler with DelegatingErrorHandlingRunnable in the TimerManagerTaskScheduler
Mark Fisher
2009-08-06 16:36:15 +00:00
d5d3104b7b
+ interaction with user code uses now dedicated privileged when running under a security manager
Costin Leau
2009-08-06 16:34:39 +00:00
c6edc5869a
removed RC1 references
Thomas Risberg
2009-08-06 16:26:36 +00:00
3081396c15
pom maintenance - changes needed to run inside eclipse via m2eclipse
Mark Pollack
2009-08-06 06:04:56 +00:00
a7a97316e7
turned requestedSessionId into a settable property
Juergen Hoeller
2009-08-05 22:01:46 +00:00
ed61da9112
remove spring-parent to list of bundles
Mark Pollack
2009-08-05 21:17:40 +00:00
eed7bdfb41
add spring-parent to list of bundles and see if it gets published to maven-central
Mark Pollack
2009-08-05 20:42:15 +00:00
3005ad3029
add spring-parent to list of bundles and see if it gets published to maven-central
Mark Pollack
2009-08-05 20:37:33 +00:00
3e02887dd2
SPR-5979 - Reference guide refers to non-existing type StandardScopes SPR-5965 - Typo error in reference documentation - "What's new in Spring 3.0"
Mark Pollack
2009-08-05 19:02:55 +00:00
97e3b5ca8c
SPR-5976 - Upgrade POMS to JUnit 4.6
Mark Pollack
2009-08-05 17:48:53 +00:00
f9016fdbe4
SPR-5970 - Tidy up Maven central POM for spring-webmvc
Mark Pollack
2009-08-05 17:44:54 +00:00
1683179434
SPR-5968 - Maven central POM for spring-web has wrong versions of dependencies and a missing dependency
Mark Pollack
2009-08-05 17:44:08 +00:00
8d1fdd8c3c
SPR-5969 - Tidy up Maven central POM for spring-context-support SPR-5976 - Upgrade POMS to JUnit 4.6
Mark Pollack
2009-08-05 17:41:54 +00:00
bdd43f5f9f
pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now
Keith Donald
2009-08-05 15:51:59 +00:00
3ae3196ca7
pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now
Keith Donald
2009-08-05 15:29:26 +00:00
00f90cd816
pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now
Keith Donald
2009-08-05 15:25:54 +00:00
93e99556c0
SPR-4700 - Add single checkbox input macro for Velocity and Freemarker
Arjen Poutsma
2009-08-05 12:16:11 +00:00
372173f968
Parameterized/generified static methods in BeanUtils.
Sam Brannen
2009-08-04 12:06:14 +00:00
4267f8488f
SPR-5975 - BufferedImageHttpMessageConverter doesn't work on Google AppEngine
Arjen Poutsma
2009-08-04 08:07:24 +00:00
54d403e6b8
revisions after spell check; tweaked text in section covering rollback rules
Thomas Risberg
2009-08-04 03:42:12 +00:00
7c06ea99bb
final revisions and marked all comments
Thomas Risberg
2009-08-03 20:19:19 +00:00
791faf4e63
put the definite article back in some places for Spring Framework to be consistent with common usage
Thomas Risberg
2009-08-03 15:38:48 +00:00
3d29023ef3
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
Arjen Poutsma
2009-08-03 09:21:44 +00:00
50956e0d37
added tests for ThreadPoolTaskScheduler
Mark Fisher
2009-08-01 03:12:19 +00:00
970fcab5de
Added ErrorHandler strategy for asynchronous tasks submitted to a scheduler. Replaced DelegatingExceptionProofRunnable with DelegatingErrorHandlingRunnable. Both ThreadPoolTaskScheduler and ConcurrentTaskScheduler now support the ErrorHandler strategy.
Mark Fisher
2009-08-01 02:57:15 +00:00
228e1d80fa
CronSequenceGenerator is now package-protected (only used by CronTrigger)
Mark Fisher
2009-07-31 18:49:18 +00:00
c9cc30a379
updated chapter title
Thomas Risberg
2009-07-31 13:25:06 +00:00
a6330ca61e
Fixed failing test due to compiler differences
Keith Donald
2009-07-31 04:31:59 +00:00
77b294fe59
native web request parameter map tests
Keith Donald
2009-07-31 04:15:23 +00:00
9ed5353947
unified map view of request parameters, including multiparts
Keith Donald
2009-07-31 04:10:55 +00:00
d456a9326e
moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
Keith Donald
2009-07-31 04:10:22 +00:00
9eb85af234
moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
Keith Donald
2009-07-31 03:44:59 +00:00
e986434a25
moved collection utilities to util
Keith Donald
2009-07-31 02:38:10 +00:00
4bf3a9c9bd
changed J2EE to Java EE
Thomas Risberg
2009-07-30 18:32:05 +00:00
40c4941cbf
changed structure - added Parts for intro chapters and appendices; changed J2EE to Java EE
Thomas Risberg
2009-07-30 18:31:00 +00:00
dd96d6d249
Beverly's edits reviewed; changed J2EE to Java EE
Thomas Risberg
2009-07-30 18:29:56 +00:00
fc7c49a284
updated manifest template to add model package import
Keith Donald
2009-07-30 11:28:28 +00:00
e020b5752a
initial BindingLifecycle @MVC integration
Keith Donald
2009-07-30 11:18:39 +00:00