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

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


The following commit(s) were added to refs/heads/master by this push:
     new c746b53  Upgrade guide for CAMEL-13844
     new c0eedea  Merge pull request #3649 from 
lburgazzoli/CAMEL-13844-upgrade-doc
c746b53 is described below

commit c746b5338aff9dfc413de2311510befdb988b026
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Wed Mar 18 13:41:58 2020 +0100

    Upgrade guide for CAMEL-13844
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc      | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
index 5ea257c..2309818 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
@@ -9,6 +9,21 @@ xref:camel-3-migration-guide.adoc[Camel 2.x to 3.0 Migration 
Guide].
 For example if you are upgrading Camel 3.0 to 3.2, then you should follow the 
guides
 from both 3.0 to 3.1 and 3.1 to 3.2.
 
+== Upgrading Camel 3.1 to 3.1
+
+=== Rest Configuration
+
+The rest configuration has been simplified and there is now a single 
RestConfiguration instance 
(https://issues.apache.org/jira/browse/CAMEL-13844[CAMEL-13844]) per Camel 
Context.
+
+The following methods have been removed:
+
+* org.apache.camel.CamelContext#addRestConfiguration(RestConfiguration 
restConfiguration)
+* org.apache.camel.CamelContext#getRestConfiguration(String component, boolean 
defaultIfNotFound)
+* org.apache.camel.CamelContext#getRestConfigurations
+
+
+https://issues.apache.org/jira/browse/CAMEL-13844
+
 == Upgrading Camel 3.0 to 3.1
 
 === camel-ahc, camel-netty-http, camel-undertow
@@ -79,7 +94,7 @@ Should be changed to
 milo-client:opc.tcp://foo:bar@localhost:1234
 ----
 
-The `camel-milo` server component requires Java 9 at runtime. 
+The `camel-milo` server component requires Java 9 at runtime.
 Property `strictEndpointUrlsEnabled` is no longer supported.
 Properties`hostName` and `serverName` are replaced by `path`.
 To successfully use certificates for secured communication, JCE Jurisdiction 
Policy File Default

Reply via email to