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


The following commit(s) were added to refs/heads/main by this push:
     new b2693a7fe7f Regen
b2693a7fe7f is described below

commit b2693a7fe7f48996cd21893e1d8567b49e6adf4b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Oct 2 07:08:13 2024 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/components/fhir.json          | 4 ++--
 tooling/camel-spring-boot-dependencies/pom.xml                        | 4 ++--
 2 files changed, 4 insertions(+), 4 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 865ad805eae..ccbaddecbe3 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
@@ -111,7 +111,7 @@
     "operation": { "consumerOnly": false, "producerOnly": false, 
"description": "API for extended FHIR operations", "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.IBaseResource 
onInstance(org.hl7.fhir.instance.model.api.IIdType id, String name, 
org.hl7.fhir.instance.model.api.IBaseParameters parameters, 
Class<org.hl7.fhir.instance.model.api.IBas [...]
     "patch": { "consumerOnly": false, "producerOnly": false, "description": 
"API for the patch operation, which performs a logical patch on a server 
resource", "methods": { "patchById": { "description": "Applies the patch to the 
given resource ID", "signatures": [ "ca.uhn.fhir.rest.api.MethodOutcome 
patchById(String patchBody, String stringId, 
ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)",  [...]
     "read": { "consumerOnly": false, "producerOnly": false, "description": 
"API method for read operations", "methods": { "resourceById": { "description": 
"Reads a IBaseResource on the server by id", "signatures": [ 
"org.hl7.fhir.instance.model.api.IBaseResource 
resourceById(Class<org.hl7.fhir.instance.model.api.IBaseResource> resource, 
Long longId, String ifVersionMatches, Boolean returnNull, 
org.hl7.fhir.instance.model.api.IBaseResource returnResource, Boolean 
throwError, java.util.Map [...]
-    "search": { "consumerOnly": false, "producerOnly": false, "description": 
"API to search for resources matching a given set of criteria", "methods": { 
"searchByUrl": { "description": "Perform a search directly by URL", 
"signatures": [ "org.hl7.fhir.instance.model.api.IBaseBundle searchByUrl(String 
url, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)" ] } } },
+    "search": { "consumerOnly": false, "producerOnly": false, "description": 
"API to search for resources matching a given set of criteria", "methods": { 
"searchByResource": { "description": "Perform a search by resource name", 
"signatures": [ "org.hl7.fhir.instance.model.api.IBaseBundle 
searchByResource(String resourceName, java.util.Map<String, 
java.util.List<String>> searchParameters, ca.uhn.fhir.rest.api.SearchStyleEnum 
searchStyle, java.util.Map<org.apache.camel.component.fhir.api.E [...]
     "transaction": { "consumerOnly": false, "producerOnly": false, 
"description": "API for sending a transaction (collection of resources) to the 
server to be executed as a single unit", "methods": { "withBundle": { 
"description": "Use the given raw text (should be a Bundle resource) as the 
transaction input", "signatures": [ "String withBundle(String stringBundle, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)", "org.hl7.fhir.instance.model.a [...]
     "update": { "consumerOnly": false, "producerOnly": false, "description": 
"API for the update operation, which performs a logical delete on a server 
resource", "methods": { "resource": { "description": "Updates a IBaseResource 
on the server by id", "signatures": [ "ca.uhn.fhir.rest.api.MethodOutcome 
resource(String resourceAsString, String stringId, 
ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParam [...]
     "validate": { "consumerOnly": false, "producerOnly": false, "description": 
"API for validating resources", "methods": { "resource": { "description": 
"Validates the resource", "signatures": [ "ca.uhn.fhir.rest.api.MethodOutcome 
resource(String resourceAsString, 
java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> 
extraParameters)", "ca.uhn.fhir.rest.api.MethodOutcome 
resource(org.hl7.fhir.instance.model.api.IBaseResource resource, 
java.util.Map<org.apache.camel.c [...]
@@ -126,7 +126,7 @@
     "operation": { "methods": { "onInstance": { "properties": { 
"extraParameters": { "index": 0, "kind": "parameter", "displayName": "Extra 
Parameters", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "autowired": false, "secret": false, 
"description": "See ExtraParameters for a full list of parameters that can be 
passed, may be NULL", "optional":  [...]
     "patch": { "methods": { "patchById": { "properties": { "extraParameters": 
{ "index": 1, "kind": "parameter", "displayName": "Extra Parameters", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "autowired": false, "secret": false, 
"description": "See ExtraParameters for a full list of parameters that can be 
passed, may be NULL", "optional": true  [...]
     "read": { "methods": { "resourceById": { "properties": { 
"extraParameters": { "index": 5, "kind": "parameter", "displayName": "Extra 
Parameters", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "autowired": false, "secret": false, 
"description": "See ExtraParameters for a full list of parameters that can be 
passed, may be NULL", "optional": tru [...]
-    "search": { "methods": { "searchByUrl": { "properties": { 
"extraParameters": { "index": 0, "kind": "parameter", "displayName": "Extra 
Parameters", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "autowired": false, "secret": false, 
"description": "See ExtraParameters for a full list of parameters that can be 
passed, may be NULL", "optional": tr [...]
+    "search": { "methods": { "searchByResource": { "properties": { 
"extraParameters": { "index": 0, "kind": "parameter", "displayName": "Extra 
Parameters", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "autowired": false, "secret": false, 
"description": "See ExtraParameters for a full list of parameters that can be 
passed, may be NULL", "optional [...]
     "transaction": { "methods": { "withBundle": { "properties": { "bundle": { 
"index": 0, "kind": "parameter", "displayName": "Bundle", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"org.hl7.fhir.instance.model.api.IBaseBundle", "deprecated": false, 
"autowired": false, "secret": false, "description": "Bundle to use in the 
transaction", "optional": false }, "extraParameters": { "index": 2, "kind": 
"parameter", "displayName": "Extra Parameters", "group":  [...]
     "update": { "methods": { "resource": { "properties": { "extraParameters": 
{ "index": 3, "kind": "parameter", "displayName": "Extra Parameters", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "autowired": false, "secret": false, 
"description": "See ExtraParameters for a full list of parameters that can be 
passed, may be NULL", "optional": true  [...]
     "validate": { "methods": { "resource": { "properties": { 
"extraParameters": { "index": 1, "kind": "parameter", "displayName": "Extra 
Parameters", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, 
java.lang.Object>", "deprecated": false, "autowired": false, "secret": false, 
"description": "See ExtraParameters for a full list of parameters that can be 
passed, may be NULL", "optional": tru [...]
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 32ff91ccfe5..41e253fad11 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -245,12 +245,12 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.15.2</version>
+        <version>1.15.3</version>
       </dependency>
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy-agent</artifactId>
-        <version>1.15.2</version>
+        <version>1.15.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>

Reply via email to