Niklas

Results 836 comments of Niklas

Ensuring integrations with 3rd party services like MS Teams continue to work is challenging because there's no straightforward way to test it in an automated fashion. All we can do...

All I can see from my local testing with DT v4.10.1, is that notifications for MS Teams with scope `PORTFOLIO` are being sent out as expected, in the expected format....

Can we rule out that this is a service degradation that only occurs after a certain amount of time, i.e. the DT instance has been running for a while? Or...

Thanks @JaccoDieleman! I'm happy with every piece of additional info I can get, because I've not been successful in reproducing this so far.

I'm not too deep into how the plugin works, but I also don't quite understand the problem here. Could you elaborate a bit more @coheigea? IIRC, the plugin will be...

Does the generated BOM contain a [dependency graph](https://cyclonedx.org/use-cases/#dependency-graph)? Would you be able to provide a sample BOM (with all internal stuff redacted of course) so we can reproduce / investigate...

According to the `tools` node of the BOM, it was generated by Dependency-Track, not by the CycloneDX Maven plugin. Can you check the BOM before it was uploaded to DT?...

The problem appears to be that "work" (i.e., polled records) is being queued based on shards: https://github.com/confluentinc/parallel-consumer/blob/7231f62ba352a26ba67183ebce4a9ca1a60c796f/parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/state/ShardManager.java#L250-L263 For processing order `PARTITION`, each partition is a shard. For processing order `KEY`,...

> why download cyclonedx-go first cyclonedx-gomod is using the `go mod why` command to force Go to download all required modules to the local module cache. Other ways of performing...