Alex

Results 46 comments of Alex

What do you think about https://github.com/joel-costigliola/assertj-db ?

Use case you setup & assert should be in one project is that you can reuse setup in tests. https://github.com/JDBDT/jdbdt

This also will be useful not to wait to add [mutable content](https://github.com/notnoop/java-apns/pull/331) properties And will fix https://github.com/notnoop/java-apns/issues/321 https://github.com/notnoop/java-apns/issues/328

How this pull request can fail? https://travis-ci.org/notnoop/java-apns/builds/121367621

``` @Serializable data class Data(val a: Int, @Optional val b: String = "42") ``` What about adding new class `JsonSerializationStrategy`? This class can be something like ``` class JsonSerializationStrategy( val...

Jackson library also has field naming policies.

https://github.com/orangy/squash/issues/9

@lostcodingsomewhere have you implemented it?