rootvector2 commented on PR #435: URL: https://github.com/apache/commons-beanutils/pull/435#issuecomment-5309599517
makes sense, added all three in 85eda71: `testResetBeanIntrospectorsInvalidatesCache` warms the cache with a suppressor and checks the property is re-evaluated after the reset; `testIntrospectorChangeInvalidatesMappedDescriptorCache` warms a mapped descriptor, then adds/removes an introspector and asserts with `assertNotSame` that the cached `MappedPropertyDescriptor` is re-created rather than served stale (the suppression guard alone would mask a stale entry, so the identity check is what closes that gap); `testSequentialIntrospectorChangesInvalidateCache` does two adds then two removes and checks the visible property set after each step. verified all three fail with the invalidation in `PropertyUtilsBean` reverted. full default `mvn` goal green, 1291 tests. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
