I am using Jackson API to return object from from rest API in spring boot application.
On the client side i am reading object as xml.
In xml header i can see version and encoding element are present but standalone directive is missing.
Can any one help me on this , I am struggling since last one week and I need this fix as it impacting one of production issue .
<?xml version="1.0" encoding="UTF-8" >
Missing
standalone="yes"?
in above header.
Please help to fix this issue, i don't want to use jab since all production code is using Jackson jar.