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


    from f0cd4ca2b73f CAMEL-24463: Add generated catalog entries for 
KeyValueRepository beans
     add 4ae5aa7a3375 CAMEL-24463: Improve KeyValueRepository SPI and reduce 
duplication

No new revisions were added by this update.

Summary of changes:
 .../cassandra/CassandraKeyValueRepository.java     |  51 +--------
 .../keyvalue/jpa/JpaKeyValueRepository.java        |  41 ++-----
 .../keyvalue/kafka/KafkaKeyValueRepository.java    |  24 +---
 .../keyvalue/jdbc/JdbcKeyValueRepository.java      |  47 +-------
 .../org/apache/camel/spi/KeyValueRepository.java   |  30 +++++
 .../support/KeyValueAggregationRepository.java     |   4 +-
 .../support/KeyValueIdempotentRepository.java      |   2 +-
 .../camel/support/KeyValueRepositoryHelper.java    | 125 +++++++++++++++++++++
 8 files changed, 181 insertions(+), 143 deletions(-)
 create mode 100644 
core/camel-support/src/main/java/org/apache/camel/support/KeyValueRepositoryHelper.java

Reply via email to