Hi,We just had two requests about Objenesis.One is to handle Apache Harmony. The other is about Google App Engine.
I think it could be a good idea to support both. However, I'm not sure I'll have the time to have a look these days.
So if you have any ideas to push it forward, I'm listening :-)
Cheers,HenriP.S.: In case you wonder, it's not a dead project. In fact, it's pretty much the reference to instantiate objects from what I hear.
On Dienstag, 2. November 2010, Bubble wrote:
> Hi!
>
> On Mon, Nov 1, 2010 at 9:08 PM, Henri Tremblay
<henri.t...@gmail.com>wrote:
> > Hi,
> >
> > We just had two requests about Objenesis.
> >
> > One is to handle Apache Harmony. The other is about Google App Engine.
>
> The requester to the Apache Harmony change mentioned he had an idea how to
> do it, I believe we should accept a contribution. As for the Google App
> Engine, I don't think it would be possible because it's a sandboxed
> environment, and something like Objenesis could be used on an hypothetical
> security violation (e.g., feeding objects that violate some invariant into
> some method that doesn't validate input).
XStream has a variant in its source, but it is not stable. Running all ~1000
unit tests at some point the JVM crashes. However, the last time I really
tried was with M4 - and that's now quite along time.
- Jörg