I have questions and problems with the event listener.
I have implemented the text to link conversion in an event listener using Wiki Component. After it has been tested, I have changed the name for “Component Role Hint” and getName. Then weird behaviors happened. When I tried to change the code, it just worked as the old code, not the new code.
My doubt is that the old event listener is still active and not unregistered automatically, after I changed the name. If that is the case, how can I register/unregister an event listener in a simple and clean way. Would this tool https://extensions.xwiki.org/xwiki/bin/view/Extension/Event%20Listeners%20Administration/ be helpful?
Thank you in advance