MG
MG
## 🚀 Feature request ### Current Behavior io-ts model validation requires knowing and using io-fp ### Desired Behavior io-ts provides traditional JS interface for model validation that decodes or throws...
Hello again! We've been using Hibernate Reactive in prod for a while and there's a common mistake I would like to prevent when using Reactive DAO's. We're writing DAO's much...
Hello! Hibernate has a new mode/extension called Hibernate Reactive that's meant to be used with Reactive frameworks like Vert.X It recently hit 1.0 so we're trialing it, and I noticed...
### Version Vert.X Java 4.3.3 ### Context I encountered this exception while trying to pipe an HttpResponse to another stream after it had already been read ### Do you have...
#### Describe the feature It's common to get a Socket Closed exception when exceeding various timeouts (connection timeout, idle timeout, read timeout, write timeout). In my experience it can be...
Hello! I'm writing some DAO-like code and want to ensure a Session is already open when it's called. But Hibernate Reactive doesn't expose a `getCurrentSession()` on `SessionFactory` Mutiny SessionFactory already...
Hello! We run lots of Docker containers using Colima, which AFAIK uses this Alpine image. Our machines struggle with free ram when running many containers, and its my understanding that...