Georg M. Sorst
Georg M. Sorst
**Describe the bug** JSON schema pattern properties can provide multiple patterns where any object property key must match one of the patterns. This is probably not handled correctly by models...
See #662.
**Describe the bug** The `semver_search` helper from the direnv stdlib does not work. **To Reproduce** Steps to reproduce the behavior: 1. Install several JDKs with the same version: ``` %...
Currently, `cyclonedx-linux-x64 convert` crashes with `Object reference not set to an instance of an object` when a BOM has no components: ``` cyclonedx-linux-x64 convert --input-file target/maven.bom.xml --output-format csv Unhandled exception:...
I am trying to write a CSV report that contains UTF-8 values in the dimension values (specifically `ga:searchKeyword`). Generating the report works fine using ```python report = unicode(query.serialize(format='ascii', with_metadata=False)) ```...
## Describe the bug According to the documentation [`@CaptureSpan` will automatically set the name of the span to `Classname#methodname`](https://www.elastic.co/guide/en/apm/agent/java/current/public-api.html#api-capture-span). When using Scala 2, this works fine for classes but not...