kemitix commented on issue #1043: Use servicemix bundle of xstream at runtime URL: https://github.com/apache/brooklyn-server/pull/1043#issuecomment-462745855 This explains the sort of thing we would need to add to fix this: https://stackoverflow.com/a/45152845 Specifically: ``` XStream.setupDefaultSecurity(this); // to be removed after 1.5 xstream.allowTypesByWildcard(new String[] { "com.your.package.**" }); ``` We would need to know which packages would need to be be added, and where to set this.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
