Martin Schrodt

Results 5 issues of Martin Schrodt

I have a bean with several `@Produces @Named("someName") @ViewScoped` producers which all return ArrayLists. This caused ClassCastExceptions on postback where elements of one producers list could not be cast to...

Some decoders support decoding a proper payload from empty DataBuffers. One good example is the ProtobufDecoder. This patch adds a method canDecodeEmptyDataBuffer() to the Decoder interface, allowing the Decoder to...

in: core
type: enhancement

Hi, I am one of the users who mostly browse QRV, so all I have atm is 4 CCP. I should have 10 upvoats/day. I do not get as many....

Hi, whenever a new Source 1/2 replay parser comes out, I read their code to find out how they did stuff. Especially some comments in the send table parsing code...

### Expected behavior Querying a record which contains an enum array in R2DBC works. ### Actual behavior Querying a record which contains an enum array using R2DBC fails with ```...

T: Defect