neilswingler
neilswingler
That will work without any new release I suppose. I guess you know best whether to use a Mono\ or an RSocket wrapper.
I have a java app running in google app engine. I hit this issue running in Europe West 1 (if the region makes a difference). I added a request to...
With Freebuilder I can write something like ```java Parent parent = new Parent.Builder() .name("parent") .mutateChild(x -> x .name("child")) .build(); ``` I use this idiom a lot especially in tests where...