Skip to content

Commit

Permalink
chore: removed outdated clirr-ignored-differences content (#1261)
Browse files Browse the repository at this point in the history
* chore: removed outdated clirr-ignored-differences content

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
mmicatka and gcf-owl-bot[bot] committed Sep 1, 2022
1 parent 02896e5 commit 9ff0921
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions google-cloud-pubsub/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<!-- These should be removed after the next major release 1.117.x -->
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/pubsub/v1/Subscriber$Builder</className>
<method>com.google.cloud.pubsub.v1.Subscriber$Builder setExactlyOnceDeliveryEnabled(boolean)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/pubsub/v1/StreamingSubscriberConnection$Builder</className>
<method>com.google.cloud.pubsub.v1.StreamingSubscriberConnection$Builder setExactlyOnceDeliveryEnabled(boolean)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/pubsub/v1/MessageDispatcher$Builder</className>
<method>com.google.cloud.pubsub.v1.MessageDispatcher$Builder setEnableExactlyOnceDelivery(boolean)</method>
</difference>

<difference>
<!-- This should be removed after the next release 1.121.x -->
<differenceType>7006</differenceType>
<className>com/google/cloud/pubsub/v1/AckReplyConsumerWithResponse</className>
<method>*ack()</method>
<to>com.google.api.core.ApiFuture</to>
<justification>Updating return types to be consistent with Publish</justification>
</difference>
<difference>
<!-- This should be removed after the next release 1.121.x -->
<differenceType>7006</differenceType>
<className>com/google/cloud/pubsub/v1/AckReplyConsumerWithResponseImpl</className>
<method>*ack()</method>
<to>com.google.api.core.ApiFuture</to>
<justification>Updating return types to be consistent with Publish</justification>
</difference>
</differences>

0 comments on commit 9ff0921

Please sign in to comment.