Sam Brannen
|
4a7c299761
|
[SPR-5995] SpringJUnit4ClassRunner is now compatible with JUnit 4.5 - 4.7
|
15 years ago |
Juergen Hoeller
|
e0bb838259
|
MBeanServerFactoryBean returns JDK 1.5 platform MBeanServer for agent id "" (SPR-5909)
|
15 years ago |
Sam Brannen
|
8fb53c801e
|
[SPR-5995] Updated documentation regarding compatibility with JUnit 4.5, 4.6, and 4.7.
|
15 years ago |
Sam Brannen
|
da3eb580f6
|
[SPR-5995] Renamed makeNotifier() to springMakeNotifier() in order to allow compatibility with JUnit 4.5, 4.6, and 4.7.
|
15 years ago |
Juergen Hoeller
|
5a55b8384a
|
refined logging in JMS SingleConnectionFactory and DefaultMessageListenerContainer
|
15 years ago |
Arjen Poutsma
|
5c2d63745f
|
SPR-6037 - Ability to configure a XStream subclass on XStreamMarshaller
|
15 years ago |
Juergen Hoeller
|
04cd95ff50
|
fixed accidental test failures
|
15 years ago |
Juergen Hoeller
|
9a48f3f3a8
|
try to create unknown collection implementation types via default constructor
|
15 years ago |
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 |