Closed GoogleCodeExporter closed 9 years ago
Currently when you register a subclass you register it with an annotationless
TypeKey.
If you try to use this subclass in place of an annotated superclass (@Mapify,
@Stringify, @Unindex, @Index) you get an exception.
Pull request with the fix:
https://github.com/stickfigure/objectify/pull/12
Original comment by tamas.to...@doctusoft.com
on 20 Apr 2014 at 11:29
Thank you for the PR and the great tests. I believe I can come up with a
somewhat more elegant solution, but I am very impressed that you solved it!
Original comment by lhori...@gmail.com
on 20 Apr 2014 at 4:36
This was solved by caching the class translators in the factory. Thank you for
finding this!
Fixed in 5.0.1
Original comment by lhori...@gmail.com
on 20 Apr 2014 at 5:01
Original issue reported on code.google.com by
tamas.to...@doctusoft.com
on 19 Apr 2014 at 9:55Attachments: