Jonas Konrad

Results 237 comments of Jonas Konrad
trafficstars

I have a fix once https://github.com/micronaut-projects/micronaut-servlet/pull/731 is released

FYI it's likely not core v4.3.4...v4.3.7 you need to look at, you need to look at the equivalent micronaut-core versions for those platform versions instead.

it just means there's no http server or similar present in the micronaut application. it's not an error.

@alvarosanchez think this might be related to maven? i would think the classpath for both setups would be basically the same.

FYI alvaro is currently on vacation. It may take a while for him to respond.

i dont think we should make this change. the time zone should not be adjusted by the serializer. i dont know why we support this for serialization in the first...

I think it makes some sense for deserialization. my guess is that the serialization behavior was an accident.

CompletedFileUpload is specifically for form data. It is not currently supported for web sockets.

out of curiosity, how are you sending form data on websockets? ive never heard of this pattern

I'm wondering what you did on the client side to send form data over websockets