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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new d6c7e6b2979 CAMEL-19090: Remove deprecated apis in core
d6c7e6b2979 is described below

commit d6c7e6b297966de4a4e07f84d737596bd7c16c19
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Feb 27 21:03:16 2023 +0100

    CAMEL-19090: Remove deprecated apis in core
---
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 39af3cb1dde..278c79d286c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -73,11 +73,11 @@ We have removed deprecated APIs such as the following:
 - Removed `org.apache.camel.spi.OnCamelContextStart`. Use 
`org.apache.camel.spi.OnCamelContextStarting` instead.
 - Removed `org.apache.camel.spi.OnCamelContextStop`. Use 
`org.apache.camel.spi.OnCamelContextStopping` instead.
 - Decoupled the `org.apache.camel.ExtendedCamelContext` from the 
`org.apache.camel.CamelContext`.
--- Replaced `adapt()` from `org.apache.camel.CamelContext` with 
`getCamelContextExtension`
+- Replaced `adapt()` from `org.apache.camel.CamelContext` with 
`getCamelContextExtension`
 - Decoupled the `org.apache.camel.ExtendedExchange` from the 
`org.apache.camel.Exchange`.
--- Replaced `adapt()` from `org.apache.camel.ExtendedExchange` with 
`getExchangeExtension`
+- Replaced `adapt()` from `org.apache.camel.ExtendedExchange` with 
`getExchangeExtension`
 - Exchange failure handling status has moved from being a property defined as 
`ExchangePropertyKey.FAILURE_HANDLED` to a member of the ExtendedExchange, 
accessible via `isFailureHandled()`method.
-
+- Removed `Discard` and `DiscardOldest` from 
`org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy`.
 
 == EIP Changes
 

Reply via email to