You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/12/11 08:09:35 UTC

(camel) branch regen_bot updated (b7b4821944b -> 0676679baac)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from b7b4821944b CAMEL-20166: Polished
     add 0676679baac CAMEL-20212: Move MemoryStateRepository and FileStateRepository to camel-support

No new revisions were added by this update.

Summary of changes:
 .../commit/KafkaConsumerAsyncWithOffsetRepoCommitIT.java         | 2 +-
 .../commit/KafkaConsumerSyncWithOffsetRepoCommitIT.java          | 2 +-
 .../processor/state}/FileStateRepositoryTest.java                | 5 ++---
 .../processor/state}/MemoryStateRepositoryTest.java              | 3 +--
 .../camel/support/processor/state}/FileStateRepository.java      | 2 +-
 .../camel/support/processor/state}/MemoryStateRepository.java    | 2 +-
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_3.adoc           | 9 +++++++--
 .../java/org/apache/camel/main/download/StubBeanRepository.java  | 2 +-
 8 files changed, 15 insertions(+), 12 deletions(-)
 rename core/camel-core/src/test/java/org/apache/camel/{impl => support/processor/state}/FileStateRepositoryTest.java (96%)
 rename core/camel-core/src/test/java/org/apache/camel/{impl => support/processor/state}/MemoryStateRepositoryTest.java (95%)
 rename core/{camel-base-engine/src/main/java/org/apache/camel/impl/engine => camel-support/src/main/java/org/apache/camel/support/processor/state}/FileStateRepository.java (99%)
 rename core/{camel-base-engine/src/main/java/org/apache/camel/impl/engine => camel-support/src/main/java/org/apache/camel/support/processor/state}/MemoryStateRepository.java (97%)