xstream icon indicating copy to clipboard operation
xstream copied to clipboard

Serialize Java objects to XML and back again.

Results 72 xstream issues
Sort by recently updated
recently updated
newest added

https://github.com/x-stream/xstream/issues/270 Hello, I have this same problem, but with version 1.4.19, I have read the comments, however I cannot understand how to implement this solution of the security framework, I...

Dear xstream maintainers, Multiple bugs(Stackoverflows) were found during fuzzing by [Jazzer](https://github.com/CodeIntelligenceTesting/jazzer) in xstream. We would like to provide you with access to the bugs at Google OSS-Fuzz before they get...

I'd like to contribute some code about transforming collection objects into another format for XML

enhancement

**Errors :** ``` com.thoughtworks.xstream.security.ForbiddenClassException: com.*.Status com.thoughtworks.xstream.security.ForbiddenClassException: com.*.Entry . . ``` I had similar problem. I want to know how do we do a proper initialization now to avoid ForbiddenClassException, because...

question

First,this is my entity class: @XStreamAlias("Trade") public class Trade { @XStreamAlias("TradeAmount") private String tradeAmount; @XStreamOmitField private String tradeCurrency; @XStreamAlias("TradeTime") @XStreamConverter(value = CustomDateConverter.class) private Date tradeTime; @XStreamAlias("Refuned") @XStreamConverter(value= BooleanConverter.class,booleans={false},strings={"yes","no"}) private boolean...

question

https://github.com/x-stream/xstream/issues/298 https://jenkins.updater.j2eeguys.com/ Use Charsequence and StringBuilder rather than StringBuffer from Sanddusttx xstream/src/java/com/thoughtworks/xstream/core/util/FastStack.java Replace the synchronized class "StringBuffer" by an unsynchronized one such as "StringBuilder". [java:S1149] xstream/src/java/com/thoughtworks/xstream/io/path/PathTracker.java Replace the synchronized class...

I ran this project through Sonarqube and it found a bunch of issues. I have an automated solution for fixing issues. As handling is added for fixing issues, I will...

XStream is a critical part of my application's serialization procedures and has been a wonderful thing 👍 so I'm hesitant to ask such a downer of a question. However, each...

question

Closes #293

enhancement

There are issues with `Optional` and Java 17. See https://github.com/quarkusio/quarkus/issues/25413 ``` com.thoughtworks.xstream.converters.ConversionException: No converter available ---- Debugging information ---- message : No converter available type : java.util.Optional converter : com.thoughtworks.xstream.converters.reflection.ReflectionConverter...

enhancement