File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
utils/src/main/java/software/amazon/awssdk/utils/async Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 146
146
<exec-maven-plugin .version>1.6.0</exec-maven-plugin .version>
147
147
<maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
148
148
<build-helper-maven-plugin .version>3.0.0</build-helper-maven-plugin .version>
149
- <japicmp-maven-plugin .version>0.15.3 </japicmp-maven-plugin .version>
149
+ <japicmp-maven-plugin .version>0.14.4 </japicmp-maven-plugin .version>
150
150
151
151
<!-- These properties are used by Step functions for its dependencies -->
152
152
<json-path .version>2.4.0</json-path .version>
519
519
<onlyModified >true</onlyModified >
520
520
<excludes >
521
521
<exclude >*.internal.*</exclude >
522
+ <exclude >software.amazon.awssdk.thirdparty.*</exclude >
522
523
<exclude >software.amazon.awssdk.awscore.client.handler.AwsAsyncClientHandler</exclude >
523
524
<exclude >software.amazon.awssdk.awscore.client.handler.AwsSyncClientHandler</exclude >
524
525
</excludes >
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ protected CancelListeningSubscriber(Subscription s) {
75
75
@ Override
76
76
public void cancel () {
77
77
super .cancel ();
78
- callListener (afterCompleteListener , "Post-cancel callback failed. This exception will be dropped." );
78
+ callListener (afterCancelListener , "Post-cancel callback failed. This exception will be dropped." );
79
79
}
80
80
}
81
81
You can’t perform that action at this time.
0 commit comments