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 77ea20ccbef9 CAMEL-24463: Add tests for JPA, Cassandra, and Kafka 
KeyValueRepository
 discard 8a2d63483f73 CAMEL-24463: Add generated catalog entries for 
KeyValueRepository beans
 discard 4fe069418783 CAMEL-24463: Add KeyValueRepository implementations for 
JDBC, JPA, Cassandra, and Kafka
     add 3c5c48febd89 CAMEL-24463: Restore Duration TTL and CAS methods in 
KeyValueRepository SPI
     add dea2c297fc09 CAMEL-24463: Add KeyValueRepository implementations for 
JDBC, JPA, Cassandra, and Kafka
     add ce68f94a4ff8 CAMEL-24463: Add generated catalog entries for 
KeyValueRepository beans
     add 0e02ff03b50e CAMEL-24463: Add tests for JPA, Cassandra, and Kafka 
KeyValueRepository
     add 071abbd4cfd6 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   (77ea20ccbef9)
            \
             N -- N -- N   
refs/heads/implement-the-keyvaluerepository-implementations-f (071abbd4cfd6)

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:
 .../cassandra/CassandraKeyValueRepository.java     |  28 +++--
 .../cassandra/CassandraKeyValueRepositoryIT.java   |  91 ++++++++++++----
 .../keyvalue/jpa/JpaKeyValueRepository.java        |  16 ++-
 .../keyvalue/jpa/JpaKeyValueRepositoryTest.java    |  91 ++++++++++++----
 .../keyvalue/kafka/KafkaKeyValueRepository.java    |  15 ++-
 .../keyvalue/kafka/KafkaKeyValueRepositoryIT.java  |  91 ++++++++++++----
 .../keyvalue/jdbc/JdbcKeyValueRepository.java      |  16 ++-
 .../keyvalue/jdbc/JdbcKeyValueRepositoryTest.java  | 112 +++++++++++++------
 .../org/apache/camel/spi/KeyValueRepository.java   |  80 +++++++++++---
 .../camel/support/MemoryKeyValueRepository.java    |  16 ++-
 .../support/MemoryKeyValueRepositoryTest.java      | 118 ++++++++++++++++-----
 11 files changed, 506 insertions(+), 168 deletions(-)

Reply via email to