Abhijit Sarkar

Results 224 comments of Abhijit Sarkar

> default() could simply have an optional String parameter for how to represent the default value. If unset we use toString() Sounds good to me

This seems to be working. Do you've any suggestions to make this better? object QueriesYamlProtocol extends DefaultYamlProtocol { ``` implicit object QueriesYamlFormat extends YamlFormat[Queries] { override def write(obj: Queries): YamlValue...

@jcazevedo wrote: > Also, if you make your Queries class a case class, there's a handy helper to create a YamlFormat for your: ``` import net.jcazevedo.moultingyaml._ import net.jcazevedo.moultingyaml.DefaultYamlProtocol._ implicit val...

Hi, wondering what's the plan to merge this pull request and release a new version of the plugin? @wdschei do you've a sample `build.gradle` showing your changes?

Thanks @wdschei. Did you publish to jcenter or maven central? And do you any examples for me to get started? I've an existing Maven config that uses a plugin to...

@wdschei thanks again. I'll look. I think I know gradle enough to understand build scripts, however, as you can see in the code snippet above, I'm using a JAXB plugin,...

I'm looking [here](https://github.com/rackerlabs/gradle-jaxb-plugin) for indication of what you said "support for setting the classpath argument of the XJC Ant task" and don't see any. I'll now start digging through source...

@YonatanKra Is there any reason to keep this ticket open if your problem was solved?

Ran into this issue with Azure Redis Cache. ``` Factory method 'redisson' threw exception; nested exception is org.redisson.client.RedisConnectionException: Unable to init enough connections amount! Only 5 of 24 were initialized....

@mrniko Thanks for reopening the ticket. I want to add some details that might help. In my case, there are four types of clients that connect to Redis using Redisson....