Go to file
Chris Beams 19bccaaa11 updates made during my review of beans.xml:
* eliminated all usage of "the section entitled", because <xref> links already render including "the section called ".  This was resulting in sentences like 'see also the section entitled the section called "@Autowired"'. This issue affected nearly all sections of the documentation, so went beyond just beans.xml

* fixed table overflow in the "Using filters to customize scanning" section (approx. p.90)

* fixed all code overflows in <programlisting/> elements

* corrected a couple minor syntax errors with SpEL examples (missing closing braces)

* added 'language="..."' element to <programlisting> elements where appropriate to enable syntax highlighting.

* normalized all code indention to four-space (some code listings were using one- and two-space)

* updated all code listings to use same-line opening braces.

* eliminated section regarding backward compatibility with Spring DTDs and singleton=true|false.  This seems like cruft to me, and we shouldn't keep historical notes around forever.

* Added <note> regarding the new thread scope (SimpleThreadScope) to Section 3.5 Bean Scopes.  Also updated the section on registering a custom Scope implementation to use the SimpleThreadScope as an example.

* updated the new-in-3.xml section to improve the @Configuration example
2009-08-31 05:36:34 +00:00
build-spring-framework [SPR-6011] SpringJUnit4ClassRunner once again supports collective timeouts for repeated tests 2009-08-28 17:29:37 +00:00
org.springframework.aop SPR-5976 - Upgrade POMS to JUnit 4.6 2009-08-05 17:48:53 +00:00
org.springframework.asm updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 2009-07-15 07:26:31 +00:00
org.springframework.aspects SPR-5976 - Upgrade POMS to JUnit 4.6 2009-08-05 17:48:53 +00:00
org.springframework.beans adapted to changes in non-lenient mode 2009-08-27 10:45:46 +00:00
org.springframework.context + fixed NPE when closing up non-initialized contexts 2009-08-28 05:43:12 +00:00
org.springframework.context.support added support for ErrorHandler with DelegatingErrorHandlingRunnable in the TimerManagerTaskScheduler 2009-08-06 16:36:15 +00:00
org.springframework.core SPR-2784: Support MultipartFile-array property 2009-08-28 09:15:19 +00:00
org.springframework.expression revised wrapper type handling 2009-08-09 06:36:16 +00:00
org.springframework.instrument updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 2009-07-15 07:26:31 +00:00
org.springframework.instrument.classloading updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 2009-07-15 07:26:31 +00:00
org.springframework.integration-tests SPR-5976 - Upgrade POMS to JUnit 4.6 2009-08-05 17:48:53 +00:00
org.springframework.jdbc changed NamedParameter/SimpleJdbcOperations parameter signatures to accept any Map value type (SPR-6046) 2009-08-27 13:53:00 +00:00
org.springframework.jms refined logging in JMS SingleConnectionFactory and DefaultMessageListenerContainer 2009-08-26 12:01:51 +00:00
org.springframework.orm updated JPA 2.0 compatibility to EclipseLink 2.0.0.M7 2009-08-27 00:51:47 +00:00
org.springframework.oxm Removed duplicate OrderItem 2009-08-27 13:51:47 +00:00
org.springframework.samples.petclinic updated aspectj weaver version in .classpath files to match ivy.xml configuration 2009-07-24 20:09:01 +00:00
org.springframework.spring-library Changes to allow snapshot build to proceed. 2009-05-28 08:14:12 +00:00
org.springframework.spring-parent add spring-parent to list of bundles and see if it gets published to maven-central 2009-08-05 20:42:15 +00:00
org.springframework.test [SPR-6011] SpringJUnit4ClassRunner once again supports collective timeouts for repeated tests. 2009-08-28 17:28:25 +00:00
org.springframework.transaction remove obsolete xsd 2009-08-24 23:09:25 +00:00
org.springframework.web SPR-2784: Support MultipartFile-array property 2009-08-28 09:15:19 +00:00
org.springframework.web.portlet SPR-2784: Support MultipartFile-array property 2009-08-28 09:15:19 +00:00
org.springframework.web.servlet SPR-2784: Support MultipartFile-array property 2009-08-28 09:15:19 +00:00
spring-framework-reference updates made during my review of beans.xml: 2009-08-31 05:36:34 +00:00
build.properties Removed ci.build=true 2009-08-10 09:00:11 +00:00
build.versions [SPR-5964] Upgraded to TestNG 5.10 2009-08-11 10:31:06 +00:00
ci-build.properties adding properties file to simplify ant use in Bamboo CI build 2008-12-17 15:47:14 +00:00
eclipse-code-formatter.xml h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps 2009-05-09 22:27:05 +00:00
spring-framework.ipr Added Copyright plugin info 2009-04-16 13:20:33 +00:00
spring-framework.psf updated eclipse team project definition from .testsuite -> .integration-tests 2008-12-20 09:40:21 +00:00