In case of Memory Leak MappedMethodReference does not reconstruct method the 
same way MappedPropertyDescriptor does
-------------------------------------------------------------------------------------------------------------------

                 Key: BEANUTILS-399
                 URL: https://issues.apache.org/jira/browse/BEANUTILS-399
             Project: Commons BeanUtils
          Issue Type: Bug
          Components: Bean / Property Utils
    Affects Versions: 1.8.3
         Environment: OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
            Reporter: Oliver Sauder
            Priority: Critical
             Fix For: 1.8.4


In case the MappedMethodReference has lost its reference due to garbage 
collection the reconstruction only works for methods which have the exact 
parameter types. In other cases a RuntimeException is thrown.

However when MappedPropertyDescriptor creates such a MappedMethodReference it 
also finds methods which are compatible for given types.

Marking critical as under high load this bug can occur and stop the system from 
working as expected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to