Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-8867 REST server fails to convert between text formats and octet… #5790

Merged

Conversation

gustavocoding
Copy link

@@ -27,7 +34,8 @@
*/
public class XMLTranscoder extends OneToManyTranscoder {

protected final static Log logger = LogFactory.getLog(JSONOutputPrinter.class, Log.class);
protected final static Log logger = LogFactory.getLog(XMLTranscoder.class, Log.class);
private static final SAXParserFactory SAXFACTORY = SAXParserFactory.newInstance();

private static class XStreamHolder {
static final XStream XStream = new XStream();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering whether we could use the StaxDriver instead of SAX

@tristantarrant tristantarrant merged commit 3635957 into infinispan:master Feb 28, 2018
@gustavocoding gustavocoding deleted the ISPN-8867/rest_octet_text branch March 5, 2018 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants