1204 Commits (39ccde6fc61e284409735321b3bc6502ee35e1cf)
 

Author SHA1 Message Date
Keith Donald 39ccde6fc6 applied joris's no derby log patch 17 years ago
Sam Brannen 753f2ed8cf Updated copyright. 17 years ago
Sam Brannen 227fe9afd4 Spring TestContext Framework autowiring tests now include an explicit test for the @Autowired-@Qualifier combination. 17 years ago
Keith Donald c5ca7c441d added support for null conversion point type 17 years ago
Keith Donald e8dc69f11c fixed autoboxing bug 17 years ago
Keith Donald a7a6cc5548 Added to docs 17 years ago
Keith Donald f95cd5d00b made package private 17 years ago
Keith Donald 55694f5ca1 removed unused imports 17 years ago
Keith Donald 4a727f391f applied Joris's patch to shutdown Embedded Derby DB; adjusted manifest template to restrict derby version range from 10.5.1. to 10.6 17 years ago
Keith Donald 5fdab83ee6 doc polishing 17 years ago
Keith Donald 371d007068 added derby to manifest 17 years ago
Keith Donald 2c2d2d5a8b removed @Override 17 years ago
Keith Donald 2587e09b57 derby embedded db support initial commit; shutdown use case needs work 17 years ago
Andy Clement 089cf760ab SPR-5692: export META-INF so that aop.xml is visible to aspectj load time weaving in an OSGi environment 17 years ago
Thomas Risberg 2cb5ee1439 removed TopLink coverage 17 years ago
Keith Donald 2d8cc2df46 commented out failing el test for now - todo 17 years ago
Keith Donald edf7038380 tests passing again 17 years ago
Keith Donald c9c26c6c6c BindingPoint to ConversionPoint, javadoc 17 years ago
Thomas Risberg deb29de722 cleaned up transaction chapter 17 years ago
Keith Donald a2f085d87c renamed TypeDescriptor to BindingPoint 17 years ago
Keith Donald 948cf56514 polish 17 years ago
Ben Hale 24665e3715 Upgrade to spring-build 17 years ago
Thomas Risberg 0a3e0fd3c5 removed getting-started; added section on new tutorial 17 years ago
Juergen Hoeller 115db84ac0 generified JtaTransactionManager code 17 years ago
Christian Dupuis 19234d89fc minor change to use registerBeanComponent instead of directly registering the BeanDefinition 17 years ago
Christian Dupuis 7c711c894c fixed tooling related problem where empty value of an attribute that should take a bean reference would call the RuntimeBeanReference constructor in the namespace parser and throw a IllegalArgumentException although the problem has already been reported using the ProblemReporter API 17 years ago
Christian Dupuis 1f065e9daa some minor tweaks to the scheduling namespace parser to make it more tooling friendly; applied new tools:annotation to method attribute in scheduling xsd 17 years ago
Christian Dupuis 8acad83009 fixed tooling related problem where empty value of an attribute that should take a bean reference would call the RuntimeBeanReference constructor in the namespace parser and throw a IllegalArgumentException although the problem has already been reported using the ProblemReporter API 17 years ago
Juergen Hoeller 612ae0653d quick attempt to fix core.convert breakage 17 years ago
Christian Dupuis dfbcd4f190 added spring-tool-3.0.xsd; new expected-method element to describe possible methods for an attribute 17 years ago
Keith Donald d44dc82740 converter system refactoring from community input 17 years ago
Juergen Hoeller 8c22394a98 OSGI manifests etc 17 years ago
Juergen Hoeller 3d4cb2a13a added Commons Lang for Velocity tests 17 years ago
Juergen Hoeller f67c8bcfd8 @Import detects and accepts existing configuration class in any order of processing 17 years ago
Thomas Risberg 32ebd4e178 finnished updating code examples with generics/varargs for jdbc chapter 17 years ago
Thomas Risberg 04a41b74ee updated version to 3.0.RC1 17 years ago
Juergen Hoeller 6068053628 @Import detects and accepts existing configuration class of the desired type 17 years ago
Juergen Hoeller e0384568cc Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now 17 years ago
Juergen Hoeller 6691cd09ec Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now 17 years ago
Juergen Hoeller bfd48b4797 polishing 17 years ago
Juergen Hoeller 6dd9546ae0 removed outdated imports 17 years ago
Juergen Hoeller cfdcf9d576 removed outdated imports 17 years ago
Juergen Hoeller c072de6f75 polishing 17 years ago
Juergen Hoeller 8a49660e47 replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 17 years ago
Juergen Hoeller 52c241e14f ConfigurationClassBeanDefinition implements AnnotatedBeanDefinition 17 years ago
Juergen Hoeller cef99d42b5 added SourceExtractor support 17 years ago
Thomas Risberg 871a4023a2 fixed typo and JavaDocs 17 years ago
Thomas Risberg 0be985dcf9 updating code examples with generics/varargs; polishing 17 years ago
Thomas Risberg b558a37bb4 relaxed parameter type from ParameterizedRowMapper<T> to RowMapper<T> 17 years ago
Juergen Hoeller d0498a76bb marked "javax.xml.bind" as optional instead of "javax.xml.stream" 17 years ago