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/02/25 12:12:50 UTC

[camel] branch regen_bot updated (2ed18c85142 -> 262fbffbae9)

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


    omit 2ed18c85142 Regen for commit c5eeb1b6d388a75097baf81d2478e368c47f9b59
     add 1fd332a6dc8 Regen for commit c5eeb1b6d388a75097baf81d2478e368c47f9b59
     add 262fbffbae9 CAMEL-19090: Remove deprecated apis in core

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   (2ed18c85142)
            \
             N -- N -- N   refs/heads/regen_bot (262fbffbae9)

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:
 .../issues/JmsBlockedAsyncRoutingEngineTest.java   | 160 ----------
 .../org/apache/camel/spring/MyVetoLifecycle.java   |   2 +-
 .../component/thrift/ThriftProducerAsyncTest.java  | 298 ------------------
 .../java/org/apache/camel/ProducerTemplate.java    |  95 ------
 .../org/apache/camel/spi/LifecycleStrategy.java    |  23 --
 .../org/apache/camel/spi/OnCamelContextStart.java  |  27 --
 .../org/apache/camel/spi/OnCamelContextStop.java   |  27 --
 .../camel/impl/engine/AbstractCamelContext.java    |   2 -
 .../camel/impl/engine/DefaultProducerTemplate.java |  58 ----
 .../engine/OnCamelContextLifecycleStrategy.java    |  26 --
 .../component/bean/BeanOgnlPerformanceTest.java    |  23 +-
 .../component/bean/ProxyReturnFutureListTest.java  |  93 ------
 ...melContextWithLifecycleStrategyRestartTest.java |   2 +-
 .../impl/DefaultProducerTemplateAsyncTest.java     | 335 ---------------------
 .../apache/camel/impl/DummyLifecycleStrategy.java  |   8 +-
 .../camel/impl/LifecycleStrategyDiscoveryTest.java |  19 +-
 .../impl/LifecycleStrategyFailOnStartupTest.java   |   2 +-
 .../camel/impl/VetoCamelContextStartTest.java      |   2 +-
 .../camel/processor/BeanCachedProcessorTest.java   | 103 -------
 .../org/apache/camel/main/BaseMainSupport.java     |   1 -
 .../java/org/apache/camel/main/MainListener.java   |  12 +-
 .../org/apache/camel/main/MainListenerSupport.java |   8 -
 .../org/apache/camel/main/ContextEventsTest.java   |   8 +-
 .../org/apache/camel/main/MainListenerTest.java    |   2 +-
 .../java/org/apache/camel/main/MainVetoTest.java   |   2 +-
 .../camel/support/LifecycleStrategySupport.java    |  64 ----
 .../ROOT/pages/camel-4-migration-guide.adoc        |   3 +
 .../camel/itest/async/HttpAsyncCallbackTest.java   | 106 -------
 28 files changed, 37 insertions(+), 1474 deletions(-)
 delete mode 100644 components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsBlockedAsyncRoutingEngineTest.java
 delete mode 100644 components/camel-thrift/src/test/java/org/apache/camel/component/thrift/ThriftProducerAsyncTest.java
 delete mode 100644 core/camel-api/src/main/java/org/apache/camel/spi/OnCamelContextStart.java
 delete mode 100644 core/camel-api/src/main/java/org/apache/camel/spi/OnCamelContextStop.java
 delete mode 100644 core/camel-core/src/test/java/org/apache/camel/component/bean/ProxyReturnFutureListTest.java
 delete mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/BeanCachedProcessorTest.java
 delete mode 100644 tests/camel-itest/src/test/java/org/apache/camel/itest/async/HttpAsyncCallbackTest.java