Go to file
Chris Beams 41e5d55d52 Fix bridge method detection for class hierarchies
Prior to this change, @Autowired injection against an instance of a
subclass having different visibility than its superclass would fail
if the @Autowired method is declared only in the superclass. This is due
to an apparent change in the rules around bridge method generation
between Java 5 and Java 6, and possibly even varying across compiler
vendors.

Now, BridgeMethodResolver is used consistently when detecting
@Autowired, @Inject and @Resource metadata to bypass these bridge
methods if they exist.

Issue: SPR-7900
2011-06-21 14:59:37 +00:00
build-spring-framework [SPR-8395] AnnotationConfigContextLoader now supports default configuration classes with arbitrary names 2011-06-19 20:40:15 +00:00
org.springframework.aop
org.springframework.asm
org.springframework.aspects
org.springframework.beans Fix bridge method detection for class hierarchies 2011-06-21 14:59:37 +00:00
org.springframework.context Fix bridge method detection for class hierarchies 2011-06-21 14:59:37 +00:00
org.springframework.context.support
org.springframework.core
org.springframework.expression
org.springframework.instrument
org.springframework.instrument.tomcat
org.springframework.integration-tests
org.springframework.jdbc
org.springframework.jms
org.springframework.orm
org.springframework.oxm
org.springframework.spring-library
org.springframework.spring-parent
org.springframework.test [SPR-8386] ContextLoader resolution once again ignores the inheritLocations flag on @ContextConfiguration. 2011-06-20 21:49:44 +00:00
org.springframework.transaction Clarify TransactionCallback Javadoc 2011-06-15 13:04:07 +00:00
org.springframework.web
org.springframework.web.portlet
org.springframework.web.servlet SPR-6164 Add option to disable '.*' pattern matching in RequestMappingHandlerMapping and PatternsRequestCondition 2011-06-21 11:29:44 +00:00
org.springframework.web.struts
spring-framework-reference Clarify BeanPostProcessor ordering rules in ref doc 2011-06-20 06:48:36 +00:00
src/test/java/org/springframework/core/env
.gitignore
build.properties
build.versions
ci-build.properties
eclipse-code-formatter.xml
spring-framework.ipr
spring-framework.psf