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 b2e2cce4d1c Regen
b2e2cce4d1c is described below
commit b2e2cce4d1c53808a2e69d380e54d93311e7a7af
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Aug 26 10:02:09 2022 +0200
Regen
---
.../org/apache/camel/springboot/catalog/components/fhir.json | 4 ++--
components-starter/camel-fhir-starter/src/main/docs/fhir.json | 2 +-
.../camel/component/fhir/springboot/FhirComponentConfiguration.java | 2 +-
3 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 8129fbcea16..584bcb34bba 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
@@ -48,7 +48,7 @@
"proxyPort": { "kind": "property", "displayName": "Proxy Port", "group":
"proxy", "label": "proxy", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.fhir.FhirConfiguration",
"configurationField": "configuration", "description": "The proxy port" },
"proxyUser": { "kind": "property", "displayName": "Proxy User", "group":
"proxy", "label": "proxy", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": true,
"configurationClass": "org.apache.camel.component.fhir.FhirConfiguration",
"configurationField": "configuration", "description": "The proxy username" },
"accessToken": { "kind": "property", "displayName": "Access Token",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "OAuth access token" },
- "password": { "kind": "property", "displayName": "Password", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "Username to use for basic authentication" },
+ "password": { "kind": "property", "displayName": "Password", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "Password to use for basic authentication" },
"username": { "kind": "property", "displayName": "Username", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "Username to use for basic authentication" }
},
"properties": {
@@ -96,7 +96,7 @@
"timeUnit": { "kind": "parameter", "displayName": "Time Unit", "group":
"scheduler", "label": "consumer,scheduler", "required": false, "type":
"object", "javaType": "java.util.concurrent.TimeUnit", "enum": [ "NANOSECONDS",
"MICROSECONDS", "MILLISECONDS", "SECONDS", "MINUTES", "HOURS", "DAYS" ],
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
"MILLISECONDS", "description": "Time unit for initialDelay and delay options."
},
"useFixedDelay": { "kind": "parameter", "displayName": "Use Fixed Delay",
"group": "scheduler", "label": "consumer,scheduler", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Controls if fixed delay
or fixed rate is used. See ScheduledExecutorService in JDK for details." },
"accessToken": { "kind": "parameter", "displayName": "Access Token",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "OAuth access token" },
- "password": { "kind": "parameter", "displayName": "Password", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "Username to use for basic authentication" },
+ "password": { "kind": "parameter", "displayName": "Password", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "Password to use for basic authentication" },
"username": { "kind": "parameter", "displayName": "Username", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "Username to use for basic authentication" }
},
"apis": {
diff --git a/components-starter/camel-fhir-starter/src/main/docs/fhir.json
b/components-starter/camel-fhir-starter/src/main/docs/fhir.json
index 905f2f6065f..fb48feab7bd 100644
--- a/components-starter/camel-fhir-starter/src/main/docs/fhir.json
+++ b/components-starter/camel-fhir-starter/src/main/docs/fhir.json
@@ -148,7 +148,7 @@
{
"name": "camel.component.fhir.password",
"type": "java.lang.String",
- "description": "Username to use for basic authentication",
+ "description": "Password to use for basic authentication",
"sourceType":
"org.apache.camel.component.fhir.springboot.FhirComponentConfiguration"
},
{
diff --git
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirComponentConfiguration.java
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirComponentConfiguration.java
index 7c49c92da47..5ea0164eb9d 100644
---
a/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirComponentConfiguration.java
+++
b/components-starter/camel-fhir-starter/src/main/java/org/apache/camel/component/fhir/springboot/FhirComponentConfiguration.java
@@ -165,7 +165,7 @@ public class FhirComponentConfiguration
*/
private String accessToken;
/**
- * Username to use for basic authentication
+ * Password to use for basic authentication
*/
private String password;
/**