Jakub Kubryński

Results 20 issues of Jakub Kubryński

Could you please release new version (create version tag) so @mariuszs could release new Fedora package?

In json maps are written using `"key" : "value"` layout. FST writes them in array form. It'll great to be allowed to make use of the native form.

enhancement

I'm serializing `List` to json, which looks as below: ``` {"longList":{"typ":"list","obj":[1,3]} ``` Unfortunately after deserialization list contains `Integer` instead of `Long` object.

enhancement
JSon only

`await().atMost(5, TimeUnit.SECONDS).untilAtomic(counter, equalTo(0))` returns `0` as it's the last value. However in Spock there is a validation `GroovyRuntimeUtil.isTruthy(result)` which casts result to boolean and as 0 casted to bool is...

For example fairy.uniqueCollection(personProvider, uniqueConditionals)

It would be nice to be able to attach listeners to StateRepository. Currently all applications I saw using toggle were doing that by overriding JDBCStateRepository.

new-feature

It will be useful to be able to check when feature states were changed. Currently problem in togglz in enterprise applications is that there is a several dozen of features...

new-feature

Currently, we're verifying contracts based only on producer versions - usually current contract version + version deployed on production. It will be great to be able to determine "active" contracts...

help wanted

If someone use contracts as a part of acceptance or integration tests it makes sense to check performance and architecture assumptions, like for example number of stub invocations or number...

enhancement