Aaron Whiteside

Results 12 comments of Aaron Whiteside

I'd be ok with two methods, one for Iterables, and another for arrays. But you'd probably need another one for Maps too, as the Map interface doesn't extend Iterable. And...

Alpine 3.7 and tested with Oracle JDK 9.0.4 and 10 (latest stable release), this was in docker. I ended up getting it working by copying adopt openjdk's approach, https://github.com/AdoptOpenJDK/openjdk-docker/blob/master/9/jdk/alpine/Dockerfile.openj9#L32 Where...

My bad, in the example I used `removeById`, in reality we mostly delete entities using n1ql queries, for conditional deletes. Assuming `removeById()` works `withCas()` for the KV store case (to...

Building on this, there is also no current way to specify the durability for a `Repository#save` call. To reinforce the configurability requirement above, when testing locally developers typically have a...

The `FeignBuilderCustomizer` won't really help here. As the current method to set a `ResponseMapper` ( `Feign.Builder.mapAndDecode(ResponseMapper mapper, Decoder decoder)`) requires the `Decoder`. This really needs to be handled in the...

@rnorth @bsideup @kiview let me know if there are any more changes to make to this PR?

@bsideup @rnorth @kiview what needs to happen to get this merged?

@bsideup @rnorth Is there any way I can help get this PR reviewed and merged?

> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is...

> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is...