This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch cd
in repository https://gitbox.apache.org/repos/asf/camel.git
discard cbb75e30bf1e CAMEL-22748: camel-jbang - camel debug to do remote
attach to existing running Camel
add 1c8a77c6b63c fix(components): test junit6 stream closure
add 64a267b60db7 chore(test-infra): clarify intent of testing constants
add 9f2f3b1c33cb feat(components): enhance PG queries
add 1d2568f00236 feat(components): sql query enhancement
add 562182ac5807 CAMEL-22736: camel-jbang - port=0 will dynamic assign
free port making it easier to run multiple instances on the same host.
add 444c917ed0ae CAMEL-22748: camel-jbang - camel debug to do remote
attach to existing running Camel
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 (cbb75e30bf1e)
\
N -- N -- N refs/heads/cd (444c917ed0ae)
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:
.../slot/PgReplicationSlotConsumer.java | 14 ++++++----
.../camel/component/pgevent/PgEventConsumer.java | 16 ++++++++---
.../camel/component/pgevent/PgEventProducer.java | 7 ++---
.../pgevent/integration/PgEventITSupport.java | 4 ---
.../apache/camel/maven/AbstractSalesforceMojo.java | 10 +++----
.../stored/CallableStatementWrapperFactory.java | 2 --
.../jdbc/ClusteredJdbcAggregationRepository.java | 23 ++++++++++++----
.../aggregate/jdbc/JdbcAggregationRepository.java | 31 +++++++++++++++-------
.../JdbcOrphanLockAwareIdempotentRepository.java | 6 ++---
.../component/sql/ProducerBatchSimpleExpTest.java | 2 +-
.../sql/SqlConsumerDynamicParameterTest.java | 2 +-
.../sql/SqlConsumerOutputTypeStreamListTest.java | 6 ++---
.../component/sql/stored/TemplateCacheTest.java | 22 ++++++++-------
.../org/apache/camel/test/junit6/TestSupport.java | 13 ++++-----
.../CreateCamelContextPerTestFalseTest.java | 1 -
.../test/junit6/patterns/DebugJUnit6Test.java | 2 --
.../patterns/DebugNoLazyTypeConverterTest.java | 2 --
.../camel/test/junit6/patterns/DebugTest.java | 2 --
.../FilterCreateCamelContextPerClassTest.java | 8 ++++--
.../dsl/jbang/core/commands/ExportBaseCommand.java | 4 +--
.../apache/camel/dsl/jbang/core/commands/Run.java | 3 +--
.../infra/artemis/services/ArtemisContainer.java | 3 ++-
.../ElasticSearchLocalContainerInfraService.java | 3 ++-
.../KeycloakLocalContainerInfraService.java | 3 ++-
.../OpenSearchLocalContainerInfraService.java | 3 ++-
.../test/infra/smb/services/SmbContainer.java | 3 ++-
26 files changed, 115 insertions(+), 80 deletions(-)