You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2019/02/12 12:46:09 UTC

[GitHub] kemitix commented on issue #1043: Use servicemix bundle of xstream at runtime

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:
users@infra.apache.org


With regards,
Apache Git Services