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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a5a9079020 [create-pull-request] automated change
8a5a9079020 is described below

commit 8a5a90790201168aba1cd49c7959891fa12906b5
Author: oscerd <[email protected]>
AuthorDate: Fri Jan 27 00:59:27 2023 +0000

    [create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/fhir.json        | 6 +++---
 tooling/camel-spring-boot-dependencies/pom.xml                      | 5 -----
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/fhir.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/fhir.json
index 5b63d487dde..2c754f2d2ae 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/fhir.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/fhir.json
@@ -24,7 +24,7 @@
   },
   "componentProperties": {
     "encoding": { "kind": "property", "displayName": "Encoding", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "JSON", "XML" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "Encoding to use for all request" },
-    "fhirVersion": { "kind": "property", "displayName": "Fhir Version", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "DSTU2", "DSTU2_HL7ORG", "DSTU2_1", 
"DSTU3", "R4", "R5" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "R4", "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "The FHIR Version to use" },
+    "fhirVersion": { "kind": "property", "displayName": "Fhir Version", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "DSTU2", "DSTU2_HL7ORG", "DSTU2_1", 
"DSTU3", "R4", "R4B", "R5" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "R4", "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "The FHIR Version to use" },
     "log": { "kind": "property", "displayName": "Log", "group": "common", 
"label": "", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "Will log every requests and responses" },
     "prettyPrint": { "kind": "property", "displayName": "Pretty Print", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "Pretty print all request" },
     "serverUrl": { "kind": "property", "displayName": "Server Url", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.fhir.FhirConfiguration", 
"configurationField": "configuration", "description": "The FHIR server base 
URL" },
@@ -55,7 +55,7 @@
     "apiName": { "kind": "path", "displayName": "Api Name", "group": "common", 
"label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.fhir.internal.FhirApiName", "enum": [ 
"CAPABILITIES", "CREATE", "DELETE", "HISTORY", "LOAD_PAGE", "META", 
"OPERATION", "PATCH", "READ", "SEARCH", "TRANSACTION", "UPDATE", "VALIDATE" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "configurationClass": "org.apache.camel.component.fhir.Fhi [...]
     "methodName": { "kind": "path", "displayName": "Method Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "What sub operation to use for the selected 
operation" },
     "encoding": { "kind": "parameter", "displayName": "Encoding", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "enum": [ "JSON", "XML" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "Encoding to use for all request" },
-    "fhirVersion": { "kind": "parameter", "displayName": "Fhir Version", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "DSTU2", "DSTU2_HL7ORG", "DSTU2_1", 
"DSTU3", "R4", "R5" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "R4", "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "The FHIR Version to use" },
+    "fhirVersion": { "kind": "parameter", "displayName": "Fhir Version", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "DSTU2", "DSTU2_HL7ORG", "DSTU2_1", 
"DSTU3", "R4", "R4B", "R5" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "R4", "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "The FHIR Version to use" },
     "inBody": { "kind": "parameter", "displayName": "In Body", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the name of a parameter to be passed in the exchange In 
Body" },
     "log": { "kind": "parameter", "displayName": "Log", "group": "common", 
"label": "", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "Will log every requests and responses" },
     "prettyPrint": { "kind": "parameter", "displayName": "Pretty Print", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField": 
"configuration", "description": "Pretty print all request" },
@@ -102,7 +102,7 @@
   "apis": {
     "capabilities": { "consumerOnly": false, "producerOnly": false, 
"description": "API to Fetch the capability statement for the server", 
"methods": { "ofType": { "description": "Retrieve the conformance statement 
using the given model type", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseConformance 
ofType(Class<org.hl7.fhir.instance.model.api.IBaseConformance> type, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)" ] } } },
     "create": { "consumerOnly": false, "producerOnly": false, "description": 
"API for the create operation, which creates a new resource instance on the 
server", "methods": { "resource": { "description": "Creates a IBaseResource on 
the server", "signatures": [ "ca.uhn.fhir.rest.api.MethodOutcome 
resource(String resourceAsString, String url, 
ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)", "ca [...]
-    "delete": { "consumerOnly": false, "producerOnly": false, "description": 
"API for the delete operation, which performs a logical delete on a server 
resource", "methods": { "resource": { "description": "Deletes the given 
resource", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseOperationOutcome 
resource(org.hl7.fhir.instance.model.api.IBaseResource resource, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)" ] }, "resourceById": { "desc [...]
+    "delete": { "consumerOnly": false, "producerOnly": false, "description": 
"API for the delete operation, which performs a logical delete on a server 
resource", "methods": { "resource": { "description": "Deletes the given 
resource", "signatures": [ "ca.uhn.fhir.rest.api.MethodOutcome 
resource(org.hl7.fhir.instance.model.api.IBaseResource resource, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)" ] }, "resourceById": { "description": "Deletes  [...]
     "history": { "consumerOnly": false, "producerOnly": false, "description": 
"API for the history method", "methods": { "onInstance": { "description": 
"Perform the operation across all versions of a specific resource (by ID and 
type) on the server", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseBundle 
onInstance(org.hl7.fhir.instance.model.api.IIdType id, 
Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType, Integer count, 
java.util.Date cutoff, org.hl7.fhir.instance.mo [...]
     "load-page": { "consumerOnly": false, "producerOnly": false, 
"description": "API that Loads the previous\/next bundle of resources from a 
paged set, using the link specified in the link type=next tag within the atom 
bundle", "methods": { "byUrl": { "description": "Load a page of results using 
the given URL and bundle type and return a DSTU1 Atom bundle", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseBundle byUrl(String url, 
Class<org.hl7.fhir.instance.model.api.IBaseBundle> r [...]
     "meta": { "consumerOnly": false, "producerOnly": false, "description": 
"API for the meta operations, which can be used to get, add and remove tags and 
other Meta elements from a resource or across the server", "methods": { "add": 
{ "description": "Add the elements in the given metadata to the already 
existing set (do not remove any)", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseMetaType 
add(org.hl7.fhir.instance.model.api.IBaseMetaType meta, 
org.hl7.fhir.instance.model.api. [...]
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 1518ca193d1..5d1a1f52f9b 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1973,11 +1973,6 @@
         <artifactId>camel-amqp</artifactId>
         <version>4.0.0-SNAPSHOT</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-any23</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-api</artifactId>

Reply via email to