Bug Description
The migration guide and the README both reference a package called org.cyclonedx.model.schema which does not exist. The enum SchemaVersion also does not exist. What does exist is an enum called Version but it's in org.cyclonedx.
https://github.com/CycloneDX/cyclonedx-core-java/blob/master/src/main/java/org/cyclonedx/Version.java
I believe both the README and the migration guide need to be updated.
Self-contained Reproducer Project
n/a
Expected Behavior
n/a
Gradle build scan URL (optional)
No response
OS
Liniux
Gradle version
9.2
CycloneDX Plugin version
3.1.0
Additional Context
I can provide a PR for the README but I can't change the migration guide. I'll hold off until you confirm what you'd like to see. I'm unsure where these wrong package names are coming from and maybe I'm just missing something?!
Contribution
Bug Description
The migration guide and the README both reference a package called
org.cyclonedx.model.schemawhich does not exist. The enumSchemaVersionalso does not exist. What does exist is an enum calledVersionbut it's inorg.cyclonedx.https://github.com/CycloneDX/cyclonedx-core-java/blob/master/src/main/java/org/cyclonedx/Version.java
I believe both the README and the migration guide need to be updated.
Self-contained Reproducer Project
n/a
Expected Behavior
n/a
Gradle build scan URL (optional)
No response
OS
Liniux
Gradle version
9.2
CycloneDX Plugin version
3.1.0
Additional Context
I can provide a PR for the README but I can't change the migration guide. I'll hold off until you confirm what you'd like to see. I'm unsure where these wrong package names are coming from and maybe I'm just missing something?!
Contribution