rzpt
rzpt
This line can potentially throw if there are connection issues with the lock server. https://github.com/palantir/atlasdb/blob/962e597b5af6a976cba990aee6e3108f02b52ebd/atlasdb-impl-shared/src/main/java/com/palantir/atlasdb/transaction/impl/SnapshotTransactionManager.java#L251
## What happened? go-init does not respect the cmdline when checking for if a process is running. https://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptfunc.html A really easy way to confirm this is ``` echo $$ >...
## Before this PR There is no error prone check to prevent usages of these gradle apis which can make gradle commands unnecessarily slow. Some of the apis are also...
In ecj, $L combined with an ExecutableElement representing Supplier#get will insert `public abstract T get() ` instead of the intended `get()`. This could also be a bug with javapoet. I...
AnnotationMirror's hashCode is buggy in ecj, but equals seems to work.
## Before this PR Overly broad version pins cause slow gradle resolution times. ## After this PR ==COMMIT_MSG== Add checkBadPins task that verifies that there are no overly broad version...
If the SshHostControlSystem constructor throws, then it will not be closed.
Only generated _plainSerDe when it is used. Partial fix for #1635 ## Before this PR Generated code has a lot of warnings in eclipse. ## After this PR ==COMMIT_MSG== Fix...
## What happened? There are warnings in eclipse on generated code. I tried to suppress them in https://github.com/palantir/gradle-conjure/pull/951 but if we can suppress them at the source, that would be...
## What happened? Conjure objects validate primitive fields and non-primitive fields separately. The primitives are validated in the builder before the constructor is called, and the non-primitives are validated in...