hkawa608
hkawa608
Specified the `var/run/docker.sock` file clearly instead of the `var/run` folder for the host mount configurations. - This file is created as a symbolic link with `/Users/${username}/.docker/run/docker.sock` in Mac environment. -...
#### Summary Programs cannot access the `/var/run/docker.sock` file in a container when it is a symbolic link with the host path. This means a `curl ${ECS_CONTAINER_METADATA_URI}` command fails. #### Description...
In the following 0.10 refactor PR, why is the null check of params in build method of ConfigurationBuilder.java(L79~L87) missing? This causes a NullPointerException when updating, and I'm having trouble with...
My openapi.yaml refers other files such as `components/schemas/definitions.yaml`. However, `openapi-generator-bazel` seems to support only all-in-one yaml. Because only openapi.yaml is copied under bazel sandbox folder, code generation fails due to...
Ref to https://github.com/eclipse-ee4j/jersey/commit/e79aa535afe6f2c9fb7b0a39e4d0cc02d198c99a#diff-2ef29e24080600307e208ebcf3399be243501ea767e94224d4923f1f95828eaeR489-R491 In Jesey 2.41, JaxRSFeature.READ_FULL_STREAM is set to true by default. Due to this change, we have an interoperability problem that we cannot fix or avoid. So we...