Mehmet Dogan

Results 9 comments of Mehmet Dogan

@LouisCAD: Of course I'm open to PRs. If you're willing to add Fx support, please do it by enhancing our [updater](https://github.com/mdogan/homebrew-zulu/tree/master/updater) app, so later JDK updates will be automatically generated.

Thanks @filipecosta90. Actually no. It was v1.1.0 before v1.1.2.

actually this is truncated version, github does not accept more than 65536 chars :) This test has 100 threads, so stacktrace is large..

Should be fixed by pull request #1994

I don't think we can integrate this into `HazelcastInstance. getDistributedObjects()`. Instead we can introduce a new method under `CPSubsystem`. But it may not have the same guarantees of the former...

I think it's possible to keep all versions as separate casks. That will require a few changes to the [updater](https://github.com/mdogan/homebrew-zulu/tree/master/updater) app. I can try to implement this when I have...

As @chronark said, we tried to follow wording in https://redis.io/commands/json.set/ page. But in some cases wording is not very clear and/or is ambiguous. In this case, original RedisJSON implementation executes...

I think `GraphSearcher` taking a view parameter externally but closing it looks a bit off, asymmetric. If GraphSearcher closes the view then it should create it upfront, not expect it...