2540 Commits (v3.0.0.RC3)
 

Author SHA1 Message Date
Arjen Poutsma 44375c90e6 Spring 3.0 RC3 17 years ago
Juergen Hoeller cb9e877e4a preparations for RC3 release 17 years ago
Juergen Hoeller 132bb8a672 polishing 17 years ago
Juergen Hoeller 126f83959b preparations for RC3 release 17 years ago
Juergen Hoeller 69124f9392 JSR-303 SpringValidatorAdapter uses field name as first argument (analogous to bind errors; SPR-6407) 17 years ago
Juergen Hoeller 5165465821 initialize synchronization after begin while instantiating TransactionStatus as early as possible (SPR-6409) 17 years ago
Thomas Risberg d67e655c17 updated version for RC3 release 17 years ago
Thomas Risberg fdfbf2a01b changed jar name to use RELEASE instead of RC1 17 years ago
Keith Donald b7b52fffea renamed path element to mapping per code review 17 years ago
Costin Leau 7a1c4d23b4 SPR-6469 17 years ago
David Syer b7e37ddb07 SPR-5327: tidy up Maven dependencies (keeping commons-logging) 17 years ago
David Syer 1a06b6a0ab SPR-5327: tidy up Maven dependencies (keeping commons-logging) 17 years ago
Arjen Poutsma 81d7f5bc5a SPR-6375 - Register sensible default HTTP Message Converters based on what is available in the classpath 17 years ago
Juergen Hoeller 666700f7f3 constructor arguments can be overridden by name in child bean definitions (SPR-6463) 17 years ago
Arjen Poutsma cc32399878 SPR-6470 - Make filterModel() in MappingJacksonJsonView more lenient 17 years ago
Arjen Poutsma 541aae12ef SPR-5802 - NullPointerException when using @CookieValue annotation 17 years ago
Arjen Poutsma 73b54f4efe SPR-6466 - ContentNegotiatingViewResolver can not handle View implementations returning null as content type 17 years ago
Keith Donald c8d6360855 ability to have multiple path patterns per mapped interceptor definition 17 years ago
Keith Donald d4a21f1db8 added back mvc:interceptors element and added interceptor matching based on path pattern; needs review 17 years ago
Keith Donald 0be6473316 javadoc polishing--named Parser String arg name to 'text' 17 years ago
Keith Donald fbfa67e8a6 ordered sorting 17 years ago
Mark Fisher f6a2e58d95 SPR-6341 Added documentation for Lifecycle, SmartLifecycle, and LifecycleProcessor in the 'beans' chapter after init/destroy callbacks are covered. 17 years ago
Mark Fisher a64f0f1ebe Added tests for the DefaultLifecycleProcessor and a custom "lifecycleProcessor" bean. 17 years ago
Mark Fisher 1ac7b95c1d SPR-6460 Added "phase" attribute to the JMS namespace's "jca-listener-container" element. 17 years ago
Mark Fisher dc24944cd9 SPR-6460 Added "phase" attribute to the JMS "listener-container" element. 17 years ago
Mark Fisher b444220564 SPR-5507 When determining start/stop order, the DefaultLifecycleProcessor checks for the new Phased interface rather than SmartLifecycle now. 17 years ago
Keith Donald 57f0a7d94b added detectInterceptors compatibility check 17 years ago
Mark Fisher 5e1c00ceb2 SPR-5507 Factored out the Phased interface. 17 years ago
Arjen Poutsma e664779f3e Do not require bound classes or context for Jaxb2Marshaller. 17 years ago
Arjen Poutsma 01ce468ff2 SPR-6386 - MappingJacksonHttpMessageConverter ignores supported media types property 17 years ago
Arjen Poutsma dc0613f487 HttpMessageConverter.supports() is split into canRead/canWrite. 17 years ago
Keith Donald 18c63f70c4 polishing 17 years ago
Juergen Hoeller f751acea12 fixed tests 17 years ago
Juergen Hoeller 7e5106d1ac FormatterRegistry extends ConverterRegistry now; FormattingConversionService extends GenericConversionService 17 years ago
Juergen Hoeller a1916ca765 polishing 17 years ago
Juergen Hoeller d6197b743d clarified double role of id property 17 years ago
Juergen Hoeller d54cf0ca37 polishing 17 years ago
Juergen Hoeller ac490114ae propagate full TypeDescriptor for field-level conversion as well 17 years ago
Juergen Hoeller 973fb6ce40 updated to Groovy 1.6.5 17 years ago
Juergen Hoeller 9400fb3e78 replaced custom asList method with Arrays.asList(ObjectUtils.toObjectArray(...)) 17 years ago
Juergen Hoeller cc0bd730eb polishing 17 years ago
Juergen Hoeller bc06ffb6b8 removed obsolete System.err logging for the property-not-found case 17 years ago
Juergen Hoeller 5e68cc5a58 removed inappropriate assertion that prevents static method calls 17 years ago
Juergen Hoeller 34d4e3cbe0 refined Hibernate version range 17 years ago
Costin Leau fbee526a40 + add oxm.xsd namespace alias 17 years ago
Sam Brannen 218051464d Fixed typo 17 years ago
Juergen Hoeller 1cf0c12674 restored Hibernate 3.2 compatibility (SPR-6387) 17 years ago
Arjen Poutsma 8546e64b03 Support for media subtype suffixes in include(), i.e. application/*+xml includes application/soap+xml 17 years ago
Keith Donald 8259d45583 removed now obsolete test case 17 years ago
Keith Donald de1d548725 SPR-6413 and SPR-6414 first cut: needs review, particularly compatibility note in AbstractHandlerMapping 17 years ago