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

gnodet pushed a change to branch 
implement-the-keyvaluerepository-implementations-f
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 071abbd4cfd6 CAMEL-24463: Restore Duration TTL and CAS methods in 
KeyValueRepository
 discard 0e02ff03b50e CAMEL-24463: Add tests for JPA, Cassandra, and Kafka 
KeyValueRepository
 discard ce68f94a4ff8 CAMEL-24463: Add generated catalog entries for 
KeyValueRepository beans
 discard dea2c297fc09 CAMEL-24463: Add KeyValueRepository implementations for 
JDBC, JPA, Cassandra, and Kafka
 discard 3c5c48febd89 CAMEL-24463: Restore Duration TTL and CAS methods in 
KeyValueRepository SPI
 discard 48cb1774aee4 CAMEL-24463: Improve KeyValueRepository SPI
     add aafa732e4867 Enable ppc64le support for pulsar
     add 3c7bb86962e8 CAMEL-11114: Add Cache EIP with read-through caching for 
route blocks
     add 64ab4085a3ae CAMEL-24463: Improve KeyValueRepository SPI
     add 8ab5f6328731 CAMEL-24463: Restore Duration TTL and CAS methods in 
KeyValueRepository SPI
     add 6a1c23274a74 CAMEL-24463: Add KeyValueRepository implementations for 
JDBC, JPA, Cassandra, and Kafka
     add 92cdaf112e62 CAMEL-24463: Add generated catalog entries for 
KeyValueRepository beans
     add 41fcbe82d156 CAMEL-24463: Add tests for JPA, Cassandra, and Kafka 
KeyValueRepository
     add 985676902d4f CAMEL-24463: Restore Duration TTL and CAS methods in 
KeyValueRepository

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   (071abbd4cfd6)
            \
             N -- N -- N   
refs/heads/implement-the-keyvaluerepository-implementations-f (985676902d4f)

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:
 .../org/apache/camel/catalog/docs.properties       |   1 +
 .../org/apache/camel/catalog/docs/cache-eip.adoc   | 240 ++++++++++++++++++++
 .../org/apache/camel/catalog/models.properties     |   1 +
 .../apache/camel/catalog/models/a2aSubTask.json    |   2 +-
 .../org/apache/camel/catalog/models/aggregate.json |   2 +-
 .../org/apache/camel/catalog/models/cache.json     |  26 +++
 .../camel/catalog/models/circuitBreaker.json       |   2 +-
 .../org/apache/camel/catalog/models/doCatch.json   |   2 +-
 .../org/apache/camel/catalog/models/doFinally.json |   2 +-
 .../org/apache/camel/catalog/models/doTry.json     |   2 +-
 .../org/apache/camel/catalog/models/filter.json    |   2 +-
 .../camel/catalog/models/idempotentConsumer.json   |   2 +-
 .../org/apache/camel/catalog/models/intercept.json |   2 +-
 .../apache/camel/catalog/models/interceptFrom.json |   2 +-
 .../catalog/models/interceptSendToEndpoint.json    |   2 +-
 .../org/apache/camel/catalog/models/kamelet.json   |   2 +-
 .../apache/camel/catalog/models/loadBalance.json   |   2 +-
 .../org/apache/camel/catalog/models/loop.json      |   2 +-
 .../org/apache/camel/catalog/models/multicast.json |   2 +-
 .../apache/camel/catalog/models/onCompletion.json  |   2 +-
 .../apache/camel/catalog/models/onException.json   |   2 +-
 .../apache/camel/catalog/models/onFallback.json    |   2 +-
 .../org/apache/camel/catalog/models/otherwise.json |   2 +-
 .../org/apache/camel/catalog/models/pipeline.json  |   2 +-
 .../apache/camel/catalog/models/resequence.json    |   2 +-
 .../org/apache/camel/catalog/models/route.json     |   2 +-
 .../org/apache/camel/catalog/models/saga.json      |   2 +-
 .../org/apache/camel/catalog/models/split.json     |   2 +-
 .../org/apache/camel/catalog/models/step.json      |   2 +-
 .../org/apache/camel/catalog/models/when.json      |   2 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 179 +++++++++++++++
 .../apache/camel/catalog/schemas/camel-xml-io.xsd  | 179 +++++++++++++++
 .../camel/catalog/schemas/camelYamlDsl-model.json  |  98 +++++++++
 components/camel-pulsar/pom.xml                    |   1 -
 .../component/statestore/StateStoreProducer.java   |   4 +-
 .../docs/modules/eips/examples/json/cache.json     |   1 +
 .../src/main/docs/modules/eips/nav.adoc            |   1 +
 .../main/docs/modules/eips/pages/cache-eip.adoc    | 240 ++++++++++++++++++++
 .../org/apache/camel/model/a2aSubTask.json         |   2 +-
 .../META-INF/org/apache/camel/model/aggregate.json |   2 +-
 .../META-INF/org/apache/camel/model/cache.json     |  26 +++
 .../org/apache/camel/model/circuitBreaker.json     |   2 +-
 .../META-INF/org/apache/camel/model/doCatch.json   |   2 +-
 .../META-INF/org/apache/camel/model/doFinally.json |   2 +-
 .../META-INF/org/apache/camel/model/doTry.json     |   2 +-
 .../META-INF/org/apache/camel/model/filter.json    |   2 +-
 .../org/apache/camel/model/idempotentConsumer.json |   2 +-
 .../META-INF/org/apache/camel/model/intercept.json |   2 +-
 .../org/apache/camel/model/interceptFrom.json      |   2 +-
 .../camel/model/interceptSendToEndpoint.json       |   2 +-
 .../META-INF/org/apache/camel/model/kamelet.json   |   2 +-
 .../org/apache/camel/model/loadBalance.json        |   2 +-
 .../META-INF/org/apache/camel/model/loop.json      |   2 +-
 .../META-INF/org/apache/camel/model/multicast.json |   2 +-
 .../org/apache/camel/model/onCompletion.json       |   2 +-
 .../org/apache/camel/model/onException.json        |   2 +-
 .../org/apache/camel/model/onFallback.json         |   2 +-
 .../META-INF/org/apache/camel/model/otherwise.json |   2 +-
 .../META-INF/org/apache/camel/model/pipeline.json  |   2 +-
 .../org/apache/camel/model/resequence.json         |   2 +-
 .../META-INF/org/apache/camel/model/route.json     |   2 +-
 .../META-INF/org/apache/camel/model/saga.json      |   2 +-
 .../META-INF/org/apache/camel/model/split.json     |   2 +-
 .../META-INF/org/apache/camel/model/step.json      |   2 +-
 .../META-INF/org/apache/camel/model/when.json      |   2 +-
 .../services/org/apache/camel/model.properties     |   1 +
 .../resources/org/apache/camel/model/jaxb.index    |   1 +
 .../org/apache/camel/model/CacheDefinition.java    | 207 ++++++++++++++++++
 .../apache/camel/model/ProcessorDefinition.java    |  31 +++
 .../org/apache/camel/processor/CacheProcessor.java | 243 +++++++++++++++++++++
 .../org/apache/camel/reifier/CacheReifier.java     |  91 ++++++++
 .../org/apache/camel/reifier/ProcessorReifier.java |   3 +
 .../apache/camel/processor/CacheProcessorTest.java | 208 ++++++++++++++++++
 .../apache/camel/java/out/JavaDslModelWriter.java  |  46 ++++
 .../java/org/apache/camel/xml/in/ModelParser.java  | 137 ++++++------
 .../java/org/apache/camel/xml/out/ModelWriter.java |  14 ++
 .../org/apache/camel/yaml/out/YamlModelWriter.java |  14 ++
 .../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc    |   9 +
 .../dsl/yaml/deserializers/ModelDeserializers.java |  97 ++++++++
 .../deserializers/ModelDeserializersResolver.java  |   2 +
 .../resources/schema/camelYamlDsl-canonical.json   |  60 +++++
 .../resources/schema/camelYamlDsl-model.json       |  98 +++++++++
 .../generated/resources/schema/camelYamlDsl.json   | 161 ++++++++++++++
 .../org/apache/camel/dsl/yaml/CacheTest.groovy     |  96 ++++++++
 .../infra/pulsar/services/container.properties     |   1 +
 85 files changed, 2503 insertions(+), 118 deletions(-)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cache-eip.adoc
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/cache.json
 create mode 120000 
core/camel-core-engine/src/main/docs/modules/eips/examples/json/cache.json
 create mode 100644 
core/camel-core-engine/src/main/docs/modules/eips/pages/cache-eip.adoc
 create mode 100644 
core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/cache.json
 create mode 100644 
core/camel-core-model/src/main/java/org/apache/camel/model/CacheDefinition.java
 create mode 100644 
core/camel-core-processor/src/main/java/org/apache/camel/processor/CacheProcessor.java
 create mode 100644 
core/camel-core-reifier/src/main/java/org/apache/camel/reifier/CacheReifier.java
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/processor/CacheProcessorTest.java
 create mode 100644 
dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/groovy/org/apache/camel/dsl/yaml/CacheTest.groovy

Reply via email to