Clayton Walker

Results 47 issues of Clayton Walker

Version 2.6.1 Enums are currently being listed inline in the swagger output, causing enums to be generated as inner class. They should be referenced via `"$ref"` like classes are. Attached...

feature
help-wanted

This is a tentative solution to an issue found when using `native-image` to build binaries that depend on jib. Currently during deser jackson attempts to set private final fields like...

cla: yes

In the struct `TextureViewDescriptor`, the fields ``` pub format: Option, pub dimension: Option, ``` appear to have an unstable representation. In the case of format, the integer that corresponds to...

bug
help wanted

### Expected Behavior Build succeeds ### Current Behavior Build fails with exception ``` > Task :dockerCreateDockerfile FAILURE: Build failed with an exception. * What went wrong: Receiver class com.bmuschko.gradle.docker.tasks.image.Dockerfile$CopyFile does...

enhancement

When trying to use the gradle configuration cache, depending on the plugins applied and tasks configured various configuration cache problems will prevent builds from succeeding. There are a few main...

enhancement

Fixes a compatibility issue with Gradle 6.9.x Without this builds fail with ``` > Task :dockerCreateDockerfile FAILURE: Build failed with an exception. * What went wrong: Receiver class com.bmuschko.gradle.docker.tasks.image.Dockerfile$CopyFile does...

**Describe the bug** The `jmhJar` task is currently unaware of mrjars. If you have a dependency on an mrjar, or you use the `me.champeau.mrjar` plugin, the `jmhJar` task does not...

Replaces uses of internal `com.google.gson.internal.bind.*` classes from gson-fire and replaces them with an alternative way of configuring the json reader and writer classes. Fixes https://github.com/julman99/gson-fire/issues/52

No commits to the master branch since Jul 2, 2021.

Checklist: * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this is a chore. *...