Jarl André Hübenthal

Results 47 comments of Jarl André Hübenthal

Hazelcast requires no additional setup of servers or databases. https://docs.hazelcast.com/tutorials/hazelcast-embedded-springboot Might need some docs though and specific properties to be handled properly in dbi

near impossible. Consider ignoring this dependency in dependabot

I made a stab at this, but I'm not sure if its the right way to "fix it".

> @jarlah You can not change hashCode without changing equals. The result of these two methods must agree. The contract for these two methods is defined in java.lang.Object. So, always...

I think vavr is making itself a disservice by redifining such concepts. But i guess its ok, because vavrs collections will only be used and compapred to with vavr collections....

to be honest, it only seems to make test permutations for request body, which is not really helpful for path parameters and query params based endpoints?

I have an endpoint with aprox 40 optional query parameters. The simplest way to add tests for these query params is to make 40 additional tests dynamically for the 40...

I see now that the code is using query params if they are required. So I would guess it should be quite possible to "fix" this issue of mine :)