Commit Graph
1195 Commits
Author SHA1 Message Date
Keith Donald 5fdab83ee6 doc polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1200 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-16 18:46:56 +00:00
Keith Donald 371d007068 added derby to manifest
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1199 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-16 15:49:49 +00:00
Keith Donald 2c2d2d5a8b removed @Override
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1198 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-16 15:34:47 +00:00
Keith Donald 2587e09b57 derby embedded db support initial commit; shutdown use case needs work
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1197 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-16 15:05:28 +00:00
Andy Clement 089cf760ab SPR-5692: export META-INF so that aop.xml is visible to aspectj load time weaving in an OSGi environment
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1196 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-16 01:48:23 +00:00
Thomas Risberg 2cb5ee1439 removed TopLink coverage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1195 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 21:52:23 +00:00
Keith Donald 2d8cc2df46 commented out failing el test for now - todo
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1194 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 21:34:11 +00:00
Keith Donald edf7038380 tests passing again
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1193 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 21:31:57 +00:00
Keith Donald c9c26c6c6c BindingPoint to ConversionPoint, javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1192 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 20:32:23 +00:00
Thomas Risberg deb29de722 cleaned up transaction chapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1191 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 20:15:18 +00:00
Keith Donald a2f085d87c renamed TypeDescriptor to BindingPoint
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1190 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 17:30:03 +00:00
Keith Donald 948cf56514 polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1189 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 17:28:55 +00:00
Ben Hale 24665e3715 Upgrade to spring-build
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1188 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 17:01:37 +00:00
Thomas Risberg 0a3e0fd3c5 removed getting-started; added section on new tutorial
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1187 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 15:25:43 +00:00
Juergen Hoeller 115db84ac0 generified JtaTransactionManager code
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1186 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 15:04:11 +00:00
Christian Dupuis 19234d89fc minor change to use registerBeanComponent instead of directly registering the BeanDefinition
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1185 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 13:42:24 +00:00
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1184 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 13:24:59 +00:00
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1183 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 13:24:28 +00:00
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1182 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 13:22:30 +00:00
Juergen Hoeller 612ae0653d quick attempt to fix core.convert breakage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1181 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 11:35:41 +00:00
Christian Dupuis dfbcd4f190 added spring-tool-3.0.xsd; new expected-method element to describe possible methods for an attribute
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1180 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-15 11:03:37 +00:00
Keith Donald d44dc82740 converter system refactoring from community input
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1179 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-14 21:36:49 +00:00
Juergen Hoeller 8c22394a98 OSGI manifests etc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1178 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 20:52:40 +00:00
Juergen Hoeller 3d4cb2a13a added Commons Lang for Velocity tests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1177 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 20:52:06 +00:00
Juergen Hoeller f67c8bcfd8 @Import detects and accepts existing configuration class in any order of processing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1176 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 20:49:45 +00:00
Thomas Risberg 32ebd4e178 finnished updating code examples with generics/varargs for jdbc chapter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1175 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 18:45:24 +00:00
Thomas Risberg 04a41b74ee updated version to 3.0.RC1
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1174 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 18:44:39 +00:00
Juergen Hoeller 6068053628 @Import detects and accepts existing configuration class of the desired type
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1173 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 16:19:56 +00:00
Juergen Hoeller e0384568cc Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1172 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 14:26:56 +00:00
Juergen Hoeller 6691cd09ec Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1171 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 14:22:03 +00:00
Juergen Hoeller bfd48b4797 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1170 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 23:53:45 +00:00
Juergen Hoeller 6dd9546ae0 removed outdated imports
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1169 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 23:50:35 +00:00
Juergen Hoeller cfdcf9d576 removed outdated imports
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1168 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 23:40:45 +00:00
Juergen Hoeller c072de6f75 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1167 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 23:39:56 +00:00
Juergen Hoeller 8a49660e47 replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1166 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 23:37:43 +00:00
Juergen Hoeller 52c241e14f ConfigurationClassBeanDefinition implements AnnotatedBeanDefinition
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1165 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 23:12:51 +00:00
Juergen Hoeller cef99d42b5 added SourceExtractor support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1164 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 22:27:37 +00:00
Thomas Risberg 871a4023a2 fixed typo and JavaDocs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1163 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 20:21:05 +00:00
Thomas Risberg 0be985dcf9 updating code examples with generics/varargs; polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1162 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 18:18:29 +00:00
Thomas Risberg b558a37bb4 relaxed parameter type from ParameterizedRowMapper<T> to RowMapper<T>
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1161 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 18:18:05 +00:00
Juergen Hoeller d0498a76bb marked "javax.xml.bind" as optional instead of "javax.xml.stream"
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1160 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 16:56:34 +00:00
Juergen Hoeller 11450f1fdb updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1159 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 16:43:15 +00:00
Juergen Hoeller 5a29d0355e removed outdated Attributes references
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1158 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 16:14:09 +00:00
Juergen Hoeller ca99081916 added setMetadataReaderFactory method
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1157 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 16:13:36 +00:00
Arjen Poutsma e62bb56afc SPR-5725: Typos in Spring REST documentation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1156 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 08:47:36 +00:00
Arjen Poutsma 022f8ed39c SPR-5724: Documentation for RESTful webservice examples slightly incorrect for 3.0.0.M3
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1155 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 08:46:14 +00:00
Arjen Poutsma 14778643c7 SPR-5746 - Allow XStreamMarshaller subclasses to customise XStream object
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1154 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 08:41:09 +00:00
Arjen Poutsma 4c8894fb33 Fixing build.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1153 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 08:26:33 +00:00
Juergen Hoeller ec26065e84 explicitly declared SmartApplicationListener as ApplicationListener<ApplicationEvent>
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1152 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-11 22:49:07 +00:00
Juergen Hoeller 82b702328e removed WebLogic 7.0 support code
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1151 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-11 22:47:50 +00:00