Bill O'Neil
Bill O'Neil
@lukaseder any thoughts on this since we added the new `CompletionStage`? Ideally it would accept `CompletionStages` but they would need to be converted to `CompletableFuture` to call `join()` or `CompletableFuture.allOf(`
No problem totally agree. Just wanted to see if you had any thoughts. I might make something similar internally and see if I like it.
Do you think it would be worthwhile to have an implementation of a `ManagedBlocker` that can optionally be passed in? Or would the use cases vary too much? I could...
You can find all the commits per release here https://github.com/jOOQ/jOOL/milestone/12?closed=1 in the short term.
Resolves https://github.com/windy1/google-places-api-java/issues/66
resolves https://github.com/windy1/google-places-api-java/issues/66
Solution 2: Use the DSL Solution 3: Don't be lazy and create your own customized DAO source code generator. It's not that hard. I added quite a few features in...
@lukaseder I shared it on the google group around a year ago you gave some good suggestions which I never got around to implementing. It's basically a query builder for...
I recently ran into this issue and the cause was misusing a lower level api. Original (Not sure why we didn't use the built in ping before maybe we used...
I haven't looked at this in a very long time but from what I can remember the issue is related to returning a dirty buffer back to the pool. In...