Raphael Rösch
Raphael Rösch
> @rroesch1 : Some integration tests seem to be failing. Could you please take a look at these failures? Well, i got that but it took me while to realize...
@martin-g * i added `INF`/`-INF` because these are the values supported by [StdDeserializer](https://github.com/FasterXML/jackson-databind/blob/jackson-databind-2.17.2/src/main/java/com/fasterxml/jackson/databind/deser/std/StdDeserializer.java) in Jackson. (i don't know the reason for this). (`JsonEncoder` and `JsonDecoder` are based on Jackson) *...
**fyi:** looks like the C++ implementations also uses the literals `"NaN"`, `"Infinity"`, and ``"-Infinity"`` (see: [JsonCodec.cc](https://github.com/apache/avro/blob/release-1.12.0/lang/c%2B%2B/impl/parsing/JsonCodec.cc#L536) )
**fyi**: `no active sessions` is the error message you get from dockerd if you're trying to use buildkit without active grpc session. For buildkit support the client (i.e. `d-m-p`) has...
@rohanKanojia i have taken a closer look on what @nudgegoonies is doing (fyi: we are working in the same organization) and i think we identified the root cause of the...
fyi: The "batch mode" does not only disable interactive prompts but also disables colored log output (ANSI color escape sequences). But some CI-Systems (e.g. GitLab-CI and GitHub Actions) have support...
Hi @pn-santos , Please note that docker-maven-plugin doesn't support buildkit. Setting the buildOption `version` isn't enough to enable buildkit. Clients (i.e. docker-maven-plugins) must implement the buildkit gRPC callback API. To...