Niklas
Niklas
> how would the library approach the breaking change this introduces? We abide to SemVer and release that change under a new major version. We can maintain multiple major versions...
A possible solution pointed out by @jhoward-lm is to leverage code generation for the tedious `MarshalXML` functionality. An example of this method can be found [here](https://github.com/protobom/protobom/tree/main/api), where code generation is...
@dependabot rebase
Gotta wait for Quarkus to make this version bump.
> When specifying the authors for a component, but not specifying an author, this is dropped. I suppose this is somewhat expected since it's going from a list to a...
https://github.com/CycloneDX/specification/issues/627#issuecomment-2841618709
Good call @aravindparappil46! I'm wondering if even keeping this in a structured file format (JSON, YAML) would be beneficial. We could generate an `ADOPTERS.md` file based on its contents, in...
Sorry for letting this sit for so long. Before I add y'all to `ADOPTERS.md`, just wanted to have confirmation whether this is still current?
> Need some help figuring out how to filter Finding by tags 🤔 > > I understand that filtering is currently done in FindingsSearchQueryManager.processFilters(), but unsure how to edit the...
> @valentijnscholten There's also users that use the parent construct to create a hierarchy of projects. How would that be handled? Good question. How would you *expect* it to be...