seregamorph opened a new pull request #68: URL: https://github.com/apache/commons-beanutils/pull/68
https://issues.apache.org/jira/browse/BEANUTILS-541 There is an issue in FluentPropertyBeanIntrospector (at line 144 for 1.9.3), it caches wrong writeMethod in the static cache of java.beans.Introspector when base class has at least two subclasses. Simple snippet to reproduce can be found in covering `Jira541TestCase` (revert `FluentPropertyBeanIntrospector.java` changes locally and you'll see the failure). It is critical, because wrong information is stored globally unless explicit `Introspector.flushCaches (or Introspector.flushFromCaches)` is called. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
