Vladislav Kisel

Results 12 comments of Vladislav Kisel

Btw Hibernate introduced completable future reactive API via Vert.x driver (and I've implemented a criteria API over it https://github.com/encircled/Joiner with support of reactor mono/flux)

Hi, Use annotation `@Validated` instead of `@Valid` for `@RequestBody` parameter. Then `MethodValidationPostProcessor` will not be triggered and Spring arguments validation (with dependencies injection for validators) will still work.

Hi, Sounds pretty interesting ;) So, you would like to have something like QueryDsl, but with functional-style API and supporting both JDBC and R2DBC without JPA, right?

@sdeleuze and why exactly can't we stick with Exposed? :)

Hey, I will take a look on this one

@DavideD Indeed, can confirm it behaves the same regardless of @NotFound. There is one more cases with broken reference I'm not 100% sure about, @JoinColumn(nullable = false) + @NotFound(action =...

This is to be fixed in ORM and then we merge the unit test, right?

Ok, so I will follow up after that

@DavideD seems that it was fixed in ORM in 6.x, any plans for migration yet?

I was able to reproduce this issue. Thanks, @sgrimm, for pointing out the use of `ForkJoinPool.managedBlock()`. Here’s a shortened description of the problem: - JUnit 5 runs in parallel mode,...