File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/com/rabbitmq/client/amqp/observation/micrometer Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 68
68
<spotless .version>2.44.3</spotless .version>
69
69
<google-java-format .version>1.25.2</google-java-format .version>
70
70
<spotbugs-maven-plugin .version>4.9.1.0</spotbugs-maven-plugin .version>
71
- <spotbugs .version>4.9.1 </spotbugs .version>
71
+ <spotbugs .version>4.9.2 </spotbugs .version>
72
72
<buildnumber .plugin.version>3.2.1</buildnumber .plugin.version>
73
73
<maven .gpg.plugin.version>3.2.7</maven .gpg.plugin.version>
74
74
<asciidoctor .maven.plugin.version>3.1.1</asciidoctor .maven.plugin.version>
Original file line number Diff line number Diff line change 20
20
import com .rabbitmq .client .amqp .Consumer ;
21
21
import com .rabbitmq .client .amqp .Message ;
22
22
import com .rabbitmq .client .amqp .ObservationCollector ;
23
- import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
24
23
import io .micrometer .observation .Observation ;
25
24
import io .micrometer .observation .ObservationRegistry ;
26
25
import java .util .function .Function ;
@@ -31,7 +30,6 @@ class MicrometerObservationCollector implements ObservationCollector {
31
30
private final PublishObservationConvention customPublishConvention , defaultPublishConvention ;
32
31
private final DeliverObservationConvention customProcessConvention , defaultProcessConvention ;
33
32
34
- @ SuppressFBWarnings ("EI_EXPOSE_REP2" )
35
33
MicrometerObservationCollector (
36
34
ObservationRegistry registry ,
37
35
PublishObservationConvention customPublishConvention ,
You can’t perform that action at this time.
0 commit comments