You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/10/02 06:10:19 UTC

[camel] branch CAMEL-15591 updated (e691c3a -> 0fb7e9b)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch CAMEL-15591
in repository https://gitbox.apache.org/repos/asf/camel.git.


 discard e691c3a  CAMEL-15591 - Put a configurable limit on the size of unzipped data using camel-zipfile + camel-tarfile
     add 0ac5a7f  Regen for commit 500e78c8e3ec3f9b6338e19a9e9fa76d99561127
     add ea91ea5  Camel-AWS2-Lambda: Added Testcontainers support for testing
     add e31fc95  Camel-AWS2-Lambda: Added base test for localstack
     add cd46e62  Camel-AWS2-Lambda: Fixed the localstack service
     add 5b31dc8  Camel-AWS2-Lambda: Added localstack test for CreateFunction operation
     add 1a55f37  Update log-eip.adoc
     add d712498  Upgrade Corda RPC to version 4.6
     add 7c05a80  Regen and sync properties
     add c936fe3  Regen xsd
     add 712d21f  Regen for commit c936fe33bbfeb4d1fb3f28e1b87173da8ac186f7
     add ffcba31  Camel-AWS2-Lambda: Added localstack test for GetFunction
     add 55c5e7b  CAMEL-15609 - Camel-Infinispan: Add an explicit key uri parameter for producer
     add 31cbccd  CAMEL-15609 - Camel-Infinispan: Add an explicit key uri parameter for producer
     add c022730  CAMEL-15609 - Camel-Infinispan: Add an explicit key uri parameter for producer, added tests
     add 4341a92  CAMEL-15609 - Camel-Infinispan: Add an explicit key uri parameter for producer, added tests
     add e86066d  CAMEL-15614: Automated integration test in camel-pg-replicationslot
     add 41e5be0  CAMEL-15488: upgrade to maven wrapper 0.5.6
     add 6c9c477  Remove explicit zeroing of AtomicInteger and AtomicLong object at instantiation time, which is redundant and slower than relying on default values. (#4342)
     add 01f7fae  [CAMEL-15610] avoid NPE in CamelXmlTreeParserHelper.parseCamelRouteTree (#4339)
     add 9d3cbae  CAMEL-15608: Add support for multipart uploads to platform-http-vertx (#4337)
     add e0fed62  Upgrade AWS SDK v2 to version 2.15.1
     add 3f2b96c  Sync Properties
     add 0fb7e9b  CAMEL-15591 - Put a configurable limit on the size of unzipped data using camel-zipfile + camel-tarfile

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e691c3a)
            \
             N -- N -- N   refs/heads/CAMEL-15591 (0fb7e9b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .mvn/wrapper/MavenWrapperDownloader.java           |   2 +-
 .mvn/wrapper/maven-wrapper.jar                     | Bin 50710 -> 50710 bytes
 .mvn/wrapper/maven-wrapper.properties              |   2 +-
 camel-dependencies/pom.xml                         |   4 +-
 .../camel/catalog/components/infinispan.json       |   8 +
 .../camel/catalog/docs/infinispan-component.adoc   |  12 +-
 .../org/apache/camel/catalog/docs/log-eip.adoc     |   2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  |   4 +-
 .../parser/helper/CamelXmlTreeParserHelper.java    |  35 +++--
 .../camel/parser/model/CamelNodeDetails.java       |   4 +
 .../apache/camel/parser/xml/XmlParseTreeTest.java  |  21 +++
 .../camel/attachment}/CamelFileDataSource.java     |   2 +-
 components/camel-aws2-lambda/pom.xml               |  70 +++++++++
 .../aws2/lambda/localstack/Aws2LambdaBaseTest.java |  76 +++++++++
 .../LambdaCreateFunctionLocalstackTest.java        |  85 ++++++++++
 .../LambdaGetFunctionLocalstackTest.java           |  94 +++++++++++
 .../dataformat/bindy/csv/BindyCsvDataFormat.java   |   2 +-
 .../bindy/fixed/BindyFixedLengthDataFormat.java    |   2 +-
 .../bindy/kvp/BindyKeyValuePairDataFormat.java     |   2 +-
 .../camel/cdi/CdiCamelContextNameStrategy.java     |   2 +-
 .../MultipleConsumerSynchronizedExchange.java      |   2 +-
 .../etcd/cloud/EtcdWatchServiceDiscovery.java      |   2 +-
 .../component/etcd/policy/EtcdRoutePolicy.java     |   2 +-
 .../apache/camel/component/hdfs/HdfsConsumer.java  |   4 +-
 .../camel/http/common/DefaultHttpBinding.java      |   1 +
 .../infinispan/InfinispanComponentConfigurer.java  |  16 ++
 .../infinispan/InfinispanEndpointConfigurer.java   |  16 ++
 .../infinispan/InfinispanEndpointUriFactory.java   |   6 +-
 .../camel/component/infinispan/infinispan.json     |   8 +
 .../src/main/docs/infinispan-component.adoc        |  12 +-
 .../infinispan/InfinispanConfiguration.java        |  53 +++++++
 .../component/infinispan/InfinispanProducer.java   | 175 ++++++++++++++++++---
 .../infinispan/InfinispanProducerTest.java         |  30 ++++
 .../jgroups/raft/JGroupsRaftEndpoint.java          |   2 +-
 .../camel/component/jgroups/JGroupsEndpoint.java   |   2 +-
 .../kafka/KafkaIdempotentRepository.java           |   2 +-
 .../milo/client/internal/SubscriptionManager.java  |   2 +-
 components/camel-pg-replication-slot/pom.xml       |   5 +
 ...onTest.java => PgReplicationSlotCamelTest.java} |  58 ++-----
 .../slot/integration/PgReplicationTestSupport.java |  65 ++++++++
 .../src/test/resources/test-options.properties     |  35 -----
 components/camel-platform-http-vertx/pom.xml       |   4 +
 .../http/vertx/VertxPlatformHttpConsumer.java      |  27 ++--
 .../http/vertx/VertxPlatformHttpEngine.java        |  13 +-
 .../http/vertx/VertxPlatformHttpEngineTest.java    |  54 +++++++
 .../camel/component/quartz/QuartzComponent.java    |   2 +-
 .../salesforce/api/dto/composite/Counter.java      |   2 +-
 .../internal/streaming/SubscriptionHelper.java     |   2 +-
 .../java/org/apache/camel/maven/GenerateMojo.java  |   2 +-
 .../sjms/tx/BatchTransactionCommitStrategy.java    |   2 +-
 .../engine/DefaultCamelContextNameStrategy.java    |   2 +-
 .../camel/impl/engine/DefaultNodeIdFactory.java    |   2 +-
 .../engine/DefaultSupervisingRouteController.java  |   2 +-
 .../camel/processor/DelayProcessorSupport.java     |   2 +-
 .../processor/interceptor/BacklogDebugger.java     |   2 +-
 .../camel/processor/interceptor/BacklogTracer.java |   2 +-
 .../dsl/InfinispanComponentBuilderFactory.java     |  49 ++++++
 .../src/main/docs/modules/eips/pages/log-eip.adoc  |   2 +-
 .../dsl/InfinispanEndpointBuilderFactory.java      |  90 +++++++++++
 .../camel/main/MainDurationEventNotifier.java      |   2 +-
 .../camel/management/mbean/StatisticCounter.java   |   2 +-
 .../org/apache/camel/support/EndpointHelper.java   |   2 +-
 .../java/org/apache/camel/util/ReferenceCount.java |   2 +-
 .../modules/ROOT/pages/infinispan-component.adoc   |  12 +-
 .../ROOT/pages/camel-3x-upgrade-guide-3_6.adoc     |   9 +-
 mvnw                                               |   8 +-
 mvnw.cmd                                           |   8 +-
 parent/pom.xml                                     |   4 +-
 .../generator/openapi/DirectToOperationId.java     |   2 +-
 .../generator/swagger/DirectToOperationId.java     |   2 +-
 70 files changed, 1039 insertions(+), 202 deletions(-)
 rename components/{camel-http-common/src/main/java/org/apache/camel/http/common => camel-attachments/src/main/java/org/apache/camel/attachment}/CamelFileDataSource.java (97%)
 create mode 100644 components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/localstack/Aws2LambdaBaseTest.java
 create mode 100644 components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/localstack/LambdaCreateFunctionLocalstackTest.java
 create mode 100644 components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/localstack/LambdaGetFunctionLocalstackTest.java
 rename components/camel-pg-replication-slot/src/test/java/org/apache/camel/component/pg/replication/slot/integration/{PgReplicationSlotIntegrationTest.java => PgReplicationSlotCamelTest.java} (62%)
 create mode 100644 components/camel-pg-replication-slot/src/test/java/org/apache/camel/component/pg/replication/slot/integration/PgReplicationTestSupport.java
 delete mode 100644 components/camel-pg-replication-slot/src/test/resources/test-options.properties