Re: 2020 Groovy Ecosystem Usage Report - I need your help

2020-09-07 Thread Szymon Stępniak
mation in the form of a blog post. The more information we get, the more accurate might be. Thank you so much for your help, and have a Groovy day! :-) Szymon On Fri, Aug 28, 2020 at 6:36 PM Szymon Stępniak wrote: > Hello everyone! > > I want to ask you for help. I run into an idea to

Re: 2020 Groovy Ecosystem Usage Report - I need your help

2020-09-14 Thread Szymon Stępniak
Hello everyone! I just published a blog post with the survey's summary. Feel free to comment and share your thoughts about the results. https://e.printstacktrace.blog/groovy-ecosystem-usage-report-2020/ Best, Szymon On Mon, Sep 7, 2020 at 10:19 AM Szymon Stępniak wrote: > Hello every

2020 Groovy Ecosystem Usage Report - I need your help

2020-08-28 Thread Szymon Stępniak
Hello everyone! I want to ask you for help. I run into an idea today to research and collect information about the usage of various frameworks, libraries, and tools in the Groovy ecosystem in 2020. I create a one-question survey (multiple choice) and I would like to invite you to participate in

Re: 2020 Groovy Ecosystem Usage Report - I need your help

2020-08-29 Thread Szymon Stępniak
and have found to play well with it*, especially when wrapped in a > little Groovy closure magic :-) > > Cheers, > mg > > *with the only exception of Ebean not seeing Groovy trait added class > properties - not a big deal for me, and might work in a newer Ebean > version than

Re: How to specify a default array value for annotation attribute with static compilation?

2021-03-09 Thread Szymon Stępniak
You might actually don't need the @CompileStatic annotation in this example. Here is what the bytecode decompiled to the Java class looks like (an example without static compilation enabled): // // Source code recreated from a .class file by IntelliJ IDEA // (powered by FernFlower decompiler) //