Alkis Mavridis

Results 3 issues of Alkis Mavridis

I saw an other issue mentioning a linking error under linux. What happens to my case is compile error. ``` alkis@alkisPC:~/p/swift/logic2$ git clone https://github.com/PerfectlySoft/PerfectTemplate.git Cloning into 'PerfectTemplate'... remote: Counting objects:...

I just tried to convert one of my `CrudRepository`s to `CoroutineCrudRepository`. During boot, my application throws the following error: ``` Caused by: org.springframework.data.mapping.PropertyReferenceException: No property 'count' found for type 'WorkerState'!...

#### Feature summary I would find it very helpful if there was a way to assert that a block of code runs (succeeds / fails) within a certain time duration...