This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from 2396c5f CAMEL-15496: Headers and Properties support (#4371) add 320dd0d CAMEL-15617: Fix filter Google PubSub reserved attributes (#4343) No new revisions were added by this update. Summary of changes: camel-dependencies/pom.xml | 6 +- components/camel-google-pubsub/pom.xml | 77 ----------- .../google/pubsub/GooglePubsubComponent.java | 1 + .../google/pubsub/GooglePubsubConstants.java | 1 + .../google/pubsub/GooglePubsubProducer.java | 9 +- .../component/google/pubsub/PubsubTestSupport.java | 95 ++++++++----- .../google/pubsub/integration/DeadLetterTest.java | 154 +++++++++++++++++++++ parent/pom.xml | 6 +- 8 files changed, 229 insertions(+), 120 deletions(-) create mode 100644 components/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/integration/DeadLetterTest.java