Patrick Koenig
Patrick Koenig
This would be useful for servers that use SSO or some other authentication layer before requests reach PlexRequests. Forcing users to sign in twice is cumbersome in these setups. See...
The service names prefixes that docker-compose adds to logs makes it cumbersome to analyze logs with other tools (`jq`, etc.). Recent versions of docker-compose have added a `--no-log-prefix` to disable...
Small FLUP to https://github.com/palantir/gradle-baseline/pull/2355
FLUP to https://github.com/palantir/gradle-baseline/pull/2355
## What happened? A `compileOnly` dependency was not ignored by the `checkUnusedDependencies` task. ## What did you want to happen? `compileOnly` dependencies should be ignored by the `checkUnusedDependencies` task since...
## Before this PR AtlasDB uses linked lists in a couple places. I noticed this while analyzing a heap dump from an OOM of one of our highest volume services...
## Goals We recently had a P0 caused by the following scenario: - Have version V1 with a named columns table - Create version V2 that adds a column to...
See internal link: https://g.p.b/foundry/mp/pull/12089#discussion_r1462867 AtlasDB has a number of components which need to be initialized (one of which is the transaction manager). If the initialization does not succeed on the...
After spending time enabling the [gradle-baseline](https://github.com/palantir/gradle-baseline) `checkImplicitDependencies` task on a large internal repo, I ran into a number of papercuts due to the fragile implementation of the baseline exact dependencies...
## What happened? A service is exposing a Conjure Undertow endpoint with an `Optional` header parameter. A Conjure Feign client calls this endpoint with an `Optional.empty()` value and receives a...