Neon Ngo
Neon Ngo
@consideRatio can you look at this PR?
my end goal is for this updated oauthenticator library to get used by jupyterhub/k8s-hub image, so that can inject my ca-certs there properly while running under K8s and this is...
have you tried setting next version to be the same to see if it skips step 2? e.g. ``` gradle release -Prelease.useAutomaticVersion=true -Prelease.releaseVersion=1.0.1 -Prelease.newVersion=1.0.1 ```
> I see. Well, there's obviously a crucial difference, in that `--compact-output` is a flag, but your `compact` proposal is a filter. Personally I see little gain on altering the...
FYI: you can address this issue by using the forked com.carrotsearch.thirdparty:simple-xml-safe:2.7.1 (https://github.com/carrotsearch/simplexml-safe) that has this fixed (that is what the MINIO folks did in their minio-java 7.1.0 release)
I encounter this same issue passing `verify=True` using boto3 1.24.28 and botocore 1.27.59, where I was expecting it to use the CA bundle from `REQUESTS_CA_BUNDLE` or `AWS_CA_BUNDLE` env, but it...
The Eclipse JDT `@NonNullByDefault` annotation allows locations to be specified, so I get a false positive that a nullable field should be non-null. Using SpotBugs 3.1.10. ```java @NonNullByDefault(DefaultLocation.RETURN_TYPE) public class...