https://pulumi.com logo
Title
f

full-dress-10026

10/26/2022, 4:14 PM
Hi. I'm looking into the Pulumi Java SDK. I'm curious, why is
com.google.code.findbugs/jsr305 3.0.2
is a runtime dependency of the
com.pulumi/pulumi
library?
m

mammoth-salesclerk-61945

10/28/2022, 8:38 PM
While working on improving our SDK gen for java, I came across the following comment and thought you might appreciate it.
```// TODO consider removing this; this is needed when
// the generated code depends on the Nullable class
WithDependencyDefault("com.google.code.findbugs:jsr305",```
https://github.com/pulumi/pulumi-java/blob/a5485dc48a293437fc5dfde50582f1141655ae0d/pkg/codegen/java/package_info.go#L178-L179 Opened an issue to track work on this: https://github.com/pulumi/pulumi-java/issues/879