Re: idle thought: host code on github instead?

2014-05-27 Thread Mikhail Mazursky
2014-05-28 2:31 GMT+06:00 Sam Berlin : > What do folks think of the idea? It'd make accepting patches easier (with > pull requests, etc), and I'm sure there's other benefits for folks using > the code too. > > We could also migrate issues if anyone knows a way to do that. > +1 of course! -- Y

Re: idle thought: host code on github instead?

2014-05-27 Thread 'Christian Gruber' via google-guice
Oh, and I'm +1 on it. :) On 27 May 2014, at 14:43, Nate Bauernfeind wrote: Yes please! On Tue, May 27, 2014 at 3:31 PM, Sam Berlin wrote: What do folks think of the idea? It'd make accepting patches easier (with pull requests, etc), and I'm sure there's other benefits for folks using th

Re: idle thought: host code on github instead?

2014-05-27 Thread 'Christian Gruber' via google-guice
I seem to recall there being a script to migrate issues, though it loses a wee bit of fidelity in terms of comment authors. On 27 May 2014, at 14:43, Nate Bauernfeind wrote: Yes please! On Tue, May 27, 2014 at 3:31 PM, Sam Berlin wrote: What do folks think of the idea? It'd make accepting

Re: My app is throwing "java.lang.ArrayIndexOutOfBoundsException: 52264" exceptions within Google Guice

2014-05-27 Thread Stuart McCulloch
On 27 May 2014, at 14:48, Sam Berlin wrote: > Don't think it is, sorry. Stuart, your sisu fork might be up to date and > available in maven somewhere? > Yes, I deployed sisu-guice 3.2.2 today which is HEAD (specifically 53a5936f5505) plus the patches listed in https://github.com/sonatype/sisu-

Re: My app is throwing "java.lang.ArrayIndexOutOfBoundsException: 52264" exceptions within Google Guice

2014-05-27 Thread Sam Berlin
It's close, but not perfect. Head is closer to perfect. On May 27, 2014 6:56 PM, "Ian Clarke" wrote: > So I was using Guice 3.0.0 previously, but a colleague pointed me > to 4.0-beta4 - I haven't had a chance to try it yet, should this resolve > the issue? Based on comments here I'm guessing "no

Re: My app is throwing "java.lang.ArrayIndexOutOfBoundsException: 52264" exceptions within Google Guice

2014-05-27 Thread Ian Clarke
So I was using Guice 3.0.0 previously, but a colleague pointed me to 4.0-beta4 - I haven't had a chance to try it yet, should this resolve the issue? Based on comments here I'm guessing "no", but thought I'd ask. Ian. On Mon, May 26, 2014 at 4:18 PM, Sam Berlin wrote: > Yeah, we have a little

Re: idle thought: host code on github instead?

2014-05-27 Thread Sam Berlin
MOE ... same way we do it now. There's nothing special about codesite, it's just an arbitrary git repo. sam On Tue, May 27, 2014 at 6:21 PM, Stephan Classen wrote: > +1 > > But how would you get changes from github back into the internal source > control?

Re: idle thought: host code on github instead?

2014-05-27 Thread Stephan Classen
+1 But how would you get changes from github back into the internal source control? Am 27.05.2014 22:31 schrieb Sam Berlin :What do folks think of the idea?  It'd make accepting patches easier (with pull requests, etc), and I'm sure there's other benefits for folks using the code too.We could also

Re: idle thought: host code on github instead?

2014-05-27 Thread Nate Bauernfeind
Yes please! On Tue, May 27, 2014 at 3:31 PM, Sam Berlin wrote: > What do folks think of the idea? It'd make accepting patches easier (with > pull requests, etc), and I'm sure there's other benefits for folks using > the code too. > > We could also migrate issues if anyone knows a way to do tha

idle thought: host code on github instead?

2014-05-27 Thread Sam Berlin
What do folks think of the idea? It'd make accepting patches easier (with pull requests, etc), and I'm sure there's other benefits for folks using the code too. We could also migrate issues if anyone knows a way to do that. sam -- You received this message because you are subscribed to the Goo

Re: My app is throwing "java.lang.ArrayIndexOutOfBoundsException: 52264" exceptions within Google Guice

2014-05-27 Thread 'Christian Gruber' via google-guice
I'm working on getting snapshot repos up for all of the google open-source projects, but it's not there yet, sorry. Might be a bit, as I'm waiting on some internal infrastructure. c. On 27 May 2014, at 6:48, Sam Berlin wrote: Don't think it is, sorry. Stuart, your sisu fork might be up to da

Re: Guice Persist - Setting Transaction Isolation Level

2014-05-27 Thread Stephan Classen
There is currently no such feature in guice persist. I'm not even sure if you can do this on a per transaction basis. It may depend on you DB if this is supported or if it can only be set per connection. On 05/27/2014 02:35 PM, Robert Butera wrote: Hi, Am using Guice Persist and would like

Re: My app is throwing "java.lang.ArrayIndexOutOfBoundsException: 52264" exceptions within Google Guice

2014-05-27 Thread Sam Berlin
Don't think it is, sorry. Stuart, your sisu fork might be up to date and available in maven somewhere? sam On May 27, 2014 9:39 AM, "Ian Clarke" wrote: > Thanks Sam, do you know if HEAD is available via a Maven repo anywhere? > > Regards, > > Ian. > > > On Mon, May 26, 2014 at 4:18 PM, Sam Berli

Re: My app is throwing "java.lang.ArrayIndexOutOfBoundsException: 52264" exceptions within Google Guice

2014-05-27 Thread Ian Clarke
Thanks Sam, do you know if HEAD is available via a Maven repo anywhere? Regards, Ian. On Mon, May 26, 2014 at 4:18 PM, Sam Berlin wrote: > Yeah, we have a little more work to do to get it totally right for Java8. > There's a bunch of gotchas. HEAD should be nearly ready, though. If you're > a

Guice Persist - Setting Transaction Isolation Level

2014-05-27 Thread Robert Butera
Hi, Am using Guice Persist and would like to change the transaction isolation level. Have googled, but really haven't found anything at all. Ideally I would like to set it on a transaction-per-transaction basis. Any help would be appreciated. Regards Rob -- You received this message because