To be perfectly honest, I would like to drop persist from the extensions we ship. The original author more or less dropped the code in the repository and then stopped maintaining it immediately. No one within Google really uses it, and we have no familiarity with it. If another project wants to fork and maintain it, that would be great.
sam On Dec 19, 2013 1:50 AM, "scl" <[email protected]> wrote: > After Sam's call to > bump<https://groups.google.com/forum/#!topic/google-guice/ZZpFD3e_8v0>the > issues we would like to have fixed in 4.0 I went through the list of > issues regarding the persist extension. > Simply because I know it the best and because I ran into some of the > issues myself. > > Going over the list I found a bunch of issues which are more or less > straight forward to fix. > But what disturbed me was, that several issues which have gotten a lot of > attention (or at least a lot of comments) have the same root cause which is > not trivial to solve. > > So my question is how much time do you have at google for discussing and > reviewing the possible solutions (including tests and patches). > Or would you prefer to address the more complex problems in extensions at > a later time, since extensions can be released separately from the core? > > > The issues I'm talking about are > 597<http://code.google.com/p/google-guice/issues/detail?id=597>, > 604 <http://code.google.com/p/google-guice/issues/detail?id=604>, > 730<http://code.google.com/p/google-guice/issues/detail?id=730>, > 739 <http://code.google.com/p/google-guice/issues/detail?id=739> (issue > 731 <http://code.google.com/p/google-guice/issues/detail?id=731> requests > a new feature which could be used as a workaround). > The underlying cause is that calling Provider<EntityManager>.get() outside > of a UnitOfWork will implicitly start a UnitOfWork which is never ended. > > If you do have time to address the above issue I would be more than > willing to participate in the process of getting it solved. > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-guice. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
