bergtwvd

Results 10 issues of bergtwvd

Often I want to deploy a composition on one of my Docker Engines (or Swarm standalone instances if you will). From Settings I can enter the Docker Engine URL to...

enhancement

I have a large set of services defined that are spread around in my cluster by swarm. When I press the Up button in the Compose UI it starts working...

enhancement

I have used consul dns in a clustered docker environment with pre docker 1.9 configurations. I wonder how docker 1.9 effects the consul dns setup. How can I use dns...

The JSON Parser uses internally BigDecimal objects for floating point values. This is less performant than a double, against the ability to use larger values. There should be a parser...

Additions to generate and parse a sequence of JSON values. See https://github.com/leadpony/joy/issues/14.

In some cases there may be multiple providers, for instance one that comes with the Maven dependencies, and one that I explicitly want to use. To allow the loading of...

When there is an error in the application streaming JSON objects via the Json Generator, the only option I currently have is to close the stream and restart. I believe...

Parsing a sequence of JSON objects is not possible, but the standard says: ```` JsonParser can be used to parse sequence of JSON values that are not enclosed in a...

The JsonParser [documentation ](https://jakarta.ee/specifications/jsonp/2.0/apidocs/jakarta.json/jakarta/json/stream/jsonparser) shows: > JsonParser can be used to parse sequence of JSON values that are not enclosed in a JSON array, e.g. { } { }. The...

The Test Suites and Badges under `RuntimeConfig` have a version number or date in the file name. This should not be the case.

question