Github user pmouawad commented on the issue:

    https://github.com/apache/jmeter/pull/301
  
    Hi @FSchumacher ,
    Thanks for the PR.
    Maybe we could add a interface that plugins could implement to register 
additional classes:
    
    Too coarse and risky ?:
    `SerializationRegistrator#registerClasses(XStream xstream)`
    
    Other option:
    `
    Class[] SerializationRegistrator#getTypeHierarchies()
    String[] SerializationRegistrator#getTypeByRegex()
    String[] SerializationRegistrator#getTypeByWildcard()
    `
    
    Still considering what this could break, I am against including it in 3.3 
(at least) and also it needs through testing by 3rd parties to have further 
feedback on what it breaks.
    It looks to me like a Plugins Geddon that could hurt hardly our software.
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to