This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


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

commit 7023cc129655101f46f48dbb494ddd9a9782d225
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Sep 18 17:45:28 2020 +0200

    Regen
---
 .../camel/springboot/catalog/components/fhir.json  |  4 +--
 .../springboot/catalog/components/twilio.json      | 16 +++++-----
 components-starter/camel-corda-starter/pom.xml     |  8 -----
 components-starter/camel-iota-starter/pom.xml      | 12 --------
 docs/modules/ROOT/pages/jasypt-starter.adoc        | 34 ++++++++++++++++++++++
 5 files changed, 44 insertions(+), 30 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 8d302bd..e83bac1 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
@@ -109,8 +109,8 @@
     "search": { "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)" ] } } },
     "capabilities": { "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)" ] } } },
     "patch": { "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)", "ca.uhn.fhir.rest.api.MethodOutcome patchById( [...]
-    "history": { "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.model.api.IPrimitiveType<java.util.Date> iCutoff [...]
     "meta": { "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.IIdType id, java.util.Map<org.apache.camel.com 
[...]
+    "history": { "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.model.api.IPrimitiveType<java.util.Date> iCutoff [...]
     "load-page": { "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> returnType, 
java.util.Map<org.apache.camel.comp [...]
     "transaction": { "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.api.IBaseBundle 
withBundle(org.hl7.fhir.instanc [...]
     "read": { "description": "API method for read operations", "methods": { 
"resourceById": { "description": "", "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<org.apache.camel.component.fhir.api.ExtraParameters, 
Object> extraParameters)", "org.h [...]
@@ -124,8 +124,8 @@
     "search": { "methods": { "searchByUrl": { "properties": { 
"extraParameters": { "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, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "url": { "kind": "paramete [...]
     "capabilities": { "methods": { "ofType": { "properties": { 
"extraParameters": { "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, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "type": { "kind": "parame [...]
     "patch": { "methods": { "patchById": { "properties": { "extraParameters": 
{ "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, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "id": { "kind": "parameter",  [...]
-    "history": { "methods": { "onInstance": { "properties": { "count": { 
"kind": "parameter", "displayName": "Count", "group": "common", "label": "", 
"required": false, "type": "integer", "javaType": "java.lang.Integer", 
"deprecated": false, "secret": false, "description": "Request that the server 
return only up to theCount number of resources, may be NULL", "optional": true 
}, "cutoff": { "kind": "parameter", "displayName": "Cutoff", "group": "common", 
"label": "", "required": false, "t [...]
     "meta": { "methods": { "add": { "properties": { "extraParameters": { 
"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, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "id": { "kind": "parameter", "displa [...]
+    "history": { "methods": { "onInstance": { "properties": { "count": { 
"kind": "parameter", "displayName": "Count", "group": "common", "label": "", 
"required": false, "type": "integer", "javaType": "java.lang.Integer", 
"deprecated": false, "secret": false, "description": "Request that the server 
return only up to theCount number of resources, may be NULL", "optional": true 
}, "cutoff": { "kind": "parameter", "displayName": "Cutoff", "group": "common", 
"label": "", "required": false, "t [...]
     "load-page": { "methods": { "byUrl": { "properties": { "extraParameters": 
{ "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, "secret": false, "description": "See 
ExtraParameters for a full list of parameters that can be passed, may be NULL", 
"optional": true }, "returnType": { "kind": "para [...]
     "transaction": { "methods": { "withBundle": { "properties": { "bundle": { 
"kind": "parameter", "displayName": "Bundle", "group": "common", "label": "", 
"required": false, "type": "object", "javaType": 
"org.hl7.fhir.instance.model.api.IBaseBundle", "deprecated": false, "secret": 
false, "description": "Bundle to use in the transaction", "optional": false }, 
"extraParameters": { "kind": "parameter", "displayName": "Extra Parameters", 
"group": "common", "label": "", "required": false, "t [...]
     "read": { "methods": { "resourceById": { "properties": { 
"extraParameters": { "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, "secret": false, "description": "", 
"optional": true }, "id": { "kind": "parameter", "displayName": "Id", "group": 
"common", "label": "", "required": false, "type": [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
index a0ec2cf..0c1e322 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
@@ -66,15 +66,15 @@
     "call-recording": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a RecordingCreator to execute 
create", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.RecordingCreator creator(String 
pathAccountSid, String pathCallSid)", 
"com.twilio.rest.api.v2010.account.call.RecordingCreator creator(String 
pathCallSid)" ] }, "deleter": { "description": "Crea [...]
     "queue-member": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "fetcher": { "description": "Create a MemberFetcher to execute 
fetch", "signatures": [ "com.twilio.rest.api.v2010.account.queue.MemberFetcher 
fetcher(String pathAccountSid, String pathQueueSid, String pathCallSid)", 
"com.twilio.rest.api.v2010.account.queue.MemberFetcher fetcher(String 
pathQueueSid, String pathCallSid)" ] }, " [...]
     "usage-trigger": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a TriggerCreator to execute 
create", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.TriggerCreator creator(String 
pathAccountSid, java.net.URI callbackUrl, String triggerValue, 
com.twilio.rest.api.v2010.account.usage.Trigger$UsageCategory usageCategory)", 
"com.twilio.rest.api.v20 [...]
-    "usage-record-all-time": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
AllTimeReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.AllTimeReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.AllTimeReader reader(String 
pathAccountSid)" ] } } },
     "usage-record-last-month": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
LastMonthReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.LastMonthReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.LastMonthReader reader(String 
pathAccountSid)" ] } } },
+    "usage-record-all-time": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
AllTimeReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.AllTimeReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.AllTimeReader reader(String 
pathAccountSid)" ] } } },
     "recording-transcription": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "deleter": { "description": "Create a 
TranscriptionDeleter to execute delete", "signatures": [ 
"com.twilio.rest.api.v2010.account.recording.TranscriptionDeleter 
deleter(String pathAccountSid, String pathRecordingSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.recording.TranscriptionDeleter 
deleter(String  [...]
     "message": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a MessageCreator to execute 
create", "signatures": [ "com.twilio.rest.api.v2010.account.MessageCreator 
creator(String pathAccountSid, com.twilio.type.PhoneNumber to, String 
messagingServiceSid, String body)", 
"com.twilio.rest.api.v2010.account.MessageCreator creator(String 
pathAccountSid, com.tw [...]
     "call-feedback-summary": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
FeedbackSummaryCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.FeedbackSummaryCreator creator(String 
pathAccountSid, org.joda.time.LocalDate startDate, org.joda.time.LocalDate 
endDate)", "com.twilio.rest.api.v2010.account.call.FeedbackSummaryCr [...]
     "sip-credential-list-credential": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
CredentialCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.sip.credentiallist.CredentialCreator 
creator(String pathAccountSid, String pathCredentialListSid, String username, 
String password)", "com.twilio.rest.api.v2010.account.sip.credentia [...]
     "new-key": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a NewKeyCreator to execute 
create", "signatures": [ "com.twilio.rest.api.v2010.account.NewKeyCreator 
creator()", "com.twilio.rest.api.v2010.account.NewKeyCreator creator(String 
pathAccountSid)" ] } } },
-    "call-notification": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "fetcher": { "description": "Create a NotificationFetcher to 
execute fetch", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String 
pathAccountSid, String pathCallSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String 
pathCallSid, String pathS [...]
     "incoming-phone-number": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
IncomingPhoneNumberCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator creator(String 
areaCode)", "com.twilio.rest.api.v2010.account.IncomingPhoneNumberCreator 
creator(String pathAccountSid, String areaCode)", "com.twilio.rest [...]
+    "call-notification": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "fetcher": { "description": "Create a NotificationFetcher to 
execute fetch", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String 
pathAccountSid, String pathCallSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.call.NotificationFetcher fetcher(String 
pathCallSid, String pathS [...]
     "validation-request": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
ValidationRequestCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.ValidationRequestCreator creator(String 
pathAccountSid, com.twilio.type.PhoneNumber phoneNumber)", 
"com.twilio.rest.api.v2010.account.ValidationRequestCreator 
creator(com.twilio.type.Phon [...]
     "usage-record-yesterday": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
YesterdayReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.YesterdayReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.YesterdayReader reader(String 
pathAccountSid)" ] } } },
     "usage-record-this-month": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
ThisMonthReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.ThisMonthReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.ThisMonthReader reader(String 
pathAccountSid)" ] } } },
@@ -85,8 +85,8 @@
     "usage-record": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "reader": { "description": "Create a RecordReader to execute 
read", "signatures": [ "com.twilio.rest.api.v2010.account.usage.RecordReader 
reader()", "com.twilio.rest.api.v2010.account.usage.RecordReader reader(String 
pathAccountSid)" ] } } },
     "available-phone-number-country-mobile": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
MobileReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.availablephonenumbercountry.MobileReader 
reader(String pathAccountSid, String pathCountryCode)", 
"com.twilio.rest.api.v2010.account.availablephonenumbercountry.MobileReader 
reader(Str [...]
     "conference-participant": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
ParticipantCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.conference.ParticipantCreator creator(String 
pathAccountSid, String pathConferenceSid, com.twilio.type.PhoneNumber from, 
com.twilio.type.PhoneNumber to)", "com.twilio.rest.api.v2010.account [...]
-    "notification": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "fetcher": { "description": "Create a NotificationFetcher to 
execute fetch", "signatures": [ 
"com.twilio.rest.api.v2010.account.NotificationFetcher fetcher(String 
pathAccountSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.NotificationFetcher fetcher(String pathSid)" 
] }, "reader": { "description": "Create a Notifica [...]
     "recording-add-on-result": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "deleter": { "description": "Create a 
AddOnResultDeleter to execute delete", "signatures": [ 
"com.twilio.rest.api.v2010.account.recording.AddOnResultDeleter deleter(String 
pathAccountSid, String pathReferenceSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.recording.AddOnResultDeleter deleter(String 
pathRe [...]
+    "notification": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "fetcher": { "description": "Create a NotificationFetcher to 
execute fetch", "signatures": [ 
"com.twilio.rest.api.v2010.account.NotificationFetcher fetcher(String 
pathAccountSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.NotificationFetcher fetcher(String pathSid)" 
] }, "reader": { "description": "Create a Notifica [...]
     "sip-domain-ip-access-control-list-mapping": { "description": "", 
"aliases": [ "^creator$=create", "^deleter$=delete", "^fetcher$=fetch", 
"^reader$=read", "^updater$=update" ], "methods": { "creator": { "description": 
"Create a IpAccessControlListMappingCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.sip.domain.IpAccessControlListMappingCreator 
creator(String pathAccountSid, String pathDomainSid, String 
ipAccessControlListSid)", "com.twilio.rest.api.v20 [...]
     "sip-domain": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a DomainCreator to execute 
create", "signatures": [ "com.twilio.rest.api.v2010.account.sip.DomainCreator 
creator(String domainName)", 
"com.twilio.rest.api.v2010.account.sip.DomainCreator creator(String 
pathAccountSid, String domainName)" ] }, "deleter": { "description": "Create a 
DomainDelete [...]
     "address": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a AddressCreator to execute 
create", "signatures": [ "com.twilio.rest.api.v2010.account.AddressCreator 
creator(String customerName, String street, String city, String region, String 
postalCode, String isoCountry)", 
"com.twilio.rest.api.v2010.account.AddressCreator creator(String 
pathAccountSid,  [...]
@@ -95,8 +95,8 @@
     "available-phone-number-country": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "fetcher": { "description": "Create a 
AvailablePhoneNumberCountryFetcher to execute fetch", "signatures": [ 
"com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher 
fetcher(String pathAccountSid, String pathCountryCode)", 
"com.twilio.rest.api.v2010.account.AvailablePhoneNumberCountryFetcher fetc [...]
     "usage-record-yearly": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "reader": { "description": "Create a 
YearlyReader to execute read", "signatures": [ 
"com.twilio.rest.api.v2010.account.usage.record.YearlyReader reader()", 
"com.twilio.rest.api.v2010.account.usage.record.YearlyReader reader(String 
pathAccountSid)" ] } } },
     "queue": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a QueueCreator to execute 
create", "signatures": [ "com.twilio.rest.api.v2010.account.QueueCreator 
creator(String friendlyName)", "com.twilio.rest.api.v2010.account.QueueCreator 
creator(String pathAccountSid, String friendlyName)" ] }, "deleter": { 
"description": "Create a QueueDeleter to execute  [...]
-    "sip-domain-credential-list-mapping": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
CredentialListMappingCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator 
creator(String pathAccountSid, String pathDomainSid, String 
credentialListSid)", "com.twilio.rest.api.v2010.account.sip.domain. [...]
     "transcription": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "deleter": { "description": "Create a TranscriptionDeleter to 
execute delete", "signatures": [ 
"com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String 
pathAccountSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.TranscriptionDeleter deleter(String 
pathSid)" ] }, "fetcher": { "description": "Create a Tr [...]
+    "sip-domain-credential-list-mapping": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
CredentialListMappingCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.sip.domain.CredentialListMappingCreator 
creator(String pathAccountSid, String pathDomainSid, String 
credentialListSid)", "com.twilio.rest.api.v2010.account.sip.domain. [...]
     "call-feedback": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "creator": { "description": "Create a FeedbackCreator to execute 
create", "signatures": [ 
"com.twilio.rest.api.v2010.account.call.FeedbackCreator creator(String 
pathAccountSid, String pathCallSid, Integer qualityScore)", 
"com.twilio.rest.api.v2010.account.call.FeedbackCreator creator(String 
pathCallSid, Integer qualityScore) [...]
     "key": { "description": "", "aliases": [ "^creator$=create", 
"^deleter$=delete", "^fetcher$=fetch", "^reader$=read", "^updater$=update" ], 
"methods": { "deleter": { "description": "Create a KeyDeleter to execute 
delete", "signatures": [ "com.twilio.rest.api.v2010.account.KeyDeleter 
deleter(String pathAccountSid, String pathSid)", 
"com.twilio.rest.api.v2010.account.KeyDeleter deleter(String pathSid)" ] }, 
"fetcher": { "description": "Create a KeyFetcher to execute fetch", 
"signatures" [...]
     "incoming-phone-number-toll-free": { "description": "", "aliases": [ 
"^creator$=create", "^deleter$=delete", "^fetcher$=fetch", "^reader$=read", 
"^updater$=update" ], "methods": { "creator": { "description": "Create a 
TollFreeCreator to execute create", "signatures": [ 
"com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeCreator 
creator(String pathAccountSid, com.twilio.type.PhoneNumber phoneNumber)", 
"com.twilio.rest.api.v2010.account.incomingphonenumber.TollFreeCreator cr [...]
@@ -124,15 +124,15 @@
     "call-recording": { "methods": { "creator": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that will create the resource", 
"optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path 
Call Sid", "group": "common", "label": "", "required": false [...]
     "queue-member": { "methods": { "fetcher": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resource(s) to fetch", 
"optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path 
Call Sid", "group": "common", "label": "", "required": [...]
     "usage-trigger": { "methods": { "creator": { "properties": { 
"callbackUrl": { "kind": "parameter", "displayName": "Callback Url", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.net.URI", "deprecated": false, "secret": false, "description": "The URL 
we call when the trigger fires", "optional": false }, "pathAccountSid": { 
"kind": "parameter", "displayName": "Path Account Sid", "group": "common", 
"label": "", "required": false, "type": "string",  [...]
-    "usage-record-all-time": { "methods": { "reader": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to read", 
"optional": false } } } } },
     "usage-record-last-month": { "methods": { "reader": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to read", 
"optional": false } } } } },
+    "usage-record-all-time": { "methods": { "reader": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to read", 
"optional": false } } } } },
     "recording-transcription": { "methods": { "deleter": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to delete", 
"optional": false }, "pathRecordingSid": { "kind": "parameter", "displayName": 
"Path Recording Sid", "group": "common", "lab [...]
     "message": { "methods": { "creator": { "properties": { "body": { "kind": 
"parameter", "displayName": "Body", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The text of the message you want to send. Can 
be up to 1,600 characters in length.", "optional": false }, "from": { "kind": 
"parameter", "displayName": "From", "group": "common", "label": "", "required": 
false, "type": "obje [...]
     "call-feedback-summary": { "methods": { "creator": { "properties": { 
"endDate": { "kind": "parameter", "displayName": "End Date", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"org.joda.time.LocalDate", "deprecated": false, "secret": false, "description": 
"Only include feedback given on or before this date", "optional": false }, 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": fa [...]
     "sip-credential-list-credential": { "methods": { "creator": { 
"properties": { "password": { "kind": "parameter", "displayName": "Password", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The password will not be returned in the response", "optional": 
false }, "pathAccountSid": { "kind": "parameter", "displayName": "Path Account 
Sid", "group": "common", "label": "", "required":  [...]
     "new-key": { "methods": { "creator": { "properties": { "pathAccountSid": { 
"kind": "parameter", "displayName": "Path Account Sid", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
SID of the Account that will be responsible for the new Key resource", 
"optional": false } } } } },
-    "call-notification": { "methods": { "fetcher": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resource to fetch", 
"optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path 
Call Sid", "group": "common", "label": "", "required [...]
     "incoming-phone-number": { "methods": { "creator": { "properties": { 
"areaCode": { "kind": "parameter", "displayName": "Area Code", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
desired area code for the new phone number", "optional": false }, 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "typ [...]
+    "call-notification": { "methods": { "fetcher": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resource to fetch", 
"optional": false }, "pathCallSid": { "kind": "parameter", "displayName": "Path 
Call Sid", "group": "common", "label": "", "required [...]
     "validation-request": { "methods": { "creator": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account responsible for the new Caller ID", 
"optional": false }, "phoneNumber": { "kind": "parameter", "displayName": 
"Phone Number", "group": "common", "label": "", "required" [...]
     "usage-record-yesterday": { "methods": { "reader": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to read", 
"optional": false } } } } },
     "usage-record-this-month": { "methods": { "reader": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to read", 
"optional": false } } } } },
@@ -143,8 +143,8 @@
     "usage-record": { "methods": { "reader": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to read", 
"optional": false } } } } },
     "available-phone-number-country-mobile": { "methods": { "reader": { 
"properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path 
Account Sid", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account requesting the AvailablePhoneNumber 
resources", "optional": false }, "pathCountryCode": { "kind": "parameter", 
"displayName": "Path Country Code", "gr [...]
     "conference-participant": { "methods": { "creator": { "properties": { 
"from": { "kind": "parameter", "displayName": "From", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"com.twilio.type.PhoneNumber", "deprecated": false, "secret": false, 
"description": "The phone number, Client identifier, or username portion of SIP 
address that made this call.", "optional": false }, "pathAccountSid": { "kind": 
"parameter", "displayName": "Path Account Sid", "group [...]
-    "notification": { "methods": { "fetcher": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resource to fetch", 
"optional": false }, "pathSid": { "kind": "parameter", "displayName": "Path 
Sid", "group": "common", "label": "", "required": false, "typ [...]
     "recording-add-on-result": { "methods": { "deleter": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to delete", 
"optional": false }, "pathReferenceSid": { "kind": "parameter", "displayName": 
"Path Reference Sid", "group": "common", "lab [...]
+    "notification": { "methods": { "fetcher": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resource to fetch", 
"optional": false }, "pathSid": { "kind": "parameter", "displayName": "Path 
Sid", "group": "common", "label": "", "required": false, "typ [...]
     "sip-domain-ip-access-control-list-mapping": { "methods": { "creator": { 
"properties": { "ipAccessControlListSid": { "kind": "parameter", "displayName": 
"Ip Access Control List Sid", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The unique id of the IP access control list to 
map to the SIP domain", "optional": false }, "pathAccountSid": { "kind": 
"parameter", "displayName": "P [...]
     "sip-domain": { "methods": { "creator": { "properties": { "domainName": { 
"kind": "parameter", "displayName": "Domain Name", "group": "common", "label": 
"", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "The unique address on 
Twilio to route SIP traffic", "optional": false }, "pathAccountSid": { "kind": 
"parameter", "displayName": "Path Account Sid", "group": "common", "label": "", 
"required": false, "type":  [...]
     "address": { "methods": { "creator": { "properties": { "city": { "kind": 
"parameter", "displayName": "City", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The city of the new address", "optional": 
false }, "customerName": { "kind": "parameter", "displayName": "Customer Name", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", " [...]
@@ -153,8 +153,8 @@
     "available-phone-number-country": { "methods": { "fetcher": { 
"properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path 
Account Sid", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account requesting the available phone number 
Country resource", "optional": false }, "pathCountryCode": { "kind": 
"parameter", "displayName": "Path Country Code",  [...]
     "usage-record-yearly": { "methods": { "reader": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to read", 
"optional": false } } } } },
     "queue": { "methods": { "creator": { "properties": { "friendlyName": { 
"kind": "parameter", "displayName": "Friendly Name", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "A 
string to describe this resource", "optional": false }, "pathAccountSid": { 
"kind": "parameter", "displayName": "Path Account Sid", "group": "common", 
"label": "", "required": false, "type": "string", "javaT [...]
-    "sip-domain-credential-list-mapping": { "methods": { "creator": { 
"properties": { "credentialListSid": { "kind": "parameter", "displayName": 
"Credential List Sid", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "A string that identifies the CredentialList 
resource to map to the SIP domain", "optional": false }, "pathAccountSid": { 
"kind": "parameter", "displayName": "Path Accoun [...]
     "transcription": { "methods": { "deleter": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that created the resources to delete", 
"optional": false }, "pathSid": { "kind": "parameter", "displayName": "Path 
Sid", "group": "common", "label": "", "required": false, " [...]
+    "sip-domain-credential-list-mapping": { "methods": { "creator": { 
"properties": { "credentialListSid": { "kind": "parameter", "displayName": 
"Credential List Sid", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "A string that identifies the CredentialList 
resource to map to the SIP domain", "optional": false }, "pathAccountSid": { 
"kind": "parameter", "displayName": "Path Accoun [...]
     "call-feedback": { "methods": { "creator": { "properties": { 
"pathAccountSid": { "kind": "parameter", "displayName": "Path Account Sid", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The unique sid that identifies this account", "optional": false 
}, "pathCallSid": { "kind": "parameter", "displayName": "Path Call Sid", 
"group": "common", "label": "", "required": false, "type":  [...]
     "key": { "methods": { "deleter": { "properties": { "pathAccountSid": { 
"kind": "parameter", "displayName": "Path Account Sid", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
SID of the Account that created the resources to delete", "optional": false }, 
"pathSid": { "kind": "parameter", "displayName": "Path Sid", "group": "common", 
"label": "", "required": false, "type": "st [...]
     "incoming-phone-number-toll-free": { "methods": { "creator": { 
"properties": { "pathAccountSid": { "kind": "parameter", "displayName": "Path 
Account Sid", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The SID of the Account that will create the resource", 
"optional": false }, "phoneNumber": { "kind": "parameter", "displayName": 
"Phone Number", "group": "common", "label": "", " [...]
diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 43b013d..274f6da 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
       <!--START OF GENERATED CODE-->
       <exclusions>
         <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-core</artifactId>
         </exclusion>
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index ce65d0f..2050aee 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-iota</artifactId>
       <version>${camel-version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git a/docs/modules/ROOT/pages/jasypt-starter.adoc 
b/docs/modules/ROOT/pages/jasypt-starter.adoc
new file mode 100644
index 0000000..5b3ed76
--- /dev/null
+++ b/docs/modules/ROOT/pages/jasypt-starter.adoc
@@ -0,0 +1,34 @@
+// spring-boot-auto-configure options: START
+:page-partial:
+:doctitle: Camel Spring Boot Starter for jasypt
+
+== Spring Boot Auto-Configuration
+
+When using jasypt with Spring Boot make sure to use the following Maven 
dependency to have support for auto configuration:
+
+[source,xml]
+----
+<dependency>
+  <groupId>org.apache.camel.springboot</groupId>
+  <artifactId>camel-jasypt-starter</artifactId>
+  <version>x.x.x</version>
+  <!-- use the same version as your Camel core version -->
+</dependency>
+----
+
+
+The component supports 6 options, which are listed below.
+
+
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *camel.component.jasypt.enabled* | Enable the component | true | Boolean
+| *camel.component.jasypt.algorithm* | The algorithm to be used for 
decryption. | PBEWithMD5AndDES | String
+| *camel.component.jasypt.iv-generator-class-name* | The initialization vector 
(IV) generator applied in decryption operations. | org.jasypt.iv.NoIvGenerator 
if the algorithm does not require an initialization vector, 
org.jasypt.iv.RandomIvGenerator otherwise | String
+| *camel.component.jasypt.salt-generator-class-name* | The salt generator 
applied in decryption operations. | org.jasypt.salt.RandomSaltGenerator | String
+| *camel.component.jasypt.password* | The master password used by Jasypt for 
decrypting the values. This option supports prefixes which influence the master 
password lookup behaviour: sysenv: means to lookup the OS system environment 
with the given key. sys: means to lookup a JVM system property. |  | String
+| *camel.component.jasypt.provider-class-name* | The class name of the 
security provider to be used for obtaining the encryption algorithm. | 
com.sun.crypto.provider.SunJCE | String
+|===
+// spring-boot-auto-configure options: END

Reply via email to