Re: Groovy Docker images

2016-09-09 Thread Corum, Michael
Not related to Groovy as much. We’ve never been able to get OpenJDK (7 or 8) to work properly with Oracle JDBC drivers on Alpine. Always have to use Oracle JDK and in the research we did, we found others with the same issues. Michael Corum VP, Technical Architecture Solutions RGA Reinsurance

Re: Groovy Docker images

2016-09-09 Thread Guillaume Laforge
Out of curiosity, what's the problem with OpenJDK? Is it related to Groovy or not at all? On Sat, Sep 10, 2016 at 5:09 AM, Corum, Michael wrote: > > >- Either one >- Alpine – I suspect others will want other options though >- Would most definitely prefer Oracle but I assume other wou

Re: Groovy Docker images

2016-09-09 Thread Corum, Michael
* Either one * Alpine – I suspect others will want other options though * Would most definitely prefer Oracle but I assume other would want OpenJDK as well. For my purposes OpenJDK just doesn’t work at all. Michael Corum VP, Technical Architecture Solutions RGA Reinsurance Company 1

Re: Groovy Docker images

2016-09-09 Thread Guillaume Laforge
HI Keegan, On Sat, Sep 10, 2016 at 4:48 AM, Keegan Witt wrote: > I was thinking of putting together some Docker images for Groovy, with the > idea they might be useful to base Grails, Gradle, etc images on and > wondered people's opinions on a few things. > >- Should I install Groovy manuall

Groovy Docker images

2016-09-09 Thread Keegan Witt
I was thinking of putting together some Docker images for Groovy, with the idea they might be useful to base Grails, Gradle, etc images on and wondered people's opinions on a few things. - Should I install Groovy manually in somewhere like /opt? Or use SDKMAN? - Should I have images base

Re: Looking for testers & feedback: new Groovy binaries for Windows

2016-09-09 Thread Keegan Witt
Hmm, maybe the bat files aren't as robust as I assumed and I should rethink the approach. If we went the GCJ route, we'd still have to implement our own logic to locate Java binaries (similar to how C code does today), right? That'd be an option, though I'm a little hesitant to start relying on s