Ben M

Results 54 comments of Ben M

Or maybe just use lombok? https://projectlombok.org/features/Builder https://www.baeldung.com/lombok-builder

@smcvb How would a String Array work? When using EventSourcing with Axon, there's exactly **one** String within the `payload_type` column. Though I'd say, that an Event should have exactly one...

Discussion is always great and leads to the best solutions :) Then let me ask another question: Why an array? I think an event should have exactly one name. If...

Any news or plans for this feature? This would also make refactoring much easier, because the event type name doesn't depend on package and class names anymore. And it would...

Did someone make any progress on this in the last 4 years? 😸 For `@example` I'd say: There should be no fixed position. Examples should be able to be included...

I'm not yet sure who's responsible for this. Yasson: https://github.com/eclipse-ee4j/yasson/issues or RestEasy: https://issues.redhat.com/projects/RESTEASY/issues ?

I guess the same should be done for `JsonbAdapter`. And there are some edge cases: - What happens if there are multiple serializers for a single class? - What if...

Yeah, I agree. But maybe one last thing not to forget: It has to check (de)serializers and adapters at the same time. Because you can have an adapter for `Foo`...

I could only provide help with testing. Push some beta to npm and I'll see if it works :) EDIT: I set up a mini sample project, and it seems...

@Fgerthoffert I haven't looked into this for years. Though if nobody else here is still interested, you may just close this.