[improve] replace jcip annotations to jsr305 annotations#25252
[improve] replace jcip annotations to jsr305 annotations#25252lhotari merged 8 commits intoapache:masterfrom
Conversation
…and spotbugs annotations Removal of jcip and moving to spotbugs and javax annotations .
|
@sindhushreem25 Please add the following content to your PR description and select a checkbox: |
Added the relocation for spotbugs-annotations
lhotari
left a comment
There was a problem hiding this comment.
I checked once more and noticed that spotbugs-annotations doesn't contain the annotations. This is what spotbugs-annotations depends on:
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
Please switch to use this dependency directly.
Since javax.annotation is already relocated, there's no need to add entries for that part.
resolved the comments. changed to javax.annotations
sindhushreem25
left a comment
There was a problem hiding this comment.
resolved the comments
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #25252 +/- ##
============================================
- Coverage 72.95% 72.61% -0.35%
+ Complexity 34171 33996 -175
============================================
Files 1959 1959
Lines 155401 155403 +2
Branches 17724 17726 +2
============================================
- Hits 113380 112850 -530
- Misses 33116 33536 +420
- Partials 8905 9017 +112
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@lhotari should i change the dependency which are failing in OWASP Dependency-Check |
Removal of jcip and moving to spotbugs and javax annotations.
Fixes #xyz
Main Issue: #xyz
PIP: #xyz
Motivation
Modifications
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: