[xstream-user] java.time does not appear to serialize/deserialize properly

2015-04-11 Thread Geoff Groos
Hey guys, I’m wondering what you guys think of XStream + the new (java 1.8) java.time library. I’ve started replacing joda.time uses with java.time ones (as encouraged by the Joda time guys themselves) and I only noticed when I ran my persistence tests that anything causing XStream to touch a

Re: [xstream-user] Re: Re: XStream keeps XPath refs to ints, doubles, other Immutables

2015-04-21 Thread Geoff Groos
Schaiblemailto:joerg.schai...@gmx.de Sent: ?Tuesday?, ?April? ?21?, ?2015 ?5?:?35? ?PM To: user@xstream.codehaus.orgmailto:user@xstream.codehaus.org Hi Geoff, Geoff Groos wrote: I'm on XStream 1.4.7 (I'll get myself current in a moment) I'm looking at line 67 of the AbstractReferenceUnmarshaller where it's

Re: [xstream-user] Re: XStream keeps XPath refs to ints, doubles, other Immutables

2015-04-27 Thread Geoff Groos
before it shuts down. Geoff Groos wrote: Hey guys, So I whipped together this quick patch: https://github.com/Groostav/XStream-GG/pull/1 I think I'd like to modify it to remove the `Context` object --its too big a klooge to have the configuration need to know if the caller is Unmarshalling