Closed
Description
Scott Bartram opened SPR-9702 and commented
After upgrading our existing application from 3.0.5 to 3.1.2, we see java.beans.IntrospectionException on our domain model classes. It appears to be triggered by interaction with the java.beans code and GC on Weak/Soft Reference objects.
I will create a test sample in github.
Affects: 3.1.2
Issue Links:
- Overhaul non-void JavaBean write method support [SPR-10029] #14663 Overhaul non-void JavaBean write method support ("depends on")
- Bean Introspection problem under IBM Java 1.6 with new ExtendedBeanInfo [SPR-9453] #14088 Bean Introspection problem under IBM Java 1.6 with new ExtendedBeanInfo ("duplicates")
- Processing java.math.BigDecimal via Spring's ExtendedBeanInfo fails sporadically [SPR-10111] #14744 Processing java.math.BigDecimal via Spring's ExtendedBeanInfo fails sporadically
- Support injection against setter methods with non-void return types [SPR-8079] #12734 Support injection against setter methods with non-void return types
- Simplify CachedIntrospectionResults caching arrangements [SPR-10028] #14662 Simplify CachedIntrospectionResults caching arrangements