jimshowalter

Results 21 issues of jimshowalter

We need to restrict the keys and values in our baggage, to avoid having it become an untyped free-for-all dumping ground, and to keep it from exceeding the size limits)....

Feature Request
blocked:spec

You closed https://github.com/gradle/gradle/issues/21125 as fixed, but the same problem is in 7.5. ### Expected Behavior The build should complete normally. ### Current Behavior `Unable to make progress running work. The...

a:regression
in:scheduler
affects-version:7.5

As reported in https://github.com/swagger-api/swagger-parser/issues/1081 and https://github.com/swagger-api/swagger-parser/issues/1422, something gets confused and creates Foo.java and Foo1.java, even though there is just one foo.json model. Those issues report that the problem has been...

We run Swagger codegen in our builds, programmatically, from a custom Gradle plugin that calls SwaggerCodegen.main, passing String[] args as if we're sitting there in front of a command line...

The requests are already logged: https://github.com/box/box-java-sdk/blob/05224c433d2a101a01959644674153df9542b711/src/main/java/com/box/sdk/BoxAPIRequest.java#L714 It would be very helpful when debugging to also have the error responses logged. There should be a way to configure this on or...

enhancement

This really is a bug/issue with Nebula, but it requires some background that sounds like we're filing a Jenkins bug. Please bear with me. CONTEXT: We have a Jenkins multibranch...

It currently is: ` private static boolean isKeyValid(String name) { return name != null && !name.isEmpty() && StringUtils.isPrintableString(name); }` It needs to be: ` private static boolean isKeyValid(String name) {...

Bug
help wanted
good first issue
blocked:spec

https://github.com/square/okhttp/tree/master/mockwebserver-junit5#mockwebserver-for-junit-5 says "testRuntimeOnly("com.squareup.okhttp3:mockwebserver3-junit5:4.11.0")", but after doing that, Gradle says: "Could not find com.squareup.okhttp3:mockwebserver3-junit5:4.11.0", and there is no such version in https://mvnrepository.com/artifact/com.squareup.okhttp3/mockwebserver3-junit5. There are only alpha versions.

bug

**Is your feature request related to a problem? Please describe.** Originally we thought we needed to call the batch-query API, and implemented code to do that. But then it turned...

enhancement

**Describe the bug** Trying to deserialize the .json files into Java using Jackson fails on some files with errors like this: `Cannot deserialize value of type `java.net.URI` from String "https://docs.opencast.org/r/10.x/admin/#changelog/#opencast-106":...

data quality