Claus Ibsen created CAMEL-11821:
-----------------------------------
Summary: camel-xstream - tests should initialize xstream
Key: CAMEL-11821
URL: https://issues.apache.org/jira/browse/CAMEL-11821
Project: Camel
Issue Type: Task
Components: camel-xstream
Reporter: Claus Ibsen
Fix For: 2.21.0
When testing camel-xstream we see these kind printed
{code}
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s -
in
org.apache.camel.dataformat.xstream.XStreamDataFormatPermissionsSystemPropertyTest
[INFO] Running
org.apache.camel.dataformat.xstream.XStreamDataFormatPermissionsTest
Security framework of XStream not initialized, XStream is probably vulnerable.
Security framework of XStream not initialized, XStream is probably vulnerable.
Security framework of XStream not initialized, XStream is probably vulnerable.
Security framework of XStream not initialized, XStream is probably vulnerable.
Security framework of XStream not initialized, XStream is probably vulnerable.
Security framework of XStream not initialized, XStream is probably vulnerable.
Security framework of XStream not initialized, XStream is probably vulnerable.
Security framework of XStream not initialized, XStream is probably vulnerable.
Security framework of XStream not initialized, XStream is probably vulnerable.
{code}
It would be good to investigate and see if its the unit test, or something
extra we need to do in camel-xstream
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)