Kevin Brightwell

Results 178 comments of Kevin Brightwell

@FibreFoX [here](https://github.com/assertj/assertj-generator-gradle-plugin/blob/master/build.gradle#L13-L29) is how I do it in my plugin. I use [this block](https://github.com/assertj/assertj-generator-gradle-plugin/blob/master/build.gradle#L32-L53) to publish to the portal via Travis on a tagged release. Hope that is helpful, albeit...

For the secrets, the secrets are only for gradle. So it should be okay to leave it in the env vars on Travis. You could also just forgo the whole...

> - How did you find out / hear about sol2? Was investigating `sol` originally, but found there to be bugs which were fixed in a `sol2` developer branch. >...

After starting on this a few days ago, I would like to keep working on this to make Jackson with JavaFX's properties. However, there's many hoops to jump through and...

> * Due to additional dependencies, this definitely needs to be a separate module, and not part of java8 datatypes. In theory we could try to make it dynamically loadable,...

In working on this some more, I wanted to outline what my current plan of attack is for you @cowtowncoder to make sure I'm not off in left field. 1....

> To be honest, I don't really like the complexity of the approach, and that suggest to me that this is not the way to go -- either as approach,...

I did some more on this today and my previous assertions that I was overcomplicating it were definitely true. I've managed to get serialization working as I would expect using...

@maul-esel, these are mostly your changes, I just adjusted them with the changes in #8 as it looked "dead."

cc @AlecStrong / @shellderp You were chatting about this offline :)