Julia Plewa

Results 21 issues of Julia Plewa

I noticed that the full rule description is not included in the SARIF report. I know that it was briefly included (in https://github.com/spotbugs/spotbugs/pull/1184) and then removed again in https://github.com/spotbugs/spotbugs/pull/1185. I...

sarif

## Task Resolves: #566 ## Description Libraries haven't been updated in a while, some of them had CVEs.

## Task Resolves: #566 ## Description This is a release of a new version of the common SDK.

## Task Related to: #402 ## Description This is absolutely not a fix, however no one will have the time to actually fix this any time soon and right now...

## Task Resolves: #566 ## Description This is a continuation of #567. This should stop failing tests once the new SDK is released. I'm

Node 16 is deprecated in GitHub Actions, the recommended version is Node 20: ![image](https://github.com/VirtuslabRnD/pulumi-kotlin/assets/34098778/67e19846-2f04-42e8-b2df-e8e6cdb80601) I switched to the new version of most actions, but they're failing in case of jobs...

jvm-lab/pulumi-kotlin
planned

## Task Resolves: None ## Description This PR adds the mechanism for more Kotlin-style `Output` interpolation. ## TODO - [ ] Decide if we want to go with the `unaryPlus`...

In August, there was a lot of issues with GH Actions, so I guess we had more failed E2E tests than usually. A few days ago, a request came from...

jvm-lab/pulumi-kotlin
needs-grooming

While working on https://github.com/VirtuslabRnD/pulumi-kotlin/pull/306, I had to disable the inclusion of dependencies in projects ejected by failed tests due to the following error: ``` java.lang.RuntimeException: TypeError: Invalid comparator: 0.9.4.0 @jsii/kernel.RuntimeError:...

jvm-lab/pulumi-kotlin
needs-grooming

See: https://www.pulumi.com/docs/concepts/inputs-outputs/#lifting Java currently doesn't support this, but we could, since we have extension functions. It could look a bit like this: ```kotlin fun Output.clusterCaCertificate(): Output { return applyValue {...

jvm-lab/pulumi-kotlin
needs-grooming