1193 Commits (a12ffa5c4c70d7799e45dce07b6bccdc03706dce)
 

Author SHA1 Message Date
Keith Donald a12ffa5c4c removed @Override 17 years ago
Keith Donald eee52f8804 derby embedded db support initial commit; shutdown use case needs work 17 years ago
Andy Clement 662dbaaed8 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 94d6fa8cb1 removed TopLink coverage 17 years ago
Keith Donald 4394dad372 commented out failing el test for now - todo 17 years ago
Keith Donald b33be88c9d tests passing again 17 years ago
Keith Donald 46c9a003eb BindingPoint to ConversionPoint, javadoc 17 years ago
Thomas Risberg 2ede4d2731 cleaned up transaction chapter 17 years ago
Keith Donald cf2453e8eb renamed TypeDescriptor to BindingPoint 17 years ago
Keith Donald 6f74369cb3 polish 17 years ago
Ben Hale acf17381b9 Upgrade to spring-build 17 years ago
Thomas Risberg b2526f337a removed getting-started; added section on new tutorial 17 years ago
Juergen Hoeller 814a807446 generified JtaTransactionManager code 17 years ago
Christian Dupuis 33de330b0e minor change to use registerBeanComponent instead of directly registering the BeanDefinition 17 years ago
Christian Dupuis d80005a955 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 48c97342fe 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 fba5e5f0db 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 dffec3cdcd quick attempt to fix core.convert breakage 17 years ago
Christian Dupuis eb3ece4208 added spring-tool-3.0.xsd; new expected-method element to describe possible methods for an attribute 17 years ago
Keith Donald 9a261470ad converter system refactoring from community input 17 years ago
Juergen Hoeller a1793457b2 OSGI manifests etc 17 years ago
Juergen Hoeller 30851e36a3 added Commons Lang for Velocity tests 17 years ago
Juergen Hoeller 14732c5dc2 @Import detects and accepts existing configuration class in any order of processing 17 years ago
Thomas Risberg 1ded650a6c finnished updating code examples with generics/varargs for jdbc chapter 17 years ago
Thomas Risberg 585627319d updated version to 3.0.RC1 17 years ago
Juergen Hoeller 433d52b728 @Import detects and accepts existing configuration class of the desired type 17 years ago
Juergen Hoeller 0a8a80ede3 Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now 17 years ago
Juergen Hoeller 47992ea07c Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now 17 years ago
Juergen Hoeller b0ed6d5685 polishing 17 years ago
Juergen Hoeller 0471d5d3ea removed outdated imports 17 years ago
Juergen Hoeller ad5d090c86 removed outdated imports 17 years ago
Juergen Hoeller f1c852b14c polishing 17 years ago
Juergen Hoeller 59101c096f replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 17 years ago
Juergen Hoeller da71f266ae ConfigurationClassBeanDefinition implements AnnotatedBeanDefinition 17 years ago
Juergen Hoeller cce6e2f4cd added SourceExtractor support 17 years ago
Thomas Risberg df8219d56e fixed typo and JavaDocs 17 years ago
Thomas Risberg 95213d488c updating code examples with generics/varargs; polishing 17 years ago
Thomas Risberg c55569b51e relaxed parameter type from ParameterizedRowMapper<T> to RowMapper<T> 17 years ago
Juergen Hoeller b1e464fc60 marked "javax.xml.bind" as optional instead of "javax.xml.stream" 17 years ago
Juergen Hoeller bbd69da37f updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 17 years ago
Juergen Hoeller 20f12e6158 removed outdated Attributes references 17 years ago
Juergen Hoeller 12d6aa232a added setMetadataReaderFactory method 17 years ago
Arjen Poutsma 51f539b0ad SPR-5725: Typos in Spring REST documentation 17 years ago
Arjen Poutsma d8071acd55 SPR-5724: Documentation for RESTful webservice examples slightly incorrect for 3.0.0.M3 17 years ago
Arjen Poutsma 9cbc1d502d SPR-5746 - Allow XStreamMarshaller subclasses to customise XStream object 17 years ago
Arjen Poutsma eca1cad7e1 Fixing build. 17 years ago
Juergen Hoeller e78c6fc317 explicitly declared SmartApplicationListener as ApplicationListener<ApplicationEvent> 17 years ago
Juergen Hoeller 68deb43d8e removed WebLogic 7.0 support code 17 years ago
Juergen Hoeller 0297116542 generified TypeConverter interface 17 years ago
Juergen Hoeller b72af54f53 eagerly load NestedExceptionUtils to avoid potential getMessage deadlock on OSGi (SPR-5607) 17 years ago