Go to file
Chris Beams 110b032ad9 IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements
All tests in ImportedConfigurationClassEnhancementTests now pass.  The fix was simple - imported @Configuration class bean definitions were not getting marked with the attribute that indicates that they are indeed @Configuration class bean definitions.  To make this happen, ConfigurationClassPostProcessor's protected checkConfigurationClassCandidate(beanDef) method is being called from within ConfigurationClassBeanDefinitionReader when imported @Configuration classes are being processed.  This is quick and dirty, and the subsequent check-in will refactor the solution appropriately.
2010-01-29 20:55:03 +00:00
build-spring-framework Fixed up POM bug 2010-01-23 12:01:54 +00:00
org.springframework.aop SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.asm Updates to allow nightly snapshots of maven central-compatible artifacts 2010-01-22 20:16:25 +00:00
org.springframework.aspects SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.beans SPR-3709 2010-01-27 12:25:04 +00:00
org.springframework.context IN PROGRESS - issue SPR-6779: imported @Configuration classes do not get enhanced and fail to satisfy scoping requirements 2010-01-29 20:55:03 +00:00
org.springframework.context.support SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.core SPR-6775 2010-01-29 14:27:49 +00:00
org.springframework.expression SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.instrument SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.instrument.tomcat SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.integration-tests Fixed up POM bug 2010-01-23 12:01:54 +00:00
org.springframework.jdbc SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.jms added "concurrency" property to Default/SimpleMessageListenerContainer and JmsActivationSpecConfig, supporting placeholders for the jms namespace "concurrency" attribute now (SPR-6232) 2010-01-14 11:17:15 +00:00
org.springframework.orm support for JPA 2.0 TypedQuery interface and query vendor interfaces (SPR-6733) 2010-01-21 12:04:26 +00:00
org.springframework.oxm SPR-6577 - MarshallingView auto detect model with Jaxb2Marshaller chooses the wrong object 2010-01-27 10:52:08 +00:00
org.springframework.spring-library Updates to allow nightly snapshots of maven central-compatible artifacts 2010-01-22 20:16:25 +00:00
org.springframework.spring-parent Updates to allow nightly snapshots of maven central-compatible artifacts 2010-01-22 20:16:25 +00:00
org.springframework.test SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.transaction SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
org.springframework.web SPR-6771 - HttpMessageConverter should accept Class<? extends T> on can read 2010-01-28 09:23:34 +00:00
org.springframework.web.portlet WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727) 2010-01-20 22:09:13 +00:00
org.springframework.web.servlet SPR-6649 - Request mapping incorrectly receiving all dispatches for a controller 2010-01-26 10:47:36 +00:00
org.springframework.web.struts Updates to allow nightly snapshots of maven central-compatible artifacts 2010-01-22 20:16:25 +00:00
spring-framework-reference Updated documentation to point out that AnnotationConfigWebApplicationContext can accept both fully-qualified class names as well as base packages to the contextConfigLocation init-param. 2010-01-28 03:42:42 +00:00
build.properties Updated build for 3.0.1 2009-12-17 10:53:15 +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 made Excel tests work 2009-11-07 01:32:18 +00:00
spring-framework.psf Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat 2009-09-25 12:51:58 +00:00