You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/20 08:43:06 UTC

(camel) branch pojo-beans updated (cbefa462634 -> 8ceef02ba1f)

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

davsclaus pushed a change to branch pojo-beans
in repository https://gitbox.apache.org/repos/asf/camel.git


    from cbefa462634 CAMEL-17641: Generate json metadata for pojo beans in camel-core that end users can use such as AggregationStrategy implementations. And have that information in camel-catalog for tooling assistance.
     add 7c09ade9e14 CAMEL-17641: Generate json metadata for pojo beans in camel-core that end users can use such as AggregationStrategy implementations. And have that information in camel-catalog for tooling assistance.
     add 2e96443946b CAMEL-17641: Generate json metadata for pojo beans in camel-core that end users can use such as AggregationStrategy implementations. And have that information in camel-catalog for tooling assistance.
     add 6378a475fbb CAMEL-17641: Generate json metadata for pojo beans in camel-core that end users can use such as AggregationStrategy implementations. And have that information in camel-catalog for tooling assistance.
     add 8ceef02ba1f CAMEL-17641: Generate json metadata for pojo beans in camel-core that end users can use such as AggregationStrategy implementations. And have that information in camel-catalog for tooling assistance.

No new revisions were added by this update.

Summary of changes:
 .../beans/CaffeineAggregationRepository.json       |  4 +-
 .../beans/CassandraAggregationRepository.json      |  4 +-
 .../beans/CassandraIdempotentRepository.json       |  2 +-
 .../catalog/beans/DefaultHeaderFilterStrategy.json |  2 +-
 .../beans/EhcacheAggregationRepository.json        |  4 +-
 .../catalog/beans/Etcd3AggregationRepository.json  |  4 +-
 .../catalog/beans/FileIdempotentRepository.json    |  2 +-
 .../beans/HazelcastAggregationRepository.json      |  4 +-
 .../beans/HazelcastIdempotentRepository.json       |  2 +-
 .../InfinispanEmbeddedAggregationRepository.json   |  2 +-
 .../InfinispanRemoteAggregationRepository.json     |  2 +-
 .../catalog/beans/JCacheAggregationRepository.json |  4 +-
 .../catalog/beans/JCacheIdempotentRepository.json  |  2 +-
 .../catalog/beans/JdbcAggregationRepository.json   |  4 +-
 .../catalog/beans/JdbcMessageIdRepository.json     |  2 +-
 .../catalog/beans/KafkaIdempotentRepository.json   |  2 +-
 .../beans/LevelDBAggregationRepository.json        |  4 +-
 .../catalog/beans/MemoryAggregationRepository.json |  2 +-
 .../catalog/beans/MongoDbIdempotentRepository.json |  2 +-
 .../beans/SpringRedisIdempotentRepository.json     |  2 +-
 .../catalog/beans/TarAggregationStrategy.json      |  2 +-
 .../catalog/beans/XsltAggregationStrategy.json     |  2 +-
 .../beans/XsltSaxonAggregationStrategy.json        |  2 +-
 .../catalog/beans/ZipAggregationStrategy.json      |  2 +-
 .../camel/bean/CaffeineAggregationRepository.json  |  4 +-
 .../aggregate/CaffeineAggregationRepository.java   |  6 +-
 .../idempotent/CaffeineIdempotentRepository.java   |  3 +-
 .../CassandraIdempotentRepositoryConfigurer.java   |  4 +-
 .../camel/bean/CassandraAggregationRepository.json |  4 +-
 .../camel/bean/CassandraIdempotentRepository.json  |  2 +-
 .../cassandra/CassandraAggregationRepository.java  | 32 +++++----
 .../NamedCassandraAggregationRepository.java       |  1 +
 .../cassandra/CassandraIdempotentRepository.java   | 20 +++---
 .../NamedCassandraIdempotentRepository.java        |  1 +
 .../camel/bean/EhcacheAggregationRepository.json   |  4 +-
 .../idempotent/EhcacheIdempotentRepository.java    |  3 +-
 ...astichsearchBulkRequestAggregationStrategy.java |  3 +-
 .../camel/bean/Etcd3AggregationRepository.json     |  4 +-
 .../aggregate/Etcd3AggregationRepository.java      |  4 +-
 .../camel/bean/HazelcastAggregationRepository.json |  4 +-
 .../camel/bean/HazelcastIdempotentRepository.json  |  2 +-
 .../hazelcast/HazelcastAggregationRepository.java  |  8 +--
 .../hazelcast/HazelcastIdempotentRepository.java   |  3 +-
 .../InfinispanEmbeddedAggregationRepository.json   |  2 +-
 .../InfinispanEmbeddedAggregationRepository.java   |  5 +-
 .../InfinispanRemoteAggregationRepository.json     |  2 +-
 .../InfinispanRemoteAggregationRepository.java     |  4 +-
 .../camel/bean/JCacheAggregationRepository.json    |  4 +-
 .../camel/bean/JCacheIdempotentRepository.json     |  2 +-
 .../idempotent/JCacheIdempotentRepository.java     |  3 +-
 .../camel/bean/KafkaIdempotentRepository.json      |  2 +-
 .../kafka/KafkaIdempotentRepository.java           |  3 +-
 .../camel/bean/LevelDBAggregationRepository.json   |  4 +-
 .../camel/bean/MongoDbIdempotentRepository.json    |  2 +-
 .../idempotent/MongoDbIdempotentRepository.java    |  3 +-
 .../OpensearchBulkRequestAggregationStrategy.java  |  3 +-
 .../bean/SpringRedisIdempotentRepository.json      |  2 +-
 .../SpringRedisIdempotentRepository.java           |  3 +-
 .../camel/bean/JdbcAggregationRepository.json      |  4 +-
 .../apache/camel/bean/JdbcMessageIdRepository.json |  2 +-
 .../aggregate/jdbc/JdbcAggregationRepository.java  | 24 +++----
 .../idempotent/jdbc/JdbcMessageIdRepository.java   |  4 +-
 .../apache/camel/bean/TarAggregationStrategy.json  |  2 +-
 .../aggregate/tarfile/TarAggregationStrategy.java  |  3 +-
 .../camel/bean/XsltSaxonAggregationStrategy.json   |  2 +-
 .../xslt/saxon/XsltSaxonAggregationStrategy.java   | 25 +++----
 .../apache/camel/bean/XsltAggregationStrategy.json |  2 +-
 .../component/xslt/XsltAggregationStrategy.java    |  3 +-
 .../apache/camel/bean/ZipAggregationStrategy.json  |  2 +-
 .../aggregate/zipfile/ZipAggregationStrategy.java  |  3 +-
 .../java/org/apache/camel/CatalogCamelContext.java |  3 +-
 .../spi/RecoverableAggregationRepository.java      |  8 +--
 .../GroupedBodyAggregationStrategyConfigurer.java  | 35 ++++++++++
 ...oupedExchangeAggregationStrategyConfigurer.java | 35 ++++++++++
 ...roupedMessageAggregationStrategyConfigurer.java | 35 ++++++++++
 .../UseLatestAggregationStrategyConfigurer.java    | 35 ++++++++++
 .../UseOriginalAggregationStrategyConfigurer.java  | 35 ++++++++++
 .../camel/bean/MemoryAggregationRepository.json    |  2 +-
 ...cessor.aggregate.GroupedBodyAggregationStrategy |  2 +
 ...or.aggregate.GroupedExchangeAggregationStrategy |  2 +
 ...sor.aggregate.GroupedMessageAggregationStrategy |  2 +
 ...rocessor.aggregate.UseLatestAggregationStrategy |  2 +
 ...cessor.aggregate.UseOriginalAggregationStrategy |  2 +
 .../aggregate/GroupedBodyAggregationStrategy.java  |  5 +-
 .../GroupedExchangeAggregationStrategy.java        |  5 +-
 .../GroupedMessageAggregationStrategy.java         |  5 +-
 .../aggregate/MemoryAggregationRepository.java     |  3 +-
 .../aggregate/StringAggregationStrategy.java       |  3 +-
 .../aggregate/UseLatestAggregationStrategy.java    |  5 +-
 .../aggregate/UseOriginalAggregationStrategy.java  |  5 +-
 .../camel/bean/DefaultHeaderFilterStrategy.json    |  2 +-
 .../camel/bean/FileIdempotentRepository.json       |  2 +-
 .../camel/support/DefaultHeaderFilterStrategy.java |  3 +-
 .../idempotent/FileIdempotentRepository.java       |  3 +-
 .../idempotent/MemoryIdempotentRepository.java     |  5 +-
 .../maven/packaging/GeneratePojoBeanMojo.java      | 76 ++++++++++++----------
 96 files changed, 426 insertions(+), 190 deletions(-)
 create mode 100644 core/camel-core-processor/src/generated/java/org/apache/camel/processor/aggregate/GroupedBodyAggregationStrategyConfigurer.java
 create mode 100644 core/camel-core-processor/src/generated/java/org/apache/camel/processor/aggregate/GroupedExchangeAggregationStrategyConfigurer.java
 create mode 100644 core/camel-core-processor/src/generated/java/org/apache/camel/processor/aggregate/GroupedMessageAggregationStrategyConfigurer.java
 create mode 100644 core/camel-core-processor/src/generated/java/org/apache/camel/processor/aggregate/UseLatestAggregationStrategyConfigurer.java
 create mode 100644 core/camel-core-processor/src/generated/java/org/apache/camel/processor/aggregate/UseOriginalAggregationStrategyConfigurer.java
 create mode 100644 core/camel-core-processor/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.processor.aggregate.GroupedBodyAggregationStrategy
 create mode 100644 core/camel-core-processor/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.processor.aggregate.GroupedExchangeAggregationStrategy
 create mode 100644 core/camel-core-processor/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.processor.aggregate.GroupedMessageAggregationStrategy
 create mode 100644 core/camel-core-processor/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.processor.aggregate.UseLatestAggregationStrategy
 create mode 100644 core/camel-core-processor/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.processor.aggregate.UseOriginalAggregationStrategy