Chris Beams
|
b118aae971
|
s/(init|destroy)MethodName/(init|destroy)Method/ to reflect recent changes made when porting @Bean to Spring core.
|
15 years ago |
Christian Dupuis
|
a7acea2329
|
remove obsolete xsd
|
15 years ago |
Costin Leau
|
0179c66d2a
|
+ add security manager checks to avoid the creation of inner privileged action classes
|
15 years ago |
Juergen Hoeller
|
04b619ebfb
|
fixed accidental test failures
|
15 years ago |
Juergen Hoeller
|
427edfe93c
|
fixed package-info
|
15 years ago |
Juergen Hoeller
|
fee838a65e
|
support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory
|
15 years ago |
Sam Brannen
|
9f9f2349cd
|
polishing
|
15 years ago |
Sam Brannen
|
77821845a7
|
[SPR-4702] Updated JavaDoc regarding before/after test class lifecycle callbacks.
|
15 years ago |
Sam Brannen
|
9eb19ac816
|
Polishing test annotation declarations and JavaDoc.
|
15 years ago |
Keith Donald
|
a1b3b87540
|
polish
|
15 years ago |
Keith Donald
|
641407cb4d
|
missing field test case
|
15 years ago |
Keith Donald
|
901e88c575
|
polish
|
15 years ago |
Keith Donald
|
78304c0ccf
|
core context.message, context.alert, model.binder modules; includes SpEL-based GenericBinder implementation
|
15 years ago |
Keith Donald
|
2bd664f7ee
|
removed framework specific annotation in favor of user-defined for now
|
15 years ago |
Keith Donald
|
704cc79cee
|
polish
|
15 years ago |
Arjen Poutsma
|
8d7d3cff1b
|
SPR-6009 - @ExceptionHandler methods are still expected to return a ModelAndView, even when consuming a ServletResponse/OutputStream/Writer
|
15 years ago |
Arjen Poutsma
|
3b7691d525
|
SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored
|
15 years ago |
Arjen Poutsma
|
5680cd4a19
|
SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
|
15 years ago |
Keith Donald
|
20f5f99e9a
|
SPR-6013, SPR-6014, SPR-6015 tests
|
15 years ago |
Keith Donald
|
db40e15a3e
|
polish
|
15 years ago |
Keith Donald
|
2381452e9a
|
SPR-6012, SPR-6013, SPR-6014 initial commit
|
15 years ago |
Arjen Poutsma
|
839e94618d
|
SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
|
15 years ago |
Sam Brannen
|
601120979b
|
[SPR-5964] Upgraded to TestNG 5.10
|
15 years ago |
Sam Brannen
|
42638585b5
|
[SPR-5963] Upgraded to JUnit 4.7
|
15 years ago |
Sam Brannen
|
5d17515dc5
|
[SPR-5888] Upgraded to TestNG 5.9.0.
|
15 years ago |
Mark Pollack
|
7b26ae479b
|
pom maintenance - extraneous dependency on cglib-nodep
|
15 years ago |
Arjen Poutsma
|
2df7ceac16
|
Removed ci.build=true
|
15 years ago |
Costin Leau
|
8dbf86fb7a
|
+ update copyright dates on some files
+ migrated test from JUnit 3 to 4
|
15 years ago |
Juergen Hoeller
|
2d7c2d6fff
|
revised wrapper type handling
|
15 years ago |
Juergen Hoeller
|
d41344eb1f
|
preparations for 3.0 M4 release
|
15 years ago |
Juergen Hoeller
|
dd67900109
|
revised core conversion package for BeanWrapper/BeanFactory integration
|
15 years ago |
Juergen Hoeller
|
45a0cadf8e
|
revised core conversion package for BeanWrapper/BeanFactory integration
|
15 years ago |
Juergen Hoeller
|
e9823b57b4
|
revised embedded database support
|
15 years ago |
Juergen Hoeller
|
3ac3a72e91
|
added test with custom repository annotation
|
15 years ago |
Juergen Hoeller
|
6e25ca8175
|
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
|
15 years ago |
Juergen Hoeller
|
23a1d07fbf
|
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
|
15 years ago |
Juergen Hoeller
|
83bd56c6de
|
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
|
15 years ago |
Juergen Hoeller
|
6b824d9af7
|
revised WebApplicationContext id determination; lazy logger initialization in ContextLoaderListener (SPR-5977)
|
15 years ago |
Mark Pollack
|
33bb81b3ab
|
SPR-5986 - Error in pointing links about versions for documentation and content
|
15 years ago |
Juergen Hoeller
|
9a0108ac6a
|
added support for @WebServiceProvider annotation to Spring's JaxWsServiceExporters (SPR-5988)
|
15 years ago |
Mark Pollack
|
2cd71758ed
|
Apply Beverly's edits to mvc chapter.
|
15 years ago |
Mark Pollack
|
19dc0d32d6
|
Apply Beverly's edits to mvc chapter.
|
15 years ago |
Costin Leau
|
14e983ff9a
|
+ removed unneeded method (one less item off the stack)
|
15 years ago |
Costin Leau
|
af6275a56e
|
+ small fix to reflection util to avoid accessibility calls
|
15 years ago |
Costin Leau
|
af8af8c633
|
+ added fine grained privileged blocks to preserve the caller security stack when invoking the callee
|
15 years ago |
Costin Leau
|
81eb11486d
|
+ fixed exception unwrapping
+ optimized path for getBean (and thus fixed another test)
|
15 years ago |
Mark Fisher
|
65e00f7540
|
added support for ErrorHandler with DelegatingErrorHandlingRunnable in the TimerManagerTaskScheduler
|
16 years ago |
Costin Leau
|
d5d3104b7b
|
+ interaction with user code uses now dedicated privileged when running under a security manager
|
16 years ago |
Thomas Risberg
|
fe5b5022f0
|
Beverly's edits reviewed; spell checked
|
16 years ago |
Thomas Risberg
|
c6edc5869a
|
removed RC1 references
|
16 years ago |