JIRA: https://jira.spring.io/browse/INT-4020 The fix for `named` global `wire-tap`s (INT-2230) didn't covered testing for `unnamed`. Therefore the fix unconditionally didn't picked up the issue that we used a wrong `BeanDefinition` to determine the current `id` * Fix `WireTapParser` to use `wireTapBeanName` from the `resolveId()` when the `GlobalChannelInterceptorParser` invokes it. * Add tests to demonstrate the issue and confirm the fix **Cherry-pick to 4.2.x**
don't delete this dir used for testing