You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/04 08:19:22 UTC

[camel-website] branch main updated: Camel 3.18 - camel-cxf split up into modules. Added XSD in their new locations. Add multiple variations since users may use different naming convention. Updated non-versioned XSD to latest 3.18.0 release.

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-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ae35c82 Camel 3.18 - camel-cxf split up into modules. Added XSD in their new locations. Add multiple variations since users may use different naming convention. Updated non-versioned XSD to latest 3.18.0 release.
6ae35c82 is described below

commit 6ae35c82214202e58e4d45400b4420be02ceb431
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Aug 4 10:19:10 2022 +0200

    Camel 3.18 - camel-cxf split up into modules. Added XSD in their new locations. Add multiple variations since users may use different naming convention. Updated non-versioned XSD to latest 3.18.0 release.
---
 static/schema/cxf/camel-cxf.xsd | 34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

diff --git a/static/schema/cxf/camel-cxf.xsd b/static/schema/cxf/camel-cxf.xsd
index 093d8065..12cdcef2 100644
--- a/static/schema/cxf/camel-cxf.xsd
+++ b/static/schema/cxf/camel-cxf.xsd
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
 
-  http://www.apache.org/licenses/LICENSE-2.0
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
 -->
 <xsd:schema xmlns="http://camel.apache.org/schema/cxf"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -57,6 +57,9 @@
           <xsd:attribute name="serviceName" type="xsd:string" />
           <xsd:attribute name="loggingFeatureEnabled" type="xsd:boolean"/>
           <xsd:attribute name="loggingSizeLimit" type="xsd:integer" />
+          <xsd:attribute name="skipFaultLogging" type="xsd:boolean" />
+          <xsd:attribute name="continuationTimeout" type="xsd:long" />
+          <xsd:attribute name="publishedEndpointUrl" type="xsd:string" />
         </xsd:extension>
       </xsd:complexContent>
     </xsd:complexType>
@@ -94,6 +97,8 @@
           <xsd:attribute name="staticSubresourceResolution" type="xsd:boolean" />
           <xsd:attribute name="loggingFeatureEnabled" type="xsd:boolean"/>
           <xsd:attribute name="loggingSizeLimit" type="xsd:integer" />
+          <xsd:attribute name="skipFaultLogging" type="xsd:boolean" />
+          <xsd:attribute name="publishedEndpointUrl" type="xsd:string" />
         </xsd:extension>
       </xsd:complexContent>
     </xsd:complexType>
@@ -130,6 +135,7 @@
           <xsd:attribute name="password" type="xsd:string"/>
           <xsd:attribute name="loggingFeatureEnabled" type="xsd:boolean"/>
           <xsd:attribute name="loggingSizeLimit" type="xsd:integer" />
+          <xsd:attribute name="skipFaultLogging" type="xsd:boolean" />
         </xsd:extension>
       </xsd:complexContent>
     </xsd:complexType>