This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch camel-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from f743b84f7624 CAMEL-22741: pollEnrich EIP doesn't preserve the original
headers. Updated test.
new a17f28959528 feat(components): sql query enhancement
new 952fc3c117bc Upgrade mvnd version to 1.0.3 (#19757)
new 99caffcb115e feat(components): sql query enhancement
new 59d2d38c6bb3 fix(components): sql enhancements
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/actions/install-mvnd/action.yml | 4 +--
.github/workflows/pr-build-main.yml | 2 +-
.../slot/PgReplicationSlotConsumer.java | 33 ++++++++++++-------
.../camel/component/pgevent/PgEventConsumer.java | 6 ++++
.../stored/CallableStatementWrapperFactory.java | 2 --
.../jdbc/ClusteredJdbcAggregationRepository.java | 23 +++++++++++---
.../aggregate/jdbc/JdbcAggregationRepository.java | 37 +++++++++++++++-------
.../JdbcOrphanLockAwareIdempotentRepository.java | 6 ++--
.../component/sql/ProducerBatchSimpleExpTest.java | 2 +-
.../sql/SqlConsumerDynamicParameterTest.java | 2 +-
.../sql/SqlConsumerOutputTypeStreamListTest.java | 6 ++--
.../component/sql/stored/TemplateCacheTest.java | 22 +++++++------
12 files changed, 94 insertions(+), 51 deletions(-)