Re: JSONBuilder Option to Only Include NonNull values

2016-03-06 Thread Gerald Wiltse
Sorry, was on my list today. I hope this year to be able to start contributing consistently. Gerald R. Wiltse jerrywil...@gmail.com On Sun, Mar 6, 2016 at 1:56 PM, Pascal Schumacher wrote: > Hi Gerald, > > thanks for the kind words. :) > > As I did not find any issue

Re: JSONBuilder Option to Only Include NonNull values

2016-03-06 Thread Pascal Schumacher
Hi Gerald, thanks for the kind words. :) As I did not find any issue for this I created one myself: https://issues.apache.org/jira/browse/GROOVY-7780 Cheers, Pascal Am 05.03.2016 um 16:37 schrieb Gerald Wiltse: You got it, thanks for all your hard work on the project! Gerald R. Wiltse

Writing blobs to database

2016-03-06 Thread Tim Dudgeon
Is there any specific support in Groovy (e.g using groovy.sql.Sql) for writing large binary objects to the database without dropping down to the raw JDBC level? I couldn't find any. To be more specific, I have an InputStream and want to write it to the database (in my case a Postgres bytea

Re: XmlSlurper, attributes and namespaces

2016-03-06 Thread Paul King
Yes, I think it is a bug. I thought we had a workaround using star, i.e. node.@'*:attributeName', much like node.'*:tagName' but the attribute version with star doesn't work either. On Sat, Mar 5, 2016 at 7:43 PM, Pascal Schumacher wrote: > Hi Jason, > > I do not know.