-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 1428 : remove deprecated code #910
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
src/test/java/org/dependencytrack/resources/v1/VulnerabilityResourceTest.java
Outdated
Show resolved
Hide resolved
`/api/v1/bom/{token}` was deprecated in v4.11 and removed in #910. Since BOM upload progress is tracked in durable workflows in v5, the new `event` endpoint must be adapted to check those as well. Signed-off-by: nscuro <[email protected]>
…ests The `/api/v1/bom/{token}` endpoint was removed in DependencyTrack/hyades-apiserver#910 Signed-off-by: nscuro <[email protected]>
Description
Remove multiple REST endpoints, and fields of model classes that were deprecated in v4.x (i.e. via @deprecated annotation).
Addressed Issue
DependencyTrack/hyades#1428
Checklist