Ola Sæter Heitmann

Results 14 comments of Ola Sæter Heitmann

But is this something you'd consider fixing? I think it's really unfortunate that an optional header value can ruin a completely valid request. For the time being we've had to...

My issue is that I'm creating a resource method in which I **don't want** to handle the data as files. If I'm not mistaken, this is exactly what happens now,...

While creating a reproducer I discovered this log message which clearly explains the situation: `2022-08-09 10:55:47,165 WARN [org.jbo.res.rea.ser.han.RequestDeserializeHandler] (executor-thread-0) Attribute 'anotherTextPart' of the multipart request is a file and therefore...

This is really interesting. @Sanne, are the experiments available somewhere? I found some JNation videos but couldn't find anything on this. Imo this is an important topic with generally too...

Thanks @Sanne! I'll have a look at this as soon as I find the time, possibly not before EOW.

I am currently using Mutiny and not Vert.x directly so I might be a little out of touch here. But could something like the following work? 1. Create a new...

@vietj Yes, essentially.

@gavinking, do you mean like with Pool.withTransaction() where the transaction is committed/rolled back and the connection is released after the function execution? I think I'd personally prefer having a variant...

I guess either way (functional reference or manual management) is already possible. What I'd expect to get out from this would be a way to handle both connections and transactions...