-
Improvement. I would like to have an implementation that support:
```java
@XStreamAlias("alias1")
@XStreamAlias("alias2")
class ABC{
@XStreamAlias("field1")
@XStreamAlias("field2")
…
-
Hey guys, `fp-ts@2.0.0` moved away from a method chaining API to a more static land style API which means it doesn't gel very well with xstream anymore. Would you be opposed to exporting all of operat…
-
Well...Sorry for my poor English.
```
public class PowerMockSample {
private static final String privateStaticFinalString = "privateStaticFinalString";
}
@PrepareForTest(PowerMockSample.c…
-
I just upgraded Jenkins to Jenkins 2.267 and I am getting the following errors:
java.lang.IllegalStateException: An attempt to save the global configuration was made before it was loaded
at jenki…
timja updated
3 years ago
-
Guys is there a chance to rename all your artifact ids from xchange-xyz to something like xchange-stream-xyz. Problem all of them are matching with parent xstream project. When we build our project wi…
-
Assuming I have a pool P1, that I know (1) is not used by any scheduler/xstream at the moment, (2) has no currently running ULT or task that could return to it upon yielding, and (3) will not be used …
-
```
When serializing these types, the entire hashtable or dictionary is
serialized, making the resulting XML fairly user un-friendly, as it contains
the hashcode, the empty elements, etc...
The Jav…
-
```
There are some significant issues around serialization and deserialization
for many of the StdMediaSerializer subclasses.
Essentially, they are not really robust in the face of what should be
leg…
-
So, I'm going to start a series of issues on the standard JDK MBeans that we want to make sure can be extracted and loaded. I'm also putting together the skeleton of fitnesse tests so that we can hav…
-
Does this have any sort of schedule to re-download the original m3u file?
My original m3u updated, but it doesn’t appear to have taken those updates in the proxified m3u.
Am I supposed to recrea…