I'm coming back on this idea of having it directly integrated in Groovy core.
Any more thoughts on this from anyone? On Tue, May 9, 2017 at 3:32 AM, Joe Wolf <[email protected]> wrote: > Thanks Søren and Guillaume. I'm glad to finally contribute something to > the Groovy community! > > On Sun, May 7, 2017 at 4:14 PM, Guillaume Laforge <[email protected]> > wrote: > >> This is indeed cool, and I'm wondering if it shouldn't be part of Groovy >> itself directly :-) >> >> On Sun, May 7, 2017 at 10:09 PM, Søren Berg Glasius <[email protected]> >> wrote: >> >>> Well done! Thank you for sharing! >>> >>> /Søren >>> >>> >>> On Sat, 6 May 2017 at 22:30 Joe Wolf <[email protected]> wrote: >>> >>>> Hi, I want to announce the 1.0 release of an OSS project I've been >>>> working on called goodtimes. >>>> >>>> The Groovy JDK has always been one of my favorite parts of Groovy, but >>>> it currently lacks support for newer Java 8 classes. Goodtimes fills some >>>> of this gap until the GDK is updated by providing extension methods for the >>>> Java 8 Date/Time API akin to those available for java.util.Date and >>>> Calendar. >>>> >>>> Source and documentation are hosted on GitHub: https://github.com/bdk >>>> osher/goodtimes >>>> >>>> Just add the dependency to your classpath to give it a try (assuming >>>> you're on Java 8, of course). >>>> >>>> @Grab('com.github.bdkosher:goodtimes:1.0') >>>> >>>> compile 'com.github.bdkosher:goodtimes:1.0' >>>> >>>> -Joe >>>> @bdkosher >>>> >>> -- >>> Best regards / Med venlig hilsen, >>> Søren Berg Glasius >>> >>> Hedevej 1, Gl. Rye, 8680 Ry, Denmark >>> Mobile: +45 40 44 91 88 <+45%2040%2044%2091%2088>, Skype: sbglasius >>> --- Press ESC once to quit - twice to save the changes. >>> >> >> >> >> -- >> Guillaume Laforge >> Apache Groovy committer & PMC Vice-President >> Developer Advocate @ Google Cloud Platform >> >> Blog: http://glaforge.appspot.com/ >> Social: @glaforge <http://twitter.com/glaforge> / Google+ >> <https://plus.google.com/u/0/114130972232398734985/posts> >> > > -- Guillaume Laforge Apache Groovy committer & PMC Vice-President Developer Advocate @ Google Cloud Platform Blog: http://glaforge.appspot.com/ Social: @glaforge <http://twitter.com/glaforge> / Google+ <https://plus.google.com/u/0/114130972232398734985/posts>
