GeorgiPetkov

Results 12 comments of GeorgiPetkov

The problems is that the method `ReactiveJooq#executeReturning` (called by `ReactiveJooq#executeReturningOne` below) always creates records of table's type. In other words, the assumption that the insert/update query's generic type matches the...

I mentioned that the max number of retries is irrelevant. This is true for the given test with `Mono.error()` because it always fails, but it is imporant to note that...

I want to persist instances and variables, but not activity history and variable changes.

> @GeorgiPetkov be careful because it's not only the **HI**story tables which grow, there's also **ACT_RU_ACTINST** which is the runtime history of all activities and grows a lot when you...

For the first one - as I said, at least it should be documented or people will end up having to read all the work you've done to understand what's...

@SimoneGiusso I am familiar with Spring Boot, but this is irrelevant. The point of the test is to be straight to the point with least dependencies possible. Regardless, I'm pretty...

@SimoneGiusso Why do you want me to do that? You have the whole example. Can't you reproduce the problem? What's the point in me doing this?

@SimoneGiusso 1. I don't understand what exactly you're changing with the `DRIVER` and `PROTOCOL` options. Could you elaborate on how is this fixing the issue? What is the actual issue?...

> ... Creator methods are discovered too late to be linked with other accessors ... This seems strange since it's working if not using a primitive type for the field....

Reopening the issue, I closed it by accident. @cowtowncoder If I understand correctly `FAIL_ON_NULL_FOR_PRIMITIVES`s validation should be applied at later stage then? Anyway, I guess the issue is not urgent...