Hi

See the migration guide in general
https://camel.apache.org/manual/latest/camel-3-migration-guide.html

The url rewrite component is deprecated on 2.x, and its no longer
included in Camel.
For url rewriting / proxying then use http server products that are
better as this klind, like nginx, apache http and whatelse.


On Fri, Dec 6, 2019 at 12:02 AM Bhavesh Mistry
<bhavesh.mistr...@gmail.com> wrote:
>
> Hi All,
>
> I am upgrading Camel 2.x to release 3.0.  Any help is greatly appreciated.
>
>
> http4://localhost:9181/api?bridgeEndpoint=true&throwExceptionOnFailure=false&
> *urlRewrite*=#*ncsurlrewrite*
>
> Deprecated:
> https://camel.apache.org/components/2.x/urlrewrite.html
>
> https://jar-download.com/artifacts/org.apache.camel/camel-http/2.15.4/source-code/org/apache/camel/component/http/UrlRewrite.java
>
> What is the best way to migrate to Camel 3.0?
>
> How do I migrate class using URLRewrite and what component URL I should use?
>
> Will it be same as below ?
> http4://localhost:9181/api?bridgeEndpoint=true&throwExceptionOnFailure=false&
> *urlRewrite*=#*ncsurlrewrite*
>
> --
> Thanks,
>
> Bhavesh



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to