You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/04/05 14:51:35 UTC

[camel-k-runtime] 05/08: Bump to Camel 3.16.0, Quarkus 2.8.0.Final, GraalVM 22.0.0.2 and camel-quarkus 2.8.0

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 7a4563c442c9f2c2b56eb25c4088e3f31d2d3561
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 5 13:52:16 2022 +0200

    Bump to Camel 3.16.0, Quarkus 2.8.0.Final, GraalVM 22.0.0.2 and camel-quarkus 2.8.0
---
 itests/camel-k-itests-runtime-xml/src/test/resources/rests.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/itests/camel-k-itests-runtime-xml/src/test/resources/rests.xml b/itests/camel-k-itests-runtime-xml/src/test/resources/rests.xml
index b8e45f8a..4385a0af 100644
--- a/itests/camel-k-itests-runtime-xml/src/test/resources/rests.xml
+++ b/itests/camel-k-itests-runtime-xml/src/test/resources/rests.xml
@@ -19,7 +19,7 @@
 -->
 <rests xmlns="http://camel.apache.org/schema/spring">
   <rest path="/camel/" id="rest-greetings">
-    <get id="greetings" uri="/greetings/{name}">
+    <get id="greetings" path="/greetings/{name}">
       <param dataType="string" name="name" required="true" type="path"/>
       <to uri="direct:greeting-api"/>
     </get>