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 06:12:59 UTC

(camel) branch pojo-beans updated (daa3d8fd1d8 -> cbefa462634)

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 daa3d8fd1d8 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 dc6042bf97f 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 d6120f5fddd 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 f89e9f85637 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 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.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/beans.properties      |   1 +
 .../catalog/beans/JdbcAggregationRepository.json   |  16 ++
 .../jdbc/JdbcAggregationRepositoryConfigurer.java  | 136 ++++++++++++++
 .../services/org/apache/camel/bean.properties      |   2 +-
 .../camel/bean/JdbcAggregationRepository.json      |  16 ++
 ...cessor.aggregate.jdbc.JdbcAggregationRepository |   2 +
 .../jdbc/ClusteredJdbcAggregationRepository.java   |   2 +-
 .../ClusteredPostgresAggregationRepository.java    |   2 +-
 .../aggregate/jdbc/JdbcAggregationRepository.java  |  75 ++++++--
 .../jdbc/PostgresAggregationRepository.java        |   2 +-
 .../jdbc/JdbcAggregateStoreAsTextTest.java         |   3 +-
 .../endpoint/dsl/JCacheEndpointBuilderFactory.java | 204 ++++++++++-----------
 .../apache/camel/kotlin/components/JcacheUriDsl.kt |  14 +-
 13 files changed, 346 insertions(+), 129 deletions(-)
 create mode 100644 catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/beans/JdbcAggregationRepository.json
 create mode 100644 components/camel-sql/src/generated/java/org/apache/camel/processor/aggregate/jdbc/JdbcAggregationRepositoryConfigurer.java
 create mode 100644 components/camel-sql/src/generated/resources/META-INF/services/org/apache/camel/bean/JdbcAggregationRepository.json
 create mode 100644 components/camel-sql/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository