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 e4222bf99a5 Fixed RAT
e4222bf99a5 is described below

commit e4222bf99a564634b8817b48f56535d97a205f5d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Mar 30 12:06:06 2023 +0200

    Fixed RAT
---
 .../salesforce/objects/CamelEventMessage__e.object      | 16 ++++++++++++++++
 .../salesforce/objects/CamelEventNote__e.object         | 16 ++++++++++++++++
 ...Events_AccountChangeEvent.platformEventChannelMember | 17 +++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git 
a/components/camel-salesforce/it/resources/salesforce/objects/CamelEventMessage__e.object
 
b/components/camel-salesforce/it/resources/salesforce/objects/CamelEventMessage__e.object
index 95f6918cd94..d2954657153 100644
--- 
a/components/camel-salesforce/it/resources/salesforce/objects/CamelEventMessage__e.object
+++ 
b/components/camel-salesforce/it/resources/salesforce/objects/CamelEventMessage__e.object
@@ -1,4 +1,20 @@
 <?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
+
+  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.
+-->
 <CustomObject xmlns="http://soap.sforce.com/2006/04/metadata";>
     <deploymentStatus>Deployed</deploymentStatus>
     <eventType>HighVolume</eventType>
diff --git 
a/components/camel-salesforce/it/resources/salesforce/objects/CamelEventNote__e.object
 
b/components/camel-salesforce/it/resources/salesforce/objects/CamelEventNote__e.object
index 7597cec8e23..2569f719a50 100644
--- 
a/components/camel-salesforce/it/resources/salesforce/objects/CamelEventNote__e.object
+++ 
b/components/camel-salesforce/it/resources/salesforce/objects/CamelEventNote__e.object
@@ -1,4 +1,20 @@
 <?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
+
+  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.
+-->
 <CustomObject xmlns="http://soap.sforce.com/2006/04/metadata";>
     <deploymentStatus>Deployed</deploymentStatus>
     <eventType>HighVolume</eventType>
diff --git 
a/components/camel-salesforce/it/resources/salesforce/platformEventChannelMembers/ChangeEvents_AccountChangeEvent.platformEventChannelMember
 
b/components/camel-salesforce/it/resources/salesforce/platformEventChannelMembers/ChangeEvents_AccountChangeEvent.platformEventChannelMember
index fb2459804e7..07922ccb00c 100644
--- 
a/components/camel-salesforce/it/resources/salesforce/platformEventChannelMembers/ChangeEvents_AccountChangeEvent.platformEventChannelMember
+++ 
b/components/camel-salesforce/it/resources/salesforce/platformEventChannelMembers/ChangeEvents_AccountChangeEvent.platformEventChannelMember
@@ -1,4 +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
+
+  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.
+-->
+<?xml version="1.0" encoding="UTF-8"?>
 <PlatformEventChannelMember xmlns="http://soap.sforce.com/2006/04/metadata";>
     <eventChannel>ChangeEvents</eventChannel>
     <selectedEntity>AccountChangeEvent</selectedEntity>

Reply via email to