Carter Kozak
Carter Kozak
`OPTIONS` requests are used for pre-flight checks, but we don't have any language in the specification describing whether or not support is required by all server implementations.
### Description of the problem / feature request: Class initialization deadlocks are common when a type uses one of its subtypes in a static field or block. ### Feature requests:...
## What happened? I added a new `javaAgent` configuration to sls-packaging, and every project with a bom dependency failed to build distributions. ## What did you want to happen? Ideally...
Retrofit does not load on jre14+ Retrofit has known security vulnerabilities Retrofit cannot be upgraded without breaking conjure ## Before this PR retrofit and okhttp on the runtime classpath despite...
``` java.lang.IllegalArgumentException: @Path parameters shouldn't perform path traversal ('.' or '..'): foo+bar at retrofit2.RequestBuilder.addPathParam(RequestBuilder.java:113) at retrofit2.ParameterHandler$Path.apply(ParameterHandler.java:99) at retrofit2.RequestFactory.create(RequestFactory.java:108) at retrofit2.OkHttpCall.createRawCall(OkHttpCall.java:190) at retrofit2.OkHttpCall.execute(OkHttpCall.java:173) ``` These are valid parameters, they just need...
==COMMIT_MSG== Implement ImmutableMapDuplicateKeyStrategy for obvious map construction. By default we suggest replacing `build()` with the more descriptive `buildOrThrow()`, however `buildKeepingLast()` may be the original intent in some cases. ==COMMIT_MSG== ##...
==COMMIT_MSG== Failing test binding a method type parameter ==COMMIT_MSG==
## What happened? https://github.com/palantir/gradle-baseline/pull/2382#discussion_r971508110 Gradle plugin definitions are split between META-INF and the gradle `gradlePlugin` dsl. ## What did you want to happen? We should fill in `implementationClass` for all...
## Before this PR ## After this PR ==COMMIT_MSG== Test jackson 2.13.4 ==COMMIT_MSG== ## Possible downsides?