File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
spring-pulsar/src/main/java/org/springframework/pulsar/listener/adapter Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 alias(libs. plugins. grgit) apply false
66 alias(libs. plugins. versions)
77 alias(libs. plugins. version. catalog. update)
8- id ' io.spring.nullability' version ' 0.0.5 ' apply false
8+ id ' io.spring.nullability' version ' 0.0.6 ' apply false
99}
1010
1111description = ' Spring for Apache Pulsar'
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ public HandlerAdapter(DelegatingInvocableHandler delegatingHandler) {
5252 this .delegatingHandler = delegatingHandler ;
5353 }
5454
55+ @ SuppressWarnings ("NullAway" )
5556 public @ Nullable Object invoke (Message <?> message , @ Nullable Object ... providedArgs ) throws Exception {
5657 if (this .invokerHandlerMethod != null ) {
5758 return this .invokerHandlerMethod .invoke (message , providedArgs );
You can’t perform that action at this time.
0 commit comments