You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/05/31 16:08:39 UTC

[camel] branch regen_bot updated (032a7cded45 -> 4111c3196a9)

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 032a7cded45 Regen for commit c05c928da1b831c51c5d4617bbf81e0165b2bcf6
     add d82abf99339 (chores) camel-fhir: remove test annotations from non-test
     add fdcf4e92331 (chores) camel-jms: ensure tests have at least 1 assertion
     add 8c2c89964bf (chores) camel-jmx: ensure tests have at least 1 assertion
     add c25f08a4072 (chores) camel-nats: ensure tests have at least 1 assertion
     add 0ceaf1909e9 (chores) camel-azure-storage-blob: rename manual test
     add 784065cd48f (chores) camel-geocoder: rename manual test
     add 63742c5a54b (chores) camel-crypto: rename manual test
     add 32f4548696e (chores) camel-jetty: rename manual test
     add 1b8610e8cb5 (chores) camel-http: rename manual test
     add 4111c3196a9 (chores) camel-mina: rename manual test

No new revisions were added by this update.

Summary of changes:
 ...CopyProducerIt.java => BlobCopyProducerManualIT.java} |  6 +++---
 .../camel/converter/crypto/HMACAccumulatorTest.java      |  5 +++++
 .../org/apache/camel/component/fhir/UrlFetcherTest.java  |  7 +++----
 ...GeoCoderProxyTest.java => GeoCoderProxyManualIT.java} |  4 ++--
 ...oducerLoadTest.java => HttpProducerLoadManualIT.java} |  6 +++---
 ...eTest.java => HttpProducerJMXBeansIssueManualIT.java} |  7 +++----
 .../JmsSendToAlotOfDestinationWithSameEndpointTest.java  | 16 +++++++++++-----
 .../camel/component/jmx/JMXObjectPropertiesTest.java     | 10 +++++++++-
 components/camel-mina/pom.xml                            |  2 +-
 ...utdownTest.java => MinaProducerShutdownManualIT.java} |  6 +++---
 .../camel/component/nats/NatsConsumerStopTest.java       |  9 +++------
 .../component/nats/integration/NatsAuthProducerIT.java   |  4 +++-
 .../nats/integration/NatsAuthTokenProducerIT.java        |  4 +++-
 .../camel/component/nats/integration/NatsProducerIT.java |  4 +++-
 14 files changed, 55 insertions(+), 35 deletions(-)
 rename components/camel-azure/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/{BlobCopyProducerIt.java => BlobCopyProducerManualIT.java} (93%)
 rename components/camel-geocoder/src/test/java/org/apache/camel/component/geocoder/{GeoCoderProxyTest.java => GeoCoderProxyManualIT.java} (96%)
 rename components/camel-http/src/test/java/org/apache/camel/component/http/{HttpProducerLoadTest.java => HttpProducerLoadManualIT.java} (96%)
 rename components/camel-jetty/src/test/java/org/apache/camel/component/jetty/{HttpProducerJMXBeansIssueTest.java => HttpProducerJMXBeansIssueManualIT.java} (92%)
 rename components/camel-mina/src/test/java/org/apache/camel/component/mina/{MinaProducerShutdownTest.java => MinaProducerShutdownManualIT.java} (95%)