Comment #12 on issue 342 by sberlin: Disable Just-in-time bindings http://code.google.com/p/google-guice/issues/detail?id=342
All -- are there any plans to incorporate this patch (or something similar to it)? We discovered a situation last night where we're accidentally creating JIT bindings when we didn't want to. (We have two injectors.. a core & a ui injector, and thought we had replicated all necessary bindings to the ui injector, but it turns out we didn't, and ended up recreating some singletons.) Disabling JIT binding would have prevented any problems (and warned us earlier that something was wrong). If there's no plans, I'll probably create a local fork of Guice again with the patch... but if there are plans, I'll wait until it's merged. Re: binding listeners, take a look at issue 387. The patch doesn't distinguish between jit & non-jit, but it'd be easy to add. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice-dev?hl=.
