Gili Tzabari
Gili Tzabari
With the upcoming Jackson 3.0 release, now would be a good time to add YAML 1.2 support. My understanding is that `org.yaml:snakeyaml` only supports YAML 1.1 while `org.snakeyaml:snakeyaml-engine` only supports...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [x] ... the documentation does not mention...
### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [x] ... the documentation does not mention...
### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [x] ... the documentation does not mention...
### Description Both docker and dockerd provide a way to build their binaries with debug symbols. Please provide a similar option for `buildx`.
**Describe the bug** When running this code: ``` public V1ConfigMap createOrReplace(V1ConfigMap configMap) throws ApiException { V1ObjectMeta metadata = configMap.getMetadata(); assert (metadata != null); // https://github.com/kubernetes-client/java/issues/3653#issuecomment-2307770649 V1Patch configMapPatch = new V1Patch(JSON.serialize(configMap));...
**What language does this apply to?** Java If it's a proto syntax change, is it for proto2 or proto3? N/A If it's about generated code change, what programming language? Java...
## Summary This PR fixes incomplete cache restoration from compile-only builds by ensuring that configured outputs (e.g., `classes`, `test-classes`, `module-info`) are always attached and saved to the cache, regardless of...
## Problem Without executionControl configuration, the build cache does not track critical plugin properties that are often specified via command-line arguments (e.g., `-Dmaven.compiler.release`). This leads to incorrect cache reuse when...