Sergei Egorov

Results 47 issues of Sergei Egorov

Fixes #1448

type/bug
transport/okhttp
resolution/acknowledged
transport/httpclient5

This PR introduces a new experimental API. Main benefits are: 1. Commands are immutable and can be shared/reused 2. No need to instantiate a client to instantiate a command 3....

type/enhancement
resolution/acknowledged

Do we really want this? This can lead to MITM attacks on docker credentials (maybe)? _Originally posted by @kiview in https://github.com/docker-java/docker-java/pull/1351_

resolution/acknowledged

Currently, when we test different transports (tcp, unix socket, etc etc), we run the full test suite: https://github.com/docker-java/docker-java/blob/21583b51e02c129ead0732fbe235d02eb608e341/.travis.yml#L24-L43 However, it is enough to run a subset that can be affected...

resolution/acknowledged

Hi! Will you support non-iOS targets like Mac OS X, Windows, Linux? I know that it was possible to build native binaries with RoboVM, and I really want to keep...

enhancement
question

use HOCON to parse the configuration and add HOCON as a parser as well

in progress

enhancement
new source

enhancement
new source

Hi! Will Weave Net work with the [Rootless Docker](https://docs.docker.com/engine/security/rootless/)? Since it does not support the overlay networks, Weave could be a great alternative (although I would expect it to hit...

question

Hi! If I have a service named `MyService `, the current implementation generates a constructor (`MyServiceServer`) with 3 parameters: 1) `MyService` 2) `Optional` 3) `Optional` The problem is that if...

enhancement