Release 1.3.2
diff --git a/deploy/camel-catalog-1.6.0.yaml b/deploy/camel-catalog-1.6.0.yaml
index 7d2c0c8..6a9cc01 100644
--- a/deploy/camel-catalog-1.6.0.yaml
+++ b/deploy/camel-catalog-1.6.0.yaml
@@ -20,10 +20,10 @@
 metadata:
   name: camel-catalog-1.6.0
   labels:
-    camel.apache.org/catalog.version: 3.7.0
-    app: camel-k
-    camel.apache.org/catalog.loader.version: 3.7.0
     camel.apache.org/runtime.version: 1.6.0
+    camel.apache.org/catalog.loader.version: 3.7.0
+    app: camel-k
+    camel.apache.org/catalog.version: 3.7.0
 spec:
   runtime:
     version: 1.6.0
@@ -31,471 +31,1007 @@
     applicationClass: io.quarkus.runner.GeneratedMain
     metadata:
       camel-quarkus.version: 1.5.0
-      camel.version: 3.7.0
       quarkus.version: 1.10.3.Final
+      camel.version: 3.7.0
     dependencies:
     - groupId: org.apache.camel.k
       artifactId: camel-k-runtime
     capabilities:
-      rest:
-        dependencies:
-        - groupId: org.apache.camel.quarkus
-          artifactId: camel-quarkus-platform-http
-        - groupId: org.apache.camel.quarkus
-          artifactId: camel-quarkus-rest
-      cron:
-        dependencies:
-        - groupId: org.apache.camel.k
-          artifactId: camel-k-cron
-      platform-http:
-        dependencies:
-        - groupId: org.apache.camel.quarkus
-          artifactId: camel-quarkus-platform-http
-      health:
-        dependencies:
-        - groupId: org.apache.camel.quarkus
-          artifactId: camel-quarkus-microprofile-health
-      circuit-breaker:
-        dependencies:
-        - groupId: org.apache.camel.quarkus
-          artifactId: camel-quarkus-microprofile-fault-tolerance
-      master:
-        dependencies:
-        - groupId: org.apache.camel.k
-          artifactId: camel-k-master
       tracing:
         dependencies:
         - groupId: org.apache.camel.quarkus
           artifactId: camel-quarkus-opentracing
+      master:
+        dependencies:
+        - groupId: org.apache.camel.k
+          artifactId: camel-k-master
+      circuit-breaker:
+        dependencies:
+        - groupId: org.apache.camel.quarkus
+          artifactId: camel-quarkus-microprofile-fault-tolerance
+      health:
+        dependencies:
+        - groupId: org.apache.camel.quarkus
+          artifactId: camel-quarkus-microprofile-health
+      platform-http:
+        dependencies:
+        - groupId: org.apache.camel.quarkus
+          artifactId: camel-quarkus-platform-http
+      cron:
+        dependencies:
+        - groupId: org.apache.camel.k
+          artifactId: camel-k-cron
+      rest:
+        dependencies:
+        - groupId: org.apache.camel.quarkus
+          artifactId: camel-quarkus-rest
+        - groupId: org.apache.camel.quarkus
+          artifactId: camel-quarkus-platform-http
   artifacts:
-    camel-quarkus-exec:
+    camel-quarkus-reactive-streams:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-exec
+      artifactId: camel-quarkus-reactive-streams
       schemes:
-      - id: exec
+      - id: reactive-streams
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.exec.ExecComponent
-    camel-quarkus-rss:
+      - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent
+    camel-quarkus-rabbitmq:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-rss
+      artifactId: camel-quarkus-rabbitmq
       schemes:
-      - id: rss
+      - id: rabbitmq
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.rabbitmq.RabbitMQComponent
+    camel-quarkus-chatscript:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-chatscript
+      schemes:
+      - id: chatscript
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.chatscript.ChatScriptComponent
+    camel-quarkus-aws-translate:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-translate
+      schemes:
+      - id: aws-translate
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.translate.TranslateComponent
+    camel-quarkus-azure:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-azure
+      schemes:
+      - id: azure-blob
+        http: false
+        passive: false
+      - id: azure-queue
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.azure.queue.QueueServiceComponent
+      - org.apache.camel.component.azure.blob.BlobServiceComponent
+    camel-quarkus-xmlsecurity:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-xmlsecurity
+      schemes:
+      - id: xmlsecurity-verify
+        http: false
+        passive: false
+      - id: xmlsecurity-sign
         http: false
         passive: false
       dataformats:
-      - rss
+      - secureXML
       javaTypes:
-      - org.apache.camel.component.rss.RssComponent
-      - org.apache.camel.dataformat.rss.RssDataFormat
-    camel-quarkus-gson:
+      - org.apache.camel.component.xmlsecurity.XmlSignerComponent
+      - org.apache.camel.component.xmlsecurity.XmlVerifierComponent
+      - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat
+    camel-quarkus-groovy:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-gson
-      dataformats:
-      - json-gson
+      artifactId: camel-quarkus-groovy
+      languages:
+      - groovy
       javaTypes:
-      - org.apache.camel.component.gson.GsonDataFormat
-    camel-quarkus-geocoder:
+      - org.apache.camel.language.groovy.GroovyLanguage
+    camel-quarkus-rest:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-geocoder
+      artifactId: camel-quarkus-rest
       schemes:
-      - id: geocoder
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.geocoder.GeoCoderComponent
-    camel-quarkus-pgevent:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-pgevent
-      schemes:
-      - id: pgevent
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.pgevent.PgEventComponent
-    camel-quarkus-atom:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-atom
-      schemes:
-      - id: atom
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.atom.AtomComponent
-    camel-quarkus-soroush:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-soroush
-      schemes:
-      - id: soroush
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.soroushbot.component.SoroushBotComponent
-    camel-quarkus-drill:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-drill
-      schemes:
-      - id: drill
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.drill.DrillComponent
-    camel-quarkus-cometd:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-cometd
-      schemes:
-      - id: cometd
-        http: false
-        passive: false
-      - id: cometds
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.cometd.CometdComponent
-    camel-quarkus-chunk:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-chunk
-      schemes:
-      - id: chunk
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.chunk.ChunkComponent
-    camel-k-webhook:
-      groupId: org.apache.camel.k
-      artifactId: camel-k-webhook
-      schemes:
-      - id: webhook
+      - id: rest
         http: true
-        passive: true
-    camel-quarkus-dns:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-dns
-      schemes:
-      - id: dns
+        passive: false
+      - id: rest-api
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.dns.DnsComponent
-    camel-quarkus-mongodb:
+      - org.apache.camel.component.rest.RestComponent
+      - org.apache.camel.component.rest.RestApiComponent
+    camel-quarkus-xslt:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-mongodb
+      artifactId: camel-quarkus-xslt
       schemes:
-      - id: mongodb
+      - id: xslt
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.mongodb.MongoDbComponent
-    camel-quarkus-jgroups-raft:
+      - org.apache.camel.component.xslt.XsltComponent
+    camel-quarkus-beanstalk:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jgroups-raft
+      artifactId: camel-quarkus-beanstalk
       schemes:
-      - id: jgroups-raft
+      - id: beanstalk
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.jgroups.raft.JGroupsRaftComponent
-    camel-quarkus-cassandraql:
+      - org.apache.camel.component.beanstalk.BeanstalkComponent
+    camel-quarkus-saga:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-cassandraql
+      artifactId: camel-quarkus-saga
       schemes:
-      - id: cql
+      - id: saga
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.cassandra.CassandraComponent
-    camel-quarkus-ical:
+      - org.apache.camel.component.saga.SagaComponent
+    camel-quarkus-fop:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ical
+      artifactId: camel-quarkus-fop
+      schemes:
+      - id: fop
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.fop.FopComponent
+    camel-quarkus-johnzon:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-johnzon
       dataformats:
-      - ical
+      - json-johnzon
       javaTypes:
-      - org.apache.camel.component.ical.ICalDataFormat
-    camel-quarkus-sjms:
+      - org.apache.camel.component.johnzon.JohnzonDataFormat
+    camel-quarkus-solr:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-sjms
+      artifactId: camel-quarkus-solr
       schemes:
-      - id: sjms-batch
+      - id: solrs
         http: false
         passive: false
-      - id: sjms
+      - id: solr
+        http: false
+        passive: false
+      - id: solrCloud
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.sjms.SjmsComponent
-      - org.apache.camel.component.sjms.batch.SjmsBatchComponent
-    camel-quarkus-google-drive:
+      - org.apache.camel.component.solr.SolrComponent
+    camel-quarkus-quickfix:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-google-drive
+      artifactId: camel-quarkus-quickfix
       schemes:
-      - id: google-drive
+      - id: quickfix
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.google.drive.GoogleDriveComponent
-    camel-quarkus-splunk:
+      - org.apache.camel.component.quickfixj.QuickfixjComponent
+    camel-quarkus-jclouds:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-splunk
+      artifactId: camel-quarkus-jclouds
       schemes:
-      - id: splunk
+      - id: jclouds
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.splunk.SplunkComponent
-    camel-quarkus-dozer:
+      - org.apache.camel.component.jclouds.JcloudsComponent
+    camel-quarkus-rest-openapi:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-dozer
+      artifactId: camel-quarkus-rest-openapi
       schemes:
-      - id: dozer
+      - id: rest-openapi
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.dozer.DozerComponent
-    camel-quarkus-aws-eks:
+      - org.apache.camel.component.rest.openapi.RestOpenApiComponent
+    camel-quarkus-file-watch:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-eks
+      artifactId: camel-quarkus-file-watch
       schemes:
-      - id: aws-eks
+      - id: file-watch
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.aws.eks.EKSComponent
-    camel-quarkus-seda:
+      - org.apache.camel.component.file.watch.FileWatchComponent
+    camel-quarkus-robotframework:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-seda
+      artifactId: camel-quarkus-robotframework
       schemes:
-      - id: seda
+      - id: robotframework
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.robotframework.RobotFrameworkComponent
+    camel-quarkus-file:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-file
+      schemes:
+      - id: file
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.file.FileComponent
+    camel-quarkus-mybatis:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-mybatis
+      schemes:
+      - id: mybatis-bean
+        http: false
+        passive: false
+      - id: mybatis
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.mybatis.MyBatisComponent
+      - org.apache.camel.component.mybatis.MyBatisBeanComponent
+    camel-quarkus-cbor:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-cbor
+      dataformats:
+      - cbor
+      javaTypes:
+      - org.apache.camel.component.cbor.CBORDataFormat
+    camel-quarkus-elsql:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-elsql
+      schemes:
+      - id: elsql
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.elsql.ElsqlComponent
+    camel-quarkus-micrometer:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-micrometer
+      schemes:
+      - id: micrometer
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.micrometer.MicrometerComponent
+    camel-quarkus-netty:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-netty
+      schemes:
+      - id: netty
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.netty.NettyComponent
+    camel-quarkus-jolt:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jolt
+      schemes:
+      - id: jolt
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jolt.JoltComponent
+    camel-quarkus-http:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-http
+      schemes:
+      - id: https
+        http: false
+        passive: false
+      - id: http
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.http.HttpComponent
+    camel-quarkus-telegram:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-telegram
+      schemes:
+      - id: telegram
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.telegram.TelegramComponent
+    camel-quarkus-ganglia:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ganglia
+      schemes:
+      - id: ganglia
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.ganglia.GangliaComponent
+    camel-quarkus-aws2-kinesis:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-kinesis
+      schemes:
+      - id: aws2-kinesis
+        http: false
+        passive: false
+      - id: aws2-kinesis-firehose
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.kinesis.Kinesis2Component
+      - org.apache.camel.component.aws2.firehose.KinesisFirehose2Component
+    camel-quarkus-twitter:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-twitter
+      schemes:
+      - id: twitter-directmessage
+        http: false
+        passive: false
+      - id: twitter-search
+        http: false
+        passive: false
+      - id: twitter-timeline
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.twitter.search.TwitterSearchComponent
+      - org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponent
+      - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent
+    camel-quarkus-aws-swf:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-swf
+      schemes:
+      - id: aws-swf
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.swf.SWFComponent
+    camel-quarkus-pubnub:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-pubnub
+      schemes:
+      - id: pubnub
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.pubnub.PubNubComponent
+    camel-quarkus-stub:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-stub
+      schemes:
+      - id: stub
         http: false
         passive: true
       javaTypes:
-      - org.apache.camel.component.seda.SedaComponent
-    camel-quarkus-nitrite:
+      - org.apache.camel.component.stub.StubComponent
+    camel-quarkus-aws2-sqs:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-nitrite
+      artifactId: camel-quarkus-aws2-sqs
       schemes:
-      - id: nitrite
+      - id: aws2-sqs
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.nitrite.NitriteComponent
-    camel-quarkus-activemq:
+      - org.apache.camel.component.aws2.sqs.Sqs2Component
+    camel-quarkus-jt400:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-activemq
+      artifactId: camel-quarkus-jt400
       schemes:
-      - id: activemq
+      - id: jt400
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.activemq.ActiveMQComponent
-    camel-quarkus-twilio:
+      - org.apache.camel.component.jt400.Jt400Component
+    camel-quarkus-iota:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-twilio
+      artifactId: camel-quarkus-iota
       schemes:
-      - id: twilio
+      - id: iota
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.twilio.TwilioComponent
-    camel-quarkus-zendesk:
+      - org.apache.camel.component.iota.IOTAComponent
+    camel-quarkus-jsonapi:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-zendesk
-      schemes:
-      - id: zendesk
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.zendesk.ZendeskComponent
-    camel-quarkus-braintree:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-braintree
-      schemes:
-      - id: braintree
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.braintree.BraintreeComponent
-    camel-quarkus-aws-sqs:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-sqs
-      schemes:
-      - id: aws-sqs
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.sqs.SqsComponent
-    camel-quarkus-olingo4:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-olingo4
-      schemes:
-      - id: olingo4
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.olingo4.Olingo4Component
-    camel-quarkus-zookeeper:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-zookeeper
-      schemes:
-      - id: zookeeper
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.zookeeper.ZooKeeperComponent
-    camel-quarkus-sjms2:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-sjms2
-      schemes:
-      - id: sjms2
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.sjms2.Sjms2Component
-    camel-quarkus-ldap:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ldap
-      schemes:
-      - id: ldap
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ldap.LdapComponent
-    camel-quarkus-xchange:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xchange
-      schemes:
-      - id: xchange
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.xchange.XChangeComponent
-    camel-k-kamelet-reify:
-      groupId: org.apache.camel.k
-      artifactId: camel-k-kamelet-reify
-      schemes:
-      - id: wrap
-        http: false
-        passive: false
-    camel-quarkus-atmos:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-atmos
-      schemes:
-      - id: atmos
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.atmos.AtmosComponent
-    camel-quarkus-as2:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-as2
-      schemes:
-      - id: as2
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.as2.AS2Component
-    camel-quarkus-etcd:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-etcd
-      schemes:
-      - id: etcd-watch
-        http: false
-        passive: false
-      - id: etcd-keys
-        http: false
-        passive: false
-      - id: etcd-stats
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.etcd.EtcdKeysComponent
-      - org.apache.camel.component.etcd.EtcdWatchComponent
-      - org.apache.camel.component.etcd.EtcdStatsComponent
-    camel-quarkus-quartz:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-quartz
-      schemes:
-      - id: quartz
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.quartz.QuartzComponent
-    camel-quarkus-pg-replication-slot:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-pg-replication-slot
-      schemes:
-      - id: pg-replication-slot
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.pg.replication.slot.PgReplicationSlotComponent
-    camel-quarkus-jms:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jms
-      schemes:
-      - id: jms
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jms.JmsComponent
-    camel-quarkus-thrift:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-thrift
-      schemes:
-      - id: thrift
-        http: false
-        passive: false
+      artifactId: camel-quarkus-jsonapi
       dataformats:
-      - thrift
+      - jsonApi
       javaTypes:
-      - org.apache.camel.component.thrift.ThriftComponent
-      - org.apache.camel.dataformat.thrift.ThriftDataFormat
-    camel-quarkus-sip:
+      - org.apache.camel.component.jsonapi.JsonApiDataFormat
+    camel-quarkus-aws2-eks:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-sip
+      artifactId: camel-quarkus-aws2-eks
       schemes:
-      - id: sip
-        http: false
-        passive: false
-      - id: sips
+      - id: aws2-eks
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.sip.SipComponent
-    camel-quarkus-aws2-cw:
+      - org.apache.camel.component.aws2.eks.EKS2Component
+    camel-quarkus-weather:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-cw
+      artifactId: camel-quarkus-weather
       schemes:
-      - id: aws2-cw
+      - id: weather
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.aws2.cw.Cw2Component
-    camel-quarkus-asn1:
+      - org.apache.camel.component.weather.WeatherComponent
+    camel-quarkus-scheduler:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-asn1
+      artifactId: camel-quarkus-scheduler
+      schemes:
+      - id: scheduler
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.scheduler.SchedulerComponent
+    camel-quarkus-jaxb:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jaxb
       dataformats:
-      - asn1
+      - jaxb
       javaTypes:
-      - org.apache.camel.dataformat.asn1.ASN1DataFormat
-    camel-quarkus-schematron:
+      - org.apache.camel.converter.jaxb.JaxbDataFormat
+    camel-quarkus-jing:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-schematron
+      artifactId: camel-quarkus-jing
       schemes:
-      - id: schematron
+      - id: jing
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.schematron.SchematronComponent
-    camel-quarkus-language:
+      - org.apache.camel.component.validator.jing.JingComponent
+    camel-quarkus-dataformat:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-language
+      artifactId: camel-quarkus-dataformat
       schemes:
-      - id: language
+      - id: dataformat
         http: false
         passive: true
       javaTypes:
-      - org.apache.camel.component.language.LanguageComponent
+      - org.apache.camel.component.dataformat.DataFormatComponent
+    camel-quarkus-jgroups:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jgroups
+      schemes:
+      - id: jgroups
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jgroups.JGroupsComponent
+    camel-quarkus-yammer:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-yammer
+      schemes:
+      - id: yammer
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.yammer.YammerComponent
+    camel-quarkus-hbase:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-hbase
+      schemes:
+      - id: hbase
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.hbase.HBaseComponent
+    camel-quarkus-aws-sdb:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-sdb
+      schemes:
+      - id: aws-sdb
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.sdb.SdbComponent
+    camel-quarkus-sap-netweaver:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-sap-netweaver
+      schemes:
+      - id: sap-netweaver
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.sap.netweaver.NetWeaverComponent
+    camel-quarkus-servicenow:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-servicenow
+      schemes:
+      - id: servicenow
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.servicenow.ServiceNowComponent
+    camel-quarkus-grpc:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-grpc
+      schemes:
+      - id: grpc
+        http: true
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.grpc.GrpcComponent
+    camel-quarkus-ipfs:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ipfs
+      schemes:
+      - id: ipfs
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.ipfs.IPFSComponent
+    camel-quarkus-aws-kms:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-kms
+      schemes:
+      - id: aws-kms
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.kms.KMSComponent
+    camel-quarkus-stax:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-stax
+      schemes:
+      - id: stax
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.stax.StAXComponent
+    camel-quarkus-aws2-msk:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-msk
+      schemes:
+      - id: aws2-msk
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.msk.MSK2Component
+    camel-quarkus-debezium-sqlserver:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-debezium-sqlserver
+      schemes:
+      - id: debezium-sqlserver
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.debezium.DebeziumSqlserverComponent
+    camel-quarkus-snakeyaml:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-snakeyaml
+      dataformats:
+      - yaml-snakeyaml
+      javaTypes:
+      - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat
+    camel-quarkus-fastjson:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-fastjson
+      dataformats:
+      - json-fastjson
+      javaTypes:
+      - org.apache.camel.component.fastjson.FastjsonDataFormat
+    camel-quarkus-xj:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-xj
+      schemes:
+      - id: xj
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.xj.XJComponent
+    camel-quarkus-direct:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-direct
+      schemes:
+      - id: direct
+        http: false
+        passive: true
+      javaTypes:
+      - org.apache.camel.component.direct.DirectComponent
+    camel-quarkus-bean:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-bean
+      schemes:
+      - id: bean
+        http: false
+        passive: true
+      - id: class
+        http: false
+        passive: true
+      languages:
+      - bean
+      javaTypes:
+      - org.apache.camel.component.bean.BeanComponent
+      - org.apache.camel.language.bean.BeanLanguage
+      - org.apache.camel.component.beanclass.ClassComponent
+    camel-quarkus-aws-s3:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-s3
+      schemes:
+      - id: aws-s3
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.s3.S3Component
+    camel-quarkus-grok:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-grok
+      dataformats:
+      - grok
+      javaTypes:
+      - org.apache.camel.component.grok.GrokDataFormat
+    camel-quarkus-couchdb:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-couchdb
+      schemes:
+      - id: couchdb
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.couchdb.CouchDbComponent
+    camel-quarkus-workday:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-workday
+      schemes:
+      - id: workday
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.workday.WorkdayComponent
+    camel-quarkus-zip-deflater:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-zip-deflater
+      dataformats:
+      - gzipdeflater
+      - zipdeflater
+      javaTypes:
+      - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat
+      - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat
+    camel-quarkus-smpp:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-smpp
+      schemes:
+      - id: smpps
+        http: false
+        passive: false
+      - id: smpp
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.smpp.SmppComponent
+    camel-quarkus-syslog:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-syslog
+      dataformats:
+      - syslog
+      javaTypes:
+      - org.apache.camel.component.syslog.SyslogDataFormat
+    camel-quarkus-aws-iam:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-iam
+      schemes:
+      - id: aws-iam
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.iam.IAMComponent
+    camel-quarkus-debezium-postgres:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-debezium-postgres
+      schemes:
+      - id: debezium-postgres
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.debezium.DebeziumPostgresComponent
+    camel-quarkus-flink:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-flink
+      schemes:
+      - id: flink
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.flink.FlinkComponent
+    camel-quarkus-amqp:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-amqp
+      schemes:
+      - id: amqp
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.amqp.AMQPComponent
+    camel-quarkus-guava-eventbus:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-guava-eventbus
+      schemes:
+      - id: guava-eventbus
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.guava.eventbus.GuavaEventBusComponent
+    camel-quarkus-pulsar:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-pulsar
+      schemes:
+      - id: pulsar
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.pulsar.PulsarComponent
+    camel-quarkus-jpa:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jpa
+      schemes:
+      - id: jpa
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jpa.JpaComponent
+    camel-quarkus-aws2-ddb:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-ddb
+      schemes:
+      - id: aws2-ddb
+        http: false
+        passive: false
+      - id: aws2-ddbstream
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.ddb.Ddb2Component
+      - org.apache.camel.component.aws2.ddbstream.Ddb2StreamComponent
+    camel-quarkus-mock:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-mock
+      schemes:
+      - id: mock
+        http: false
+        passive: true
+      javaTypes:
+      - org.apache.camel.component.mock.MockComponent
+    camel-quarkus-iec60870:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-iec60870
+      schemes:
+      - id: iec60870-server
+        http: false
+        passive: false
+      - id: iec60870-client
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.iec60870.client.ClientComponent
+      - org.apache.camel.component.iec60870.server.ServerComponent
+    camel-quarkus-weka:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-weka
+      schemes:
+      - id: weka
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.weka.WekaComponent
+    camel-quarkus-controlbus:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-controlbus
+      schemes:
+      - id: controlbus
+        http: false
+        passive: true
+      javaTypes:
+      - org.apache.camel.component.controlbus.ControlBusComponent
+    camel-quarkus-vertx:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-vertx
+      schemes:
+      - id: vertx
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.vertx.VertxComponent
+    camel-quarkus-jdbc:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jdbc
+      schemes:
+      - id: jdbc
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jdbc.JdbcComponent
+    camel-quarkus-consul:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-consul
+      schemes:
+      - id: consul
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.consul.ConsulComponent
+    camel-quarkus-ognl:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ognl
+      languages:
+      - ognl
+      javaTypes:
+      - org.apache.camel.language.ognl.OgnlLanguage
+    camel-quarkus-facebook:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-facebook
+      schemes:
+      - id: facebook
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.facebook.FacebookComponent
+    camel-quarkus-xpath:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-xpath
+      languages:
+      - xpath
+      javaTypes:
+      - org.apache.camel.language.xpath.XPathLanguage
+    camel-quarkus-nsq:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-nsq
+      schemes:
+      - id: nsq
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.nsq.NsqComponent
+    camel-quarkus-jsonb:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jsonb
+      dataformats:
+      - json-jsonb
+      javaTypes:
+      - org.apache.camel.component.jsonb.JsonbDataFormat
+    camel-quarkus-aws2-sns:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-sns
+      schemes:
+      - id: aws2-sns
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.sns.Sns2Component
+    camel-quarkus-mvel:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-mvel
+      schemes:
+      - id: mvel
+        http: false
+        passive: false
+      languages:
+      - mvel
+      javaTypes:
+      - org.apache.camel.component.mvel.MvelComponent
+      - org.apache.camel.language.mvel.MvelLanguage
+    camel-quarkus-univocity-parsers:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-univocity-parsers
+      dataformats:
+      - univocity-fixed
+      - univocity-csv
+      - univocity-tsv
+      javaTypes:
+      - org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
+      - org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
+      - org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
+    camel-quarkus-ref:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ref
+      schemes:
+      - id: ref
+        http: false
+        passive: true
+      javaTypes:
+      - org.apache.camel.component.ref.RefComponent
+    camel-quarkus-lzf:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-lzf
+      dataformats:
+      - lzf
+      javaTypes:
+      - org.apache.camel.dataformat.lzf.LZFDataFormat
+    camel-quarkus-paho:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-paho
+      schemes:
+      - id: paho
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.paho.PahoComponent
+    camel-quarkus-vm:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-vm
+      schemes:
+      - id: vm
+        http: false
+        passive: true
+      javaTypes:
+      - org.apache.camel.component.vm.VmComponent
+    camel-quarkus-bindy:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-bindy
+      dataformats:
+      - bindy-csv
+      - bindy-fixed
+      - bindy-kvp
+      javaTypes:
+      - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
+      - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
+      - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
+    camel-quarkus-jslt:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jslt
+      schemes:
+      - id: jslt
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jslt.JsltComponent
+    camel-quarkus-apns:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-apns
+      schemes:
+      - id: apns
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.apns.ApnsComponent
+    camel-quarkus-optaplanner:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-optaplanner
+      schemes:
+      - id: optaplanner
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.optaplanner.OptaPlannerComponent
+    camel-quarkus-xstream:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-xstream
+      dataformats:
+      - json-xstream
+      - xstream
+      javaTypes:
+      - org.apache.camel.dataformat.xstream.XStreamDataFormat
+      - org.apache.camel.dataformat.xstream.JsonDataFormat
+    camel-quarkus-debezium-mongodb:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-debezium-mongodb
+      schemes:
+      - id: debezium-mongodb
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.debezium.DebeziumMongodbComponent
+    camel-quarkus-jacksonxml:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jacksonxml
+      dataformats:
+      - jacksonxml
+      javaTypes:
+      - org.apache.camel.component.jacksonxml.JacksonXMLDataFormat
+    camel-quarkus-zookeeper-master:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-zookeeper-master
+      schemes:
+      - id: zookeeper-master
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.zookeepermaster.MasterComponent
     camel-k-knative:
       groupId: org.apache.camel.k
       artifactId: camel-k-knative
@@ -511,2296 +1047,541 @@
           dependencies:
           - groupId: org.apache.camel.k
             artifactId: camel-k-knative-consumer
-    camel-quarkus-zookeeper-master:
+    camel-quarkus-language:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-zookeeper-master
+      artifactId: camel-quarkus-language
       schemes:
-      - id: zookeeper-master
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.zookeepermaster.MasterComponent
-    camel-quarkus-jacksonxml:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jacksonxml
-      dataformats:
-      - jacksonxml
-      javaTypes:
-      - org.apache.camel.component.jacksonxml.JacksonXMLDataFormat
-    camel-quarkus-debezium-mongodb:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-debezium-mongodb
-      schemes:
-      - id: debezium-mongodb
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.debezium.DebeziumMongodbComponent
-    camel-quarkus-xstream:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xstream
-      dataformats:
-      - xstream
-      - json-xstream
-      javaTypes:
-      - org.apache.camel.dataformat.xstream.JsonDataFormat
-      - org.apache.camel.dataformat.xstream.XStreamDataFormat
-    camel-quarkus-optaplanner:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-optaplanner
-      schemes:
-      - id: optaplanner
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.optaplanner.OptaPlannerComponent
-    camel-quarkus-apns:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-apns
-      schemes:
-      - id: apns
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.apns.ApnsComponent
-    camel-quarkus-jslt:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jslt
-      schemes:
-      - id: jslt
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jslt.JsltComponent
-    camel-quarkus-bindy:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-bindy
-      dataformats:
-      - bindy-csv
-      - bindy-kvp
-      - bindy-fixed
-      javaTypes:
-      - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat
-      - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat
-      - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat
-    camel-quarkus-vm:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-vm
-      schemes:
-      - id: vm
+      - id: language
         http: false
         passive: true
       javaTypes:
-      - org.apache.camel.component.vm.VmComponent
-    camel-quarkus-paho:
+      - org.apache.camel.component.language.LanguageComponent
+    camel-quarkus-schematron:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-paho
+      artifactId: camel-quarkus-schematron
       schemes:
-      - id: paho
+      - id: schematron
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.paho.PahoComponent
-    camel-quarkus-lzf:
+      - org.apache.camel.component.schematron.SchematronComponent
+    camel-quarkus-asn1:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-lzf
+      artifactId: camel-quarkus-asn1
       dataformats:
-      - lzf
+      - asn1
       javaTypes:
-      - org.apache.camel.dataformat.lzf.LZFDataFormat
-    camel-quarkus-ref:
+      - org.apache.camel.dataformat.asn1.ASN1DataFormat
+    camel-quarkus-aws2-cw:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ref
+      artifactId: camel-quarkus-aws2-cw
       schemes:
-      - id: ref
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.ref.RefComponent
-    camel-quarkus-univocity-parsers:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-univocity-parsers
-      dataformats:
-      - univocity-fixed
-      - univocity-tsv
-      - univocity-csv
-      javaTypes:
-      - org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
-      - org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat
-      - org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat
-    camel-quarkus-mvel:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-mvel
-      schemes:
-      - id: mvel
+      - id: aws2-cw
         http: false
         passive: false
-      languages:
-      - mvel
       javaTypes:
-      - org.apache.camel.language.mvel.MvelLanguage
-      - org.apache.camel.component.mvel.MvelComponent
-    camel-quarkus-aws2-sns:
+      - org.apache.camel.component.aws2.cw.Cw2Component
+    camel-quarkus-sip:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-sns
+      artifactId: camel-quarkus-sip
       schemes:
-      - id: aws2-sns
+      - id: sips
         http: false
         passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.sns.Sns2Component
-    camel-quarkus-jsonb:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jsonb
-      dataformats:
-      - json-jsonb
-      javaTypes:
-      - org.apache.camel.component.jsonb.JsonbDataFormat
-    camel-quarkus-nsq:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-nsq
-      schemes:
-      - id: nsq
+      - id: sip
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.nsq.NsqComponent
-    camel-quarkus-xpath:
+      - org.apache.camel.component.sip.SipComponent
+    camel-quarkus-thrift:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xpath
-      languages:
-      - xpath
-      javaTypes:
-      - org.apache.camel.language.xpath.XPathLanguage
-    camel-quarkus-facebook:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-facebook
+      artifactId: camel-quarkus-thrift
       schemes:
-      - id: facebook
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.facebook.FacebookComponent
-    camel-quarkus-ognl:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ognl
-      languages:
-      - ognl
-      javaTypes:
-      - org.apache.camel.language.ognl.OgnlLanguage
-    camel-quarkus-consul:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-consul
-      schemes:
-      - id: consul
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.consul.ConsulComponent
-    camel-quarkus-jdbc:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jdbc
-      schemes:
-      - id: jdbc
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jdbc.JdbcComponent
-    camel-quarkus-vertx:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-vertx
-      schemes:
-      - id: vertx
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.vertx.VertxComponent
-    camel-quarkus-controlbus:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-controlbus
-      schemes:
-      - id: controlbus
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.controlbus.ControlBusComponent
-    camel-quarkus-weka:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-weka
-      schemes:
-      - id: weka
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.weka.WekaComponent
-    camel-quarkus-iec60870:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-iec60870
-      schemes:
-      - id: iec60870-client
-        http: false
-        passive: false
-      - id: iec60870-server
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.iec60870.server.ServerComponent
-      - org.apache.camel.component.iec60870.client.ClientComponent
-    camel-quarkus-mock:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-mock
-      schemes:
-      - id: mock
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.mock.MockComponent
-    camel-quarkus-aws2-ddb:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-ddb
-      schemes:
-      - id: aws2-ddbstream
-        http: false
-        passive: false
-      - id: aws2-ddb
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.ddbstream.Ddb2StreamComponent
-      - org.apache.camel.component.aws2.ddb.Ddb2Component
-    camel-quarkus-jpa:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jpa
-      schemes:
-      - id: jpa
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jpa.JpaComponent
-    camel-quarkus-pulsar:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-pulsar
-      schemes:
-      - id: pulsar
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.pulsar.PulsarComponent
-    camel-quarkus-guava-eventbus:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-guava-eventbus
-      schemes:
-      - id: guava-eventbus
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.guava.eventbus.GuavaEventBusComponent
-    camel-quarkus-amqp:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-amqp
-      schemes:
-      - id: amqp
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.amqp.AMQPComponent
-    camel-quarkus-flink:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-flink
-      schemes:
-      - id: flink
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.flink.FlinkComponent
-    camel-quarkus-debezium-postgres:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-debezium-postgres
-      schemes:
-      - id: debezium-postgres
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.debezium.DebeziumPostgresComponent
-    camel-quarkus-aws-iam:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-iam
-      schemes:
-      - id: aws-iam
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.iam.IAMComponent
-    camel-quarkus-syslog:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-syslog
-      dataformats:
-      - syslog
-      javaTypes:
-      - org.apache.camel.component.syslog.SyslogDataFormat
-    camel-quarkus-smpp:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-smpp
-      schemes:
-      - id: smpp
-        http: false
-        passive: false
-      - id: smpps
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.smpp.SmppComponent
-    camel-quarkus-zip-deflater:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-zip-deflater
-      dataformats:
-      - zipdeflater
-      - gzipdeflater
-      javaTypes:
-      - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat
-      - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat
-    camel-quarkus-workday:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-workday
-      schemes:
-      - id: workday
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.workday.WorkdayComponent
-    camel-quarkus-couchdb:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-couchdb
-      schemes:
-      - id: couchdb
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.couchdb.CouchDbComponent
-    camel-quarkus-grok:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-grok
-      dataformats:
-      - grok
-      javaTypes:
-      - org.apache.camel.component.grok.GrokDataFormat
-    camel-quarkus-aws-s3:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-s3
-      schemes:
-      - id: aws-s3
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.s3.S3Component
-    camel-quarkus-bean:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-bean
-      schemes:
-      - id: bean
-        http: false
-        passive: true
-      - id: class
-        http: false
-        passive: true
-      languages:
-      - bean
-      javaTypes:
-      - org.apache.camel.language.bean.BeanLanguage
-      - org.apache.camel.component.bean.BeanComponent
-      - org.apache.camel.component.beanclass.ClassComponent
-    camel-quarkus-direct:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-direct
-      schemes:
-      - id: direct
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.direct.DirectComponent
-    camel-quarkus-xj:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xj
-      schemes:
-      - id: xj
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.xj.XJComponent
-    camel-quarkus-fastjson:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-fastjson
-      dataformats:
-      - json-fastjson
-      javaTypes:
-      - org.apache.camel.component.fastjson.FastjsonDataFormat
-    camel-quarkus-snakeyaml:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-snakeyaml
-      dataformats:
-      - yaml-snakeyaml
-      javaTypes:
-      - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat
-    camel-quarkus-debezium-sqlserver:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-debezium-sqlserver
-      schemes:
-      - id: debezium-sqlserver
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.debezium.DebeziumSqlserverComponent
-    camel-quarkus-aws2-msk:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-msk
-      schemes:
-      - id: aws2-msk
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.msk.MSK2Component
-    camel-quarkus-stax:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-stax
-      schemes:
-      - id: stax
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.stax.StAXComponent
-    camel-quarkus-aws-kms:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-kms
-      schemes:
-      - id: aws-kms
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.kms.KMSComponent
-    camel-quarkus-ipfs:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ipfs
-      schemes:
-      - id: ipfs
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ipfs.IPFSComponent
-    camel-quarkus-grpc:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-grpc
-      schemes:
-      - id: grpc
-        http: true
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.grpc.GrpcComponent
-    camel-quarkus-servicenow:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-servicenow
-      schemes:
-      - id: servicenow
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.servicenow.ServiceNowComponent
-    camel-quarkus-sap-netweaver:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-sap-netweaver
-      schemes:
-      - id: sap-netweaver
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.sap.netweaver.NetWeaverComponent
-    camel-quarkus-aws-sdb:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-sdb
-      schemes:
-      - id: aws-sdb
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.sdb.SdbComponent
-    camel-quarkus-hbase:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-hbase
-      schemes:
-      - id: hbase
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.hbase.HBaseComponent
-    camel-quarkus-yammer:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-yammer
-      schemes:
-      - id: yammer
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.yammer.YammerComponent
-    camel-quarkus-jgroups:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jgroups
-      schemes:
-      - id: jgroups
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jgroups.JGroupsComponent
-    camel-quarkus-dataformat:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-dataformat
-      schemes:
-      - id: dataformat
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.dataformat.DataFormatComponent
-    camel-quarkus-jing:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jing
-      schemes:
-      - id: jing
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.validator.jing.JingComponent
-    camel-quarkus-jaxb:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jaxb
-      dataformats:
-      - jaxb
-      javaTypes:
-      - org.apache.camel.converter.jaxb.JaxbDataFormat
-    camel-quarkus-scheduler:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-scheduler
-      schemes:
-      - id: scheduler
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.scheduler.SchedulerComponent
-    camel-quarkus-weather:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-weather
-      schemes:
-      - id: weather
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.weather.WeatherComponent
-    camel-quarkus-aws2-eks:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-eks
-      schemes:
-      - id: aws2-eks
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.eks.EKS2Component
-    camel-quarkus-jsonapi:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jsonapi
-      dataformats:
-      - jsonApi
-      javaTypes:
-      - org.apache.camel.component.jsonapi.JsonApiDataFormat
-    camel-quarkus-iota:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-iota
-      schemes:
-      - id: iota
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.iota.IOTAComponent
-    camel-quarkus-jt400:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jt400
-      schemes:
-      - id: jt400
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jt400.Jt400Component
-    camel-quarkus-aws2-sqs:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-sqs
-      schemes:
-      - id: aws2-sqs
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.sqs.Sqs2Component
-    camel-quarkus-stub:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-stub
-      schemes:
-      - id: stub
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.stub.StubComponent
-    camel-quarkus-pubnub:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-pubnub
-      schemes:
-      - id: pubnub
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.pubnub.PubNubComponent
-    camel-quarkus-aws-swf:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-swf
-      schemes:
-      - id: aws-swf
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.swf.SWFComponent
-    camel-quarkus-twitter:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-twitter
-      schemes:
-      - id: twitter-directmessage
-        http: false
-        passive: false
-      - id: twitter-timeline
-        http: false
-        passive: false
-      - id: twitter-search
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent
-      - org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponent
-      - org.apache.camel.component.twitter.search.TwitterSearchComponent
-    camel-quarkus-aws2-kinesis:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-kinesis
-      schemes:
-      - id: aws2-kinesis-firehose
-        http: false
-        passive: false
-      - id: aws2-kinesis
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.firehose.KinesisFirehose2Component
-      - org.apache.camel.component.aws2.kinesis.Kinesis2Component
-    camel-quarkus-ganglia:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ganglia
-      schemes:
-      - id: ganglia
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ganglia.GangliaComponent
-    camel-quarkus-telegram:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-telegram
-      schemes:
-      - id: telegram
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.telegram.TelegramComponent
-    camel-quarkus-http:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-http
-      schemes:
-      - id: http
-        http: false
-        passive: false
-      - id: https
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.http.HttpComponent
-    camel-quarkus-jolt:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jolt
-      schemes:
-      - id: jolt
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jolt.JoltComponent
-    camel-quarkus-netty:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-netty
-      schemes:
-      - id: netty
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.netty.NettyComponent
-    camel-quarkus-micrometer:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-micrometer
-      schemes:
-      - id: micrometer
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.micrometer.MicrometerComponent
-    camel-quarkus-elsql:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-elsql
-      schemes:
-      - id: elsql
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.elsql.ElsqlComponent
-    camel-quarkus-cbor:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-cbor
-      dataformats:
-      - cbor
-      javaTypes:
-      - org.apache.camel.component.cbor.CBORDataFormat
-    camel-quarkus-mybatis:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-mybatis
-      schemes:
-      - id: mybatis
-        http: false
-        passive: false
-      - id: mybatis-bean
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.mybatis.MyBatisBeanComponent
-      - org.apache.camel.component.mybatis.MyBatisComponent
-    camel-quarkus-file:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-file
-      schemes:
-      - id: file
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.file.FileComponent
-    camel-quarkus-robotframework:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-robotframework
-      schemes:
-      - id: robotframework
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.robotframework.RobotFrameworkComponent
-    camel-quarkus-file-watch:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-file-watch
-      schemes:
-      - id: file-watch
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.file.watch.FileWatchComponent
-    camel-quarkus-rest-openapi:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-rest-openapi
-      schemes:
-      - id: rest-openapi
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.rest.openapi.RestOpenApiComponent
-    camel-quarkus-jclouds:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jclouds
-      schemes:
-      - id: jclouds
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jclouds.JcloudsComponent
-    camel-quarkus-quickfix:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-quickfix
-      schemes:
-      - id: quickfix
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.quickfixj.QuickfixjComponent
-    camel-quarkus-solr:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-solr
-      schemes:
-      - id: solrCloud
-        http: false
-        passive: false
-      - id: solr
-        http: false
-        passive: false
-      - id: solrs
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.solr.SolrComponent
-    camel-quarkus-johnzon:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-johnzon
-      dataformats:
-      - json-johnzon
-      javaTypes:
-      - org.apache.camel.component.johnzon.JohnzonDataFormat
-    camel-quarkus-fop:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-fop
-      schemes:
-      - id: fop
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.fop.FopComponent
-    camel-quarkus-saga:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-saga
-      schemes:
-      - id: saga
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.saga.SagaComponent
-    camel-quarkus-beanstalk:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-beanstalk
-      schemes:
-      - id: beanstalk
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.beanstalk.BeanstalkComponent
-    camel-quarkus-xslt:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xslt
-      schemes:
-      - id: xslt
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.xslt.XsltComponent
-    camel-quarkus-rest:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-rest
-      schemes:
-      - id: rest-api
-        http: false
-        passive: false
-      - id: rest
-        http: true
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.rest.RestApiComponent
-      - org.apache.camel.component.rest.RestComponent
-    camel-quarkus-groovy:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-groovy
-      languages:
-      - groovy
-      javaTypes:
-      - org.apache.camel.language.groovy.GroovyLanguage
-    camel-quarkus-xmlsecurity:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xmlsecurity
-      schemes:
-      - id: xmlsecurity-sign
-        http: false
-        passive: false
-      - id: xmlsecurity-verify
+      - id: thrift
         http: false
         passive: false
       dataformats:
-      - secureXML
+      - thrift
       javaTypes:
-      - org.apache.camel.component.xmlsecurity.XmlSignerComponent
-      - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat
-      - org.apache.camel.component.xmlsecurity.XmlVerifierComponent
-    camel-quarkus-azure:
+      - org.apache.camel.dataformat.thrift.ThriftDataFormat
+      - org.apache.camel.component.thrift.ThriftComponent
+    camel-quarkus-jms:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-azure
+      artifactId: camel-quarkus-jms
       schemes:
-      - id: azure-queue
-        http: false
-        passive: false
-      - id: azure-blob
+      - id: jms
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.azure.blob.BlobServiceComponent
-      - org.apache.camel.component.azure.queue.QueueServiceComponent
-    camel-quarkus-aws-translate:
+      - org.apache.camel.component.jms.JmsComponent
+    camel-quarkus-pg-replication-slot:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-translate
+      artifactId: camel-quarkus-pg-replication-slot
       schemes:
-      - id: aws-translate
+      - id: pg-replication-slot
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.aws.translate.TranslateComponent
-    camel-quarkus-chatscript:
+      - org.apache.camel.component.pg.replication.slot.PgReplicationSlotComponent
+    camel-quarkus-quartz:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-chatscript
+      artifactId: camel-quarkus-quartz
       schemes:
-      - id: chatscript
+      - id: quartz
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.chatscript.ChatScriptComponent
-    camel-quarkus-rabbitmq:
+      - org.apache.camel.component.quartz.QuartzComponent
+    camel-quarkus-etcd:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-rabbitmq
+      artifactId: camel-quarkus-etcd
       schemes:
-      - id: rabbitmq
+      - id: etcd-watch
         http: false
         passive: false
-      javaTypes:
-      - org.apache.camel.component.rabbitmq.RabbitMQComponent
-    camel-quarkus-reactive-streams:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-reactive-streams
-      schemes:
-      - id: reactive-streams
+      - id: etcd-stats
         http: false
         passive: false
-      javaTypes:
-      - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent
-    camel-quarkus-azure-storage-queue:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-azure-storage-queue
-      schemes:
-      - id: azure-storage-queue
+      - id: etcd-keys
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.azure.storage.queue.QueueComponent
-    camel-quarkus-cron:
+      - org.apache.camel.component.etcd.EtcdWatchComponent
+      - org.apache.camel.component.etcd.EtcdKeysComponent
+      - org.apache.camel.component.etcd.EtcdStatsComponent
+    camel-quarkus-as2:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-cron
+      artifactId: camel-quarkus-as2
       schemes:
-      - id: cron
+      - id: as2
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.cron.CronComponent
-    camel-quarkus-mongodb-gridfs:
+      - org.apache.camel.component.as2.AS2Component
+    camel-quarkus-atmos:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-mongodb-gridfs
+      artifactId: camel-quarkus-atmos
       schemes:
-      - id: mongodb-gridfs
+      - id: atmos
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.mongodb.gridfs.GridFsComponent
-    camel-quarkus-ignite:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ignite
-      schemes:
-      - id: ignite-set
-        http: false
-        passive: false
-      - id: ignite-queue
-        http: false
-        passive: false
-      - id: ignite-events
-        http: false
-        passive: false
-      - id: ignite-messaging
-        http: false
-        passive: false
-      - id: ignite-compute
-        http: false
-        passive: false
-      - id: ignite-cache
-        http: false
-        passive: false
-      - id: ignite-idgen
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ignite.queue.IgniteQueueComponent
-      - org.apache.camel.component.ignite.messaging.IgniteMessagingComponent
-      - org.apache.camel.component.ignite.set.IgniteSetComponent
-      - org.apache.camel.component.ignite.idgen.IgniteIdGenComponent
-      - org.apache.camel.component.ignite.cache.IgniteCacheComponent
-      - org.apache.camel.component.ignite.events.IgniteEventsComponent
-      - org.apache.camel.component.ignite.compute.IgniteComputeComponent
-    camel-quarkus-web3j:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-web3j
-      schemes:
-      - id: web3j
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.web3j.Web3jComponent
-    camel-quarkus-aws-ec2:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-ec2
-      schemes:
-      - id: aws-ec2
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.ec2.EC2Component
-    camel-quarkus-ldif:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ldif
-      schemes:
-      - id: ldif
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ldif.LdifComponent
-    camel-quarkus-xml-jaxp:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xml-jaxp
-      languages:
-      - xtokenize
-      javaTypes:
-      - org.apache.camel.language.xtokenizer.XMLTokenizeLanguage
-    camel-quarkus-corda:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-corda
-      schemes:
-      - id: corda
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.corda.CordaComponent
-    camel-quarkus-github:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-github
-      schemes:
-      - id: github
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.github.GitHubComponent
-    camel-quarkus-aws2-eventbridge:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-eventbridge
-      schemes:
-      - id: aws2-eventbridge
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.eventbridge.EventbridgeComponent
-    camel-quarkus-xmpp:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xmpp
-      schemes:
-      - id: xmpp
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.xmpp.XmppComponent
-    camel-quarkus-aws-lambda:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-lambda
-      schemes:
-      - id: aws-lambda
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.lambda.LambdaComponent
-    camel-quarkus-minio:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-minio
-      schemes:
-      - id: minio
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.minio.MinioComponent
-    camel-quarkus-atlasmap:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-atlasmap
-      schemes:
-      - id: atlasmap
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.atlasmap.AtlasMapComponent
-    camel-quarkus-aws2-sts:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-sts
-      schemes:
-      - id: aws2-sts
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.sts.STS2Component
-    camel-quarkus-tarfile:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-tarfile
-      dataformats:
-      - tarfile
-      javaTypes:
-      - org.apache.camel.dataformat.tarfile.TarFileDataFormat
-    camel-quarkus-avro:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-avro
-      dataformats:
-      - avro
-      javaTypes:
-      - org.apache.camel.dataformat.avro.AvroDataFormat
-    camel-quarkus-msv:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-msv
-      schemes:
-      - id: msv
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.validator.msv.MsvComponent
-    camel-quarkus-spark:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-spark
-      schemes:
-      - id: spark
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.spark.SparkComponent
-    camel-quarkus-saxon:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-saxon
-      schemes:
-      - id: xquery
-        http: false
-        passive: false
-      languages:
-      - xquery
-      javaTypes:
-      - org.apache.camel.component.xquery.XQueryComponent
-      - org.apache.camel.language.xquery.XQueryLanguage
-    camel-quarkus-caffeine:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-caffeine
-      schemes:
-      - id: caffeine-loadcache
-        http: false
-        passive: false
-      - id: caffeine-cache
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.caffeine.cache.CaffeineCacheComponent
-      - org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent
-    camel-quarkus-elasticsearch-rest:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-elasticsearch-rest
-      schemes:
-      - id: elasticsearch-rest
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.elasticsearch.ElasticsearchComponent
-    camel-quarkus-bean-validator:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-bean-validator
-      schemes:
-      - id: bean-validator
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.bean.validator.BeanValidatorComponent
-    camel-quarkus-jira:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jira
-      schemes:
-      - id: jira
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jira.JiraComponent
-    camel-quarkus-sql:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-sql
-      schemes:
-      - id: sql
-        http: false
-        passive: false
-      - id: sql-stored
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.sql.stored.SqlStoredComponent
-      - org.apache.camel.component.sql.SqlComponent
-    camel-quarkus-ehcache:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ehcache
-      schemes:
-      - id: ehcache
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ehcache.EhcacheComponent
-    camel-quarkus-aws2-iam:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-iam
-      schemes:
-      - id: aws2-iam
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.iam.IAM2Component
-    camel-quarkus-velocity:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-velocity
-      schemes:
-      - id: velocity
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.velocity.VelocityComponent
-    camel-quarkus-core:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-core
-      languages:
-      - exchangeProperty
-      - tokenize
-      - file
-      - header
-      - simple
-      - ref
-      - constant
-      - csimple
-      javaTypes:
-      - org.apache.camel.language.ref.RefLanguage
-      - org.apache.camel.language.simple.FileLanguage
-      - org.apache.camel.language.csimple.CSimpleLanguage
-      - org.apache.camel.language.constant.ConstantLanguage
-      - org.apache.camel.language.simple.SimpleLanguage
-      - org.apache.camel.language.header.HeaderLanguage
-      - org.apache.camel.language.property.ExchangePropertyLanguage
-      - org.apache.camel.language.tokenizer.TokenizeLanguage
-    camel-quarkus-debezium-mysql:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-debezium-mysql
-      schemes:
-      - id: debezium-mysql
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.debezium.DebeziumMySqlComponent
-    camel-quarkus-jcr:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jcr
-      schemes:
-      - id: jcr
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jcr.JcrComponent
-    camel-quarkus-hdfs:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-hdfs
-      schemes:
-      - id: hdfs
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.hdfs.HdfsComponent
-    camel-quarkus-kudu:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-kudu
-      schemes:
-      - id: kudu
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.kudu.KuduComponent
-    camel-quarkus-jooq:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jooq
-      schemes:
-      - id: jooq
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jooq.JooqComponent
-    camel-quarkus-jsonpath:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jsonpath
-      languages:
-      - jsonpath
-      javaTypes:
-      - org.apache.camel.jsonpath.JsonPathLanguage
-    camel-quarkus-hl7:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-hl7
-      languages:
-      - hl7terser
-      dataformats:
-      - hl7
-      javaTypes:
-      - org.apache.camel.component.hl7.Hl7TerserLanguage
-      - org.apache.camel.component.hl7.HL7DataFormat
-    camel-quarkus-disruptor:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-disruptor
-      schemes:
-      - id: disruptor
-        http: false
-        passive: false
-      - id: disruptor-vm
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.disruptor.vm.DisruptorVmComponent
-      - org.apache.camel.component.disruptor.DisruptorComponent
-    camel-quarkus-graphql:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-graphql
-      schemes:
-      - id: graphql
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.graphql.GraphqlComponent
-    camel-quarkus-log:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-log
-      schemes:
-      - id: log
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.log.LogComponent
-    camel-quarkus-ahc:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ahc
-      schemes:
-      - id: ahc
-        http: true
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ahc.AhcComponent
-    camel-quarkus-milo:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-milo
-      schemes:
-      - id: milo-server
-        http: false
-        passive: false
-      - id: milo-client
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.milo.client.MiloClientComponent
-      - org.apache.camel.component.milo.server.MiloServerComponent
-    camel-quarkus-atomix:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-atomix
-      schemes:
-      - id: atomix-messaging
-        http: false
-        passive: false
-      - id: atomix-value
-        http: false
-        passive: false
-      - id: atomix-multimap
-        http: false
-        passive: false
-      - id: atomix-map
-        http: false
-        passive: false
-      - id: atomix-queue
-        http: false
-        passive: false
-      - id: atomix-set
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent
-      - org.apache.camel.component.atomix.client.queue.AtomixQueueComponent
-      - org.apache.camel.component.atomix.client.map.AtomixMapComponent
-      - org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent
-      - org.apache.camel.component.atomix.client.value.AtomixValueComponent
-      - org.apache.camel.component.atomix.client.set.AtomixSetComponent
-    camel-quarkus-fhir:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-fhir
-      schemes:
-      - id: fhir
-        http: false
-        passive: false
-      dataformats:
-      - fhirXml
-      - fhirJson
-      javaTypes:
-      - org.apache.camel.component.fhir.FhirJsonDataFormat
-      - org.apache.camel.component.fhir.FhirComponent
-      - org.apache.camel.component.fhir.FhirXmlDataFormat
-    camel-quarkus-csv:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-csv
-      dataformats:
-      - csv
-      javaTypes:
-      - org.apache.camel.dataformat.csv.CsvDataFormat
-    camel-quarkus-aws2-kms:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-kms
-      schemes:
-      - id: aws2-kms
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.kms.KMS2Component
-    camel-quarkus-lucene:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-lucene
-      schemes:
-      - id: lucene
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.lucene.LuceneComponent
-    camel-quarkus-splunk-hec:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-splunk-hec
-      schemes:
-      - id: splunk-hec
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.splunkhec.SplunkHECComponent
-    camel-quarkus-aws-ecs:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-ecs
-      schemes:
-      - id: aws-ecs
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.ecs.ECSComponent
-    camel-quarkus-jbpm:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jbpm
-      schemes:
-      - id: jbpm
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jbpm.JBPMComponent
-    camel-quarkus-salesforce:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-salesforce
-      schemes:
-      - id: salesforce
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.salesforce.SalesforceComponent
-    camel-quarkus-jcache:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jcache
-      schemes:
-      - id: jcache
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jcache.JCacheComponent
-    camel-quarkus-vertx-websocket:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-vertx-websocket
-      schemes:
-      - id: vertx-websocket
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-    camel-quarkus-google-calendar:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-google-calendar
-      schemes:
-      - id: google-calendar
-        http: false
-        passive: false
-      - id: google-calendar-stream
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent
-      - org.apache.camel.component.google.calendar.GoogleCalendarComponent
-    camel-quarkus-avro-rpc:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-avro-rpc
-      schemes:
-      - id: avro
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.avro.AvroComponent
-    camel-quarkus-browse:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-browse
-      schemes:
-      - id: browse
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.browse.BrowseComponent
-    camel-quarkus-stream:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-stream
-      schemes:
-      - id: stream
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.stream.StreamComponent
-    camel-quarkus-kafka:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-kafka
-      schemes:
-      - id: kafka
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.kafka.KafkaComponent
-    camel-quarkus-xslt-saxon:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-xslt-saxon
-      schemes:
-      - id: xslt-saxon
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.xslt.saxon.XsltSaxonComponent
-    camel-quarkus-ssh:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ssh
-      schemes:
-      - id: ssh
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ssh.SshComponent
-    camel-quarkus-tika:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-tika
-      schemes:
-      - id: tika
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.tika.TikaComponent
-    camel-quarkus-coap:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-coap
-      schemes:
-      - id: coap
-        http: false
-        passive: false
-      - id: coaps+tcp
-        http: false
-        passive: false
-      - id: coaps
-        http: false
-        passive: false
-      - id: coap+tcp
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.coap.CoAPComponent
-    camel-quarkus-aws2-mq:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-mq
-      schemes:
-      - id: aws2-mq
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.mq.MQ2Component
-    camel-quarkus-beanio:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-beanio
-      dataformats:
-      - beanio
-      javaTypes:
-      - org.apache.camel.dataformat.beanio.BeanIODataFormat
-    camel-quarkus-jsch:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jsch
-      schemes:
-      - id: scp
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.scp.ScpComponent
-    camel-quarkus-irc:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-irc
-      schemes:
-      - id: irc
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.irc.IrcComponent
-    camel-quarkus-mllp:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-mllp
-      schemes:
-      - id: mllp
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.mllp.MllpComponent
-    camel-quarkus-ahc-ws:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ahc-ws
-      schemes:
-      - id: ahc-wss
-        http: false
-        passive: false
-      - id: ahc-ws
-        http: true
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ahc.ws.WsComponent
-    camel-quarkus-aws2-translate:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-translate
-      schemes:
-      - id: aws2-translate
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.translate.Translate2Component
-    camel-quarkus-vertx-http:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-vertx-http
-      schemes:
-      - id: vertx-http
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.vertx.http.VertxHttpComponent
-    camel-quarkus-wordpress:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-wordpress
-      schemes:
-      - id: wordpress
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.wordpress.WordpressComponent
-    camel-quarkus-box:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-box
-      schemes:
-      - id: box
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.box.BoxComponent
-    camel-quarkus-hazelcast:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-hazelcast
-      schemes:
-      - id: hazelcast-ringbuffer
-        http: false
-        passive: false
-      - id: hazelcast-instance
-        http: false
-        passive: false
-      - id: hazelcast-list
-        http: false
-        passive: false
-      - id: hazelcast-queue
-        http: false
-        passive: false
-      - id: hazelcast-set
-        http: false
-        passive: false
-      - id: hazelcast-map
-        http: false
-        passive: false
-      - id: hazelcast-seda
-        http: false
-        passive: false
-      - id: hazelcast-multimap
-        http: false
-        passive: false
-      - id: hazelcast-topic
-        http: false
-        passive: false
-      - id: hazelcast-replicatedmap
-        http: false
-        passive: false
-      - id: hazelcast-atomicvalue
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.hazelcast.list.HazelcastListComponent
-      - org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent
-      - org.apache.camel.component.hazelcast.queue.HazelcastQueueComponent
-      - org.apache.camel.component.hazelcast.map.HazelcastMapComponent
-      - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent
-      - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent
-      - org.apache.camel.component.hazelcast.set.HazelcastSetComponent
-      - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent
-      - org.apache.camel.component.hazelcast.multimap.HazelcastMultimapComponent
-      - org.apache.camel.component.hazelcast.ringbuffer.HazelcastRingbufferComponent
-      - org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent
-    camel-quarkus-aws2-ses:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-ses
-      schemes:
-      - id: aws2-ses
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.ses.Ses2Component
-    camel-quarkus-cmis:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-cmis
-      schemes:
-      - id: cmis
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.cmis.CMISComponent
-    camel-quarkus-google-pubsub:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-google-pubsub
-      schemes:
-      - id: google-pubsub
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.google.pubsub.GooglePubsubComponent
-    camel-quarkus-printer:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-printer
-      schemes:
-      - id: lpr
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.printer.PrinterComponent
-    camel-quarkus-jackson:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-jackson
-      dataformats:
-      - json-jackson
-      javaTypes:
-      - org.apache.camel.component.jackson.JacksonDataFormat
-    camel-quarkus-validator:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-validator
-      schemes:
-      - id: validator
-        http: false
-        passive: true
-      javaTypes:
-      - org.apache.camel.component.validator.ValidatorComponent
-    camel-quarkus-ftp:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ftp
-      schemes:
-      - id: ftp
-        http: false
-        passive: false
-      - id: ftps
-        http: false
-        passive: false
-      - id: sftp
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.file.remote.SftpComponent
-      - org.apache.camel.component.file.remote.FtpComponent
-      - org.apache.camel.component.file.remote.FtpsComponent
-    camel-quarkus-google-sheets:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-google-sheets
-      schemes:
-      - id: google-sheets-stream
-        http: false
-        passive: false
-      - id: google-sheets
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.google.sheets.GoogleSheetsComponent
-      - org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent
-    camel-quarkus-stomp:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-stomp
-      schemes:
-      - id: stomp
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.stomp.StompComponent
-    camel-quarkus-stringtemplate:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-stringtemplate
-      schemes:
-      - id: string-template
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.stringtemplate.StringTemplateComponent
-    camel-quarkus-aws2-lambda:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-lambda
-      schemes:
-      - id: aws2-lambda
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.lambda.Lambda2Component
-    camel-k-cron:
+      - org.apache.camel.component.atmos.AtmosComponent
+    camel-k-kamelet-reify:
       groupId: org.apache.camel.k
-      artifactId: camel-k-cron
+      artifactId: camel-k-kamelet-reify
       schemes:
-      - id: cron
+      - id: wrap
         http: false
         passive: false
-    camel-quarkus-pdf:
+    camel-quarkus-xchange:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-pdf
+      artifactId: camel-quarkus-xchange
       schemes:
-      - id: pdf
+      - id: xchange
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.pdf.PdfComponent
-    camel-quarkus-kubernetes:
+      - org.apache.camel.component.xchange.XChangeComponent
+    camel-quarkus-ldap:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-kubernetes
+      artifactId: camel-quarkus-ldap
       schemes:
-      - id: kubernetes-namespaces
-        http: false
-        passive: false
-      - id: kubernetes-nodes
-        http: false
-        passive: false
-      - id: kubernetes-hpa
-        http: false
-        passive: false
-      - id: kubernetes-deployments
-        http: false
-        passive: false
-      - id: kubernetes-persistent-volumes-claims
-        http: false
-        passive: false
-      - id: kubernetes-pods
-        http: false
-        passive: false
-      - id: kubernetes-config-maps
-        http: false
-        passive: false
-      - id: kubernetes-persistent-volumes
-        http: false
-        passive: false
-      - id: kubernetes-services
-        http: false
-        passive: false
-      - id: kubernetes-secrets
-        http: false
-        passive: false
-      - id: kubernetes-service-accounts
-        http: false
-        passive: false
-      - id: openshift-build-configs
-        http: false
-        passive: false
-      - id: kubernetes-job
-        http: false
-        passive: false
-      - id: kubernetes-replication-controllers
-        http: false
-        passive: false
-      - id: kubernetes-resources-quota
-        http: false
-        passive: false
-      - id: openshift-builds
-        http: false
-        passive: false
-      - id: kubernetes-custom-resources
+      - id: ldap
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent
-      - org.apache.camel.component.kubernetes.resources_quota.KubernetesResourcesQuotaComponent
-      - org.apache.camel.component.kubernetes.hpa.KubernetesHPAComponent
-      - org.apache.camel.component.kubernetes.namespaces.KubernetesNamespacesComponent
-      - org.apache.camel.component.kubernetes.pods.KubernetesPodsComponent
-      - org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent
-      - org.apache.camel.component.kubernetes.job.KubernetesJobComponent
-      - org.apache.camel.component.kubernetes.replication_controllers.KubernetesReplicationControllersComponent
-      - org.apache.camel.component.kubernetes.customresources.KubernetesCustomResourcesComponent
-      - org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent
-      - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent
-      - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent
-      - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent
-      - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent
-      - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent
-      - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent
-      - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent
-    camel-quarkus-aws2-athena:
+      - org.apache.camel.component.ldap.LdapComponent
+    camel-quarkus-sjms2:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-athena
+      artifactId: camel-quarkus-sjms2
       schemes:
-      - id: aws2-athena
+      - id: sjms2
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.aws2.athena.Athena2Component
-    camel-quarkus-cm-sms:
+      - org.apache.camel.component.sjms2.Sjms2Component
+    camel-quarkus-zookeeper:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-cm-sms
+      artifactId: camel-quarkus-zookeeper
       schemes:
-      - id: cm-sms
+      - id: zookeeper
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.cm.CMComponent
-    camel-quarkus-crypto:
+      - org.apache.camel.component.zookeeper.ZooKeeperComponent
+    camel-quarkus-olingo4:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-crypto
+      artifactId: camel-quarkus-olingo4
       schemes:
-      - id: crypto
+      - id: olingo4
         http: false
         passive: false
+      javaTypes:
+      - org.apache.camel.component.olingo4.Olingo4Component
+    camel-quarkus-aws-sqs:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-sqs
+      schemes:
+      - id: aws-sqs
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.sqs.SqsComponent
+    camel-quarkus-braintree:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-braintree
+      schemes:
+      - id: braintree
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.braintree.BraintreeComponent
+    camel-quarkus-zendesk:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-zendesk
+      schemes:
+      - id: zendesk
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.zendesk.ZendeskComponent
+    camel-quarkus-twilio:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-twilio
+      schemes:
+      - id: twilio
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.twilio.TwilioComponent
+    camel-quarkus-activemq:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-activemq
+      schemes:
+      - id: activemq
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.activemq.ActiveMQComponent
+    camel-quarkus-nitrite:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-nitrite
+      schemes:
+      - id: nitrite
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.nitrite.NitriteComponent
+    camel-quarkus-seda:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-seda
+      schemes:
+      - id: seda
+        http: false
+        passive: true
+      javaTypes:
+      - org.apache.camel.component.seda.SedaComponent
+    camel-quarkus-aws-eks:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-eks
+      schemes:
+      - id: aws-eks
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.eks.EKSComponent
+    camel-quarkus-dozer:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-dozer
+      schemes:
+      - id: dozer
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.dozer.DozerComponent
+    camel-quarkus-splunk:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-splunk
+      schemes:
+      - id: splunk
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.splunk.SplunkComponent
+    camel-quarkus-google-drive:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-google-drive
+      schemes:
+      - id: google-drive
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.google.drive.GoogleDriveComponent
+    camel-quarkus-sjms:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-sjms
+      schemes:
+      - id: sjms
+        http: false
+        passive: false
+      - id: sjms-batch
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.sjms.batch.SjmsBatchComponent
+      - org.apache.camel.component.sjms.SjmsComponent
+    camel-quarkus-ical:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ical
       dataformats:
-      - crypto
-      - pgp
+      - ical
       javaTypes:
-      - org.apache.camel.converter.crypto.PGPDataFormat
-      - org.apache.camel.converter.crypto.CryptoDataFormat
-      - org.apache.camel.component.crypto.DigitalSignatureComponent
-    camel-quarkus-nagios:
+      - org.apache.camel.component.ical.ICalDataFormat
+    camel-quarkus-cassandraql:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-nagios
+      artifactId: camel-quarkus-cassandraql
       schemes:
-      - id: nagios
+      - id: cql
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.nagios.NagiosComponent
-    camel-quarkus-bonita:
+      - org.apache.camel.component.cassandra.CassandraComponent
+    camel-quarkus-jgroups-raft:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-bonita
+      artifactId: camel-quarkus-jgroups-raft
       schemes:
-      - id: bonita
+      - id: jgroups-raft
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.bonita.BonitaComponent
-    camel-quarkus-djl:
+      - org.apache.camel.component.jgroups.raft.JGroupsRaftComponent
+    camel-quarkus-mongodb:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-djl
+      artifactId: camel-quarkus-mongodb
       schemes:
-      - id: djl
+      - id: mongodb
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.djl.DJLComponent
-    camel-quarkus-mustache:
+      - org.apache.camel.component.mongodb.MongoDbComponent
+    camel-quarkus-dns:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-mustache
+      artifactId: camel-quarkus-dns
       schemes:
-      - id: mustache
+      - id: dns
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.mustache.MustacheComponent
-    camel-quarkus-master:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-master
-      schemes:
-      - id: master
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.master.MasterComponent
-    camel-k-master:
+      - org.apache.camel.component.dns.DnsComponent
+    camel-k-webhook:
       groupId: org.apache.camel.k
-      artifactId: camel-k-master
+      artifactId: camel-k-webhook
       schemes:
-      - id: master
-        http: false
-        passive: false
-    camel-quarkus-aws2-ec2:
+      - id: webhook
+        http: true
+        passive: true
+    camel-quarkus-chunk:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-ec2
+      artifactId: camel-quarkus-chunk
       schemes:
-      - id: aws2-ec2
+      - id: chunk
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.aws2.ec2.AWS2EC2Component
-    camel-quarkus-snmp:
+      - org.apache.camel.component.chunk.ChunkComponent
+    camel-quarkus-cometd:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-snmp
+      artifactId: camel-quarkus-cometd
       schemes:
-      - id: snmp
+      - id: cometds
+        http: false
+        passive: false
+      - id: cometd
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.snmp.SnmpComponent
-    camel-quarkus-barcode:
+      - org.apache.camel.component.cometd.CometdComponent
+    camel-quarkus-drill:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-barcode
+      artifactId: camel-quarkus-drill
+      schemes:
+      - id: drill
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.drill.DrillComponent
+    camel-quarkus-soroush:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-soroush
+      schemes:
+      - id: soroush
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.soroushbot.component.SoroushBotComponent
+    camel-quarkus-atom:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-atom
+      schemes:
+      - id: atom
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.atom.AtomComponent
+    camel-quarkus-pgevent:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-pgevent
+      schemes:
+      - id: pgevent
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.pgevent.PgEventComponent
+    camel-quarkus-geocoder:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-geocoder
+      schemes:
+      - id: geocoder
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.geocoder.GeoCoderComponent
+    camel-quarkus-gson:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-gson
       dataformats:
-      - barcode
+      - json-gson
       javaTypes:
-      - org.apache.camel.dataformat.barcode.BarcodeDataFormat
-    camel-quarkus-openstack:
+      - org.apache.camel.component.gson.GsonDataFormat
+    camel-quarkus-rss:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-openstack
+      artifactId: camel-quarkus-rss
       schemes:
-      - id: openstack-swift
+      - id: rss
         http: false
         passive: false
-      - id: openstack-glance
-        http: false
-        passive: false
-      - id: openstack-nova
-        http: false
-        passive: false
-      - id: openstack-cinder
-        http: false
-        passive: false
-      - id: openstack-keystone
-        http: false
-        passive: false
-      - id: openstack-neutron
+      dataformats:
+      - rss
+      javaTypes:
+      - org.apache.camel.dataformat.rss.RssDataFormat
+      - org.apache.camel.component.rss.RssComponent
+    camel-quarkus-exec:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-exec
+      schemes:
+      - id: exec
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.openstack.neutron.NeutronComponent
-      - org.apache.camel.component.openstack.glance.GlanceComponent
-      - org.apache.camel.component.openstack.swift.SwiftComponent
-      - org.apache.camel.component.openstack.nova.NovaComponent
-      - org.apache.camel.component.openstack.cinder.CinderComponent
-      - org.apache.camel.component.openstack.keystone.KeystoneComponent
-    camel-quarkus-aws-kinesis:
+      - org.apache.camel.component.exec.ExecComponent
+    camel-quarkus-base64:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-kinesis
+      artifactId: camel-quarkus-base64
+      dataformats:
+      - base64
+      javaTypes:
+      - org.apache.camel.dataformat.base64.Base64DataFormat
+    camel-quarkus-infinispan:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-infinispan
       schemes:
-      - id: aws-kinesis
-        http: false
-        passive: false
-      - id: aws-kinesis-firehose
+      - id: infinispan
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent
-      - org.apache.camel.component.aws.kinesis.KinesisComponent
-    camel-quarkus-git:
+      - org.apache.camel.component.infinispan.InfinispanComponent
+    camel-quarkus-nats:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-git
+      artifactId: camel-quarkus-nats
       schemes:
-      - id: git
+      - id: nats
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.git.GitComponent
-    camel-quarkus-servlet:
+      - org.apache.camel.component.nats.NatsComponent
+    camel-quarkus-microprofile-metrics:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-servlet
+      artifactId: camel-quarkus-microprofile-metrics
       schemes:
-      - id: servlet
+      - id: microprofile-metrics
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent
+    camel-quarkus-asterisk:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-asterisk
+      schemes:
+      - id: asterisk
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.asterisk.AsteriskComponent
+    camel-quarkus-azure-storage-blob:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-azure-storage-blob
+      schemes:
+      - id: azure-storage-blob
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.azure.storage.blob.BlobComponent
+    camel-quarkus-protobuf:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-protobuf
+      dataformats:
+      - protobuf
+      javaTypes:
+      - org.apache.camel.dataformat.protobuf.ProtobufDataFormat
+    camel-quarkus-tagsoup:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-tagsoup
+      dataformats:
+      - tidyMarkup
+      javaTypes:
+      - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat
+    camel-k-kamelet:
+      groupId: org.apache.camel.k
+      artifactId: camel-k-kamelet
+      schemes:
+      - id: kamelet
+        http: false
+        passive: true
+    camel-quarkus-influxdb:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-influxdb
+      schemes:
+      - id: influxdb
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.influxdb.InfluxDbComponent
+    camel-quarkus-netty-http:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-netty-http
+      schemes:
+      - id: netty-http
         http: true
         passive: false
       javaTypes:
-      - org.apache.camel.component.servlet.ServletComponent
-    camel-quarkus-freemarker:
+      - org.apache.camel.component.netty.http.NettyHttpComponent
+    camel-quarkus-aws2-ecs:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-freemarker
+      artifactId: camel-quarkus-aws2-ecs
       schemes:
-      - id: freemarker
+      - id: aws2-ecs
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.freemarker.FreemarkerComponent
-    camel-quarkus-soap:
+      - org.apache.camel.component.aws2.ecs.ECS2Component
+    camel-quarkus-zipfile:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-soap
+      artifactId: camel-quarkus-zipfile
       dataformats:
-      - soapjaxb
+      - zipfile
       javaTypes:
-      - org.apache.camel.dataformat.soap.SoapJaxbDataFormat
-    camel-quarkus-arangodb:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-arangodb
-      schemes:
-      - id: arangodb
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.arangodb.ArangoDbComponent
-    camel-quarkus-google-mail:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-google-mail
-      schemes:
-      - id: google-mail
-        http: false
-        passive: false
-      - id: google-mail-stream
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.google.mail.stream.GoogleMailStreamComponent
-      - org.apache.camel.component.google.mail.GoogleMailComponent
-    camel-quarkus-websocket-jsr356:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-websocket-jsr356
-      schemes:
-      - id: websocket-jsr356
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.websocket.jsr356.JSR356WebSocketComponent
-    camel-quarkus-lumberjack:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-lumberjack
-      schemes:
-      - id: lumberjack
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.lumberjack.LumberjackComponent
-    camel-quarkus-json-validator:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-json-validator
-      schemes:
-      - id: json-validator
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.jsonvalidator.JsonValidatorComponent
-    camel-quarkus-aws2-s3:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-s3
-      schemes:
-      - id: aws2-s3
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws2.s3.AWS2S3Component
-    camel-quarkus-dropbox:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-dropbox
-      schemes:
-      - id: dropbox
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.dropbox.DropboxComponent
-    camel-quarkus-google-bigquery:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-google-bigquery
-      schemes:
-      - id: google-bigquery
-        http: false
-        passive: false
-      - id: google-bigquery-sql
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent
-      - org.apache.camel.component.google.bigquery.GoogleBigQueryComponent
-    camel-quarkus-mail:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-mail
-      schemes:
-      - id: smtp
-        http: false
-        passive: false
-      - id: imaps
-        http: false
-        passive: false
-      - id: imap
-        http: false
-        passive: false
-      - id: pop3s
-        http: false
-        passive: false
-      - id: smtps
-        http: false
-        passive: false
-      - id: pop3
-        http: false
-        passive: false
-      dataformats:
-      - mime-multipart
-      javaTypes:
-      - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat
-      - org.apache.camel.component.mail.MailComponent
-    camel-quarkus-platform-http:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-platform-http
-      schemes:
-      - id: platform-http
-        http: true
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.platform.http.PlatformHttpComponent
-    camel-quarkus-timer:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-timer
-      schemes:
-      - id: timer
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.timer.TimerComponent
-    camel-quarkus-digitalocean:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-digitalocean
-      schemes:
-      - id: digitalocean
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.digitalocean.DigitalOceanComponent
-    camel-quarkus-couchbase:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-couchbase
-      schemes:
-      - id: couchbase
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.couchbase.CouchbaseComponent
-    camel-quarkus-aws-sns:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws-sns
-      schemes:
-      - id: aws-sns
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.aws.sns.SnsComponent
-    camel-quarkus-slack:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-slack
-      schemes:
-      - id: slack
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.slack.SlackComponent
+      - org.apache.camel.dataformat.zipfile.ZipFileDataFormat
     camel-quarkus-flatpack:
       groupId: org.apache.camel.quarkus
       artifactId: camel-quarkus-flatpack
@@ -2811,123 +1592,1335 @@
       dataformats:
       - flatpack
       javaTypes:
-      - org.apache.camel.component.flatpack.FlatpackComponent
       - org.apache.camel.dataformat.flatpack.FlatpackDataFormat
-    camel-quarkus-zipfile:
+      - org.apache.camel.component.flatpack.FlatpackComponent
+    camel-quarkus-slack:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-zipfile
-      dataformats:
-      - zipfile
-      javaTypes:
-      - org.apache.camel.dataformat.zipfile.ZipFileDataFormat
-    camel-quarkus-aws2-ecs:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-aws2-ecs
+      artifactId: camel-quarkus-slack
       schemes:
-      - id: aws2-ecs
+      - id: slack
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.aws2.ecs.ECS2Component
-    camel-quarkus-netty-http:
+      - org.apache.camel.component.slack.SlackComponent
+    camel-quarkus-aws-sns:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-netty-http
+      artifactId: camel-quarkus-aws-sns
       schemes:
-      - id: netty-http
+      - id: aws-sns
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.sns.SnsComponent
+    camel-quarkus-couchbase:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-couchbase
+      schemes:
+      - id: couchbase
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.couchbase.CouchbaseComponent
+    camel-quarkus-digitalocean:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-digitalocean
+      schemes:
+      - id: digitalocean
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.digitalocean.DigitalOceanComponent
+    camel-quarkus-timer:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-timer
+      schemes:
+      - id: timer
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.timer.TimerComponent
+    camel-quarkus-platform-http:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-platform-http
+      schemes:
+      - id: platform-http
         http: true
         passive: false
       javaTypes:
-      - org.apache.camel.component.netty.http.NettyHttpComponent
-    camel-quarkus-influxdb:
+      - org.apache.camel.component.platform.http.PlatformHttpComponent
+    camel-quarkus-mail:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-influxdb
+      artifactId: camel-quarkus-mail
       schemes:
-      - id: influxdb
+      - id: imap
+        http: false
+        passive: false
+      - id: imaps
+        http: false
+        passive: false
+      - id: smtp
+        http: false
+        passive: false
+      - id: pop3
+        http: false
+        passive: false
+      - id: smtps
+        http: false
+        passive: false
+      - id: pop3s
+        http: false
+        passive: false
+      dataformats:
+      - mime-multipart
+      javaTypes:
+      - org.apache.camel.component.mail.MailComponent
+      - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat
+    camel-quarkus-google-bigquery:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-google-bigquery
+      schemes:
+      - id: google-bigquery-sql
+        http: false
+        passive: false
+      - id: google-bigquery
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.influxdb.InfluxDbComponent
-    camel-k-kamelet:
-      groupId: org.apache.camel.k
-      artifactId: camel-k-kamelet
+      - org.apache.camel.component.google.bigquery.GoogleBigQueryComponent
+      - org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent
+    camel-quarkus-dropbox:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-dropbox
       schemes:
-      - id: kamelet
+      - id: dropbox
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.dropbox.DropboxComponent
+    camel-quarkus-aws2-s3:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-s3
+      schemes:
+      - id: aws2-s3
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.s3.AWS2S3Component
+    camel-quarkus-json-validator:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-json-validator
+      schemes:
+      - id: json-validator
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jsonvalidator.JsonValidatorComponent
+    camel-quarkus-lumberjack:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-lumberjack
+      schemes:
+      - id: lumberjack
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.lumberjack.LumberjackComponent
+    camel-quarkus-websocket-jsr356:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-websocket-jsr356
+      schemes:
+      - id: websocket-jsr356
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.websocket.jsr356.JSR356WebSocketComponent
+    camel-quarkus-google-mail:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-google-mail
+      schemes:
+      - id: google-mail-stream
+        http: false
+        passive: false
+      - id: google-mail
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.google.mail.GoogleMailComponent
+      - org.apache.camel.component.google.mail.stream.GoogleMailStreamComponent
+    camel-quarkus-arangodb:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-arangodb
+      schemes:
+      - id: arangodb
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.arangodb.ArangoDbComponent
+    camel-quarkus-soap:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-soap
+      dataformats:
+      - soapjaxb
+      javaTypes:
+      - org.apache.camel.dataformat.soap.SoapJaxbDataFormat
+    camel-quarkus-freemarker:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-freemarker
+      schemes:
+      - id: freemarker
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.freemarker.FreemarkerComponent
+    camel-quarkus-servlet:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-servlet
+      schemes:
+      - id: servlet
+        http: true
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.servlet.ServletComponent
+    camel-quarkus-git:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-git
+      schemes:
+      - id: git
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.git.GitComponent
+    camel-quarkus-aws-kinesis:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-kinesis
+      schemes:
+      - id: aws-kinesis-firehose
+        http: false
+        passive: false
+      - id: aws-kinesis
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.kinesis.KinesisComponent
+      - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent
+    camel-quarkus-openstack:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-openstack
+      schemes:
+      - id: openstack-swift
+        http: false
+        passive: false
+      - id: openstack-neutron
+        http: false
+        passive: false
+      - id: openstack-keystone
+        http: false
+        passive: false
+      - id: openstack-cinder
+        http: false
+        passive: false
+      - id: openstack-nova
+        http: false
+        passive: false
+      - id: openstack-glance
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.openstack.glance.GlanceComponent
+      - org.apache.camel.component.openstack.neutron.NeutronComponent
+      - org.apache.camel.component.openstack.keystone.KeystoneComponent
+      - org.apache.camel.component.openstack.cinder.CinderComponent
+      - org.apache.camel.component.openstack.nova.NovaComponent
+      - org.apache.camel.component.openstack.swift.SwiftComponent
+    camel-quarkus-barcode:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-barcode
+      dataformats:
+      - barcode
+      javaTypes:
+      - org.apache.camel.dataformat.barcode.BarcodeDataFormat
+    camel-quarkus-snmp:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-snmp
+      schemes:
+      - id: snmp
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.snmp.SnmpComponent
+    camel-quarkus-aws2-ec2:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-ec2
+      schemes:
+      - id: aws2-ec2
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.ec2.AWS2EC2Component
+    camel-k-master:
+      groupId: org.apache.camel.k
+      artifactId: camel-k-master
+      schemes:
+      - id: master
+        http: false
+        passive: false
+    camel-quarkus-master:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-master
+      schemes:
+      - id: master
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.master.MasterComponent
+    camel-quarkus-mustache:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-mustache
+      schemes:
+      - id: mustache
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.mustache.MustacheComponent
+    camel-quarkus-djl:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-djl
+      schemes:
+      - id: djl
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.djl.DJLComponent
+    camel-quarkus-bonita:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-bonita
+      schemes:
+      - id: bonita
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.bonita.BonitaComponent
+    camel-quarkus-nagios:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-nagios
+      schemes:
+      - id: nagios
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.nagios.NagiosComponent
+    camel-quarkus-crypto:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-crypto
+      schemes:
+      - id: crypto
+        http: false
+        passive: false
+      dataformats:
+      - pgp
+      - crypto
+      javaTypes:
+      - org.apache.camel.converter.crypto.PGPDataFormat
+      - org.apache.camel.component.crypto.DigitalSignatureComponent
+      - org.apache.camel.converter.crypto.CryptoDataFormat
+    camel-quarkus-cm-sms:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-cm-sms
+      schemes:
+      - id: cm-sms
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.cm.CMComponent
+    camel-quarkus-aws2-athena:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-athena
+      schemes:
+      - id: aws2-athena
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.athena.Athena2Component
+    camel-quarkus-kubernetes:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-kubernetes
+      schemes:
+      - id: kubernetes-nodes
+        http: false
+        passive: false
+      - id: kubernetes-namespaces
+        http: false
+        passive: false
+      - id: kubernetes-custom-resources
+        http: false
+        passive: false
+      - id: openshift-builds
+        http: false
+        passive: false
+      - id: kubernetes-resources-quota
+        http: false
+        passive: false
+      - id: kubernetes-replication-controllers
+        http: false
+        passive: false
+      - id: kubernetes-job
+        http: false
+        passive: false
+      - id: openshift-build-configs
+        http: false
+        passive: false
+      - id: kubernetes-service-accounts
+        http: false
+        passive: false
+      - id: kubernetes-secrets
+        http: false
+        passive: false
+      - id: kubernetes-services
+        http: false
+        passive: false
+      - id: kubernetes-persistent-volumes
+        http: false
+        passive: false
+      - id: kubernetes-config-maps
+        http: false
+        passive: false
+      - id: kubernetes-pods
+        http: false
+        passive: false
+      - id: kubernetes-persistent-volumes-claims
+        http: false
+        passive: false
+      - id: kubernetes-deployments
+        http: false
+        passive: false
+      - id: kubernetes-hpa
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.kubernetes.resources_quota.KubernetesResourcesQuotaComponent
+      - org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent
+      - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent
+      - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent
+      - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent
+      - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent
+      - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent
+      - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent
+      - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent
+      - org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent
+      - org.apache.camel.component.kubernetes.customresources.KubernetesCustomResourcesComponent
+      - org.apache.camel.component.kubernetes.replication_controllers.KubernetesReplicationControllersComponent
+      - org.apache.camel.component.kubernetes.job.KubernetesJobComponent
+      - org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent
+      - org.apache.camel.component.kubernetes.pods.KubernetesPodsComponent
+      - org.apache.camel.component.kubernetes.namespaces.KubernetesNamespacesComponent
+      - org.apache.camel.component.kubernetes.hpa.KubernetesHPAComponent
+    camel-quarkus-pdf:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-pdf
+      schemes:
+      - id: pdf
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.pdf.PdfComponent
+    camel-k-cron:
+      groupId: org.apache.camel.k
+      artifactId: camel-k-cron
+      schemes:
+      - id: cron
+        http: false
+        passive: false
+    camel-quarkus-aws2-lambda:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-lambda
+      schemes:
+      - id: aws2-lambda
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.lambda.Lambda2Component
+    camel-quarkus-stringtemplate:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-stringtemplate
+      schemes:
+      - id: string-template
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.stringtemplate.StringTemplateComponent
+    camel-quarkus-stomp:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-stomp
+      schemes:
+      - id: stomp
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.stomp.StompComponent
+    camel-quarkus-google-sheets:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-google-sheets
+      schemes:
+      - id: google-sheets
+        http: false
+        passive: false
+      - id: google-sheets-stream
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent
+      - org.apache.camel.component.google.sheets.GoogleSheetsComponent
+    camel-quarkus-ftp:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ftp
+      schemes:
+      - id: ftp
+        http: false
+        passive: false
+      - id: sftp
+        http: false
+        passive: false
+      - id: ftps
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.file.remote.FtpComponent
+      - org.apache.camel.component.file.remote.SftpComponent
+      - org.apache.camel.component.file.remote.FtpsComponent
+    camel-quarkus-validator:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-validator
+      schemes:
+      - id: validator
         http: false
         passive: true
-    camel-quarkus-tagsoup:
+      javaTypes:
+      - org.apache.camel.component.validator.ValidatorComponent
+    camel-quarkus-jackson:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-tagsoup
+      artifactId: camel-quarkus-jackson
       dataformats:
-      - tidyMarkup
+      - json-jackson
       javaTypes:
-      - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat
-    camel-quarkus-protobuf:
+      - org.apache.camel.component.jackson.JacksonDataFormat
+    camel-quarkus-printer:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-protobuf
+      artifactId: camel-quarkus-printer
+      schemes:
+      - id: lpr
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.printer.PrinterComponent
+    camel-quarkus-google-pubsub:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-google-pubsub
+      schemes:
+      - id: google-pubsub
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.google.pubsub.GooglePubsubComponent
+    camel-quarkus-cmis:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-cmis
+      schemes:
+      - id: cmis
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.cmis.CMISComponent
+    camel-quarkus-aws2-ses:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-ses
+      schemes:
+      - id: aws2-ses
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.ses.Ses2Component
+    camel-quarkus-hazelcast:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-hazelcast
+      schemes:
+      - id: hazelcast-seda
+        http: false
+        passive: false
+      - id: hazelcast-map
+        http: false
+        passive: false
+      - id: hazelcast-set
+        http: false
+        passive: false
+      - id: hazelcast-queue
+        http: false
+        passive: false
+      - id: hazelcast-list
+        http: false
+        passive: false
+      - id: hazelcast-instance
+        http: false
+        passive: false
+      - id: hazelcast-ringbuffer
+        http: false
+        passive: false
+      - id: hazelcast-atomicvalue
+        http: false
+        passive: false
+      - id: hazelcast-replicatedmap
+        http: false
+        passive: false
+      - id: hazelcast-topic
+        http: false
+        passive: false
+      - id: hazelcast-multimap
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.hazelcast.map.HazelcastMapComponent
+      - org.apache.camel.component.hazelcast.queue.HazelcastQueueComponent
+      - org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent
+      - org.apache.camel.component.hazelcast.list.HazelcastListComponent
+      - org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent
+      - org.apache.camel.component.hazelcast.ringbuffer.HazelcastRingbufferComponent
+      - org.apache.camel.component.hazelcast.multimap.HazelcastMultimapComponent
+      - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent
+      - org.apache.camel.component.hazelcast.set.HazelcastSetComponent
+      - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent
+      - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent
+    camel-quarkus-box:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-box
+      schemes:
+      - id: box
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.box.BoxComponent
+    camel-quarkus-wordpress:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-wordpress
+      schemes:
+      - id: wordpress
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.wordpress.WordpressComponent
+    camel-quarkus-vertx-http:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-vertx-http
+      schemes:
+      - id: vertx-http
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.vertx.http.VertxHttpComponent
+    camel-quarkus-aws2-translate:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-translate
+      schemes:
+      - id: aws2-translate
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.translate.Translate2Component
+    camel-quarkus-ahc-ws:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ahc-ws
+      schemes:
+      - id: ahc-ws
+        http: true
+        passive: false
+      - id: ahc-wss
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.ahc.ws.WsComponent
+    camel-quarkus-mllp:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-mllp
+      schemes:
+      - id: mllp
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.mllp.MllpComponent
+    camel-quarkus-irc:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-irc
+      schemes:
+      - id: irc
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.irc.IrcComponent
+    camel-quarkus-jsch:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jsch
+      schemes:
+      - id: scp
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.scp.ScpComponent
+    camel-quarkus-beanio:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-beanio
       dataformats:
-      - protobuf
+      - beanio
       javaTypes:
-      - org.apache.camel.dataformat.protobuf.ProtobufDataFormat
-    camel-quarkus-azure-storage-blob:
+      - org.apache.camel.dataformat.beanio.BeanIODataFormat
+    camel-quarkus-aws2-mq:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-azure-storage-blob
+      artifactId: camel-quarkus-aws2-mq
       schemes:
-      - id: azure-storage-blob
+      - id: aws2-mq
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.azure.storage.blob.BlobComponent
-    camel-quarkus-asterisk:
+      - org.apache.camel.component.aws2.mq.MQ2Component
+    camel-quarkus-coap:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-asterisk
+      artifactId: camel-quarkus-coap
       schemes:
-      - id: asterisk
+      - id: coap+tcp
+        http: false
+        passive: false
+      - id: coaps
+        http: false
+        passive: false
+      - id: coaps+tcp
+        http: false
+        passive: false
+      - id: coap
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.asterisk.AsteriskComponent
-    camel-quarkus-microprofile-metrics:
+      - org.apache.camel.coap.CoAPComponent
+    camel-quarkus-tika:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-microprofile-metrics
+      artifactId: camel-quarkus-tika
       schemes:
-      - id: microprofile-metrics
+      - id: tika
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent
-    camel-quarkus-nats:
+      - org.apache.camel.component.tika.TikaComponent
+    camel-quarkus-ssh:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-nats
+      artifactId: camel-quarkus-ssh
       schemes:
-      - id: nats
+      - id: ssh
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.nats.NatsComponent
-    camel-quarkus-infinispan:
+      - org.apache.camel.component.ssh.SshComponent
+    camel-quarkus-xslt-saxon:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-infinispan
+      artifactId: camel-quarkus-xslt-saxon
       schemes:
-      - id: infinispan
+      - id: xslt-saxon
         http: false
         passive: false
       javaTypes:
-      - org.apache.camel.component.infinispan.InfinispanComponent
-    camel-quarkus-base64:
+      - org.apache.camel.component.xslt.saxon.XsltSaxonComponent
+    camel-quarkus-kafka:
       groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-base64
+      artifactId: camel-quarkus-kafka
+      schemes:
+      - id: kafka
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.kafka.KafkaComponent
+    camel-quarkus-stream:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-stream
+      schemes:
+      - id: stream
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.stream.StreamComponent
+    camel-quarkus-browse:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-browse
+      schemes:
+      - id: browse
+        http: false
+        passive: true
+      javaTypes:
+      - org.apache.camel.component.browse.BrowseComponent
+    camel-quarkus-avro-rpc:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-avro-rpc
+      schemes:
+      - id: avro
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.avro.AvroComponent
+    camel-quarkus-google-calendar:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-google-calendar
+      schemes:
+      - id: google-calendar-stream
+        http: false
+        passive: false
+      - id: google-calendar
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.google.calendar.GoogleCalendarComponent
+      - org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent
+    camel-quarkus-vertx-websocket:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-vertx-websocket
+      schemes:
+      - id: vertx-websocket
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
+    camel-quarkus-jcache:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jcache
+      schemes:
+      - id: jcache
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jcache.JCacheComponent
+    camel-quarkus-salesforce:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-salesforce
+      schemes:
+      - id: salesforce
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.salesforce.SalesforceComponent
+    camel-quarkus-jbpm:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jbpm
+      schemes:
+      - id: jbpm
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jbpm.JBPMComponent
+    camel-quarkus-aws-ecs:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-ecs
+      schemes:
+      - id: aws-ecs
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.ecs.ECSComponent
+    camel-quarkus-splunk-hec:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-splunk-hec
+      schemes:
+      - id: splunk-hec
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.splunkhec.SplunkHECComponent
+    camel-quarkus-lucene:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-lucene
+      schemes:
+      - id: lucene
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.lucene.LuceneComponent
+    camel-quarkus-aws2-kms:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-kms
+      schemes:
+      - id: aws2-kms
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.kms.KMS2Component
+    camel-quarkus-csv:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-csv
       dataformats:
-      - base64
+      - csv
       javaTypes:
-      - org.apache.camel.dataformat.base64.Base64DataFormat
-  loaders:
-    groovy:
-      groupId: org.apache.camel.k
-      artifactId: camel-k-loader-groovy
+      - org.apache.camel.dataformat.csv.CsvDataFormat
+    camel-quarkus-fhir:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-fhir
+      schemes:
+      - id: fhir
+        http: false
+        passive: false
+      dataformats:
+      - fhirJson
+      - fhirXml
+      javaTypes:
+      - org.apache.camel.component.fhir.FhirComponent
+      - org.apache.camel.component.fhir.FhirJsonDataFormat
+      - org.apache.camel.component.fhir.FhirXmlDataFormat
+    camel-quarkus-atomix:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-atomix
+      schemes:
+      - id: atomix-value
+        http: false
+        passive: false
+      - id: atomix-messaging
+        http: false
+        passive: false
+      - id: atomix-set
+        http: false
+        passive: false
+      - id: atomix-queue
+        http: false
+        passive: false
+      - id: atomix-map
+        http: false
+        passive: false
+      - id: atomix-multimap
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent
+      - org.apache.camel.component.atomix.client.set.AtomixSetComponent
+      - org.apache.camel.component.atomix.client.value.AtomixValueComponent
+      - org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent
+      - org.apache.camel.component.atomix.client.map.AtomixMapComponent
+      - org.apache.camel.component.atomix.client.queue.AtomixQueueComponent
+    camel-quarkus-milo:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-milo
+      schemes:
+      - id: milo-client
+        http: false
+        passive: false
+      - id: milo-server
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.milo.server.MiloServerComponent
+      - org.apache.camel.component.milo.client.MiloClientComponent
+    camel-quarkus-ahc:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ahc
+      schemes:
+      - id: ahc
+        http: true
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.ahc.AhcComponent
+    camel-quarkus-log:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-log
+      schemes:
+      - id: log
+        http: false
+        passive: true
+      javaTypes:
+      - org.apache.camel.component.log.LogComponent
+    camel-quarkus-graphql:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-graphql
+      schemes:
+      - id: graphql
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.graphql.GraphqlComponent
+    camel-quarkus-disruptor:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-disruptor
+      schemes:
+      - id: disruptor-vm
+        http: false
+        passive: false
+      - id: disruptor
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.disruptor.DisruptorComponent
+      - org.apache.camel.component.disruptor.vm.DisruptorVmComponent
+    camel-quarkus-hl7:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-hl7
       languages:
-      - groovy
-      metadata:
-        native: "false"
+      - hl7terser
+      dataformats:
+      - hl7
+      javaTypes:
+      - org.apache.camel.component.hl7.HL7DataFormat
+      - org.apache.camel.component.hl7.Hl7TerserLanguage
+    camel-quarkus-jsonpath:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jsonpath
+      languages:
+      - jsonpath
+      javaTypes:
+      - org.apache.camel.jsonpath.JsonPathLanguage
+    camel-quarkus-jooq:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jooq
+      schemes:
+      - id: jooq
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jooq.JooqComponent
+    camel-quarkus-kudu:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-kudu
+      schemes:
+      - id: kudu
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.kudu.KuduComponent
+    camel-quarkus-hdfs:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-hdfs
+      schemes:
+      - id: hdfs
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.hdfs.HdfsComponent
+    camel-quarkus-jcr:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jcr
+      schemes:
+      - id: jcr
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jcr.JcrComponent
+    camel-quarkus-debezium-mysql:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-debezium-mysql
+      schemes:
+      - id: debezium-mysql
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.debezium.DebeziumMySqlComponent
+    camel-quarkus-core:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-core
+      languages:
+      - header
+      - file
+      - tokenize
+      - exchangeProperty
+      - csimple
+      - constant
+      - ref
+      - simple
+      javaTypes:
+      - org.apache.camel.language.simple.SimpleLanguage
+      - org.apache.camel.language.constant.ConstantLanguage
+      - org.apache.camel.language.csimple.CSimpleLanguage
+      - org.apache.camel.language.simple.FileLanguage
+      - org.apache.camel.language.ref.RefLanguage
+      - org.apache.camel.language.tokenizer.TokenizeLanguage
+      - org.apache.camel.language.property.ExchangePropertyLanguage
+      - org.apache.camel.language.header.HeaderLanguage
+    camel-quarkus-velocity:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-velocity
+      schemes:
+      - id: velocity
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.velocity.VelocityComponent
+    camel-quarkus-aws2-iam:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-iam
+      schemes:
+      - id: aws2-iam
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.iam.IAM2Component
+    camel-quarkus-ehcache:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ehcache
+      schemes:
+      - id: ehcache
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.ehcache.EhcacheComponent
+    camel-quarkus-sql:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-sql
+      schemes:
+      - id: sql-stored
+        http: false
+        passive: false
+      - id: sql
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.sql.SqlComponent
+      - org.apache.camel.component.sql.stored.SqlStoredComponent
+    camel-quarkus-jira:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-jira
+      schemes:
+      - id: jira
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.jira.JiraComponent
+    camel-quarkus-bean-validator:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-bean-validator
+      schemes:
+      - id: bean-validator
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.bean.validator.BeanValidatorComponent
+    camel-quarkus-elasticsearch-rest:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-elasticsearch-rest
+      schemes:
+      - id: elasticsearch-rest
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.elasticsearch.ElasticsearchComponent
+    camel-quarkus-caffeine:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-caffeine
+      schemes:
+      - id: caffeine-cache
+        http: false
+        passive: false
+      - id: caffeine-loadcache
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent
+      - org.apache.camel.component.caffeine.cache.CaffeineCacheComponent
+    camel-quarkus-saxon:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-saxon
+      schemes:
+      - id: xquery
+        http: false
+        passive: false
+      languages:
+      - xquery
+      javaTypes:
+      - org.apache.camel.language.xquery.XQueryLanguage
+      - org.apache.camel.component.xquery.XQueryComponent
+    camel-quarkus-spark:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-spark
+      schemes:
+      - id: spark
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.spark.SparkComponent
+    camel-quarkus-msv:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-msv
+      schemes:
+      - id: msv
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.validator.msv.MsvComponent
+    camel-quarkus-avro:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-avro
+      dataformats:
+      - avro
+      javaTypes:
+      - org.apache.camel.dataformat.avro.AvroDataFormat
+    camel-quarkus-tarfile:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-tarfile
+      dataformats:
+      - tarfile
+      javaTypes:
+      - org.apache.camel.dataformat.tarfile.TarFileDataFormat
+    camel-quarkus-aws2-sts:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-sts
+      schemes:
+      - id: aws2-sts
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.sts.STS2Component
+    camel-quarkus-atlasmap:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-atlasmap
+      schemes:
+      - id: atlasmap
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.atlasmap.AtlasMapComponent
+    camel-quarkus-minio:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-minio
+      schemes:
+      - id: minio
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.minio.MinioComponent
+    camel-quarkus-aws-lambda:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-lambda
+      schemes:
+      - id: aws-lambda
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.lambda.LambdaComponent
+    camel-quarkus-xmpp:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-xmpp
+      schemes:
+      - id: xmpp
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.xmpp.XmppComponent
+    camel-quarkus-aws2-eventbridge:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws2-eventbridge
+      schemes:
+      - id: aws2-eventbridge
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws2.eventbridge.EventbridgeComponent
+    camel-quarkus-github:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-github
+      schemes:
+      - id: github
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.github.GitHubComponent
+    camel-quarkus-corda:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-corda
+      schemes:
+      - id: corda
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.corda.CordaComponent
+    camel-quarkus-xml-jaxp:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-xml-jaxp
+      languages:
+      - xtokenize
+      javaTypes:
+      - org.apache.camel.language.xtokenizer.XMLTokenizeLanguage
+    camel-quarkus-ldif:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ldif
+      schemes:
+      - id: ldif
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.ldif.LdifComponent
+    camel-quarkus-aws-ec2:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-aws-ec2
+      schemes:
+      - id: aws-ec2
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.aws.ec2.EC2Component
+    camel-quarkus-web3j:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-web3j
+      schemes:
+      - id: web3j
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.web3j.Web3jComponent
+    camel-quarkus-ignite:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-ignite
+      schemes:
+      - id: ignite-idgen
+        http: false
+        passive: false
+      - id: ignite-cache
+        http: false
+        passive: false
+      - id: ignite-compute
+        http: false
+        passive: false
+      - id: ignite-messaging
+        http: false
+        passive: false
+      - id: ignite-events
+        http: false
+        passive: false
+      - id: ignite-queue
+        http: false
+        passive: false
+      - id: ignite-set
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.ignite.compute.IgniteComputeComponent
+      - org.apache.camel.component.ignite.events.IgniteEventsComponent
+      - org.apache.camel.component.ignite.cache.IgniteCacheComponent
+      - org.apache.camel.component.ignite.idgen.IgniteIdGenComponent
+      - org.apache.camel.component.ignite.set.IgniteSetComponent
+      - org.apache.camel.component.ignite.messaging.IgniteMessagingComponent
+      - org.apache.camel.component.ignite.queue.IgniteQueueComponent
+    camel-quarkus-mongodb-gridfs:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-mongodb-gridfs
+      schemes:
+      - id: mongodb-gridfs
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.mongodb.gridfs.GridFsComponent
+    camel-quarkus-cron:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-cron
+      schemes:
+      - id: cron
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.cron.CronComponent
+    camel-quarkus-azure-storage-queue:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-azure-storage-queue
+      schemes:
+      - id: azure-storage-queue
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.azure.storage.queue.QueueComponent
+  loaders:
     yaml:
       groupId: org.apache.camel.k
       artifactId: camel-k-loader-yaml
@@ -2935,20 +2928,20 @@
       - yaml
       metadata:
         native: "true"
-    kts:
+    groovy:
       groupId: org.apache.camel.k
-      artifactId: camel-k-loader-kotlin
+      artifactId: camel-k-loader-groovy
       languages:
-      - kts
+      - groovy
       metadata:
         native: "false"
-    js:
+    java:
       groupId: org.apache.camel.k
-      artifactId: camel-k-loader-js
+      artifactId: camel-k-loader-java
       languages:
-      - js
+      - java
       metadata:
-        native: "true"
+        native: "false"
     xml:
       groupId: org.apache.camel.k
       artifactId: camel-k-loader-xml
@@ -2956,10 +2949,17 @@
       - xml
       metadata:
         native: "true"
-    java:
+    js:
       groupId: org.apache.camel.k
-      artifactId: camel-k-loader-java
+      artifactId: camel-k-loader-js
       languages:
-      - java
+      - js
+      metadata:
+        native: "true"
+    kts:
+      groupId: org.apache.camel.k
+      artifactId: camel-k-loader-kotlin
+      languages:
+      - kts
       metadata:
         native: "false"
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/builds.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.2/builds.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/builds.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.3.2/builds.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/camelcatalogs.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.2/camelcatalogs.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/camelcatalogs.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.3.2/camelcatalogs.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/integrationkits.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.2/integrationkits.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/integrationkits.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.3.2/integrationkits.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/integrationplatforms.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.2/integrationplatforms.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/integrationplatforms.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.3.2/integrationplatforms.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/integrations.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.2/integrations.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/integrations.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.3.2/integrations.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/kameletbindings.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.2/kameletbindings.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/kameletbindings.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.3.2/kameletbindings.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/kamelets.camel.apache.org.crd.yaml b/deploy/olm-catalog/camel-k-dev/1.3.2/kamelets.camel.apache.org.crd.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k-dev/1.3.2-snapshot/kamelets.camel.apache.org.crd.yaml
rename to deploy/olm-catalog/camel-k-dev/1.3.2/kamelets.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml b/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
index 79599aa..4ebed27 100644
--- a/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
+++ b/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
@@ -16,7 +16,7 @@
 # ---------------------------------------------------------------------------
 
 channels:
-- currentCSV: camel-k-operator.v1.3.1-snapshot
+- currentCSV: camel-k-operator.v1.3.1
   name: stable
 defaultChannel: stable
 packageName: camel-k-dev
diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml
index f43103f..0cba690 100644
--- a/deploy/operator-deployment.yaml
+++ b/deploy/operator-deployment.yaml
@@ -39,7 +39,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.3.2-SNAPSHOT
+          image: docker.io/apache/camel-k:1.3.2
           imagePullPolicy: IfNotPresent
           command:
             - kamel
diff --git a/deploy/resources.go b/deploy/resources.go
index 8cf0ee4..87a291d 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -100,7 +100,7 @@
 			modTime:          time.Time{},
 			uncompressedSize: 89253,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\xb8\xb2\xee\x3c\xbf\x82\xab\x33\x39\x67\xdd\xad\xda\xdd\xca\xd9\xdd\x77\xf5\x1d\xd9\x4a\xec\xd8\xb1\x1c\x27\xf2\x4e\xb2\x7b\xd2\x0b\x22\x21\x09\x16\x49\xd0\x00\x24\xdb\xf9\xf5\x77\xe1\xc1\x97\x24\x17\x45\x1a\xf0\xf1\xc0\xa4\x88\xc2\x57\xac\x02\x88\x67\xa1\xea\x6d\x34\xf2\xf7\xf7\xe6\x6d\x74\xc5\x62\x9a\x4b\x9a\x44\x8a\x47\x6a\x45\xa3\x93\x82\xc4\x2b\x1a\xcd\xf8\x42\x3d\x10\x41\xa3\x33\xbe\xc9\x13\xa2\x18\xcf\xa3\xff\x3a\x99\x9d\xfd\x77\xb4\xc9\x13\x2a\x22\x9e\xd3\x88\x8b\x28\xe3\x82\xbe\x79\x1b\xc5\x3c\x57\x82\xcd\x37\x8a\x8b\x28\xb5\x80\x11\x59\x0a\x4a\x33\x9a\x2b\x09\x51\x34\xa3\xd4\xa0\x5f\x7f\xbe\xbd\x98\x7c\x88\x16\x2c\xa5\x51\xc2\xa4\xcd\x44\x93\xe8\x81\xa9\xd5\x9b\xb7\x91\x5a\x31\x19\x3d\x70\xb1\x8e\x16\x5c\x44\x24\x49\x98\x66\x4c\xd2\x88\xe5\x0b\x2e\x32\xfb\x1a\x82\x2e\x89\x48\x58\xbe\x8c\x62\x5e\x3c\x09\xb6\x5c\xa9\x88\x3f\xe4\x54\xc8\x15\x2b\xe0\xcd\xdb\xe8\x56\x8b\x31\x3b\x2b\xdf\x44\x5a\x58\xc3\x53\xf1\xe8\x3f\x7c\xe3\x64\x68\x88\xeb\xb4\xf0\x8f\xe8\x1b\x15\x52\x33\x19\xc3\xaf\x6f\xde\x46\xff\xa5\x49\x7e\x71\x89\xbf\xfc\xf7\xff\x8b\x9e\xf8\x26\xca\xc8\x53\x94\x73\x15\x6d\x24\x6d\x20\xd3\xc7\x98\x16\x2a\x62\x79\x14\xf3\xac\x48\x19\xc9\x63\x5a\x8b\x55\x71\x80\xc8\xbc\x80\xc6\xe0\x73\x45\x58\x1e\x11\x23\x46\xc4\x17\x4d\xb2\x88\xa8\x37\x6f\xdf\xbc\x8d\xcc\xdf\x4a\xa9\xe2\xcf\x7f\xfe\xf3\xe1\xe1\x01\x88\x79\x5d\xe0\x62\xf9\xcf\x52\xba\x7f\x5e\x5d\x4c\x3e\x5c\xcf\x3e\x8c\xcc\x2b\xbf\x79\x1b\xfd\x3b\x4f\xa9\x94\x91\xa0\xf7\x1b\x26\x68\x12\xcd\x9f\x22\x52\x14\x29\x8b\xc9\x3c\xa5\x51\x4a\x1e\x74\xc1\x99\xd2\x31\x85\xce\xf2\xe8\x41\x30\xc5\xf2\xe5\x3f\x22\xe9\x4a\xfd\xcd\xdb\x56\xe9\xd4\xea\x2a\x5f\x8f\xc9\x16\x01\xcf\x23\x92\x47\xbf\x9c\xcc\xa2\x8b\xd9\x2f\xd1\xe9\xc9\xec\x62\xf6\x8f\x37\x6f\xa3\xef\x17\xb7\x1f\x3f\xff\xfb\x36\xfa\x7e\xf2\xf5\xeb\xc9\xf5\xed\xc5\x87\x59\xf4\xf9\x6b\x34\xf9\x7c\xfd\xfe\xe2\xf6\xe2\xf3\xf5\x2c\xfa\x7c\x16\x9d\x5c\xff\x27\xfa\x74\x71\xfd\xfe\x1f\x11\x65\x6a\x45\x45\x44\x1f\x0b\xa1\xdf\x9f\x8b\x88\x69\x45\xd2\x44\x97\x69\x59\x81\xca\x17\xd0\xf5\x43\xff\x96\x05\x8d\xd9\x82\xc5\x51\x4a\xf2\xe5\x86\x2c\x69\xb4\xe4\x5b\x2a\x72\x5d\x3d\x0a\x2a\x32\x26\x75\x71\xca\x88\xe4\xc9\x9b\xb7\x51\xca\x32\xa6\x4c\x2d\x92\xfb\x42\x69\x36\x3e\xbf\xad\x37\xa4\x60\xae\x3a\xfd\x19\xc5\x24\xa3\x69\xb3\xf8\xb6\xbf\xbd\x59\xb3\x3c\xf9\x33\x9a\xe8\x94\x09\x51\x24\xe5\xcb\x37\x19\x55\x24\x21\x8a\xfc\xf9\x26\x8a\x72\x92\x51\x97\x71\x14\xdb\xf4\xd1\x6f\xf0\x3b\xfc\xfa\x26\x8a\x52\x32\xa7\xa9\xd4\x54\xd1\x3e\xb4\x23\x86\x6d\xc9\xfc\x1d\xfc\x61\x72\x45\xba\x22\x94\x90\x6b\x3c\x73\xca\x49\x42\xc5\x21\x8c\xbd\x2c\x62\x93\x2b\x96\xd1\x9a\xd6\xbe\xa5\x2e\x1a\xfd\x86\x2e\xd9\xbe\xec\x0e\x8d\x7e\x54\x08\xbe\x65\x09\x15\x7f\x46\xf7\x1b\x22\xd6\x1b\x59\xbe\xa9\xae\xb2\xba\xac\x26\x29\x91\xf2\xcf\x88\x71\x70\x04\x20\x36\x79\x4e\x05\x9c\xd3\x9c\x0a\xa2\x68\x32\x25\x2c\x37\xb9\x9a\xfa\xab\xde\x75\x54\x66\x6b\x30\xff\x97\x63\x5e\x8a\x73\x40\xce\x28\x3a\x90\xef\xb7\x5f\xe1\x1d\x9c\xb1\x9c\xa4\x86\x26\xa1\x05\xcd\x13\x9a\xc7\x8c\xba\xd2\x18\x45\x4b\xc1\x37\xc5\x45\xf2\x67\xc4\xc5\xb2\x54\x93\x65\xb2\x76\xb8\x44\x28\xb6\x20\xb1\xd2\x44\xae\x30\x46\x4e\x4b\x4e\xc3\x05\x99\xb3\x94\xa9\x0a\x35\x8a\x04\x95\xaa\xbc\x3f\xc4\xb7\x8b\x77\x53\xb7\xcf\xbd\x85\xa3\x19\x15\x29\x51\xba\xbd\x1d\xe9\x96\xc7\x3b\xba\x96\xa4\xd4\xbd\xe0\xf9\x4b\x84\x5a\xa3\x0c\xd7\x23\x8d\xef\x48\x5a\x32\xfd\x6f\x2a\x72\x45\x49\xaa\x56\xaf\xf5\x06\x19\x8b\x05\x2f\x04\xd7\x7d\xd4\xc8\xb2\x2e\x75\xcf\x44\xbc\x61\x6a\x34\x17\x94\xac\xa9\xf8\x5f\x79\xa1\x05\xd9\xa4\x6a\xa4\x78\x4a\x85\xee\x2f\x1d\x40\x46\xa4\x7a\xd9\x0b\x75\xd5\x0b\xcb\xc1\x11\x29\x41\x62\x96\x2f\x5f\x4b\x01\xbc\xa0\xb9\x63\xf9\xa6\xa6\x6b\xb6\xe5\x15\x29\x7d\xb4\x2d\xa8\xfe\x3b\x96\xf9\xf3\x8c\x35\x9a\x23\x92\xf1\x8a\x66\xb5\x70\xa3\x88\x25\x7f\x46\x8d\x74\x37\xe6\x88\x16\x24\x95\xb4\x7a\x56\x10\x29\xd9\x96\xb6\x1f\xdf\x91\x2d\xb9\x7d\x2a\x9a\x60\x7b\x6f\xa8\x47\x44\x3c\xa7\xb9\x02\xcd\x03\x3e\x3c\xd2\x78\x52\x3e\x3a\x20\xb6\x90\xd2\x9f\xd4\x42\x4a\x4c\xe8\x3a\xb9\x87\xcc\xba\x87\xb1\xe3\xd1\x06\x5a\x8d\xd4\x4f\x25\x42\x4a\xf8\x2a\x65\x5b\x21\x07\xf3\xd4\x6c\xcb\x4c\xef\x89\x22\x67\xe6\xc9\x01\x35\x2e\x65\xdd\xb8\xbe\x5c\x8f\x1a\x0d\x13\xff\x4e\xf2\xbc\x49\xd4\x4f\x09\x3a\x23\x9c\x4b\x9e\xe3\x12\x51\x1e\xf3\xa4\x6e\x1a\x3c\x48\xe5\x10\xb1\x2a\xb2\x43\x13\xec\xdb\x28\xf9\xc0\x39\xe5\x13\x7d\x83\x7d\x23\xc5\x92\x6e\x69\xae\xfc\x69\xc2\x01\x62\x8a\x68\x93\x04\xd3\x83\x63\x03\x37\xcb\x0f\xfa\x8a\x69\x81\x28\x9e\xf9\x53\x81\x46\xc3\xe4\x6f\xa4\x07\x13\x5e\xf3\x80\x13\xc5\x33\x4c\x6c\xc9\x05\xdf\xc8\x95\x3f\xc9\x1d\x20\x26\x7c\x9b\x24\x98\xfc\x8e\xcd\x9c\xab\xc6\xc3\x99\x7d\x78\xca\xd1\xca\x90\x08\x96\xa6\xfe\x74\x62\xe0\x30\x8d\x34\x09\x82\xe9\xc3\x30\x81\xf7\xfa\x3f\x26\x7b\xcc\x33\xaa\x12\x7f\xc2\x5b\x3c\x4c\xfa\x16\x45\x0f\xf1\x9b\xb9\x07\x74\xbd\xfd\xb4\x67\xd9\xc0\xc4\x5c\x50\xfd\xad\x36\xf9\xda\xa3\xfa\x34\x1c\xaa\xbd\x06\x41\x38\xe9\x35\x13\x98\xe8\xff\x87\x64\x5f\x8f\x1e\xe8\x7c\xc5\xf9\x11\x72\x63\x13\x57\x07\x82\x49\xdb\x26\x29\xe5\x55\x62\x73\x40\xdc\xea\xe9\xce\xd7\x98\x7b\x1c\x13\x26\x39\x3a\x26\xac\x93\xc3\x7d\xd6\xb9\x84\xf7\xb9\xc4\xaa\x64\xc6\xf3\x25\x4f\xe6\xfe\xa4\x76\x80\x98\xe4\x6d\x92\x60\xd2\x3b\x36\x30\xd5\xd7\xf7\x73\x4c\x0b\x77\x46\x6e\x39\x12\x64\xe1\x71\xb0\xd3\x44\xc5\xf4\x71\x80\x2e\x98\x52\x1c\x2f\xd0\xbc\xe0\xf2\xdc\xfc\xf8\x4a\x16\x68\x97\x17\x13\x29\x49\x9e\x08\x72\xef\xb1\xe3\x6b\x80\xa2\x4d\xd8\x7d\xf0\xce\xaf\x7a\x13\x98\x94\x77\x98\x36\x58\x4c\x3c\xaa\x41\xa3\x61\x13\x9e\x46\x7a\x3f\xa9\x74\x46\xb8\x98\x90\x14\x9d\xeb\xc8\xbb\xcc\x63\x8b\xa7\xd1\xd0\xd1\xdd\x5d\x26\x47\x73\xa2\xe2\x01\x03\xbc\x1a\x21\xf8\xe0\xf0\x2e\x93\x30\xbb\xcb\x8e\x99\x2c\xef\xe4\x32\xb2\x99\xbc\xa7\xfa\x0e\xab\x46\x4b\xce\x97\x29\xd5\xe3\xbf\x2d\xf5\x38\xd3\x6c\xa0\x62\x25\x71\x80\x2e\xdc\x8c\xd3\xf0\x02\xc3\x0b\xce\xcd\x8f\xf7\xfa\x1e\x9d\x7b\x14\xa9\xd7\xa1\x92\xc5\x43\xeb\x66\x93\x22\x5c\xdd\x32\x5c\x60\x66\x2e\xe8\x34\x83\xff\xf4\xb9\x02\x61\xe0\xd0\xd1\x48\x83\x20\xdc\x78\x44\x33\x81\xf7\xfa\x3f\x3a\xdf\x7e\x90\x23\xba\xf6\xd8\x2e\x39\x40\x4c\xfe\x36\x49\xb8\x89\xf7\x83\x04\xba\x96\xf0\xe1\xd3\x0c\xad\xfe\x34\x21\x1e\x2b\x3f\x4d\x08\x5a\xf5\xeb\xf4\x0e\xc1\x1b\x83\xe9\x9e\xf5\x9e\x26\x04\x66\x34\x41\x7b\xd6\x9c\x29\xc1\x94\xc7\xd6\xd0\x01\x62\xb2\xb7\x49\x82\x95\xbb\x63\x03\xd7\xf6\x8a\xd6\xfe\x58\xb1\x2d\xcd\xee\x3d\x56\x7f\x87\x88\xd6\xff\x36\x4d\xb8\x0f\xc0\xf1\x81\x13\x73\x33\xfd\x82\xa9\x42\x3d\xb0\x94\x71\x7f\x8a\xb0\x78\x98\x1a\x5a\x14\xc1\x94\x60\xb9\xc0\xad\xb9\x60\x0a\xf8\x49\xf3\x84\x4a\x8f\xfd\xa0\x03\xc4\x54\xd0\x26\x09\xa6\x03\xc7\x06\xfe\xb2\x57\x4c\x0b\x73\x41\x58\xae\x04\xf5\xd8\x32\x54\x90\x98\x26\x76\x89\x82\xe9\xa2\x62\x04\xa7\xe5\x5d\x57\xff\x28\xef\x3d\xf7\x8f\xf2\xbe\xb3\x7f\xac\x49\x82\xf6\x8f\xf2\x5e\xc2\xec\x1e\x5d\xb5\xe0\x29\xcb\x97\xfc\x7f\xfc\x69\xc0\x01\x62\x1a\x68\x93\x04\xd3\x80\x63\x03\x9f\xed\x15\x6d\x1d\x38\x5f\x53\x5a\xf8\x1c\x27\x56\x90\x68\x0b\xb1\x43\x14\xae\x8d\x28\x19\xc1\x5f\x9c\x7f\x32\x77\xe8\xa8\xe9\x2e\x93\x63\xbf\xb3\xd9\x31\x3a\x6e\x6a\x10\x04\x9d\x8d\x8e\xcd\x94\x72\x8c\xc9\x9e\x26\xa4\xf0\x27\xba\x46\xc3\x24\x6f\xa4\x07\x13\x5c\xf3\x80\xab\x84\x14\x98\xd8\x8f\xf1\x8a\xe4\x4b\x8f\x1d\x83\x03\xc4\x84\x6f\x93\x04\x93\xdf\xb1\x81\x1f\x13\x73\x3d\xbc\xb6\xbe\xd6\x57\xaa\x46\x82\xb2\xc5\xd3\xcb\x56\xd8\x5b\x50\x98\xfc\x0f\xa2\x7f\xe1\xef\x6e\x81\x66\xdc\x67\xf7\xa5\xe1\xd0\xce\xab\x41\x10\x70\x4f\x35\xe3\x12\x4e\xf4\x7f\xb4\xf3\xf6\xd9\x44\x11\xbc\x81\x22\xe1\x9b\x27\x22\xc7\x70\x32\x43\x9b\x26\xaa\x62\x8f\x7b\x86\x1a\x0d\x93\x59\xa7\x8f\x1e\x5e\xb2\xc6\x68\x10\xd6\xf4\x69\x40\x8d\x69\x00\x48\x45\x54\xf0\x3a\xa7\x39\xc1\x07\x15\x27\x9f\xe8\x53\xbf\xe5\xca\x2a\xe7\xf7\xfd\x85\xca\x63\xb3\xce\xb4\x88\x58\xc9\xeb\xab\xfa\xe9\xaf\xec\x2d\x1e\x56\xfa\x2d\x8a\x60\x6a\xb7\x5c\xe0\x8b\xb9\xe0\xf6\x33\x23\x41\x2b\x0b\xe3\x91\x4c\xb9\x57\x5b\x9a\x3d\x70\x4c\x35\xcf\x93\x07\xb4\xb1\x81\x06\x4b\xd0\x2c\xe1\x66\xf9\xb5\x7e\x34\x4b\x71\x63\x0b\xaf\xbb\x13\x1d\x9b\x13\xaf\xb0\xb3\x70\x97\x49\xb8\xdc\xdd\x57\xd8\x59\xa2\x58\x09\xe6\x73\x0f\xd2\xe2\x61\x72\xb7\x28\x5e\x6a\x9e\xd8\x02\xeb\xb9\x28\x62\xb2\xc2\xad\xb9\xf4\xb3\x53\x6c\x65\xc5\xf7\xbb\x98\xc7\x51\xb2\x64\xe8\x20\xb9\x4e\xee\xbf\xcd\xc5\x8a\xf0\xdb\x5c\xac\x80\x19\x43\x47\xd7\xe4\x41\x8e\x47\xf1\x83\xd7\x85\x06\x0d\x88\x8e\x59\x5a\x24\x21\x17\x1a\xc6\x10\x3f\xc0\xe4\x01\x1d\xbb\x10\x99\xff\xe6\x73\xb8\x96\xff\x86\x7d\x3d\x8d\xf4\x63\xa4\x69\x7c\x01\x3a\x27\x9c\xcc\xae\x7f\xc3\x6b\xbf\x56\x38\x51\xc2\xa7\xc5\x6e\x8d\x89\x7e\x0b\xbb\x54\xe1\xaa\x75\xc5\x09\x66\xd5\x2d\x3a\x73\x76\x47\xba\x3c\xce\x9e\x1d\x22\xa6\x90\x1d\x9a\x50\xfb\x2e\x25\x1b\xb8\x72\x37\xcf\x4c\x23\x73\xa2\x8e\xda\x87\x46\x27\x90\x16\x04\x93\xba\x4d\x82\x9b\x68\xed\xa8\x42\xf0\x64\x13\x37\xcf\x6b\x3c\x77\x82\xe2\xf8\x33\x1b\xa8\x18\xa3\x92\x63\x95\x21\xe6\xb9\xdc\x64\xaf\xf9\x0a\x25\xc7\x03\xb5\xb6\x5a\x1a\x1b\xb5\xcf\xb1\x78\x5c\x02\x6c\x9f\x5f\xc1\x57\x02\xdb\xb4\xe1\x17\x04\x2d\x3b\x98\x9a\x0b\x3a\x82\x24\xf1\x5a\xf2\xfc\x31\xf3\x68\xb3\x53\x63\x62\x8d\xf9\x1e\x55\xcf\xb1\x62\x95\x1d\x2e\xed\xed\x8f\xe9\x15\xda\xba\x27\x74\x4e\x7f\xb2\x4d\xe6\xdf\xa6\x6f\x17\x19\xab\x12\xcf\xd0\x86\xb3\x29\x70\xfc\xe0\xbd\xbb\x99\x5a\xbe\xe8\xaa\xa1\x54\x82\x12\x8f\x36\xfd\x0e\x10\xab\x0e\x6d\x12\x77\x92\xa5\xfd\xb0\x67\x9f\xef\x32\xc3\xe5\xfe\x81\x96\x63\xb3\xfe\x98\x99\x2b\x5a\xad\x78\xa1\x48\x91\x92\x3c\xf7\xd9\xc8\x34\x40\xb1\xca\xb4\x4f\x16\x6e\xdf\xa5\x66\x05\x9f\x0b\x45\x6e\xec\x3d\x3a\x38\x2c\x7c\x9a\x0b\x6b\x34\x74\x60\x5c\x84\x37\x18\xd6\x3c\xe0\xa4\xc0\x4d\x86\xef\x64\xea\xd3\x48\x56\xa6\xb8\x71\x6c\x9d\x1e\x6e\x5e\x2e\x53\x05\x97\x32\x45\xd7\x22\xe6\x2c\x4f\x8e\x58\x62\x3f\x7a\x07\x5a\xc3\x61\x0d\x86\x21\x18\xc5\x72\xbb\xf3\x64\xbd\x2d\x76\x9e\x2c\xd8\x23\x4d\x86\xb5\x21\x06\x00\x62\xb9\x85\x53\x7d\x37\x91\xdb\x9e\x2d\x89\x05\x58\x6f\x0b\x0b\xf0\x89\x3e\x7d\x23\xe9\x86\xde\x10\x26\x06\x21\x19\x59\x2c\xd6\x99\xbe\xbd\xa2\xf9\x52\xad\xd0\x06\x6a\xeb\xb1\x21\xdf\xa2\x47\xb3\xb6\x47\x1e\xcc\x1a\x3c\x5c\xdf\x66\xf0\x0d\x3d\x93\x55\x90\x95\x47\x7b\x18\x8d\x86\xc9\xdb\x48\x0f\xb7\x46\x48\x56\x1c\x6e\xc8\x0a\xb5\x83\x49\x7f\x2e\x3c\x4e\xcf\x7e\x2e\xb0\xef\xae\x4e\xee\xf9\x2d\xa5\x3f\x17\x70\xf5\xd7\x19\x5a\x57\x05\xf5\x28\x88\xa0\x0b\xac\xf4\xea\xe4\x50\xd5\x55\xd0\x05\x7c\xa5\x0b\xac\xe4\x36\x39\xdb\xf2\x98\xa9\xa7\x51\x41\x84\xa4\xc2\x63\x87\xb9\x07\x8d\x95\x6a\x4d\xdc\x6c\x2d\x9b\xcf\x55\xa3\xa5\xad\x9f\xd6\xed\x6f\xcf\xda\x50\x41\xc0\xbf\x73\xf6\xcd\xdc\x99\x06\xed\x3b\x4b\xf6\xda\xb3\x01\x58\xb7\xbd\x5b\xea\x03\x20\xfb\xcd\x7d\x5b\xc3\xd9\x96\x7a\x9c\x36\x69\x34\xac\xbe\x36\xd2\x7b\xb4\x36\xe5\x0a\x47\x03\xac\x01\x74\x4c\xa1\x55\x6b\x24\x3a\x1f\x4c\xb7\x34\xbd\x6a\x2f\xce\xe0\xa7\x8c\xca\x4c\x9d\x0b\xa9\xd2\xeb\x68\xd1\x21\xa2\x23\xc6\x36\x4d\xd8\xb5\x54\x99\x4b\x98\xe5\xb8\x91\x8a\x9e\xf3\x78\x9c\x96\x1a\x38\xec\xa3\x37\x73\xac\x26\x55\xdf\x61\x21\xcf\xe7\x66\x7a\x35\x47\x3f\x93\x5c\x7a\x34\xd6\xcd\x25\x6a\xa7\x5b\x27\x87\xb3\x55\x96\xf7\x70\x2d\xef\xd1\x09\x74\x41\x94\xc7\x83\xe1\x06\xee\xf9\xef\xb9\x99\xdc\xeb\x83\x36\x19\xe1\xc7\x0d\x51\xab\xd6\x27\xdd\xe6\xbe\x20\x31\x9d\x1f\x75\x40\xf5\x58\x79\x4a\x44\xac\x20\x77\x68\x82\x95\x66\xc9\x07\xce\xdc\x0d\x6a\x57\xb9\xcc\x3d\x36\xf8\x1a\xed\xf9\x52\x6d\xa4\xf6\x2a\x54\x9d\x0f\x3e\x2f\xf3\x14\x29\x52\xb3\x70\xea\xf3\xb0\xa2\xc1\xc3\x8a\xb3\x45\x11\xf0\xa4\xb9\xe6\x02\x13\x73\x41\x5b\xda\x64\xee\xd1\xa7\x8f\x46\xc3\x84\x6f\xa4\x87\x9b\xa3\x27\xf3\x18\x2e\x93\x39\xea\xd3\x67\x4b\x85\x7a\xf4\x38\x1b\xd4\x70\xe8\x84\xb0\x41\x10\x4c\x72\xc3\x04\xbe\xe9\xff\xb8\x73\x86\x5c\x09\x9e\xce\x37\x1e\x47\x19\x35\x66\x47\xdd\x6f\x53\x85\x9a\x6f\xd4\x8c\xf4\x27\xa0\x6f\x4f\x37\xe8\x52\xd5\x03\x5d\x7b\x3c\x47\xa5\xd1\x30\x3d\x34\xd2\x83\x55\x06\xcd\x03\xbe\xd3\x35\x7e\x44\x99\xc6\xbf\xff\xfa\x7f\xff\xf8\xd5\x9f\xe8\x25\x22\x26\x7e\x49\x33\x8a\x53\x36\xc8\x81\xcf\x0e\x8c\xa4\x62\x1b\x7e\xdd\xb7\x64\x07\x96\x1d\xcc\xcc\xa5\x97\x41\x5c\x05\x61\x05\x87\x89\xb9\xe0\x5e\x17\x62\x8f\xc3\x0d\x8d\x86\x4e\xac\xea\xf4\x50\x5f\xa6\x66\x01\x53\x1e\xa3\xa3\x0b\x33\x1f\x49\x7c\x6e\x4c\x95\x88\x9d\xb3\xa0\x24\x99\xb7\xb6\x5a\x7a\xd7\xca\x1d\x4e\x61\xe7\x52\xd5\xdb\xc2\xfb\x64\x3e\xb6\x7b\x34\xbd\x6a\x64\x89\x62\xf2\xa3\xe3\x84\xc2\x63\xfb\x78\x57\xa0\xcd\x63\x9d\x1c\x6e\x90\x50\x10\xb8\x2c\xd0\xb6\xb1\xd8\xa4\x92\x78\xdc\xc9\xb2\x78\x98\xdc\x2d\x8a\x70\xeb\xa8\x86\x0b\xdc\x98\x0b\xea\x78\x60\x43\xb6\x64\x64\x9c\x9f\x79\x1d\x2b\xb4\x71\x31\x85\x1c\xa4\x0c\xe7\x7e\x40\x73\x83\x92\x1b\x9c\xeb\x9f\xc6\xe5\x5b\xc7\xd8\x81\x64\xf7\x1e\x6d\x05\x35\x1a\xda\x4a\xd5\xe9\xe1\xda\x96\xec\xbe\x80\x93\xe9\x97\x1b\x4c\xec\x45\xca\x7c\x3a\x5e\x30\x70\x98\xe0\x4d\x82\x70\x93\x60\xcd\x04\xce\xf4\x7f\xd4\xe9\x42\x69\xbb\x50\x70\xa9\x96\x82\x7a\xfc\x3a\xf6\xa0\x31\x9d\x3c\x47\xfc\x7a\x46\x14\x37\x8e\x71\xd7\x31\x54\xe6\xd3\x8a\xc2\x01\x76\x74\xe6\x0d\x92\xa0\xc7\x50\x19\xc9\xe0\xe2\x64\x8a\x1e\x38\x7c\x92\x29\x5f\x7a\xb4\xa5\x34\x78\x8e\xec\xe0\x8a\x66\x8b\xa2\xa7\x61\xa4\xc9\x0a\x33\x73\xc1\xcd\x44\xb3\xc2\xa7\x95\x74\x56\xe0\x66\xd2\x75\x7a\x7f\x3b\xe9\xac\x78\x05\x43\xe9\xac\x28\x60\x96\x15\xa8\xa9\xf4\x4f\x56\x8c\x12\xba\x48\x89\x5f\x5b\xbc\x06\x2a\x56\x2d\x7e\xb2\x62\x87\x6c\x14\x2d\xf7\x1f\xf6\xdc\xc2\x2a\x73\xc3\xf9\x4f\x56\xbc\x77\x3f\x7a\xee\x3a\x55\x18\x7f\x3d\x0b\xb1\x33\xc9\xe6\x62\x9d\x10\x8f\x86\x16\x0e\x10\xab\x82\x6d\x92\x70\x73\x77\xcb\x06\xbe\xdb\x2b\xbe\x98\xb3\x89\x57\x3e\x67\x4a\x0e\x10\xd3\x42\x9b\x24\xe0\x1a\xa6\x61\x03\x13\x7d\xc5\xdd\xf2\x2d\x85\xcf\x55\x79\x8d\x86\x7d\x44\x8d\xf4\x9e\x23\x4c\xc1\xd7\x70\x2e\xf8\x1a\xad\xd8\xc6\x83\xc2\x3b\xbf\xbd\xa5\x7c\xd7\xd5\x59\x56\x14\x61\x5d\x36\xbc\x83\xd9\x3b\xd4\x78\x8a\x12\x8f\x67\x0e\x34\x1a\x26\x78\x23\xfd\xf8\x05\x0f\xf7\x11\xa4\xe4\x58\x5f\xed\x8d\xbc\x07\xb6\x37\x1a\xef\xd0\x6b\x7b\x43\xe7\x83\x53\x4a\xf2\x3e\x9b\xd0\x55\xa6\x5e\xab\x04\x3a\x97\x91\x17\x4c\xec\x13\x74\x64\xcc\x04\x8d\x3d\x5a\xfd\x59\x3c\x74\x0c\xdc\xa4\x08\xb5\x6c\x65\x99\xc0\x7b\x73\x41\x37\x3c\xef\x3c\xee\x76\xde\x61\x72\x57\xa9\xe1\x1c\x0b\xdc\xc1\x8f\x4b\x74\x0a\x48\xa4\xba\xf3\xea\xd6\xbf\x44\xc4\x9a\x5f\xb3\x59\xbf\x43\xd8\x77\xab\xd3\x66\x86\x33\x77\x83\x8f\x72\x73\xb2\xa6\x4f\xc4\xe7\xc1\x80\x0a\x12\x93\x53\xa7\xef\x51\xf6\x1c\x91\x96\xb9\x61\xa6\xef\xfe\x73\x72\xec\xc9\x00\x79\x9f\xda\x65\xee\x00\x13\xdb\x0a\xfb\xa8\x99\xed\x2e\xf5\xeb\x4d\x6d\x67\x25\xe7\xce\xa5\xea\xcc\xa7\xe7\xad\x12\xb1\xa3\xc3\x6e\xd2\x84\x5d\x64\xce\xe4\x1a\xa6\xb3\x4f\xe8\xf2\xb0\x54\xc4\xe3\x76\xaa\x46\x43\x67\x82\x75\x7a\xb8\xc9\x9c\x22\x8f\x30\x53\x27\x3f\xba\x56\x36\xd6\x3e\x8f\x9e\x3b\xc0\xae\xc1\xda\x3a\xfc\x11\x74\x3d\x5a\x5b\x67\x12\x3e\x4d\x51\x07\x94\xac\x58\x78\x14\x5f\xa3\x61\xb2\x37\xd2\xc3\xed\xf3\x15\x0b\x09\x17\x37\x67\xa8\xd8\x4b\x51\x78\x34\x9b\xd0\x68\x98\xd8\x8d\xf4\xe3\x8f\x42\xf6\x9d\x9a\x14\x31\x9c\x8b\x02\xb5\x9a\xd0\xcd\x21\x8b\x69\xce\x3d\x9e\xf4\xae\x31\xd1\x2f\x7e\x97\x2a\xdc\x77\x5f\x71\x32\x3b\xbc\x2c\xa6\xd7\xfc\x01\x55\x0a\x29\x46\x39\x55\x0f\x94\x78\xed\x2e\x5b\xb0\xa8\x6a\x0e\x10\x86\xd3\x0e\x29\xa0\x62\x06\xd7\x54\x7d\x37\x77\x9d\x4e\x08\x3d\xef\xe5\x6a\xc0\xae\x36\x52\xbe\xca\x1e\x2c\xc8\x64\x0e\x33\xfc\x14\xe1\x6a\x4e\xa4\xc7\x53\xe3\x06\x0e\x93\xbe\x49\x10\x4c\x76\xc3\x04\x3e\x9e\x12\x89\xba\xa0\x7c\x22\x59\xe6\xf3\xb3\xb0\x78\x98\xf4\x2d\x8a\x60\xe2\x5b\x2e\xf0\x1f\x73\x39\x22\x62\x84\xc7\xcd\x73\x0b\x88\xa9\xa0\x4d\x12\x3c\x44\x84\x8b\x0e\x81\x2e\x0b\x54\x13\x1c\x8f\x13\x8a\x0a\x13\x9d\x48\xec\x52\x05\x5b\x22\xa8\xd7\xb2\xeb\x39\x16\x5a\x33\x1a\x51\x1e\x3d\x54\x0b\x1b\xc0\xf1\xf9\x3a\x51\xa7\x87\x33\x40\x24\x29\x4b\x88\xe2\x02\x34\x37\xb8\x64\xf9\x12\x3f\x72\xff\xe8\xd3\xc8\x9f\x3c\xe2\x36\xfe\x75\xfa\x71\x52\xe5\x5b\x2a\x14\x15\xa0\x33\xc2\x25\x79\xc4\x6d\xfb\xb5\xd2\x93\x4d\xea\x75\x08\x50\x42\xa2\xdd\xff\x0e\x51\x50\x7f\x29\x86\x91\x71\x97\x62\xee\x70\x8b\x4a\xa2\x56\x3e\xb5\xe1\x00\x31\x5d\xb4\x49\x02\x9a\x56\x1a\x36\xf0\xdd\x5e\x3b\x97\x07\x7c\x87\x28\x18\x1f\x11\xa3\x60\xfc\x4a\x41\x0a\xc6\x65\x94\x82\xce\xf3\x3c\xa4\x60\x1e\x3f\x76\x0b\x88\x7e\xef\x92\xe7\x27\x15\x49\xff\x03\x3d\xa4\x60\xe6\x48\xcf\x49\xc1\xd0\x0f\x9f\x71\xe5\xd1\x34\x4e\xa3\x61\x45\xdb\x48\x0f\x37\x03\xe6\x8a\xc0\xc5\xe7\xdb\x13\xb4\x48\xd5\xff\xfc\xea\xd1\x6e\xd8\xc0\xa1\xfd\x57\x83\x20\xdc\x88\x46\x33\x81\x4b\xfd\xbf\xfb\x94\x9e\x67\xc7\xea\xe3\x23\x3c\xab\x8f\x5f\xc9\xb5\xfa\xb8\xf4\xad\xde\xb1\xe8\xb7\xf1\xd8\x7f\x6b\x34\xb4\xa3\xab\xd3\x83\x05\x1f\x51\x9b\x39\xcc\xd4\x06\x9d\xcd\x15\x9b\x79\xee\x53\x6e\x8b\x87\x49\xde\xa2\x08\x68\x17\xaa\xb9\xc0\xcd\x66\x7e\x8d\x2b\xc0\x4c\xae\x1f\x3c\x1e\x4f\x77\x80\x1d\x75\xbf\x41\x12\x76\x42\xff\xb0\x80\xd9\xf7\xb3\x8e\x70\x23\xca\xab\xf9\x8e\x03\xc4\x34\xe0\x48\xdc\x86\x68\x46\xa5\x3c\xda\x29\xdc\xbe\x39\x54\x09\xa6\x58\x46\x53\x96\xbf\x18\x47\x52\x22\x86\xf8\x51\xee\x1d\x0d\x45\x73\x83\xf2\xad\xe1\xd6\x3e\xb8\x75\xbf\x7b\xed\x69\x97\x60\x2d\x7d\x96\x88\x76\x9f\x77\x6a\x1f\x0e\x82\xb5\x1a\x29\xf1\x66\xe6\x57\x67\x97\xb2\x66\x39\x95\xcc\x77\xb7\xe2\x50\x3b\xbb\x16\x47\x37\x5a\x30\x41\x57\x7c\xc8\x0a\xd2\x3e\xd8\xab\xf4\x55\xe5\x0b\xc3\x27\xcb\xf4\xcc\xfd\x1e\xf7\x3f\x0a\xe1\x5e\xbb\x44\x42\xbb\xbf\x25\xc9\x97\x29\xf3\x38\xf6\x73\x80\x58\x41\xb5\x49\xc2\x99\xc2\x5b\x36\x70\x6e\xaf\x68\x5b\x48\x53\xba\x14\x3e\xad\x7b\x4b\x44\xb4\x35\x6c\xd3\x84\x6b\x72\x1c\x1f\xb8\x75\x37\xe8\x3a\xaf\x7e\x07\x6f\x6a\xd0\x68\x98\x0a\x1a\xe9\xbd\x3f\x51\x4d\x1e\xfc\xdb\xd4\xb0\xf0\x51\x29\xd4\x1c\xf6\x8e\x7b\xf5\x11\xc6\x3b\x7c\x84\xf1\x57\xf0\x11\xc6\x53\x05\x97\x1c\xf7\x11\x96\x53\xa5\x3c\x9a\xae\x1a\x38\x4c\xf0\x26\x41\x38\x7f\x10\x9a\x09\x5c\xeb\xff\xe8\x99\x46\x16\x0b\x9e\x51\xaf\x03\xa8\x1a\x13\xd3\xc2\x1e\x55\xb8\x90\xd2\x15\x27\x98\x56\xb7\x68\xec\x8b\x54\xfa\x0c\x9a\x6c\xe0\x30\x55\x34\x09\xc2\x45\x9d\xd0\x4c\xe0\x83\xfe\x8f\xda\x30\xcf\xb9\xc7\xaa\xa0\xd1\x1c\xd1\xc1\x75\xa1\x46\x7a\x4f\x7b\xe4\x39\x17\x30\x39\xfd\xfc\x15\x77\x85\xf4\x34\x27\xca\xe7\x18\xce\x01\xa2\xf5\xba\x45\xd2\xbb\x37\x70\xd9\x47\xc7\x5b\xc3\xbe\xe0\xc3\xb0\xbc\x60\xfa\x74\xaa\xaf\xbd\x4d\x51\x77\xf2\xa3\xd6\x89\x2c\xf5\xb8\xeb\xaa\xd1\xb0\x32\x68\xa4\x87\x3b\x9d\xc6\x52\x0a\x67\x2c\x45\x77\x5c\x05\x9f\x73\xb5\x10\x24\xa3\x0f\x5c\x78\xb4\x4b\x6b\xe3\x62\xaa\x38\x48\x19\x4c\x29\x6d\x6e\xf0\x55\xff\x3c\x2b\x7f\x76\xd5\x0f\x1b\x00\xc8\x6f\x2d\x69\x05\x15\x7a\xb6\xae\x0c\x0d\x3d\x34\xa0\xc6\x18\x4e\xa6\xde\x1c\x88\xe1\xb3\x53\xc8\x54\xaa\x11\x2f\xa8\xdf\xd5\xfa\x26\x2a\x5a\x71\xf6\xe9\xc2\x55\x1b\x2a\x15\x38\x5e\xf0\x95\x4a\xf5\xb9\xa0\xf9\x49\xc1\xd0\xc1\x6a\x9c\xf2\x4d\xe2\x73\x2f\xdf\x02\xa2\x43\xd6\x16\x49\xb8\x51\xab\x65\x03\x97\xf6\x8a\x07\x6b\x62\xf1\x7a\xc1\x3c\xda\x7b\x96\x88\x98\x1e\x76\x68\x02\x86\x6c\xb2\x7c\xee\xe0\x4b\x79\x87\xae\x81\xf3\xd4\xe7\x8e\x2f\x4f\xf1\xcd\x5e\x9e\x8a\x89\x2e\xa0\xa1\x5d\x7d\x83\xc1\xa0\xbc\xe1\xcf\x50\xf2\x54\xc0\x4c\x8b\x89\x4e\x1a\x57\xf9\x4f\x9f\xc7\x0e\x1c\x20\x36\x6c\xb4\x2e\x02\x5b\x74\x7d\xe7\x85\x26\x2f\x5c\xda\x2b\x3a\x88\x5c\x70\x8f\x0b\x09\x0b\x8e\xae\x23\xd4\xc9\xe1\x7a\x21\x5e\xc0\x19\x47\xd7\x01\x24\x59\xfa\x0c\x64\x4f\x96\x78\x20\xfb\x3a\x3d\xa0\xa9\xe4\x92\xc0\x8c\x2c\xd1\xd5\x33\x3d\xe4\x96\x8a\xa4\x1e\xc7\x69\x15\x24\xa6\x80\x5d\xa2\x70\x11\xab\x4b\x46\xe6\xd4\x99\xb9\xc3\x03\x2e\xf8\x5c\x0e\x7a\xec\x70\x19\xff\xf8\x0a\x2e\xe3\x35\x0f\xf8\xd1\xe1\x32\x5e\x0f\x46\xfc\x0e\xb7\x3a\x87\x59\x83\x86\x58\x75\xfe\x9d\xbc\xbe\xcd\xd1\xcd\xe8\x4c\x8f\xca\xf6\x46\x64\xc7\x66\xec\x38\x2e\xcc\xb7\x1e\x97\xdf\x2c\x9e\x23\x3b\x70\xc4\xb3\x95\xde\xeb\x90\xa7\xcd\x09\xe7\xe6\x82\xf8\xb1\x7c\xcc\x52\x49\xe3\x8d\x60\x3e\x57\x15\x1b\xa0\xe8\x57\x54\x93\x8d\x24\x5b\x0e\x58\x42\xd8\xc7\xd9\x52\x51\x07\x17\x7e\x69\xac\x41\x83\x4a\x7f\x4c\xaf\x86\x7d\xc0\xf5\x6b\xc1\x8f\x2c\x9d\xb1\xe5\x5e\xb4\x8f\x83\x08\xcd\x28\x2a\x4d\x88\xe9\xd5\xcc\xdd\x1f\xe3\x21\xe1\xd9\xf7\xf8\xa6\x35\xc4\x3a\xac\xcf\x7e\x6e\x84\xc7\x25\x10\x03\x87\xd5\x04\x43\x30\xba\xdf\xd0\xcd\xf0\xcd\x43\x03\x31\x4f\x79\x78\xe3\x7d\xcd\x09\x34\x27\x38\x4d\xf9\xdc\x1d\xf6\xe8\xb7\x65\x68\x20\x8c\xbc\xf0\x45\xff\x3f\x08\xb2\x6f\xec\xa0\x04\xc9\x65\x4a\x94\xcf\xb2\x69\xc2\xa2\x65\x74\x80\x30\xa8\x3d\x45\xc5\x0c\x6e\xcb\x3b\x74\x31\x78\x45\x94\x8c\x05\x2b\x3c\x76\x88\x35\x26\xa6\x99\x3d\xaa\x70\x9e\x2d\x2a\x4e\x30\x59\x11\x35\x33\xb7\xe8\xf8\x80\xcc\xe7\x4c\x65\x1e\xbd\x87\x97\x88\xe8\x38\xa1\x4d\x13\x6e\x29\xc6\xf1\x81\xaf\xe6\x66\xfa\x05\x1f\x2a\x91\xd8\xc4\xbc\xb3\x8e\x0f\x3d\x2e\xc6\xec\x22\xe3\x43\xa8\x83\xb4\x01\x57\xab\x2c\x3f\x70\xfc\xe0\xab\x7b\x60\x7d\x3e\xe2\xee\xb7\x4c\x93\x2a\x15\x17\x64\xe9\x5a\x67\xcf\x7d\x42\x1b\xbc\xbb\x87\x38\x44\x1e\xb8\x9d\x77\x2c\x9b\x8d\x35\xda\x0a\x79\x0d\x7d\x1a\x77\x04\x3d\x8d\x5f\x21\xdc\xa9\xe6\x01\x93\x8e\x10\xa7\x2e\x14\xdf\x68\x29\x58\xe2\xf3\x5c\x6f\x1b\x17\x53\xc5\x41\xca\x70\xbb\x51\x96\x1b\x58\x6e\x70\x2e\x58\x72\x86\x7e\x4b\x6c\x99\x33\x9f\xdd\xb6\xc5\xc3\x14\x62\x29\x46\x92\x0e\xf7\x93\x6c\x11\x5e\x34\x2c\x73\x18\xc6\x39\xe6\xe0\x7d\x46\x07\x62\x6d\xed\x06\x1d\x47\x6a\xe1\xe8\x62\xdc\x0c\x19\xc3\xb4\x51\x74\xa9\xbd\x10\x83\x25\x4b\x1a\xfc\x03\xb6\xbc\x5c\x03\x76\x61\x7e\x1c\x68\xc6\x8e\x03\xa9\x8a\xc0\x01\x4d\xcb\xdf\x43\xc0\x24\x55\x0e\x66\x46\x8f\x89\xc7\xbe\x07\x60\xd4\xe7\x20\x2e\x92\x73\xda\x6f\x47\xd8\x81\x98\x72\x74\x20\x13\x7d\x3f\x04\xc4\xd6\x6f\x87\x62\x7c\xbf\xca\x41\xef\x62\x6b\x66\xf9\x36\xf6\x17\x7e\x58\x6a\xfe\xce\xa3\xe3\x20\x03\x87\x35\x2a\x4d\x82\x80\xc7\xa4\xe6\xef\xee\xe0\xbb\xfe\xdf\x35\x21\xa2\xf1\xd8\xef\x54\x88\xc6\xe3\xae\x49\x50\x4d\x12\x74\xfa\x43\xe3\x31\x7c\x98\xa0\x86\xa4\x69\xc2\x7c\x46\xad\x4b\x18\x6a\x4a\xdf\x48\x0f\x26\xb8\xe6\x01\x57\x09\x43\x23\xbe\x3d\x66\xe9\xe8\x8e\x3c\x7a\xdc\xe9\x28\x11\x1d\xe1\xa1\x08\x41\x8a\xaf\x69\xce\x7e\xf6\x11\xab\x8e\x12\x54\x66\x16\xf0\x63\x7a\x75\xeb\x7e\xa0\xd1\x65\x44\xe2\x71\x57\xc3\xc0\xa1\xe3\xc8\x06\x41\x40\xb7\x8c\x22\x21\x30\xd1\xff\xd1\x35\x56\xa6\x56\x3e\x8f\xc9\x58\x3c\x4c\xfa\x16\x45\x38\xd3\x68\xc3\x05\xce\x99\xfa\xd8\x79\x4c\x66\xec\x7c\x97\x0b\xdd\xc3\x79\xb6\xea\x6f\x20\x77\xb4\x74\x87\x68\x03\x1f\x09\xad\xf9\xc1\x87\xfa\x1e\x6f\x0c\x7c\xba\x12\x7e\xec\x70\x25\xfc\x38\xc8\x95\x70\xdf\x75\xe3\xa2\x80\x1f\x1d\xde\x80\x75\x47\x94\x92\x6c\xee\xb3\x99\xa8\x31\xbb\xba\xc0\x16\x55\xd0\x5e\xd0\x72\x82\x2b\x73\xc1\x8d\x83\x73\xe6\x31\x70\xad\x81\x43\xe7\x9b\x0d\x82\x80\xd6\xc0\x39\xe3\x30\xd5\xff\xd1\xca\xa0\x52\x22\x33\xe2\x33\x98\x80\x43\x44\x2b\x42\x9b\x26\x5c\x35\x70\x7c\xe0\x44\xdf\x4c\x49\xd7\x77\x31\x1e\x49\xe5\xfd\x84\xad\x3a\xe2\x84\xed\x90\x09\xee\x90\x13\xb6\x4a\xc2\xec\x16\x3f\x37\xaf\x88\xf0\x6b\xc5\xea\x00\x1d\xdd\xc1\xdd\xb2\x36\x49\x4f\x4f\xe0\x2e\x33\xdc\x12\x71\xc6\x52\x8a\xfb\x39\xde\x0a\x8f\x5f\xba\x46\xc3\xc4\x6a\xa4\xf7\x94\x49\xe7\x84\x93\xad\xe0\xb8\xdd\xb7\xdc\x7a\x6c\xb6\xaa\x60\xc2\x87\x1b\xad\x2a\xf9\x15\x5c\xb9\x64\x72\x0b\x53\xb9\x45\x8d\x77\x0a\xe2\xd3\xd2\xd8\xc0\x61\xf2\x37\x09\xc2\xd9\xef\x68\x26\x30\xd3\xff\x71\xc3\xa5\x47\x9f\x4b\xc5\x06\x0e\x1d\xba\xdc\x6f\xa8\x18\xb0\x33\x7e\x68\x32\xd4\x84\xea\x39\xb8\x31\x59\xe1\xc7\x17\x7d\x39\x62\x89\xa4\x9e\x43\x35\x33\x62\x53\x27\xb2\x58\x50\x96\x7b\x6c\xfa\x4a\x44\x74\x02\xe5\x68\x46\x29\x27\xc9\x8b\x56\x06\x2b\xa4\x81\x28\x3d\xe7\x64\x8e\x9b\x5b\x05\x9b\xb8\x9f\xfd\xd7\xc1\x2a\x20\xad\x80\x0a\xe7\x8a\x93\xe4\x00\x56\x5b\xbf\x34\x25\x52\xb1\xd8\x1e\x7c\xf6\x6c\xd1\xb4\x8f\x8d\x95\xe2\xb3\xd4\x01\x0f\x3a\x35\x38\xc2\x87\xe6\xaf\x2e\xeb\xbf\x51\xd5\xd2\xfa\x35\x01\xac\x71\x31\x55\x1d\xa4\x0c\x6a\x0c\xd8\xe8\x59\x4e\x29\xc9\xbf\x95\xbf\x70\x4f\x69\xc2\x67\xf4\x39\x26\xf0\xf0\x73\x75\x7a\x38\x73\x7b\x26\x08\x5c\x32\x81\xce\x85\xbc\x9e\x08\xec\x38\x0f\x38\xe8\x34\x60\x95\xd5\xec\xe8\xd2\x01\x56\xe9\x3d\xbb\xe4\xfb\x14\x2c\x27\x98\xdd\xa7\x33\x73\xd7\xab\x79\xd3\x00\x33\xfc\x30\x22\x5d\x99\x36\xd4\x63\xdb\xb5\x6a\x76\x01\x87\x1b\xac\xd5\xab\xf4\x12\x8e\x0d\x7c\xb0\xd7\xce\xf9\x97\xef\x98\x5d\xe3\x23\x82\x76\x8d\x5f\x29\x6a\xd7\xb8\x0c\xdb\x85\xce\xbf\xb6\x34\xe5\xb1\x57\x9b\xca\x12\x11\x53\xc3\x0e\x4d\xc0\x78\xd1\x96\x0f\x7c\x73\x37\x78\xa0\x21\x9f\xa6\x84\x1a\xed\xf9\x81\x29\x7d\x8c\x57\x24\x5f\xd2\x1b\xc1\x0b\x2a\x2a\x45\x8c\xa2\x9d\xd5\xfb\x51\xf3\xd4\xe5\x28\x5a\x51\x92\x34\xe2\x5a\x49\x96\x15\x8d\x54\x41\x17\xd5\x7d\xcc\x73\xa9\x48\xa3\xcd\x88\x5b\xc4\xbd\x76\x05\x04\x5d\xc0\x57\xba\xe8\x8e\xc2\x52\xe5\xb0\xbc\xcc\x81\xbc\x1e\xb9\xdc\x2b\xc2\x64\x66\xae\x7d\x72\x3a\x69\x4d\x38\x78\x7d\xd3\xff\x5d\x7b\xf3\xb4\x65\x01\x1f\xcd\xa5\x47\xbe\xc2\x15\x39\x7c\xd8\xa9\x03\x3d\x30\xea\x6d\x9a\x23\xf6\x68\xaa\x40\x13\xd9\x93\xd7\xfe\xb6\x8d\x8b\x7d\xee\x07\x29\x5f\x2f\xcc\xc5\xf4\xa9\xa3\x47\xbc\x8b\x3d\x0e\x4d\xef\x62\x74\x3c\x5a\x27\x07\x3c\xe9\x28\xe0\x32\x46\xc7\x9b\x2b\xaf\xc6\x4f\xab\x0e\x93\xa7\xd5\x2b\x18\x3a\x69\x1e\xf0\x31\x59\xa0\xc6\x4d\xeb\x4d\xb2\xf1\x27\xb6\x46\xc3\xc4\x6e\xa4\x07\x13\x5b\xf3\x80\x4f\x9b\x64\x83\x9f\x26\xe4\x1e\x0d\x6b\x35\x1a\x5a\xc3\xeb\xf4\x80\x2e\x68\xf8\x3d\x5c\x72\x7e\xdf\xe5\x93\xb5\x20\xca\xe3\xe1\xf7\x12\xf1\xf9\x8e\x7d\x87\xe2\x18\xa9\xca\x2c\xc6\x17\xeb\x0d\x51\x2b\xa4\x2d\x5f\xa5\x7f\x78\xfc\x6c\xd3\x3f\x9e\x17\x64\x95\xfe\xa1\xa8\x90\x78\xb0\xcd\x1a\xa1\xe7\xc7\x9a\xfe\x01\x1f\xd3\x3f\x6e\x0d\x83\x3e\xd1\xdd\x4c\xc6\xab\x3f\xf0\x10\x4f\x4c\x8a\x4d\xe1\x75\xb9\xa1\x82\x44\x7b\xb9\x1d\xa2\xde\xd3\xcc\x0a\x60\xb4\x0d\x3e\x41\xa8\x78\xc1\x36\x83\xf7\xe5\x8f\x6f\xfd\x62\xeb\xd7\x20\x15\x02\x7e\x28\x8d\x14\x2b\x9f\x23\x10\x07\x88\x15\x4a\x9b\x24\x9c\xcd\x84\x65\x03\xe7\xf6\x8a\xda\x42\xf9\x0c\x93\x5c\x47\x40\x3e\x6c\x09\xc5\x8f\x34\x41\x1d\xec\x50\x36\xe5\x4b\xb8\xe2\xa8\x13\x7c\xb2\xf2\x18\x48\x88\xac\xd0\x38\x42\x75\x72\xa8\x73\x9b\x64\x15\xc3\xc9\x0a\x0d\x22\x94\xb1\xd4\xeb\x06\x7f\xda\xb1\xbf\x9f\xf2\xd1\xd0\x00\x72\x0d\x88\x38\x65\xf5\x67\x1f\xd0\x50\x20\xe5\x60\x59\xc1\x94\xa5\x7c\x62\x6e\xfb\x39\x48\xd2\x10\x56\x60\x03\x31\xeb\x0e\x61\xa7\x78\xe6\xd3\x9b\x87\xc5\x43\xeb\xa1\xa1\x78\xb9\x21\xb8\xc3\xd9\x92\xf4\x05\x07\x0e\xdd\xbb\x6c\x52\xc5\x06\x59\x41\xb4\x61\x5e\x8c\xf0\xb2\xd3\x93\x16\x63\xd0\x61\x81\xbe\xd6\x1c\x9a\x53\x59\x57\x6b\x7b\xf2\x13\xf3\x7c\x98\x3d\x79\x1b\xd3\x1a\xba\x5b\xbc\xfe\x86\xee\x3b\xef\x67\xcc\x4e\xcc\x9b\xed\xda\x9d\xf4\xc3\x71\xb5\xa4\x04\xd3\x3f\x5f\x86\x68\xea\xae\x83\xfb\xa6\xef\x5f\x80\x25\xa9\x72\x48\x7b\x86\xf8\xed\x2f\x74\xb1\x62\x1e\x87\x7f\x1a\x0d\xfb\xda\x1b\xe9\x2f\x3d\xc9\xad\xa1\x7e\x54\xb1\x50\xed\xef\xcb\xc1\x51\x60\x57\x4c\xc0\x99\x43\xe8\x77\x16\xbb\xca\xda\xab\xb4\xaa\x5c\x3f\xb2\x14\x1d\xa3\xc7\x3e\x6d\x49\xe2\xca\x58\xe4\xb0\x3b\xc4\x2a\xb9\xa7\x59\x4c\x2c\xb7\x30\x91\xdb\xae\x50\xe6\x63\xef\x01\x32\xc7\x47\x44\xc8\x1c\xbf\x52\x88\xcc\x71\x19\x23\x13\x37\xf0\xdf\xc4\xd4\xa7\x29\x83\xc5\x43\x87\xb6\x4d\x8a\x70\x66\xfe\x86\x0b\x5c\x99\x0b\x6e\x20\x94\x6e\xf2\xf5\x68\x45\x3d\x8e\x75\x6b\x4c\x4c\x11\x7b\x54\x01\xed\x85\x34\xa7\x15\x8d\x61\x66\xee\x3e\x7e\x98\x74\x1f\x7b\xf1\xfb\x65\x68\xc0\x8e\x0f\xa3\x41\x12\xf8\xd8\x8b\x84\x0f\x13\x34\x86\xea\xdd\xbc\xf0\xb8\xbf\xa8\xd1\x30\xd9\x1b\xe9\xe1\xd6\xdd\xe6\x45\x06\x97\xa7\x37\x53\xdc\x60\x2c\xa5\x72\xc1\x45\xec\xb1\x41\xa8\x31\xd1\x6f\x61\x97\x2a\xa0\xef\xab\x92\x13\xcc\xaa\x5b\x7c\x8f\xc1\xef\xa6\xfb\x5d\xe7\x9e\xfb\xdd\xab\x6c\xb9\x5b\x2e\x70\xd9\x69\x3d\xb5\xa5\x42\x3d\x8e\x1e\xe8\x5c\xf2\x78\x4d\x3d\x9a\x4e\xed\x00\x63\x2a\x39\x4c\x1a\x70\xfb\x59\xa8\x47\xa8\xd8\xc1\x37\xfd\xfb\x7b\xf9\x13\x5d\x2a\xe3\x7c\x99\xd2\x51\x4c\x52\x9a\x27\xc4\xe3\x50\x76\x07\x18\x53\xd6\x61\xd2\xde\x33\xb6\x1d\x18\xe7\x4f\x22\xb4\xea\x2d\x57\x28\xb9\x3a\xaf\x12\x70\x6e\x1e\x4f\xdc\x53\xeb\x5a\xa2\xd7\x08\x77\x17\xb7\x0d\x88\x76\x87\x5b\xc1\x47\x5e\x83\x6a\x97\x88\x68\x87\x58\x1b\x85\x87\xeb\x0d\x4b\xf3\x71\xd4\x12\x50\xf0\x07\x9f\x31\x82\x2d\x1e\x26\x7a\x8b\x22\xd4\xfa\xa7\x65\x02\xa7\xe6\x82\x87\x12\xd3\x75\xcd\x63\x87\xd8\xfc\x8c\x9e\x09\x27\xf6\x1a\x1f\x9a\xfb\xb0\x0e\x7d\x4a\x3b\xbb\xa5\x64\xb1\xf6\x68\xe3\x68\xe0\x30\xf1\x9b\x04\xe1\xb6\x5f\x35\x13\xf8\xa4\xff\x77\x39\x7d\xf4\x6d\x47\x5f\x63\x62\x5a\xd8\xa3\x0a\xeb\x06\xd2\x70\x32\xce\x20\x67\xfa\x0e\xfd\x20\xa4\xc7\x8d\x59\x29\x51\x77\xe4\x75\x72\xb8\xef\x40\xae\x60\x26\x51\x63\x68\xc5\x7c\x7e\x00\x1a\x0d\x93\xb9\x91\x1e\x2e\x78\x10\x5b\x13\xb8\x65\x78\xe5\x8f\xb9\xcf\x03\x7f\x1a\x0d\x13\xbb\x91\xde\xff\x48\x03\x27\x85\xfc\x3f\x2a\x7e\x19\xc0\x4b\x32\x0f\x63\x7e\x5c\xa1\x91\x02\x26\xfc\xe4\xa6\xd3\x28\xd6\xa7\x13\x36\x07\x88\x8e\x50\x5a\x24\x61\x97\xb2\xb2\x7b\x98\x7e\x41\x17\xb2\xe6\x94\x78\x3d\x9e\x6b\xf1\x1c\xd9\xc1\xe5\xc9\x16\x45\xcf\x15\x4a\x9b\xd7\x1c\x33\xb8\xf8\x8c\xae\x53\xde\x49\x9f\x41\x20\x34\x1a\xda\xde\x86\xab\xc5\x55\x7b\x1b\x17\x30\x8b\xd1\x23\xb6\x4c\x78\x1c\x6c\x33\x81\x8e\xb3\xeb\xe4\x70\xee\x91\x44\x0c\x17\x02\xdf\x79\x4e\x53\x8f\x4d\xad\x46\xc3\x64\x6e\xa4\x87\xdb\x2f\x4e\xd3\x02\xa6\x69\x8a\x9f\xa5\x5e\xc5\xa3\x07\x9f\x0b\x8d\x06\x0f\x6d\xb4\x0c\xc5\xe0\xa6\xbe\xc5\x20\xa4\xa5\xc2\x83\x84\xef\xb8\xeb\x44\xdd\xfa\x86\xf1\xd6\x3a\x3e\xda\x5d\xeb\x3e\x65\xd8\x6e\xe0\x80\xc3\xd6\x8e\x43\x12\x42\x3d\x7a\x0e\x7e\x58\x63\x62\xca\xd9\xa3\x0a\xbc\x56\x65\x22\x1a\x9a\x65\xaa\xae\xb0\x86\x0f\x5c\x24\x85\xa0\xd2\xe3\x67\x57\x41\x62\x1a\xd9\x25\x0a\xe7\xdc\xab\x64\x04\xdf\xcb\x3b\x74\xe0\xc0\x3d\x1a\x98\xcc\x39\x6a\x5d\x52\x27\x87\x3b\xc8\xc8\x1f\xe1\x94\x3f\xa2\x36\xe4\xe4\x27\x4d\x63\xe2\xf3\x14\x6c\x05\x89\x49\x5f\x11\x8d\x04\xcb\x97\xf3\xcd\x62\x31\xdc\xf2\xa9\xc6\x62\xe6\xe0\xc8\x90\x8d\x83\x5d\xa4\x94\x0d\x39\x8e\xbb\x8b\xf2\x22\x2b\x99\x1a\xe6\x05\x5e\x35\x6b\x90\x17\xd8\xfc\x34\xdf\x64\x88\x23\x9e\xbd\x57\x79\xa1\x15\x53\x8d\xa4\x78\xc1\x06\x8c\xd9\xf6\xea\x20\x2d\x52\x16\x13\x45\x13\x2f\x6f\x65\xec\x5d\xe2\x81\xf6\x5e\x3d\x8d\xb0\x4b\xa6\xa0\x6b\x2c\x7c\x2c\x7f\x5e\xb1\xdd\xd8\x12\x47\x03\xd9\xb7\xcf\x37\xd9\x9c\x8a\x1a\xf0\xa4\xf1\x74\x20\xb0\x35\x95\xaa\x10\xfb\x5b\x4b\xd5\x50\x19\x29\x6a\xa0\xbe\xa6\x4d\x35\x8c\xae\xce\x35\xce\x8c\xee\x3a\x7d\x3a\x1a\xa8\x55\x81\x6a\xc4\xaf\xcd\xc7\x83\xdf\x51\x35\x5f\x71\x68\xa9\x96\x4d\x63\x8d\x75\xe1\x9e\x0c\x2d\x82\xd2\xc8\xac\x2e\x07\xf7\x64\xa8\x0e\xab\x8e\xa0\xa1\xc0\xea\xd9\x40\x50\xd3\x40\xd4\x78\xb7\xfa\x67\xb7\x47\x27\xea\xdd\xa3\x13\x3d\xc2\xa3\x13\x7d\x25\x8f\x4e\x54\xc2\x8c\xe2\x41\xe3\xe3\xcc\x67\x6c\x58\x8d\x86\x89\xdf\x48\x0f\xe7\x7b\x24\x63\x12\x26\xd3\x0b\xd4\xd6\xc3\x6d\x73\x16\x9b\xb9\xf4\xea\x14\xb2\x09\x8b\x29\xe2\x10\x61\xe8\xdd\x55\xcb\xcc\xed\x81\xde\x98\x1f\x98\x8a\x0a\xc1\x72\xaf\x31\xb1\x1d\x20\xa6\x96\xb4\x08\x7e\xdc\xd2\xbd\x05\xdc\xd8\x2b\x6a\x04\x42\xe2\xb5\xf4\x1a\xd6\xcf\x02\x3a\x3a\x24\xac\x5f\x8b\xae\xa7\x85\x87\xcd\x0b\x97\xf6\x8a\x2e\x33\x06\x70\xf5\x72\x94\x97\x97\x9e\x0e\x5e\x06\x6f\xf7\xd6\xae\x5d\x8e\x72\xeb\xb2\xf0\xb9\x62\xb0\xc0\x97\x0a\x16\x43\xd6\x08\xaa\xac\x83\x97\xb2\xe4\x20\xbe\x03\x62\xfc\x0a\x9a\x71\x45\x61\xb6\xd8\x5d\x97\xe8\x91\xf9\xec\x65\x79\xd1\x05\x00\xd7\x00\xcb\x15\xa5\x3e\xbd\x3a\xb6\x60\x8f\xe8\x00\x2c\xe1\x60\x2b\x9b\x03\x58\xaf\xd4\x99\x58\x66\xae\x33\x99\x99\x1f\x43\x2c\x73\x1c\x4c\xcb\xde\xc7\xa2\x75\x9b\x28\x48\xc5\x33\x8f\x1f\xac\x81\xc3\x8a\xac\x49\x10\xd0\x40\x83\x67\x05\xcc\xf4\xff\x0e\xfb\x14\x96\x2f\x15\xcd\x0a\xbf\x0b\xc1\x6d\x5c\x5c\x1b\x9a\x72\xb4\x43\x1a\xd2\x70\xa5\xf1\x62\x30\x33\x3f\x6f\xdd\xcf\xce\x71\x7e\x00\x97\xc6\xe3\xe3\x7c\x1a\x8f\x5f\xcf\xa9\xf1\xb8\xed\xd5\xf8\xe0\xb0\x7f\x7d\x64\x24\xa1\xf5\xb3\x2a\x58\x07\x89\x1e\xb4\x33\x52\x4c\x3c\xc6\x1f\x28\x12\x34\xfc\x40\x9d\x1c\x6e\xc8\x99\x2c\xe0\x26\x41\x63\x0f\xac\x37\x73\x2a\x72\xaa\x7c\xce\x47\x6b\x4c\x4c\xfe\x9a\x6a\x94\x93\x8c\xca\x82\xc4\x43\xa6\xa7\xfb\x60\x3c\xf1\x82\xb3\x2a\x06\xaf\x43\x36\x50\x12\x5a\xa4\xfc\x29\x7b\x49\xb4\xa0\x06\x5a\x41\x85\x64\x52\xd1\x5c\x8d\xb6\x3c\xdd\x64\x54\x8e\xe2\x94\xb0\x21\x27\x7c\xf6\xb1\xf9\x90\xe0\xfa\x7b\x30\x31\xcf\x17\x6c\x39\xca\x5e\x60\xe1\x82\x0a\xec\x01\x54\xda\xe0\x94\x7e\xa0\x62\x31\x68\xec\xf3\xdc\x4b\x8d\x48\x1c\xf3\xcd\x0b\x6a\x0b\x2f\x68\x2e\x57\x6c\xa1\x46\xf3\x0d\x4b\x13\x57\x1e\x3e\xde\xf0\x6e\x48\x28\xd2\x3d\x94\x72\x1d\x93\xf1\x5c\xbf\x9b\x12\x3c\x4d\xe9\x90\x70\xfa\x07\x90\x25\xdf\x88\x98\xca\xd1\xfd\x86\xab\xc1\x1f\xef\x8e\x02\xbd\x7c\x13\x1b\x3d\xba\xaa\x5f\x30\x74\xbb\x5f\xb3\x06\x57\xad\xfe\x2e\xab\x15\x7c\xaa\xd2\x5c\x8c\xd6\x13\x97\xd2\x6b\x14\xdd\xe0\x50\x49\xf5\xb7\x51\x7b\x83\xc1\xd7\x32\xe5\x8b\x4e\x18\x8a\xbf\x2a\x9a\x98\x1f\x6f\x4e\x86\x02\xd5\xbd\x4c\x03\xef\xba\x7a\x38\x14\x56\xb7\x9b\x0d\xc0\x1b\x9e\x0c\x86\x6a\x74\x16\x0d\xc4\xf7\xf5\xd3\xa1\xc0\x77\x7c\xde\x00\xbc\xe4\xf3\xe1\x85\x5d\x7d\xbd\x7f\x37\xbe\xde\x56\xa1\x57\x14\x93\x9a\x60\x28\x3f\xfb\xe5\x54\x55\xac\xc1\x67\x62\x52\xaa\x2a\x36\xb8\xf4\xaa\x0e\xe6\x6f\xd7\xc1\xfc\x6d\x7b\xd4\x66\x91\x56\x34\xdf\x2c\xc9\xc4\x50\xf4\x62\x59\xb5\x2a\x60\x5a\x95\xbf\x5d\xb3\x0c\x9f\xcb\xe7\xa7\xfa\xf1\xc4\x3e\xf5\x27\x0c\x2a\xc5\x40\x2e\x65\xf7\xb9\xdf\x94\x0c\x86\x34\x63\xb6\xe6\x57\xa9\x7f\x0f\x7f\x3f\xd3\x27\xb7\x5e\xcf\x3c\x79\x49\x81\xed\x96\xd4\xf0\x1a\x6d\x8a\xf8\x6f\x3d\x3e\x6a\xd6\x66\xf3\x74\x4a\xf0\xb5\x23\x33\xad\x23\x6a\x45\x73\xdf\x53\x4a\x0b\xda\x39\xa5\x6c\x91\x85\x9d\x52\x5a\x56\x70\x62\x2e\x1d\x3b\x49\x23\xe9\xf3\x64\xbd\xc5\x43\x27\x9a\x4d\x8a\x80\xfb\x49\x30\x41\x0f\xd0\xc6\xe2\xa9\x50\x1e\x8d\x90\x2d\x1e\x3e\xc3\x6e\x50\xbc\xd4\x87\x45\x0b\x6c\x14\x15\xcb\xa2\x97\x9a\xf2\x2d\x15\x8a\x0a\xb0\x30\x70\x73\x7e\x73\x9c\xeb\x8a\x9d\x7c\x13\x73\xe9\xe7\xf5\xc2\x65\x7d\xcf\x96\x4c\x91\x74\xc6\x96\x39\x51\x1b\x81\xae\x06\xe5\x64\xc9\xb8\xc7\x4a\x6a\xf1\xb0\xb2\x6a\x51\x04\xab\xa4\x96\x0b\x5c\x9b\x0b\x6e\xf8\x96\x33\xe5\xb1\xd9\xb2\x78\x98\x02\x5a\x14\x01\x2d\xe0\x34\x17\x38\x35\x17\x4c\x01\xc9\x9d\x4f\xa7\xba\x77\xb8\x27\xdd\xbb\xf0\xee\x73\xef\x52\x78\x7f\x79\x85\x9a\x99\x6f\xa4\xf2\x7b\x9a\xbd\x44\xc4\x64\xdf\xa1\x09\x67\x72\xee\xf8\xc0\xd4\xdd\xa0\xaa\x20\xd2\xeb\x96\xb6\xc5\x43\xd5\xd0\xa4\x08\xa7\x04\xc3\x05\xa6\xe6\x72\x78\xdd\xf7\x58\xd1\xb1\x95\xdf\x50\xe2\x1e\x18\x09\xf9\x8e\xc0\x3b\x3e\x22\x04\xef\xf8\x95\x62\xf0\x8e\x4d\x10\xde\x93\xef\xb3\x71\x47\x20\x5e\x99\x7b\xdd\xe0\xca\x3b\xf6\xb7\xf2\x57\xd8\xde\xca\xb3\x02\x66\x39\xbe\xb9\x35\x27\x22\xe6\x89\xcf\xd3\xe7\x16\x10\x1b\x05\xb5\x49\xfa\x1e\xec\xb2\x99\xe1\xd4\x5e\x51\x9b\x0b\x33\xa1\x51\x24\xf6\x18\x9f\xac\x82\xc4\x4a\xb7\x22\x1a\xc9\x07\xb6\x18\x6c\x66\x5c\xc3\x2c\xd3\x97\x18\x60\xd7\x38\x39\xdf\xbe\x6c\x91\xd0\xa0\xc4\x2c\x4f\x86\x1b\x96\xd7\x38\x6b\xfa\x24\x15\x1f\xe2\xaa\x6a\x4f\x2e\xba\x51\x03\x76\xc2\xfa\x7e\x51\x15\x43\x70\x0c\xe1\xda\x5e\xfb\x4f\xb3\x0d\x8a\x2d\x56\x38\x4f\x7b\x5b\x8c\xd6\x18\xa6\x86\xc1\x4c\xff\x1f\x88\xa0\x2b\x05\x5c\xf3\x6d\xbf\xe5\xca\x3a\xbf\xad\x0e\x30\x31\x97\x81\x18\x65\x55\x80\x4f\xee\xa6\xcb\x7d\xd6\x9a\xe5\x54\xfa\x34\xa7\x6c\x80\x76\x74\x5d\x3b\x64\xfd\x8f\xb8\xd5\x10\xa3\x05\x13\x74\xc5\x65\xf0\x91\x1b\x79\x90\x50\xf2\x82\x4f\x96\xf9\x99\xfb\xdd\xcf\xeb\xe4\x83\x04\xf7\xf2\x25\x4e\x47\x24\x70\x8f\x06\x3f\x0c\x3d\xfd\x52\x27\x87\x33\xc8\x61\x0a\xce\x19\xea\x9f\x48\x52\xb1\x4d\x7d\x3a\x71\x72\x80\xe8\x68\xa2\x45\x12\xea\xd4\xa4\xe3\x02\x33\x7b\x45\xad\xfb\x04\xa5\x19\x11\x6b\x9f\xe3\xff\x1a\x13\x53\xc5\x1e\x55\x38\xd3\xbb\x8a\x13\x9c\x55\xb7\x68\xcd\xf0\xea\xed\x41\xd6\xde\x1c\x0e\x0e\xb2\x74\xfa\x1d\x79\x9c\x0f\x1b\x65\xe9\xdc\x30\xe3\xa4\xb8\x24\x8f\x73\xdc\xcd\xa7\x20\xf9\x92\x27\x1e\x0d\xbb\x4b\x44\xb4\x19\x6e\xd3\x84\x6b\x37\x1d\x1f\x38\x31\x37\xef\x51\x2b\x6e\x67\x1b\x98\x11\xe6\xd3\x93\x7f\x0d\x8a\x36\x7e\x7b\x64\x43\x4d\x1b\x35\xc4\xeb\xba\x22\xd3\x1c\xdb\x66\x89\x53\xc2\xd2\xe1\x2e\xc8\x0c\x5e\x0d\x84\x9e\xd5\x2d\x5d\xce\x8d\xee\xa4\x78\xf7\xaf\xdf\x3d\x1e\xd9\xdd\x41\xc6\x0a\xef\x19\x5a\xcf\x7a\xaf\xbd\xed\x59\x2e\x70\x39\xfb\xfa\xee\x5f\xbf\x7f\xa7\xf3\x59\xa7\xd7\xbd\xd4\x1c\x51\xbb\xf3\x3a\x95\xaa\x31\x31\xdd\xec\x51\x05\xf4\x68\x5b\x72\x82\xab\xea\xb6\x2b\x8a\x4e\x08\xbb\xfe\x36\x2e\xa6\x9c\x83\x94\xe1\x1c\x5a\x4a\x9e\xd7\x66\xfe\x97\x92\x1f\x17\xc1\xd5\x9e\xc3\x7a\xe7\xfb\xf0\xd7\xbb\x8e\x61\x7a\x83\x24\xf0\xd1\xaf\x77\x66\x7d\x69\xf6\x0e\x5d\x0a\x17\xbc\xf0\x7a\x10\xde\x01\x62\x4a\x68\x93\x84\x5b\x16\xb7\x6c\xe0\xbd\xbd\x1e\xd1\x43\xce\xd9\xd2\x84\x02\xf7\xde\x4b\x96\xc0\x47\xf4\x94\x3b\xa4\x43\x7b\xcb\x12\x66\xf4\x0a\xe1\xfb\x5c\xf7\x56\xb2\x34\x11\x6d\x6d\x37\x77\xca\x96\x26\xa8\xfa\xec\xcb\xd5\x90\x0e\xb3\x42\x6c\xa3\xe1\xab\xfb\x3e\x07\x39\x5d\xa3\x1b\x99\x0d\x3f\xc2\xc3\x5e\x62\x97\xf9\x92\x03\xf5\x05\x2f\xde\x0d\x3f\x3c\x94\xbd\xe0\xe4\x91\xe6\xdc\x3f\xef\xc1\x69\x44\xc6\x32\x6a\x5d\x0b\x14\x44\xa8\x61\x93\x09\x8d\x01\x15\x06\x4c\x59\x46\xa7\xe5\xaf\x7e\xbb\xd0\x66\x64\xd7\x35\xa6\x2b\x52\xa2\x34\x67\xcf\x6e\x69\x5a\xb0\x58\x65\x3d\x44\x18\x6a\x4e\x5e\xf2\xb2\xee\x69\x6e\xdc\xaf\x2e\x0f\x35\x8a\x65\x3e\x67\xe6\x06\x0e\xd3\x48\x93\x20\xa0\xc7\xc5\x8c\x0a\xb8\xd5\xff\xd1\x8e\xd8\x5a\x30\xf0\x98\x12\x8f\xa7\x4d\x9b\xa8\x68\x97\xbc\x4f\x17\x30\x90\x5d\xcd\xab\x34\xdc\xf8\xac\x7f\xe0\x2e\x29\x37\xf1\x6a\x4e\x7c\xfa\x23\xae\x20\x31\xc5\xec\x12\x85\x33\x31\x2a\x19\xc1\xa4\xbc\xeb\x5a\x6b\x96\xb9\xe7\x75\x66\x99\x77\xae\x31\xd7\x24\x41\xd7\x84\x65\x2e\x61\x96\xa3\x4b\xb8\x32\xf5\x3a\xeb\x33\x70\x68\x5f\x9f\xbe\xc2\x5c\xcf\x30\x81\x59\xda\x31\xc3\x5b\xa4\x44\x15\x5e\xc5\x2f\x11\x31\x0d\xec\xd0\xbc\x38\x70\x52\x1b\xae\xe7\x2a\xa7\xcb\x0c\x67\xee\xe6\x88\xf1\x65\xa3\xeb\xdf\xcb\x8e\xae\x25\xfe\x64\xc5\x82\xa5\x1e\x9b\x1e\x07\x88\x69\xa7\x4d\xd2\x73\x64\xe3\x32\xc3\x5f\xac\x38\x63\x29\xbe\x19\xed\x8c\x1e\x7c\x3b\x41\xe9\x0e\xfb\x32\x7e\xa5\xb8\x2f\xe3\x32\xf0\x0b\x6a\x67\x91\x53\xa5\x9e\x3c\x0f\xcd\x6a\x4c\x4c\x15\x7b\x54\xa1\x06\x65\x86\x91\x1d\x91\x5d\xeb\xdb\xae\xe1\x18\xcb\x17\xe9\xe6\xd1\xe7\x12\x7a\x89\x88\xa9\x63\x87\x26\x9c\x73\x56\xc7\x07\x2e\xcc\xcd\xe1\x25\xf4\xf5\x68\xad\xaf\xc7\xec\x9b\x61\x46\x53\x0e\x04\x13\xbb\x4d\x72\xac\x37\x8c\x9d\x01\x2f\x59\x4a\xbe\xf1\x58\x81\x1d\x20\xd6\x4e\x29\x96\x3c\x4d\x35\x75\x1f\x93\xe1\x46\x53\xe5\x58\xc0\x6d\x85\x83\xb6\x56\x85\xe0\x8a\xcf\x37\x3e\xcf\x06\x3b\x44\x4c\xc8\x1d\x9a\x9e\x22\x96\xb9\xe1\xc6\xdd\xe0\xed\xf1\xcf\x8d\xa0\x23\xa9\xb8\x20\x4b\x3a\x9a\xa7\xdc\xe7\x16\xd6\x1e\x36\xda\x46\x3f\x47\x1d\xae\xb5\xd6\x1c\xc1\x71\x04\xcd\x11\x4e\xd3\xdd\x23\x52\x3b\x22\x49\x45\x05\x93\x1e\x87\x42\x25\x22\xaa\x9a\x36\x4d\x38\x85\x38\x3e\x70\xe2\x6e\xf0\x28\xc6\xb1\xe0\x85\xe0\xba\xeb\x1f\x65\x54\x09\xe6\xb3\x57\x3f\x84\x8e\xa9\x08\xa1\x0f\x67\x03\xdb\xe0\x09\x8e\x27\x4c\xf5\xc3\x1b\xfb\x70\x6a\x9f\xe1\xc7\x03\x7c\x3a\x83\xd1\x68\x68\xe7\x4f\xc2\xbb\x6b\xd1\x3c\xe0\x9a\xec\x9e\xba\xda\xeb\x9a\x59\xce\x64\xe1\x73\xf5\xa1\xc6\xec\xe8\xf0\xdb\x54\x21\xbb\x7c\xc7\x49\x77\xfa\xee\x16\xb7\x42\x95\xf4\xf7\xff\xf1\x69\x84\xaa\xf1\xb0\x9e\xa6\x45\xd1\xdb\x04\x55\xe7\x85\x53\x73\x69\xf5\x31\x29\x27\x09\x15\x0e\x66\x29\x38\xdf\x1e\xb1\xc7\x81\x0d\x68\x2c\xe0\xc8\x42\x39\xba\x94\xe4\xcb\x0d\x59\x36\xdf\xb6\x95\x9e\x51\x45\xf4\xdb\xfe\x59\x15\x69\x4e\x94\x29\xd1\x5f\x4c\x91\xfe\x62\x9e\x3f\x91\xec\x88\x05\xfc\x23\xde\x4d\x03\x3d\xff\x66\x8d\x54\xe4\xbd\xf4\x38\xcb\xbe\xd6\xfa\x98\x46\xe1\x88\xb7\x5a\x73\x95\xb2\xfc\xf9\xf7\x5a\x57\xcd\xc1\x71\xea\xba\xf3\xf3\x5a\x77\xf2\xf9\x57\xba\x3b\xe2\x8d\x6a\x45\x3d\x7a\x2a\xbe\x47\xac\xf4\x1e\xfb\x15\x9e\xfe\x8e\xfc\xa8\x89\x54\x76\xca\x87\x14\x55\xa7\x76\x17\xde\xff\x0f\x00\x00\xff\xff\x65\x7a\xfa\x8e\xa5\x5c\x01\x00"),
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\xb8\xb2\xee\x3c\xbf\x82\xab\x33\x39\x67\xdd\xcd\xda\xdd\xc9\xd9\xdd\x77\xf5\x1d\xd9\x4a\x9c\xd8\xb1\x1d\x27\xf2\x4e\xb2\x7b\xd2\x0b\x22\x21\x09\x16\x49\xd0\x00\x28\xdb\xf9\xf5\x77\xe1\xc1\x97\x2c\x17\x45\x1a\xf0\xf1\xc0\x24\x85\xc2\x57\x40\xe1\x0d\x14\xaa\x5e\x47\xb1\xbf\xbf\x57\xaf\xa3\x73\x96\xd0\x42\xd2\x34\x52\x3c\x52\x6b\x1a\x1d\x95\x24\x59\xd3\x68\xce\x97\xea\x8e\x08\x1a\x9d\xf0\xaa\x48\x89\x62\xbc\x88\xfe\xeb\x68\x7e\xf2\xdf\x51\x55\xa4\x54\x44\xbc\xa0\x11\x17\x51\xce\x05\x7d\xf5\x3a\x4a\x78\xa1\x04\x5b\x54\x8a\x8b\x28\xb3\x80\x11\x59\x09\x4a\x73\x5a\x28\x09\x51\x34\xa7\xd4\xa0\x5f\x7e\xbe\x3e\x9d\xbd\x8f\x96\x2c\xa3\x51\xca\xa4\x8d\x44\xd3\xe8\x8e\xa9\xf5\xab\xd7\x91\x5a\x33\x19\xdd\x71\xb1\x89\x96\x5c\x44\x24\x4d\x99\x66\x4c\xb2\x88\x15\x4b\x2e\x72\x9b\x0c\x41\x57\x44\xa4\xac\x58\x45\x09\x2f\x1f\x04\x5b\xad\x55\xc4\xef\x0a\x2a\xe4\x9a\x95\xf0\xea\x75\x74\xad\xb3\x31\x3f\xa9\x53\x22\x2d\xac\xe1\xa9\x78\xf4\x1f\x5e\xb9\x3c\x74\xb2\xeb\xa4\xf0\x8f\xe8\x1b\x15\x52\x33\x79\x03\xbf\xbe\x7a\x1d\xfd\x97\x26\xf9\xc5\x05\xfe\xf2\xdf\xff\x2f\x7a\xe0\x55\x94\x93\x87\xa8\xe0\x2a\xaa\x24\xed\x20\xd3\xfb\x84\x96\x2a\x62\x45\x94\xf0\xbc\xcc\x18\x29\x12\xda\x66\xab\xe1\x00\x91\x49\x80\xc6\xe0\x0b\x45\x58\x11\x11\x93\x8d\x88\x2f\xbb\x64\x11\x51\xaf\x5e\xbf\x7a\x1d\x99\xbf\xb5\x52\xe5\x9f\xff\xfc\xe7\xdd\xdd\x1d\x10\x93\x5c\xe0\x62\xf5\xcf\x3a\x77\xff\x3c\x3f\x9d\xbd\xbf\x9c\xbf\x8f\x4d\x92\x5f\xbd\x8e\xfe\x5d\x64\x54\xca\x48\xd0\xdb\x8a\x09\x9a\x46\x8b\x87\x88\x94\x65\xc6\x12\xb2\xc8\x68\x94\x91\x3b\x5d\x70\xa6\x74\x4c\xa1\xb3\x22\xba\x13\x4c\xb1\x62\xf5\x8f\x48\xba\x52\x7f\xf5\xba\x57\x3a\xad\xb8\xea\xe4\x31\xd9\x23\xe0\x45\x44\x8a\xe8\x97\xa3\x79\x74\x3a\xff\x25\x3a\x3e\x9a\x9f\xce\xff\xf1\xea\x75\xf4\xfd\xf4\xfa\xe3\xe7\x7f\x5f\x47\xdf\x8f\xbe\x7e\x3d\xba\xbc\x3e\x7d\x3f\x8f\x3e\x7f\x8d\x66\x9f\x2f\xdf\x9d\x5e\x9f\x7e\xbe\x9c\x47\x9f\x4f\xa2\xa3\xcb\xff\x44\x9f\x4e\x2f\xdf\xfd\x23\xa2\x4c\xad\xa9\x88\xe8\x7d\x29\x74\xfa\xb9\x88\x98\x16\x24\x4d\x75\x99\xd6\x15\xa8\x4e\x80\xae\x1f\xfa\x5b\x96\x34\x61\x4b\x96\x44\x19\x29\x56\x15\x59\xd1\x68\xc5\xb7\x54\x14\xba\x7a\x94\x54\xe4\x4c\xea\xe2\x94\x11\x29\xd2\x57\xaf\xa3\x8c\xe5\x4c\x99\x5a\x24\x1f\x67\x4a\xb3\xf1\xd9\xb6\x5e\x91\x92\xb9\xea\xf4\x67\x94\x90\x9c\x66\xdd\xe2\xdb\xfe\xf6\x6a\xc3\x8a\xf4\xcf\x68\xa6\x43\x66\x44\x91\x8c\xaf\x5e\xe5\x54\x91\x94\x28\xf2\xe7\xab\x28\x2a\x48\x4e\x5d\xc4\x38\xb1\xe1\xf1\x6f\xf0\x3b\xfc\xfa\x2a\x8a\x32\xb2\xa0\x99\xd4\x54\xd1\x63\x68\x51\x15\x8a\xe5\x14\xb6\x35\xf3\x3a\xd6\x1e\x5a\x07\x0c\x19\x27\x29\x15\x6d\x94\xb7\xf0\x87\x8b\x42\xca\xb2\x4e\xc5\x06\xc7\xd8\x89\xac\x8b\x46\xa7\xd0\x25\xc7\x26\x76\x4f\x9a\x4a\xc1\xb7\x2c\xa5\xe2\xcf\xe8\xb6\x22\x62\x53\xc9\x9a\xad\xae\xb2\xba\xac\x66\x19\x91\xf2\xcf\x88\x71\x70\x04\x20\xaa\xa2\xa0\x02\x3e\xd0\x82\x0a\xa2\x68\x7a\x41\x58\x61\x62\x75\xe5\xd7\xa4\x35\xae\xa3\x75\x98\xff\xcb\x31\x8f\xa2\x3d\x81\xbf\xfd\x0a\x6f\xe1\x84\x15\x24\xeb\xc2\xec\x13\x4e\x4a\x4b\x5a\xa4\xb4\x48\x18\x75\xa5\x11\x47\x2b\xc1\xab\xf2\x34\xfd\x33\xe2\x62\x55\x8b\xc9\x02\x6c\x1c\x1c\x11\x8a\x2d\x49\xa2\x34\x91\x93\x6c\xec\xa4\xe4\x24\x5c\x92\x05\xcb\x98\x6a\x50\xa3\x48\x09\x92\xb0\x62\x55\x7f\xee\x63\x3d\xc4\xbe\x2b\xde\xa7\x12\xe2\x68\x62\x5e\xd2\xc2\xb1\x74\xf4\x39\x91\x8a\x8a\xe7\xf0\xdf\xa0\x9c\x37\xb1\xe5\x50\x8b\x9c\x89\xa4\x62\x2a\x5e\x08\x4a\x36\xcf\xe3\x3b\x26\xdf\x39\x4b\x04\x2f\x05\xd7\x7d\x7a\xbc\x24\x55\xa6\x62\xc5\x33\x2a\x74\x77\xee\x00\xd6\x94\x64\x6a\xfd\xbf\x92\x20\xcb\xda\xc5\x2b\x33\xa2\xf4\xa8\x18\x9b\xf1\xe1\x85\x92\xd3\x63\x5a\x17\x95\xe0\x45\xc8\x7a\xa1\xf1\x1d\x89\xa0\x52\xbd\x54\x56\x35\xaf\xe0\xf2\xab\x29\xbb\x7d\x79\x27\x05\x24\x51\x6c\x4b\x63\xa9\x04\x25\x79\x93\xc7\x43\x93\x82\xe5\xad\x8f\xec\x22\xc8\x64\x4d\xf3\x56\x96\x71\xc4\xd2\x3f\xa3\x27\x68\xdd\xbc\x24\x5a\x92\x4c\xd2\xe6\xb7\x92\x48\xc9\xb6\xb4\xff\xf3\x0d\xd9\x92\xeb\x87\xb2\x0b\xfc\x28\xe5\x7a\xd6\xc4\x0b\x5a\x28\xa8\xf9\x81\xe3\x07\x5f\xdd\x0f\x73\xfb\x3d\xab\x29\xf7\x49\x8c\x2c\x16\x4c\xe5\xb7\x1e\x25\xe5\x10\x51\x09\xf5\x69\xc2\x49\xc6\xf1\x81\xaf\xe6\xe5\xe2\x0b\x26\x8a\x64\x4d\x94\x4c\x04\x2b\x95\x3f\x61\xb4\x98\x98\x38\x1e\x51\x05\x13\x48\xcb\x09\x66\x6b\xa2\xe6\xe6\x15\x13\x0a\xb9\x93\xb1\x12\xa4\x90\x19\x51\xd4\x9f\x5c\x7a\xb0\x98\x68\xf6\x11\x06\x93\x0e\xb9\x93\xd0\x30\x83\xeb\xfa\x0d\x95\xcf\xcf\x4a\xf8\x94\x8b\x86\x43\xe5\xa1\x09\xe2\x45\xc6\x17\xe3\x85\xd1\x45\xb8\xad\x68\x15\x5e\x9e\x9a\x15\x18\x56\xf0\x45\xff\x9f\x53\xb1\x65\xc9\x8e\x40\x0f\x02\xd1\x39\x86\xe3\x8c\x2f\xf6\x42\xf4\x85\x78\x9f\x67\x92\x26\x95\x60\xea\xc1\x5f\xc9\x74\x40\xb1\xf2\xe9\x90\xc5\x5b\x2a\xd8\xf2\x61\x6a\x39\x75\x91\x24\x5b\x15\xe3\x71\xf4\xbc\xde\xee\x02\x74\x12\x69\x30\xe9\x8f\x8b\xf3\x49\x25\xda\x49\x14\xfc\xc8\xb3\x39\x5b\x15\x54\x8c\x2a\xce\x1d\x84\x6f\x5a\x46\xec\x20\x8c\x36\x3b\x7d\x90\x8b\xf3\xb9\x7b\x7f\x47\x14\x39\x31\x14\x7b\x6a\xc5\x4a\x70\xbe\xf5\x58\x21\x2c\x9e\x23\xab\x17\xd3\x1d\x29\xf6\xc2\x0f\x91\x72\x8d\x01\x36\x26\x7c\x30\x8f\x73\xf7\xeb\xde\xd9\x8e\xf4\x38\x54\x75\x66\x6f\x4f\xcc\x6a\xe4\xee\xf0\xa4\x44\x75\x50\x55\xd6\x51\x63\x52\xb2\xf0\x13\x21\xa9\xe0\x2b\x95\x6a\x54\x8d\x6c\x62\x1d\x95\x0c\xed\x56\x64\xe6\x51\xdc\x1a\x0d\xed\x48\xda\xf0\x60\xf2\xd2\x3c\xe0\x87\xcc\xd0\x19\xc0\x82\x92\x42\x2a\x92\x6d\xfc\xe5\xbd\x81\xc4\x04\xb0\x4b\x14\x4c\x0a\x0d\x23\x38\xae\xdf\x30\x79\x48\xb2\x22\xfe\x44\xa1\xd1\x30\x29\x74\xc2\x83\x09\x40\xf3\x80\x39\x59\x11\x2c\xdb\x4b\x5e\xfa\xcb\xf5\x92\x97\x58\xa6\xdb\xe0\x60\x79\x5e\xf2\x12\x4e\x78\x89\xe5\xf8\x86\xaf\x8b\x9f\xed\x42\xfd\xf9\xb9\x76\x80\xd8\xe8\x7c\x23\x79\xb1\x43\x37\x2e\x5f\x2e\x2e\x9c\xd9\x27\x3a\x22\x4a\x9e\x09\x8f\x35\x99\x67\x02\xad\xc9\x3c\x13\x13\x96\xc2\x6d\xe4\xe7\xc4\x9d\x65\xbc\x4a\x83\xb7\x23\x9e\x09\x98\x6b\x6e\x48\xad\xba\xad\x58\xb2\x59\xb2\x7b\x7f\x82\xaf\x11\x31\xe1\xef\xd0\x04\x13\x41\xcd\xe7\x06\xbe\xd4\x6f\x68\x13\x4b\x74\xb9\x78\xdc\xa6\x71\x80\x98\x28\xfa\x24\xc1\x24\xe1\xd8\xc0\x99\x7d\xa2\x7b\x30\x7a\x7a\xc4\x4b\x5a\x90\x92\xf9\x9d\xcf\xd5\xa8\x43\xf3\xba\x1d\xba\xb0\x13\x34\xc7\xcb\x4c\xb9\x3e\x97\xb4\x18\x98\x76\x99\x7d\xdc\x3b\xa2\x92\xb5\xc7\xf1\xa7\xc1\x44\x87\xa1\x5d\xaa\x70\xa3\x11\xcb\x28\x18\x4e\x70\xc2\x32\xfa\x5d\xbf\xa1\x35\x86\x2f\xb8\x5a\x0a\x92\xd3\x3b\x2e\x3c\x4e\xcc\xfa\xb8\x68\xad\xd9\x47\x19\xae\xde\xf4\xb8\xc1\x57\xfd\x79\x52\x7f\x0e\x55\x1e\xbf\xd5\x66\xa8\xc2\xbc\x48\x55\xd1\x95\x04\xcb\x76\xfe\xb0\x20\x8a\x79\xec\x57\x1d\x20\x96\x79\x47\x62\x26\xf7\x53\x87\xea\x3e\x9b\x60\x32\x74\x6c\xe0\xe2\xe1\x58\x3f\x47\xad\x16\x77\xe2\xea\x25\x03\xba\xa9\xbc\xe0\x1e\xe7\x58\x1a\x0d\x9b\x3e\x76\xc2\x47\xee\x0b\x2f\xb8\x80\xd9\xf1\xe7\xaf\xe8\x84\x91\x66\xf2\x36\xf3\x97\x1b\x03\x87\x55\xa9\x2e\x41\xb0\xca\x60\x98\xc0\x7b\xfd\x1f\x6d\x52\x2c\x11\x3c\xa7\x9d\x13\x5d\x0f\xad\xaa\xc1\x44\x1b\xd6\x2e\x55\xb8\x76\xd1\x70\x82\x8b\xe6\x15\x13\x4a\x41\x95\xcf\x3d\x56\x03\x87\x89\xa2\x4b\x10\x4c\x0a\x86\x09\x5c\xea\xff\xf8\xf2\xd0\xe7\x76\x90\x46\x43\x67\xad\x3c\xfc\x76\x90\xe6\x01\x67\x1c\xdf\x0e\xea\x9e\x9d\x3f\x3f\xdb\x9d\x43\xf1\xbd\xd9\xd6\xe1\x93\x17\x8d\x1d\xf0\x60\x32\xd3\xb0\xf0\x51\x29\x74\x27\x41\xd1\x8c\xae\x04\xc9\xfd\xc9\xad\x46\xc4\x64\xb7\x43\x13\x4c\x04\x35\x1f\xb8\x76\x2f\x98\x28\x56\xa4\x58\x65\xcc\xe3\x06\x9a\x03\xc4\x04\xd1\x27\x09\x26\x07\xc7\x06\x3e\xd8\xe7\xc0\xa9\xea\x9b\x78\xc3\x0a\x2a\x7d\x4e\xd2\xba\xa8\x98\x3c\xf6\xd0\x8d\x3f\x45\xec\x60\xc4\x4b\x26\xe8\x9a\xcb\x97\x38\x9f\x7d\x03\x8e\x29\x7c\xb2\xcf\x37\xe3\x0e\x13\x35\x42\x9d\xdc\x1a\xe2\xc4\x7d\xbf\x41\xdb\xf0\x1d\x53\x5e\x07\x7f\x07\x88\xb6\x60\x4b\x12\xa7\x4c\xd0\x44\xe5\x54\xca\xfa\x20\x68\x42\x89\xd5\x60\x92\x12\x31\x65\x45\xdb\x47\x51\x2c\xa7\x19\x2b\x82\x17\xb9\xe3\x07\x36\xd5\x70\x6d\x3f\xe7\xe6\x6b\x54\xc9\xd7\x40\x3d\x59\xd6\x78\xef\xcc\x8f\x17\xf6\xc7\x49\xb0\xb5\x3c\x6a\xc4\x6b\xf7\x3d\xa4\x5b\x21\xef\x96\x7e\xb5\x2a\xe4\xdd\x72\xa0\xed\x77\x48\x82\x6a\x52\xc8\xbb\x25\xcc\xbf\x9f\x60\x12\x28\xab\x45\x51\x2d\xfc\x09\xc0\xe2\x61\xf9\xef\x51\x04\xcb\xbe\xe5\x02\x57\xd5\xe2\xb2\x5a\xa0\x87\x49\xca\x67\xf6\x35\x1a\x96\xf9\x4e\xf8\x40\xd6\x3b\x27\xbb\x23\xf7\xc0\x55\xb5\x80\xb9\xc2\x73\x6d\x06\x0f\x79\xeb\x7b\xe8\x93\xb7\xc3\xc3\x5e\x4b\x13\x76\x94\x92\xb7\x12\xe6\xb7\xbb\xa3\xd3\xce\x9c\x5f\xfd\xcf\xaf\xbf\x7a\x5c\x42\x68\x38\x74\x0d\xd1\x21\x08\xb7\x88\xd0\x4c\xe0\x4c\xff\xc7\xf2\xce\xb8\xf2\x38\x09\xd4\x68\x58\xce\x3b\xe1\xc1\x32\xae\x79\xc0\xe9\xe7\xeb\x23\xb4\xc8\x25\xf7\xbb\xcb\xef\x00\x1d\xdd\x93\x67\x8a\x47\x0d\xc9\xc8\xd2\xb4\xf0\x70\x66\x31\xd0\xdd\x21\xd3\xbe\xe8\xc6\x77\xab\xa6\x9b\xe1\x56\xdd\xd2\x84\x6d\xd5\x74\x23\xe1\xfd\xa7\x39\xda\xaa\xef\x28\x51\x6b\x9f\x13\x45\x07\x88\x09\xa1\x4f\x12\x4c\x06\x8e\x0d\x7c\xb7\x4f\x74\x60\x4b\xd6\x34\xad\x32\x9f\x72\x68\x20\xd1\x21\x6e\x87\x28\xdc\x61\x6f\xcd\x08\xe6\xf5\x1b\xda\xf0\xc9\xbd\xc7\x81\x5e\xa3\xa1\x4d\xbe\x0d\x3f\x2c\x57\xc5\x96\x0a\x3d\x8d\xd5\x11\xe1\x8c\xdc\x2f\xd0\x96\x7e\xd3\xb9\x57\xe3\x21\x33\xed\x95\x99\xfd\xc3\x56\x1b\x1e\xac\x34\xb7\x24\x63\x29\x51\x5c\x80\xe6\x06\x67\xac\x58\x61\xa5\xd9\x0a\xdd\x9f\x18\x5a\x4c\x4c\x18\x8f\xa8\x42\x4d\xe4\x3a\xda\x96\x6d\x5d\x40\x6b\xb8\x11\x81\xcf\xb3\x7c\x0b\x88\x56\x8d\x1e\x49\xb8\x39\x8d\x65\x03\x67\x1f\xcc\x13\x93\xc2\x03\xc9\x73\x9f\x9d\x9e\xc5\xc3\x64\xd0\xa3\x08\x26\x02\xcb\x05\xfe\x63\x1e\xe8\xfe\xf0\x82\x48\x8f\x47\xae\x06\x0e\xcb\x7e\x97\x20\xdc\x2e\xaf\x66\x02\x1f\x8f\x89\x1c\x5e\xd0\xa7\x1e\xfb\x79\x07\x38\x30\xff\xe9\x90\x84\x5d\xd0\xa7\x0b\x98\xa7\xf8\x7a\x96\x94\x71\x41\xd5\x1d\x25\x5b\xaf\x43\x7f\x17\x16\x1d\xfe\xf7\x10\x06\xd4\x9b\x2c\xa1\x61\x06\x97\x54\x7d\x37\x6f\xa8\x7c\xec\xed\x85\x82\xdf\x79\x14\x4e\x83\x89\x4a\x66\x97\x2a\x9c\x58\x1a\x4e\xe0\x2e\x6b\x5c\xf2\x3b\xf4\x4c\x40\x94\x89\xc7\x03\x01\x51\x26\x98\x20\x3a\xe1\x87\xeb\xb1\x8f\x3c\x09\x10\x65\x02\x1f\x44\x99\xa0\x2b\xe0\x72\xe9\x71\xb0\xd4\x68\x58\xae\x3b\xe1\xe1\x56\xc0\xe5\x52\xc2\xe9\xd5\xc9\x7c\xa8\x8f\xdc\xf8\xbc\x99\xe9\x00\x87\xfa\xc8\x4d\xf8\x7b\x98\xba\x8f\xdc\xe4\x12\x3e\x5d\xa0\x12\x90\x8a\x78\xd4\xfe\xd4\x68\x68\xbb\x6f\xc3\xc3\xb5\x78\x45\xee\x61\xae\x8e\x7e\x0c\x6e\xfa\xe5\xd2\xa3\xb6\x5a\x8d\x38\x50\xf4\x5d\x9a\xb0\xdb\x03\xb9\xdc\xc0\xc5\xfc\x13\xba\x3d\x90\xd2\x05\xfd\xc9\xaa\x3c\x96\xb7\x99\xee\x29\x7d\x0e\x93\x8f\xb1\xd1\xa5\xc4\x53\xd4\xc1\x84\x54\x73\x84\x77\xee\x65\x5e\x73\x46\xdb\x4b\x41\x36\xf4\x81\xe4\x1e\x35\x8f\x1a\x48\x47\xb9\x77\x11\xad\xc3\x1f\x51\x8e\x6c\x18\x75\x6c\x98\xeb\xb7\xff\x1c\x5d\x9c\xa3\x0b\xeb\x25\x91\xea\x46\xfa\xbc\x73\x50\x23\x62\x19\x35\x97\x0e\x76\x08\x47\x2a\x25\xba\xc8\x70\xe2\x5e\xd0\x5c\xde\xdf\xf8\xcb\xdf\xfd\x0d\x56\xc5\x9b\xd0\x70\x57\xa8\x6e\xe0\xc7\x19\xda\xde\xcd\xd1\xa2\xc7\x36\x6e\xf0\xd0\x76\xdd\xa5\x08\xb6\x3d\x60\x98\x80\x3d\x38\x1d\xba\x3e\xe6\x2f\xf7\x1d\xe5\xd2\x27\x2f\x8d\x8d\xce\xb9\xbb\x84\x9f\x11\x79\xe0\x14\xa1\x13\x77\xcf\xc5\xcf\x4e\x1a\xc6\x5f\x44\x83\xc7\x0a\xa5\xf8\x65\xd1\x26\x52\xef\xa2\xe8\x01\x9c\x4c\x7e\xc1\x98\x0a\x1a\x5c\xd3\xbe\xf5\xbc\xa4\x7d\x3b\x34\x5b\x6b\x28\xc2\x2e\x68\xdf\xc2\xfc\x2d\xbe\x32\xe1\x1e\xe7\x2b\x1a\x0d\xeb\x87\x3b\xe1\x63\xd7\x1b\x7c\x03\x1f\x04\xdf\xa0\xdd\x6e\xc2\xab\x64\xed\x73\x77\xc2\x01\x62\x65\xd9\x27\x09\x67\xd6\xc2\xb2\x81\x99\x7e\xbe\x43\x77\x28\xee\xb8\xd8\xa4\xc4\xa3\xd2\xaa\x03\xc4\xa4\xd0\x27\x09\x77\x3c\x63\xd9\xc0\x77\xfb\xc4\xa4\xf0\x93\x95\x71\x4a\x97\x19\xf1\xaa\xd2\xd4\x45\x45\x2b\xfa\x4f\x56\xee\xd0\xc5\xd1\xe3\xdf\x0e\xc9\x7d\x67\x9b\xba\x8e\x0d\x7f\xb1\xf2\x9d\x7b\xdf\x69\x10\x07\x43\x7c\xf8\xf9\x24\xc6\xce\x4c\x32\x2f\x3d\xaa\xc3\x6a\x34\x74\x31\x97\x97\xd3\xd5\x61\x3b\xe0\xe1\x56\x82\x79\x59\xc2\x3c\x2f\x51\x75\x58\xf9\x20\x33\xee\xf1\x00\xc9\xe2\x61\x15\xae\x47\x31\x32\x47\x26\x2a\xcc\xcd\x63\xe8\xfc\x3b\x66\x3e\x95\x7c\x1d\xe0\xd0\x58\xc9\xc2\xab\xf8\xea\xc1\x92\x91\x1c\x4e\x8f\x2e\x0e\x5a\xdb\x96\x5c\xaa\x95\xa0\x1e\x77\x79\x1e\x41\x1f\xb4\xb2\xdd\x21\x7e\xb9\x85\xed\x95\x63\x8c\xde\x4d\xcb\x58\xe1\x71\x76\x61\xe0\x30\xa9\x74\x09\xc2\x5d\x4f\xd3\x4c\xe0\x44\xff\x47\x67\x95\xf9\xad\xc7\x6e\x53\xa3\xa1\xad\xa4\x0d\x0f\xd7\x44\xf2\xdb\x12\x8e\x2e\xbe\x5c\xa1\xf3\xc9\x8a\x6c\x49\x4c\xb7\xb4\x50\x8b\xca\x63\xeb\xe8\xe3\x62\xa2\xd8\x4b\x19\x4e\x25\x5e\x73\x83\x9a\x1b\x7c\xd0\x9f\xef\xf5\xd7\x71\x85\x36\x8d\xb2\xca\x24\xf1\x38\x31\xb1\x78\x98\x5c\x7a\x14\x01\xf5\x42\x35\x17\xb8\x32\x0f\xf4\x30\xbd\xf4\xa8\x1d\x77\x53\xa2\xca\x71\x6d\x70\xb8\x03\xf4\x92\xc0\x59\x39\x7c\x25\x22\xf5\x7c\x78\x6a\x10\x07\xc6\xcf\x2e\xcd\xb4\x6b\x10\x69\xba\xb0\x96\x17\x5f\x60\x18\x7e\x03\x69\xba\x80\x77\xe9\x62\xc2\xbd\x87\x26\x9d\x26\xbe\x35\x0e\x89\x5e\x79\xe4\x89\xc7\xf1\x49\xa3\x61\x45\xd1\x09\x0f\xb5\x69\xa5\x59\xc0\x05\x4f\xd0\xa1\x89\xd1\xe4\xf7\x5f\xff\xef\x1f\x1e\x15\x73\x6b\x44\x2c\xf7\x35\x4d\x3c\x75\x27\x7e\x07\x26\xc9\x58\x5b\x35\xc2\x9d\xf8\x39\x76\x60\xd9\xc1\xcc\x3c\x46\xd5\xcc\x06\xc2\x66\xdc\x1c\x19\xe3\xe7\x01\x77\x74\xe3\xb1\x73\xd4\x68\x58\xc1\x74\xc2\x03\xea\x55\x6e\x08\x7c\xa7\x1b\xb4\x83\x34\x2e\x03\x78\xe6\x75\xde\xd0\x62\x62\x22\x78\x44\x15\xaa\x7d\xb6\x8c\x60\x66\x5f\x07\xe6\x09\x5b\x2a\x94\xc7\xb3\x54\x03\x87\x49\xa2\x4b\x10\x4e\x17\x51\x33\x81\x6f\xfa\x3f\x3a\x45\x48\x17\x1e\xb5\x26\x34\x1a\x3a\x49\x68\xc3\xc3\xcd\x12\xd2\x45\x02\x67\xe9\x02\x55\x9b\x48\x78\x21\x2b\x8f\x47\x81\x16\x6f\xa0\xfa\xb7\x14\x01\xb7\x30\x35\x17\x5d\xef\x65\x85\x1a\x22\xe0\xab\xc2\x63\xf6\x35\x9a\x23\xda\x73\x94\xd1\x09\x1d\x65\xc1\x52\xc7\x83\xcf\xab\x22\x43\xac\x57\x2e\x49\x42\x17\xdc\xe7\xfe\x7a\x8d\x88\x15\xe6\x0e\x4d\xb8\x75\xb0\xe3\x03\x27\xee\x05\xb5\x2c\x59\x12\xe5\xd1\xba\x91\x81\x7b\xba\x50\xbb\xc1\xa3\x4a\xd5\x44\x84\x1f\x57\x44\xad\x91\x72\x2d\xa4\x47\x63\xe2\x85\x44\xed\x88\xb7\xc1\xe1\xac\x41\xc8\x5b\xb8\x94\xb7\x43\x97\x7a\x7c\x2a\xf7\x6b\x38\x47\x85\x18\x09\xec\x50\x8d\xbf\xd3\xb3\x30\x37\x7a\x70\x2d\x7f\x7b\x5f\xae\xf0\x7e\x4b\xaf\x38\xe0\x96\x5e\xf1\x42\xb7\xf4\x0a\x09\xf3\x02\xbf\xa5\x97\x6f\xa9\xc7\xfe\x56\xa3\xa1\xab\xa0\x36\x7c\x44\xd6\xf7\xb4\xf2\x0e\xd0\xc8\x45\xd2\x96\x66\x70\xb1\xa5\xd9\x98\x53\xe8\x26\x12\xd2\x31\x54\x05\xdb\xf2\x84\xa9\x87\xb8\x24\x42\x52\xe1\xb1\x62\x3d\x82\xc6\x9a\x4f\x4b\xbc\x64\xf7\x34\xdd\xf3\x7b\x22\xb7\x7b\x7e\x55\xcd\xaf\x23\x0f\xa6\x1a\x08\xf8\x77\xc1\xbe\x99\xb7\x99\xdc\x8e\x3c\x9a\xda\x03\x72\xed\x03\xe4\x44\xcb\xe0\x3b\x4b\xd5\x1a\xed\x0c\x04\xf5\x78\x4f\x5d\x50\xf4\x8e\x7a\x1b\x1c\x6a\xa1\x21\xe8\x12\xbe\xd2\x25\xd6\xec\xb3\x9f\x1e\x33\x9c\xfd\x5c\x62\x35\xb2\x0d\x1e\x59\xb3\xb2\x9f\x4b\x38\xff\xeb\x04\x2d\xb9\x92\xac\xb9\xc7\x9d\x54\xb2\xe6\x58\xd9\x75\xc2\xc3\xed\xa2\x92\x35\x87\x2b\xb2\xe6\xe8\xd2\xd0\xe3\x41\xdc\x16\x3d\x83\xdb\x1e\xb8\xef\x37\xb9\xb6\x6e\x73\xf8\x86\x6e\xd4\x2d\x58\x91\x7a\xd4\x68\x30\x70\x58\x7d\x35\x04\xbd\x5e\xd2\xfe\xd2\xef\x4f\xed\x6f\x9b\x6d\x39\xad\x6e\x9b\xe8\xb0\xd9\x96\x70\xac\xdf\x3e\xd1\x87\x6f\x24\xab\xe8\x15\x61\x63\x4f\xf5\x2d\x52\x22\xb7\x16\x69\x7c\xdf\x6b\x01\x4c\xee\x2c\x84\xe9\x34\xcf\x69\xb1\x1a\xe8\x35\x6f\xbc\x9a\x8c\xbf\x19\x30\x19\x7f\xf3\x02\x26\xe3\x35\x0f\x38\x1b\x30\x19\x4f\x4a\xaf\xb3\xc6\x72\x60\xc6\x58\xbe\xc0\x6c\xb1\x2c\x24\x1c\x95\x05\xba\x1b\xc5\x4b\x45\xca\x8c\x14\x85\x4f\x9d\x9a\x0e\x28\x26\x84\xc7\x64\xc1\x64\xd1\x61\x05\x9f\x4b\x45\xae\xec\x3b\xee\x3a\xc1\x1c\x36\x78\x5c\xe2\xf6\x0e\x5c\x9e\x5e\x25\xf5\xe9\xe2\xa8\xff\x3d\xb2\x47\x72\x91\xe1\x87\x3d\x3a\x19\xd9\x89\xd4\xb1\xcf\x86\xd4\xa3\x1b\xed\x85\x9c\x17\x2b\xee\xf3\x44\x6c\x17\x19\xab\x50\x4f\xd0\xbe\x9c\x0a\xc5\x85\xe5\x8b\x5f\xaa\x4f\x36\x92\x17\xf7\x3e\xaf\x06\xb4\x98\x68\xe5\xda\xa5\x1a\xd9\x8b\x36\xd1\xe1\xcc\xbe\xfe\x18\xb8\x19\xf0\x93\xf3\x0d\xa5\x25\x15\x71\xdf\xad\xa4\x07\xa5\xbd\x1d\x64\xac\x52\x3c\x41\x1b\xac\x52\x34\xfc\x2c\x3b\xb8\x30\x8f\x7d\x55\x62\x13\x6f\x0a\xa2\x34\xbb\x41\xc1\x60\x4e\x45\x1d\x08\x26\x83\x3e\xc9\xe1\x57\x08\x8d\xdf\xd6\xb4\x4a\xba\xae\x39\x9f\xf2\xc8\x18\x1d\xec\xfe\x11\xcd\x46\x5c\x73\x6c\x22\x98\x5d\xe6\xfc\x25\x93\x50\x73\xdc\xb7\xc4\x72\x7b\x05\x1e\xd7\x59\x7d\x1d\xf8\xbd\xe5\xb7\x43\x13\x6a\xd2\xde\x6c\x8d\xd4\x3b\x22\x43\xd6\x52\x72\xa2\x84\xcf\x9b\x3f\x2d\x26\x26\x8d\x47\x54\x41\x0d\xa6\x58\x4e\xc6\x62\x8a\x7d\x45\x67\x91\xb2\xf8\xcd\xe3\x2c\x52\x16\xbf\x61\x3d\x7a\x27\x7c\xe4\xb4\x40\xc7\x84\xa3\xf9\xe5\x6f\xc3\xbb\xa9\x89\xc7\x6b\xdf\x0e\x10\x9d\x19\xf7\x48\xc2\x6e\xa5\x26\x77\x30\xbb\x43\x37\x52\x25\xf3\xa9\x29\xcd\x70\x45\x69\xf6\x0c\x3d\x69\x16\x5e\x4d\x9a\x95\x30\x67\xb8\xcd\xe0\xb5\x60\x4b\x8f\x8b\x47\x8b\x87\xc9\xac\x47\xf1\x5c\x37\x83\x3d\xb0\x91\x0d\xca\xc6\x85\x6b\xf3\x38\x64\x96\xdd\x31\xc7\xd9\x8d\x8a\x4e\x1d\x7d\x5e\x41\xbf\xc1\xaf\x9f\xdf\x84\xbf\x7a\x7e\x93\x4b\x38\xc3\x3d\xfd\x96\xab\x58\xd0\xc6\x45\x7c\x2c\x33\xee\xb1\x76\xed\x01\xc7\x24\xf2\x34\x79\xb8\x4d\xc3\x15\x74\x58\x82\x66\x09\x57\xab\xaf\xed\x4f\xf3\x8c\xa3\x35\x46\x3f\xd5\x4f\x7f\x22\xb3\x78\x98\x94\x7a\x14\x01\x5d\x36\x69\x2e\xf0\xc5\x3c\x30\x01\x50\x95\xa4\xfe\xb2\xaf\xd1\xb0\xcc\xeb\xf0\xa9\xce\x77\x3a\x08\x52\x11\x35\x79\x24\x30\x08\x1b\xfa\x10\xbc\xf9\x6a\x46\xf0\x5e\x25\xe9\x1e\xcf\x3f\x87\x46\xfd\x44\x1f\xc6\x79\x32\x69\x62\xce\xb5\x8c\xf0\x99\xd8\x1b\x9f\x13\xb1\x37\xe8\x9c\xa5\x09\x0e\x37\x5f\x91\x6f\xe0\x08\x37\xe2\x48\x54\xce\x7d\x6e\x61\x6a\x38\x34\xd7\x1d\x82\x70\xf9\xd6\x4c\xe0\x48\xff\x7f\x62\x09\xad\x9f\x54\xc5\x82\xb2\xe5\x01\xe7\x09\xe8\x42\xba\x0b\x85\xe5\xfc\x4e\x90\xd1\xd3\xad\x9d\xbd\xc0\x64\x4d\x0a\x9f\xab\x48\x07\x88\xa5\xba\x4f\x12\xce\xba\x80\x65\x03\x3f\x66\xe6\x89\x9e\x57\xa6\xc4\xe3\xf4\x5a\xa3\x61\xf9\xef\x84\x07\xcb\xbc\xe6\x01\xe7\x29\xc1\xef\x12\xde\xe4\x3e\x3b\x27\x03\x87\x2e\x2c\x3a\x04\xe1\x96\x07\x9a\x09\xcc\xf5\x7f\xf4\x12\x6f\xbd\x3b\x16\x60\x33\x10\x93\xc1\x2e\x51\xf8\xed\x3f\xf8\x8b\xf3\x4f\xe6\x0d\x3d\x7f\xc9\x58\xb1\xe2\xff\xe3\xf1\xec\xc5\x02\x62\xb2\xe8\x93\x84\x3b\x73\xb1\x6c\xe0\xb3\x7d\x0e\x1a\x6c\xf0\x6c\x5b\xfd\x00\xd3\xea\x2f\x64\x59\xbd\x36\xac\x8e\x1e\x87\x0b\xc2\x0a\x25\xa8\xc7\x21\xa1\x81\xc4\xa4\xb0\x4b\x14\xce\x63\x75\xcd\x08\x8e\xeb\x37\xb4\x9f\xa0\x45\x4a\x7d\x1a\xde\x72\x80\x68\x1f\xd1\x23\x09\xd7\x43\x58\x36\xf0\x97\x7d\x0e\x38\x70\xc9\x98\x47\x4d\x18\x8b\x87\xc9\xa0\x47\x11\xd2\x43\x4a\xc6\x38\x5c\x9b\x07\xda\x31\x24\x8a\x6d\x69\xee\x51\x3b\xb7\x46\x44\xbb\x86\x3e\x4d\xb8\xbe\xc1\xf1\x81\x23\xf3\x72\xf1\x05\xf5\x5b\xc7\x94\x60\xca\x63\xff\xe0\x00\x31\x41\xf4\x49\xc2\xe9\x2b\x5b\x36\x70\x69\x9f\xb8\x31\xd2\xd4\xa7\x27\x7b\x9a\xe2\x9e\xec\xdb\xf0\x60\xce\x47\x68\x4a\x60\x4e\xd3\xa1\x8b\xa6\xde\xbd\x14\x1c\xe0\xa4\xe0\x85\x7c\x14\xd4\x2e\x0a\x50\x33\x0d\xfc\xa7\x57\xab\x83\x1a\x0e\xcb\x7d\x97\x20\x9c\xfe\x80\x66\x02\xef\xf4\x7f\xb4\xce\x97\x59\xe5\xd3\xea\x82\xc5\x43\xeb\x7d\x97\x22\xdc\x92\xc1\x70\x81\xb9\x79\xa0\x26\x08\x38\x5f\x65\x34\x4e\xc5\x41\x67\xe5\x87\x8a\xa1\x8b\x8a\x09\x63\x0f\x5d\x38\xe3\x03\x86\x17\x18\x5e\xf0\xc1\x7c\xbc\xd3\xef\x43\xcb\x49\xbf\xab\xc9\xa1\xc5\xe4\x78\x29\xb4\x71\xe3\xc5\x4b\x38\x27\xd7\x9c\xc0\x70\x32\x4b\xd2\xe3\xd1\x5b\x94\x06\x40\x47\x45\xaf\x5d\x27\xc4\xa3\x16\x8f\x46\x73\x44\x7b\x8f\xa7\x3a\xe1\x23\x6f\x3c\x27\x24\x83\xd3\x19\xc9\x70\x53\x6b\x44\x4a\x52\xa4\x82\xf8\x74\x97\xdc\x01\xc5\x2a\x55\x12\xde\x65\x72\x93\x12\x98\xd5\x6f\x07\x78\x86\x88\x05\xf1\x79\xa0\xd9\x45\xc5\xe4\xb1\x87\x2e\xb8\xa3\x08\xcd\xab\xf6\x16\xf1\x95\xe0\x27\x91\xde\xb5\xfc\x0e\x50\xee\x7b\x21\x9d\x3e\xc7\x06\x8c\x2a\x1f\x6e\x96\x2f\xf5\xa9\x31\x9c\xe2\x0a\xc3\x69\x78\x7d\xe1\xb4\x90\xf0\x6e\xbf\xb6\xf0\x26\xbe\xa3\x8b\xf5\x41\x17\x5f\xb1\x0d\x76\x07\x82\xe5\xb3\x4f\x82\x6b\xaa\x35\xbf\xee\xf4\x39\x6b\xaf\xb3\x25\x03\x87\x76\x5e\xeb\x17\x98\x2b\x19\x26\x30\x5b\x0f\xcc\x94\x12\x9e\x53\xe5\xf1\xc4\xd3\xe2\xa1\xb9\x37\x14\x93\xa7\x04\x3d\x06\x01\x2f\xaa\x6b\x2e\x30\x33\x0f\xb4\x49\x0b\x96\x79\x1c\xfe\x0c\x1c\xda\xac\x3b\x04\xe1\x1a\xb6\x66\x02\xef\xf4\x7f\x74\x1e\xc9\x05\xaf\xa4\xc7\x3b\xdd\x0e\x10\x9d\x4d\xf6\x48\xc2\x4d\x07\x2d\x9b\x05\x57\x9d\x1f\xe7\xf6\xc7\x63\x5c\x85\x82\x28\xee\xd3\x3c\xa2\xe2\xb8\x6d\xc4\x36\x3c\xe0\x91\x2a\xcf\xe1\x48\x71\xf4\x7a\x56\xb9\x32\x16\xd0\x7c\x6a\xdb\x18\x40\x2c\xf3\x7d\x92\x80\x5a\x35\x86\x0d\x5c\xad\x8c\x59\x37\x74\xe1\x49\x79\xc2\x53\x9f\x1b\x0f\x35\x22\x26\x87\x1d\x9a\x70\x8b\x4d\xc7\x07\x3e\x50\x3e\xd3\x2f\xa8\x28\xbc\x9a\xf8\x5f\x1d\x62\xde\x7f\x35\xd5\xb4\xbf\x8e\x08\x1f\x86\xee\xac\x08\xe9\x71\xfa\x26\x24\x3a\x7d\x13\x87\x9a\x69\x1f\x54\x52\x6c\x91\x46\x6a\x28\x0a\x29\xe1\xab\x94\xe3\x74\x13\x5d\x24\x54\xc5\xea\x9e\x7a\xb4\xe9\xa3\xd1\x30\x41\x76\xc2\xc3\x69\x36\xdd\xd3\x04\xde\xdf\x53\xd4\xa6\xcf\x82\x48\xfa\xbb\xc7\x73\x5b\x8b\x87\x95\x7c\x8f\x62\xec\xc5\x54\x13\x17\x8e\xcd\x03\x6d\x15\xac\x58\xb2\x82\xc9\xd2\xa7\x07\x84\x16\x13\x2b\xda\x47\x54\xe1\x4c\xc0\x35\x9c\xe0\xb4\x79\x45\xcf\x5e\x3a\x05\xe1\xe1\xe0\xa5\x55\xef\xdb\x7f\xea\x32\x49\xfd\x6f\xe4\x91\x0b\x51\x12\x2e\x07\x74\xe8\x72\x96\x08\x5e\x0a\xbe\x64\x19\x8d\x73\xaa\x04\x4b\x3c\x8a\x61\x1f\x3a\x26\x16\x84\x3e\xdc\x6e\x40\x87\x27\x38\x9e\x70\xa1\x7f\xbc\xb2\x3f\x5e\xd8\xdf\x70\x4d\x44\x45\x05\xf3\xea\x44\xca\x21\xa2\x33\xc9\x3e\x4d\x40\xc5\x44\xcb\x07\x8e\xdc\x0b\x2a\x8a\x9f\x95\xa0\xb1\x54\x5c\x90\x15\x8d\x17\x19\xf7\x69\x3a\xf5\x11\x36\x2a\x9e\xa7\xa8\xc3\x09\x4a\x73\x04\xc7\x11\x34\x47\x38\xce\x38\xba\xc1\x54\x0a\xae\xf8\xa2\xf2\x68\xd4\xa3\x46\xc4\xc6\x99\x1d\x9a\x91\x23\x4d\x1d\x1b\xae\xdc\x0b\x3a\xda\x28\xb2\x92\xbc\xf2\xa8\x04\xe8\x00\xb1\xfc\x29\x96\x3e\x5c\x68\xea\x89\x46\x1e\x1c\x0b\xb8\x6e\x70\xf6\x66\xb1\xd1\x27\xf5\xa2\x94\x8a\xd5\xe5\x3e\xc9\xa1\x07\xd5\x8f\x86\xe8\xac\xba\xf7\xb9\xa5\x5b\x23\x0e\x0c\xf9\x5d\x9a\x90\x03\xbe\xe1\xa3\x87\xfb\xac\xba\xc7\xb7\x75\x0b\xaa\xd4\x43\x6c\x52\xe2\x6f\xc8\x6f\x30\xd1\x81\x7f\x97\x2a\x94\xb3\x4f\xc3\x08\x34\x36\x5c\xea\xd7\x8f\x4a\xa1\x1a\xab\xe6\x52\x1e\xf5\x39\xf8\xd7\x88\x68\x1f\xdd\xa7\x09\x7b\x17\x90\x26\x12\xde\xcf\x70\x0d\xfb\x9f\xac\xd4\x63\xbe\x47\xa5\x34\x0b\x88\xf5\x56\x7d\x92\x91\x5d\x95\x8b\x0c\x7f\xb1\xf2\x84\x65\x14\xf7\xe3\x97\x11\x55\x12\x9f\xd6\xb3\x6b\x44\xac\x8c\x77\x68\x9e\xbb\x3a\xde\x81\x1b\x29\xae\x3a\x36\x9c\xb8\x97\x71\x8b\xe5\x47\xd1\xd1\xdd\xd6\xcc\xab\xac\x0d\x1c\x26\xe8\x2e\x41\xb8\x7d\x56\xcd\x04\xe6\xd9\x40\xde\x8d\xea\xad\x67\x23\x8d\x07\xd8\x68\x7c\x21\x13\x8d\xb5\x85\x46\xfc\x9c\xa6\x4a\x3c\x7b\x9d\x6f\x20\x31\x29\xec\x12\x85\xf5\x6e\x66\x3c\xd0\xcf\xea\x37\xdc\xe3\xe4\x8a\x29\x92\xf1\xc4\xab\xe7\xc5\x2e\x2a\x26\x95\x3d\x74\xe1\x0e\x63\x3a\xbc\xe0\x9d\xfd\xf8\x9c\x3c\x72\xa0\xb8\x33\xab\x65\xb9\xcf\x4d\x68\x03\x87\x09\xa4\x4b\x10\x4e\x09\x58\x33\x81\x6b\xfd\x1f\x5d\x04\x65\x44\xe9\xfe\xd9\xf3\x8c\xac\x07\x8b\xc9\x62\x1f\x61\xa8\x79\x59\xcd\xcb\x4e\xcd\xae\xdc\xd7\xd0\xec\x2c\x27\xcc\xa7\xb5\x57\xc2\xd0\x23\x4b\x96\x4f\xb9\x46\xd5\xc6\x9d\xae\x3d\x96\x3f\x92\xff\xc1\x71\x4b\x5e\x4e\xf0\xce\xd9\xf2\x9d\x9c\x68\xcd\xd8\xd7\xd6\x7f\xce\x72\x1a\xe7\x55\xa6\x58\x49\xc4\x18\x3b\x05\x9d\xfd\x2c\xc2\x32\xb8\x20\xec\x10\x43\xb9\x9d\x89\x91\xe6\x0c\x0d\x67\xb8\x60\x39\xbd\xa8\xbf\xd0\x49\xa5\xd3\x9d\x5c\xb0\xd5\x6d\x45\x85\x47\x7b\x8f\x3b\xc0\x58\x85\xdd\x21\x8d\xe5\x14\x65\xb3\xbd\x50\xa1\x7b\x48\xa7\x0d\x5a\xb3\x73\x0a\xa1\xc7\x6c\xf5\x45\x7f\x8e\xd2\x67\xdc\x85\x92\xb7\xd9\x0e\xdc\xfc\xcb\x39\xae\x19\xc1\xcb\x05\xf7\xe8\xb8\xc2\x01\xa2\xe3\x72\x8f\x24\xa0\x7e\x84\x61\x03\xef\xec\x73\x70\x21\xec\xd9\xb5\xf0\x9b\x61\xdf\xc2\x6f\x5e\xc6\xb9\xf0\x1b\x90\x6f\xe1\xe8\xfb\xfc\x0d\xee\x61\xd8\x1c\xce\x6e\x49\xc6\x52\xa2\xb8\xc7\x69\x49\x1f\x17\x13\xc9\x5e\xca\x80\xf6\x43\x79\xd1\x30\x33\xb6\x10\xbf\xd5\x5f\xe8\xed\xe6\x2a\x5f\x50\x71\xe3\x75\x99\xd7\x62\x62\xe2\x79\x44\x15\xee\xbe\x73\xc3\x09\xce\x9b\x57\xdc\x11\xd2\x42\xf2\x64\x43\x55\x7c\x23\xc5\xdb\x7f\xfd\xee\x4f\x34\xbb\xc8\x98\x80\x9e\xa0\xf5\x2c\xa6\x86\x0b\x58\x2e\x70\x36\xff\xfa\xf6\x5f\xbf\x7f\xa7\x8b\xb9\xf9\xf9\x80\x2b\x0f\x7e\xa7\x76\x1d\xd0\x03\x06\x4c\x4d\x16\x4f\x75\x12\xf7\x08\xe9\x85\xc6\x4a\x33\xc1\xb1\x03\xdb\x81\xd3\x9c\xfd\x10\xce\xf0\x69\x8b\x34\xec\x7a\x8e\x08\xe2\x59\x2b\xba\x46\x44\x47\x87\x3e\x4d\xb8\xe1\xc1\xf1\x81\x23\xf3\x82\x6f\xa1\x4b\xee\xd3\xb0\x83\x46\xc3\xe6\xc5\x3a\xfc\x86\xdc\x8f\xf1\x2c\xd2\x99\xdb\xea\xd8\x30\xe7\xa4\x3c\x23\xf7\xb8\x73\x91\xa5\xa0\x34\x27\x62\xe3\x73\x29\xde\x62\x62\x85\xfc\x88\x2a\x9c\x0f\xa0\x86\x13\x9c\x34\xaf\xf8\x85\x4c\xb1\x3d\xe8\x90\xeb\xe0\xd2\xb6\x80\x98\x38\xfa\x24\xa1\x16\xe3\x8e\x8b\xf1\xee\x97\x0d\xf4\xd6\xcc\xa3\x00\x56\x0c\xcd\x7c\x1b\x1c\xae\x2f\x65\x0a\x3e\x30\x5c\x2d\xf6\x4e\xc6\x1b\x56\x50\xc9\x3c\x6f\xe3\x3a\xd0\x81\x09\x71\x4d\x16\x2f\x99\xa0\x6b\x3e\x65\x3f\xf3\x11\xd6\x0b\x4c\xb0\xc1\xb1\x82\x4f\xf6\x39\xd6\x1f\x2a\xd4\xd9\xad\x01\x4e\xdc\x37\x6e\xe2\x9d\x16\x52\x79\x9d\x86\x36\x90\x58\x31\x35\x44\xb1\xbc\x9b\x64\xa4\x71\x17\xa6\xa0\xd5\x34\xa3\xaf\xbb\x40\x1b\xfa\x20\x15\x2f\x26\x57\x9a\x16\x29\x61\xc5\x24\x45\xdd\x47\x59\xe3\xdb\x09\x1e\x3b\x77\x51\x56\x19\x29\x92\xe0\x5b\xfb\x0d\x3f\xb0\xfc\xe0\x83\x79\x8c\xaa\xcb\x2d\x86\x2b\x54\xb8\xb4\xcf\x89\x28\x75\x89\xc2\x27\xf7\x32\x11\xc7\x96\x27\xcc\xcc\x63\x6a\x8e\xf8\x96\xc0\x25\xdf\x92\x89\xf1\x4d\x6b\x81\xf9\xdd\x80\x35\xd0\x05\x11\x09\x4f\x7d\xda\x8b\xb1\x80\xd8\x4c\xab\x4f\x32\x5a\x07\xd5\x44\x86\x63\xfb\x44\xa7\x5a\xb2\xc8\x7d\x4e\x20\x8b\x1c\xb7\xbc\xdb\x86\x87\x3b\x1a\x2d\xf2\x12\xe6\x45\x7e\x88\x9e\x85\x4f\xcb\x85\x0e\x71\x60\x3c\xed\xd2\x84\xd6\xb3\x78\x63\xb6\x98\xde\xcf\xf6\xaa\x5a\x6c\x0e\xf6\x15\x80\x29\x4d\x0d\x7b\x05\x98\xe6\x0b\x60\xf7\xa4\xc4\xaf\x57\x83\x50\xa9\x1e\x7f\x48\x30\xe0\xb8\xa0\x49\x70\xa5\x7b\xac\xb5\xc7\x3e\xa8\x46\x44\x85\xd0\xa7\x09\x27\x06\xc7\x07\x2e\xdc\x0b\xba\x3d\x7e\xe3\xf3\xda\xe0\x0d\x7e\x69\xf0\x26\xfc\x95\xc1\x9b\x0c\xde\x9d\xa1\x07\x02\x0b\x5e\x30\xe5\xd1\x16\x8f\xc5\xc3\xf2\xdd\xa3\x08\x67\xa8\xcc\x70\x81\x63\xf3\xc0\x2f\x05\xac\x98\x4f\x83\xab\x16\x0f\x13\x40\x8f\x22\xe0\xd5\x00\xcd\x05\x2e\xcd\x03\x55\x62\x11\x0f\xa5\xf2\x68\x9d\xcc\xe2\x61\x02\xe8\x51\x3c\xf7\x38\xb5\x5c\x95\xcd\x7b\x0f\xf8\x30\x71\x15\x5b\x2a\x74\x37\x69\xa3\xc2\xd5\x87\xab\x71\xda\x62\x2e\x9e\x53\x01\x99\xb3\x55\x41\x54\x25\x0e\x9b\xb8\xee\xf0\x9e\x99\x07\x6e\xdd\x23\x8f\xa5\x4f\x33\x31\x16\x0f\x2d\xab\x2e\x45\x38\x3d\xa3\x1c\x66\x17\x83\x53\x2a\xa2\xd6\xb4\xf0\xd8\x57\x75\x40\x07\x27\x56\x3d\xb2\xb0\x73\x2b\xcb\x0a\x8e\xcc\x03\xd5\x64\xdd\x54\x0b\x2a\x0a\xaa\xa8\xc7\x2a\xd1\x62\x62\x32\x69\xa9\xe2\x82\xa7\x74\xb2\x62\x45\x17\x87\xe4\x54\x96\x24\xf1\x02\x96\x54\x52\xf1\x3c\x16\x54\xf2\x4a\x3c\x03\xd2\xac\xe7\xd6\x6c\xa9\xe2\x45\xc5\xb2\xe9\x06\x12\x3a\x49\x6b\xd2\x14\xdf\x56\x7c\xca\x40\xb8\x07\xb1\x75\x68\x90\xf0\x42\x09\x9e\x65\xad\x27\xe2\xe7\x20\xdf\x4c\xb9\x50\xb3\x57\x72\x3a\x61\x4b\xb6\xf2\x91\x28\x49\xc5\x96\x25\x34\x26\x49\xc2\xab\x62\xba\x8d\xfd\x1e\x64\x22\xa8\x27\x24\x93\x38\x1f\x50\x25\x15\x92\x49\x45\x0b\x15\x6f\x79\x56\xe5\x7e\x1a\x86\x29\x86\xf8\x39\x1a\x5c\xdd\x24\x72\x2f\x4d\xe2\x71\x4e\xe3\x24\x23\x6c\xba\x89\xb2\x0e\x76\x4a\xcb\x8c\x3f\xe4\xd4\x4f\x45\x59\x97\xc1\xc7\x80\x96\x1b\x34\x5d\xc5\xdf\xa6\xab\x80\x4f\x4d\xd0\xd7\x3a\xe4\x8b\x0e\x18\xb5\x45\xd5\xc1\x77\x95\xf5\xef\xba\x25\x75\x18\xcc\x6d\xd0\x91\x0b\x99\xca\xc1\x56\xb7\xbf\x75\x75\xeb\x80\xcf\xcc\xaf\x17\xa4\x1c\x87\xdb\x74\x29\x60\x3b\x63\xf8\x5c\xff\x70\x6c\xbe\xa7\x8b\xc1\xb4\xfe\x5e\xee\xcd\x2f\x53\x01\xcd\x90\xd8\x81\xbb\xd4\xdf\xcf\x2c\xa4\x3d\x85\x33\x19\xb2\x6d\x6f\x7f\xbb\xf6\xd6\x01\xbf\x6a\x02\xbf\xd9\xb0\xe7\x94\xd1\xdf\xae\xdb\xdf\x29\x2a\x5b\x01\x3c\xa6\xff\x6f\xdb\x5f\xa0\xd9\x30\x14\x93\x2b\xb2\x99\x50\x34\x0d\xb2\x5b\x99\x4d\x48\xd3\x20\xa7\x32\xe8\x0c\xe2\x7f\x77\x06\xf1\x5e\x9b\x6f\x28\x66\x2d\xc1\x54\x7e\x37\x7c\xd1\xc1\x3e\xdb\xbd\xc2\x7a\x38\x50\xa7\x83\xed\x00\xbe\x6b\x7f\x9d\x5c\xca\x3c\xed\x15\x28\x9f\xde\xc2\xdb\xb9\x65\xb7\x55\x36\x3f\x4e\x85\x5d\x97\xdd\x3e\xf9\xe3\xd5\x11\xaa\x01\x9f\xfa\xbc\x01\x9c\x2e\xb1\xe9\x79\x1b\x1c\xce\xfe\x4e\xba\x84\xab\x74\xb9\x7f\xf7\x37\x39\xc8\x9f\x24\xb6\xf7\x9b\x0c\x78\x8f\x4c\x26\x1c\x21\xee\x59\xfd\x65\x24\x5f\xf8\x34\x45\xdd\x01\x1d\x5c\x52\xf6\xc8\xc2\x2e\x29\x2d\x2b\x38\x37\x0f\xdc\x55\xa2\x12\xac\x58\x29\x9a\x97\x19\xf1\x69\xa6\xbc\x8f\x8b\xc9\xc6\x52\xc6\x3b\xa4\xe1\x4e\x74\x7a\x09\x83\xb9\xf9\xbc\x76\x9f\xb8\xa4\xb8\xd7\xd3\x2d\x0d\x87\xcb\x85\xbf\xc0\xf9\x96\x66\x02\x73\xfd\xff\x00\xbd\x46\xb9\xa6\xd4\xa7\x49\x95\x1e\x2c\x26\x8b\x7d\x84\x53\xd5\x1a\x2d\xc8\x64\x15\xc9\x49\xfa\x8d\x96\x67\x5f\x3d\x71\x6e\x7e\xdb\xa7\xa0\x38\x0a\xb3\x0b\x86\x15\xe1\xd2\xe7\x35\xac\x25\x7e\xf9\x6a\x39\xfd\xca\x8f\x7c\x46\xdc\xe5\xa4\x1b\x3f\x23\x35\xed\x58\x46\x41\xd0\x9c\x2b\x0a\x27\xbb\x17\xbc\x46\xc4\x9d\x2f\x9f\x11\xf9\x44\xed\xae\xa4\xfa\xc5\x13\x40\xcb\xff\x20\x05\xff\x91\xba\xfd\x93\xbd\x2f\xb4\x6a\xfd\x07\xa9\xf4\x3b\x1f\xf8\x1e\xaf\x3c\x58\x40\x47\xf7\xb4\x29\xbc\x3e\xdd\x24\xc7\xfd\xb5\xd7\x7e\xf4\x98\xa0\x14\xac\xf0\x7a\xa6\xed\x00\xb1\xb2\xce\xca\xe0\x27\xda\x2e\x15\x70\x65\x9f\x07\x0c\x50\x65\xb5\x90\x95\x47\x55\xee\x1e\xec\x01\x03\x54\x8f\x30\xf4\xa0\x62\x99\xb9\x01\xe0\xca\x7c\xa0\xe7\x7e\xb9\x4f\xa5\x4f\x8d\x86\xce\xd7\xf3\xf0\xaa\x99\x9a\x07\xcc\x2e\x4e\x51\x17\x24\xf6\x1e\x96\xcf\x13\x93\x1a\x71\x70\xc2\x2f\xa7\xec\xe0\x4e\xb9\xfe\x45\x25\xcc\x29\xee\xc1\x6f\x4d\x7e\xd2\x2c\x21\xd2\xa3\xc6\x73\x03\x89\x09\xa2\x21\x8a\x0f\xf7\xca\xf3\x78\x64\x6f\x51\x9e\x71\x8d\xb9\x9b\x94\xc9\x7a\xad\x2d\xc8\x6d\x45\xab\xc9\xba\xa8\x2d\x4c\xc6\xa4\x87\xc4\xb0\x42\xaa\x69\x5a\xa4\xbb\x48\x7a\x39\xb4\xa8\x96\xcb\xe9\xfa\xb1\x2d\x16\x51\x3c\x67\xc9\x96\x64\x3e\x04\x55\x6f\x98\xd1\xd4\x4b\x1d\x50\xbc\x64\x13\x6c\x92\x3e\xaa\x8f\x55\xa6\xa6\xdd\xad\x1f\xd7\xd0\x1b\x8e\x90\x93\x12\x3e\xd6\x5f\x17\xbb\x3e\x4b\x0f\x86\x31\xd5\xb7\x05\xfa\xa2\x3f\x27\x42\xd9\x62\x2e\xcc\x4d\xc2\x16\xf1\xa8\xf3\xeb\x44\x60\xdd\x36\x5a\xc0\x73\x26\xd5\x44\x20\x53\xd8\x2d\xd2\xb5\xfe\x9c\x08\xd5\xb6\x8f\x16\xef\x6b\xf3\xdb\x44\xd0\xba\x16\x75\x0a\xd6\xfd\x32\x11\xb0\xee\x0f\x5a\xc0\x53\xf7\xcb\x44\x40\x49\x3b\x25\x31\xdf\xbd\x57\x73\xb8\xf4\xba\x8d\xb8\x23\xc0\xee\xcf\x93\x53\x98\x92\x6e\x12\x71\xdf\x6c\x5e\x2f\xc5\x0f\x5c\x88\x7f\x81\xcb\xf0\x0b\x7e\x0f\xc7\xf8\x25\xf8\x3b\x2e\xd2\x52\x50\x9f\xe6\xb3\x1b\x48\x2c\xf7\xbb\x44\xc1\x64\xd0\x30\x82\xef\xf5\x1b\xba\x48\xa6\x42\xdd\x7b\x36\x4f\xd3\x62\xa2\xcb\xe4\x5d\xaa\x60\x22\x31\x9c\xac\x59\x9a\x6f\xfa\xf5\x20\x8b\x81\x4a\x90\x42\xfa\xdd\x0d\xee\xe3\x0e\x4e\x9c\x77\x29\xc3\x4e\x9f\x1b\x6e\x70\x5d\xbf\xe1\x1e\xfb\xd7\x49\x7c\xe7\x73\x3d\x61\xf0\x50\xa1\x74\x29\x0e\xbf\x38\xd9\x8d\x1c\x7e\x25\xb2\x4e\xe0\x4e\xc2\x77\xdc\x34\x75\x96\x79\x6c\x6d\x1a\x0d\x13\x5b\x27\x3c\x9c\xba\x79\x96\x95\x70\x91\x65\x68\xb3\x62\xc2\xa3\xad\x7d\x26\x50\x53\xfb\x6d\x70\x38\xbb\xac\x22\x81\x53\x81\xda\xd9\xbf\x91\x89\x47\x97\x34\x1a\x0d\xcb\xb3\x4c\xc2\x1f\x94\x24\x25\xcc\x13\xb4\x94\x17\x94\x14\x3e\xdd\x3e\x5b\x3c\x47\xb6\xff\x62\x57\x97\x62\xec\xbd\x2e\x13\x17\x8e\x29\x29\x4e\x3f\xa3\xbb\x8b\xa6\x4b\xf6\xea\xcc\xd9\x02\x0e\x0e\x03\x2f\xe0\xca\x59\xf7\xff\xf9\x2d\x5c\x7c\x41\x7b\xfc\xc4\xab\x61\x84\xa4\x35\x8c\xf0\x84\xb5\x47\x52\xfe\x1f\x35\xa5\x4a\xb7\xf1\x9f\xe1\xd9\x8b\x94\xf2\xb9\xdc\x43\x15\x1b\x29\x61\xc6\x8f\xae\x70\x9b\x8b\x1b\x8f\xc7\xfb\x1a\x0d\x2b\xaa\x4e\x78\x40\x83\x8b\x1b\x02\xd7\x6c\x83\x2e\x67\xa4\x57\x0f\x60\x03\xde\xbf\x5e\xc0\xf3\x97\x5c\xc3\x5c\xae\xb1\x1c\xdf\xcb\x4c\xc5\x92\xdc\xfb\x3c\xd7\x69\x31\xb1\xfc\x3f\xa2\x0a\x26\x06\xcd\x09\x0c\x27\xf8\x21\x33\x35\xd7\x6f\xe8\xfd\x00\xb2\xf4\x59\xfb\x0d\x1c\x26\x89\x2e\x41\x38\xfd\x58\xcd\x04\x3e\xe9\xff\x03\x8a\x2c\x94\x78\xf4\xf9\xd6\xd3\x0f\x78\x4a\x71\xe5\x05\x34\x08\x9c\xce\xc0\xb0\x21\xa3\x85\xe0\x77\x3e\x2d\x13\x5b\x3c\x4c\x00\x3d\x8a\x50\x67\xbd\x96\x09\x1c\x9b\x07\xba\x2c\xdb\x0a\x1e\x8b\xd2\xe3\x4c\xbb\x46\x44\x27\x2a\x5b\x31\xe1\x66\xdb\xc8\x59\xca\x56\x70\x38\xda\x0a\x7e\xc0\x09\x68\x42\x32\x5a\xa4\xc4\xa7\xef\xbb\x3e\x30\x26\x8c\x1d\x52\x3f\x66\xc8\x76\x18\x87\x3e\x55\xad\xd9\xb9\x73\xd5\x99\xfb\x9c\xa2\xa1\xd3\x40\xf5\xf4\x7e\x6a\xc4\xe1\x16\x6d\xf7\x89\x1a\x7b\x74\xbe\xb7\xa9\x1a\x60\xac\x48\xf7\x93\x06\xde\xb0\x6a\x4d\xf0\x99\x5d\xab\xef\xf5\x27\xba\xe2\x4c\xfc\xde\x69\xb7\x78\x98\x68\x7a\x14\xe1\xcc\x58\x1a\x2e\x70\x36\x1b\xba\xcb\x2e\x49\x46\xe5\x92\x8b\xc4\xa7\x16\x67\x83\x89\x0e\x84\xbb\x54\xe1\x06\xc3\x86\x13\xcc\x9b\x57\xb4\x56\x2c\x4a\x8f\x73\x02\x8d\x86\xd6\x88\x36\x3c\x5c\x7d\x58\x94\x39\x9c\x1d\x5f\x0d\x5d\x9f\xf5\xee\xf8\xe5\x00\xbf\x2f\x2f\xe4\xf6\xa5\xf6\xfa\x82\xb6\x86\x32\xab\x8a\x4d\xbc\xf6\xe9\xe5\xb2\xc5\x44\x5b\xc3\x2e\x55\xb8\xd6\x60\x38\xad\x69\x02\x73\xf3\xf6\xf1\xfd\x0c\xb7\x6c\x9b\xd0\xc2\x63\xe7\x60\xf1\x30\x51\xf4\x28\x02\x5a\xb3\xd5\x5c\xe0\xdc\x3c\x06\x4f\x37\x36\x3e\xef\xd3\xd7\x88\x03\xed\xa2\x4b\x13\x76\x2f\x6b\x93\x4b\xf8\x74\x81\xfb\x43\x4a\xe4\xd6\xe3\x66\x96\xdc\x3a\x9a\xbd\x3b\x94\x6d\xf0\xc8\xed\xc9\x44\x6e\x61\x26\xb7\xb8\x65\xcf\x35\xf3\x69\xd3\x73\xcd\x70\x6b\x9e\x6d\xf8\xb3\xfd\x1d\xad\x99\x38\x6b\x15\x43\xed\x0f\x3f\xf2\x6c\x52\xb9\xeb\xb8\x70\xb2\x66\xe3\xa6\xa8\x4d\xac\xb3\xc7\xca\xa5\x87\x46\xfd\x91\x67\xf8\xc6\xb1\xe2\x39\xf3\x78\xcc\x6e\xf1\xd0\xb6\x66\x28\xe2\x67\x69\x1c\x39\x8c\x9c\x4a\x49\x56\xac\x58\x3d\x13\xe7\x19\xba\x66\x0e\xe1\x59\x8a\x66\x75\x6e\xa6\xab\x4c\xd5\x08\x2f\xa4\xe8\x64\xd9\x41\x92\x31\x73\xbc\x56\x97\x82\x71\x7d\xcf\xee\x2f\xea\xef\x71\x36\x38\x7b\x98\x92\x2a\x87\x36\x56\x8f\xa5\x8f\x63\x6a\x99\x43\xfa\xa6\xdf\x9f\x81\xd5\x28\x00\xb9\x6c\xea\xcf\xb1\xba\x5d\x3b\x88\x2d\xd8\xb3\x70\xac\x9e\x98\x45\xda\xa3\x24\xb6\x73\x22\xcb\x32\x8f\x07\x60\x1a\x0d\x6b\xed\x3a\x3c\xb6\xc9\x9c\x5a\xb9\x0d\x84\xa4\x62\xfb\x02\xf6\xd9\x58\xc6\xc1\xb2\x82\x0b\x96\xf1\xb9\x79\x1d\x55\x32\x06\xc2\x95\x8b\x86\x98\x99\xd7\x01\x5d\x05\xaf\x8a\x0a\x68\xe7\xbb\xde\x9d\xf1\xfa\xb6\xed\x4c\xd6\x09\x1c\xad\xd1\x83\xe7\x8c\xaf\x3c\xce\x70\xf9\x0a\x9d\xde\xf2\x03\x07\x87\xc9\x9b\x9f\x19\x5f\xc1\x39\x5f\xa1\xfb\x7e\x82\x94\xeb\x5b\x9f\xee\x06\x2c\x20\x96\xf1\x3e\x49\xb8\x1d\x39\xcb\x06\x3e\xd8\x27\xee\x89\x4e\x8a\xaa\xf4\x7a\xe3\xa9\x81\xc4\x24\xd1\x10\xc5\xdb\xc9\xfb\x9c\xbb\x8c\x02\x3a\xb1\x73\x8c\xe0\x5d\xfd\x36\xaa\xfb\x69\xe3\x6f\xf3\x16\xe2\x1b\xba\x87\xb9\xce\xfe\xf0\x78\xe3\x20\xfb\xc3\xd1\x64\xa4\x58\x55\x64\xd5\xcd\xf8\x3a\xfb\x43\x51\x21\x9b\x8e\x7c\xef\xcc\xbb\x45\x18\xa9\x7e\x9d\xfd\x01\x1f\xcf\xff\x18\x37\x51\x36\x91\xb2\x3f\xae\x4d\xaa\xce\x5d\x8a\xf7\xc8\xe8\x46\xf2\xa2\x24\xca\xab\xc2\x8c\x45\x7c\x5a\x5a\x3b\x14\x87\x48\xa3\x8e\x62\x7c\xe9\x5c\x11\xb5\xc6\xb2\xc4\xb9\x47\x85\x11\x8d\x86\xb5\xc2\x4e\x78\xb8\x7d\x37\xce\x6f\xe1\x8c\xf3\x5b\xdc\x40\x5b\x5a\x79\x3c\x7f\xad\xd2\x0a\xcb\x76\x27\x3c\xa0\x75\xa2\xb4\x82\x4f\x55\x5a\xa1\x8d\x3c\x5d\x7a\xdc\x54\xd1\x68\x58\xb6\x3b\xe1\xe1\xae\x5b\xa4\x4b\x09\x1f\xd3\x25\xaa\xcd\x78\x93\xf8\x74\xa3\x95\xe0\xbe\xb3\x92\xf0\x0e\xb3\x12\x01\x67\x09\x7a\xcd\x32\xa5\x0b\xfa\x93\x55\x79\x9c\x3f\x48\x9f\x73\x8e\x3e\x2e\x3a\xe0\xee\xa3\x0c\x37\x62\x3a\x6e\xf0\xce\xbd\x5c\x3c\xcc\xf1\x89\x48\xc2\x85\x57\xef\xc0\x82\x22\x23\x1e\x25\xad\x1b\x83\x38\xea\x38\x1c\x8f\x23\xc5\x37\xb4\x60\x3f\xdb\x1f\xe8\x7d\xb2\x26\xc5\x8a\x5e\x09\x5e\x52\xa1\x1e\x9a\x80\x44\xb2\xbc\xec\xc4\x4c\xb8\xb9\x29\xd2\x8e\x70\x82\x2e\x9b\xf7\x1e\xed\x21\xb2\xac\x93\x0d\x36\x26\xcc\xcd\xa3\x37\x72\xe0\xf1\xea\xe4\xc0\xcc\xbd\x8c\x89\xeb\x98\xce\x46\x73\x75\x11\x4f\xd8\xa8\x58\x82\x2e\xe1\x2b\x5d\x8e\x88\x51\x17\x93\x80\x6b\xf7\x36\x22\x72\xe9\x8a\x12\xde\xef\x94\xed\x08\x0c\x5b\x87\xe0\xa3\x79\x20\x03\xfa\x96\x66\x3c\x61\xca\xa3\x2f\xd0\x1a\x11\x6b\xed\x3b\x34\x01\x8f\x9d\x2d\x1f\xf8\xe6\x5e\x06\x8f\x11\x98\x4f\x5d\xa3\x1a\x11\x13\xc5\x0e\x4d\xd8\x63\x04\x46\x72\x38\x3d\xba\x40\x8f\x11\xe8\xda\xf3\x89\xbb\x03\xc4\x84\xd0\x27\x09\x26\x03\xc7\x06\xde\xdb\x27\x7a\xce\xe8\x73\x18\x1c\x18\xfb\xe4\x6d\x16\x4b\xc5\x05\x4d\xa7\x2e\x35\x5f\x60\xc8\x94\xb7\x19\x3c\x1a\x23\x0f\x88\x63\x33\xa6\xa3\xce\xcd\x1b\x3a\xf1\x62\xc2\xa3\x9a\xa3\x46\x43\xa7\x5e\x6d\x78\xb8\xb9\x17\x13\x04\xce\x98\xc0\xef\x2c\x52\x12\xc4\x83\x6b\x1f\x17\x13\xc5\x5e\xca\x70\x97\x1a\x29\x29\x3a\xb6\x5e\x8e\x29\x39\xcc\x85\x2b\xcd\x88\x54\x2c\x91\x94\x88\x64\x1d\x0b\xea\xd3\xe8\xc1\x63\x6c\xb4\xbf\x7a\x8a\x3a\x5c\xd7\xd5\xe5\x08\xef\xbb\x5f\xe8\xb4\x95\x2c\x97\x94\xf9\xd4\x0e\xa8\x11\x31\xf1\xd4\x34\xf1\xc4\x5e\x7d\x07\x25\xe3\x24\x7d\x91\xf1\xa1\xe6\x08\x9a\x23\xcc\xdc\xd7\x39\x27\xe9\x1e\x2d\xad\x43\xb1\xec\x90\x53\x83\x1d\xa0\xee\xe5\x55\xf5\x7d\x58\xeb\x7d\xa2\xef\xf4\x3d\xeb\x96\x1e\xd4\xa8\x45\x84\x8d\x09\x3f\x8c\xeb\xf3\xe1\x59\x6e\x47\x93\xbe\x1b\x11\xd7\x1b\x22\xc2\xa3\xcb\x3d\x03\x87\x8e\xe9\x1d\x82\x80\x8a\x42\x44\x6c\x60\xae\xff\xa3\xa7\x77\x3e\x15\x43\xf2\x46\xf3\x63\xff\xd9\x5d\x13\x1c\x6e\x52\xdf\x8c\x1c\xb9\xdc\xc2\x85\xdc\x0e\x69\x8f\xfb\xd5\x1c\x77\x44\x7b\xb7\xa1\x3b\xe1\x23\xf5\x62\x1a\x5d\x70\x54\xf3\x42\x11\xb1\x64\x99\xc7\xde\xdc\x01\x62\x79\xea\x93\x8c\xcc\x96\x8b\x0c\xd7\x44\xe8\x35\xf7\xf0\x7d\x44\xe9\xd3\x0e\x65\x8d\x38\xb8\xfe\x92\x53\xac\x4f\x4e\xb1\xe8\xa4\x24\xcc\xaf\x71\x35\x2e\xa2\x32\x22\x73\x9f\x17\x13\x6b\x44\x54\x0c\x7d\x9a\x80\x6a\x20\x96\x0f\x1c\xe9\x97\x47\x2a\x0c\xbb\x8a\x02\x5e\x2f\xde\x1a\x38\xb4\xf3\xea\x10\x04\xd4\x17\x28\x18\x87\x0b\xfd\x7f\x48\xd5\x37\x80\x55\xe3\xc3\x8c\x1a\xbf\x9c\x4d\xe3\xbe\x49\x63\xf4\x62\x60\x5e\x7a\x6c\x13\x1a\x0d\x9d\x16\xb5\xe1\xe1\xae\x01\xe6\x65\x09\x3f\xf2\xf2\x00\x27\x94\x5b\x5a\xa8\x85\x60\xe9\xca\xb7\xf1\x8e\x0e\xf2\x60\x2f\xf9\x98\x36\xb0\x73\xca\x96\x1f\xbc\x6f\xdf\x07\x5c\x7f\xaf\xbd\x1a\x8a\x34\x78\x98\x64\x7a\x14\xe1\x54\x26\x0c\x17\xf8\xc0\xd4\xc7\x01\x6b\x90\x5c\xf8\xec\x31\x0c\x1c\xba\xd4\xeb\x10\x84\x5b\x97\x69\x26\x30\xd3\xff\xf1\x1e\x22\x8b\x6f\xc8\xbd\xd7\x5e\xc2\x22\x22\x6b\x9e\x9d\x03\x99\x71\xcb\x9e\xf6\x98\xe0\xc7\xc5\xf9\xde\x93\x82\x7e\x7a\xb2\x94\x79\x74\x3e\xa0\xd1\xb0\xb2\xed\x84\x87\x53\xf2\x4f\xd9\x12\xce\x53\xb6\xd7\x01\x41\xff\x96\x8a\x5f\x3f\xbc\x07\xb8\xe1\x7d\x21\x2f\xbc\xc6\x09\xef\x13\x0e\x78\xeb\x04\xdf\xd1\xc5\xdb\x1b\x7f\xf9\x37\x70\x58\xee\xbb\x04\xe1\x0c\x7b\x69\x26\xf0\x5d\xff\x47\xad\xec\xac\x0a\xe6\xd3\x68\x95\xc5\xc3\x72\x6f\x29\x62\x3d\xd8\x4c\xf6\x6f\xef\x30\x9e\xb5\x03\x56\x63\xf0\xbc\xac\xa6\x18\xcd\xea\xa1\x3c\x5b\xf1\xdd\xe1\x98\x51\x79\xb2\x1d\x12\x07\xf2\x2c\xdd\x77\x87\x31\x49\x03\x7f\xa4\x45\x24\xc3\x09\x5c\x01\xc0\xa9\xf9\x9c\xd9\xaf\x51\xbb\x81\x0e\xc8\xca\xce\xe1\x98\x29\xcd\x38\x9f\x35\x75\x7a\x4c\xa0\x4b\xcd\xe8\x9d\x49\x07\x62\x6a\xb7\x03\x39\x4d\x3f\xd0\x71\xce\xfe\x1d\x88\xa4\xca\x41\x8c\xd5\xb9\x77\x00\xed\x45\x00\x0b\x33\xed\x22\x80\x03\xb3\x3a\xed\x16\x68\x58\xa7\x9d\x17\x2b\x9e\x2e\xe2\x95\x60\x5e\xd5\x9c\xfa\xb8\xe8\x72\x73\x1f\x65\xb8\x75\xa7\xe5\x06\x96\x1b\x7c\x10\x2c\x3d\x19\x70\x28\xec\x73\x23\x3a\x84\x23\xa0\xd1\xf3\x48\xc1\x0b\x98\x09\xdc\xd8\x0a\xf9\x59\x09\x6a\xce\x63\xc9\xca\x75\x54\x1e\x27\x1e\x8f\xc1\xd1\x49\xc8\x93\xe4\xe1\x26\x24\x9a\x25\x38\x96\xae\x45\x3d\x6a\x4b\x19\x27\x29\x15\x0e\xf0\x81\xe4\x07\x9c\x95\x63\x4e\xa2\x2c\x5c\xac\x81\x9e\x9e\x69\x77\x42\x73\xaa\x48\x4a\x5a\x77\xe7\x51\x54\x10\x65\xf2\xfd\x8b\x12\x15\xfd\xe5\x95\x4b\x0a\xdf\x1e\xa0\xd7\x72\x40\xc2\x2c\xd4\xd3\x49\xeb\x85\x23\x89\x33\xa5\x62\x53\xa7\x0b\xc5\x4b\xda\x34\xd0\xd3\x29\xeb\x84\x1e\x96\xae\x7b\x4f\x65\x79\x8f\x15\xe5\xfd\xb8\x92\xbc\x39\xa0\x77\x3e\x44\x52\x12\x91\x93\x1c\x93\xa0\xcd\x21\x9b\xd4\x07\xa4\x68\xc3\x55\xc6\x8a\xa7\x53\xb5\x51\x07\x24\xcb\x15\xde\xff\x0f\x00\x00\xff\xff\x6f\xa7\x22\x28\xa5\x5c\x01\x00"),
 		},
 		"/cr-example.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "cr-example.yaml",
@@ -161,9 +161,9 @@
 		"/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-deployment.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 2395,
+			uncompressedSize: 2386,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x2e\x10\xdb\xc9\x16\x05\x16\xea\x49\x4d\x9c\xc6\x68\x6a\x1b\x96\xb7\xc1\x9e\x0a\x9a\x1a\x4b\x44\x28\x8e\x4a\x52\xf6\xaa\x5f\x5f\x50\xb6\x1c\xdb\x9b\xa6\x3d\x04\x28\x4f\x96\x66\xe6\xcd\x7b\x33\x4f\x74\x8c\xe1\xfb\x9d\x28\xc6\xa3\x92\x64\x1c\xe5\xf0\x0c\x5f\x12\xd2\x5a\xc8\x92\x90\xf1\xc6\xef\x84\x25\xdc\x73\x63\x72\xe1\x15\x1b\x7c\x48\xb3\xfb\x8f\x68\x4c\x4e\x16\x6c\x08\x6c\x51\xb1\xa5\x28\x86\x64\xe3\xad\x5a\x37\x9e\x2d\xf4\x1e\x10\xa2\xb0\x44\x15\x19\xef\x46\x40\x46\xd4\xa1\xcf\xe6\xab\xe9\xed\x04\x1b\xa5\x09\xb9\x72\xfb\x22\xca\xb1\x53\xbe\x8c\x62\xf8\x52\x39\xec\xd8\x3e\x63\xc3\x16\x22\xcf\x55\x68\x2c\x34\x94\xd9\xb0\xad\xf6\x34\x2c\x15\xc2\xe6\xca\x14\x90\x5c\xb7\x56\x15\xa5\x07\xef\x0c\x59\x57\xaa\x7a\x14\xc5\x58\x05\x19\xd9\x7d\xcf\xc4\xed\x61\xbb\x9e\x9e\xf1\x95\x9b\x83\x86\x13\xb9\x87\x29\x5c\xe1\x77\xb2\x2e\x34\xf9\x34\xba\x8e\x62\x7c\x08\x29\x83\x43\x70\xf0\xf1\x27\xb4\xdc\xa0\x12\x2d\x0c\x7b\x34\x8e\x4e\x90\xe9\x9b\xa4\xda\x43\x19\x48\xae\x6a\xad\x84\x91\xf4\x22\xeb\xd8\x61\x84\x8e\x40\xc0\xe0\xb5\x17\xca\x40\x74\x32\xc0\x9b\xd3\x34\x08\x1f\xc5\x51\x8c\xee\x94\xde\xd7\xc9\x78\xbc\xdb\xed\x46\xa2\xa3\x3b\x62\x5b\x8c\x7b\x75\xe3\xc7\xe9\xed\x64\x96\x4d\x86\x1d\xe5\x28\xc6\x17\xa3\xc9\x39\x58\xfa\xb3\x51\x96\x72\xac\x5b\x88\xba\xd6\x4a\x8a\xb5\x26\x68\xb1\x0b\x8b\xeb\xb6\xd3\x2d\x5d\x19\xec\xac\xf2\xca\x14\x57\x70\x87\xad\x47\xf1\xd9\x76\x5e\xc6\xd5\xd3\x53\xee\x2c\x81\x0d\x84\xc1\x20\xcd\x30\xcd\x06\xf8\x39\xcd\xa6\xd9\x55\x14\xe3\x69\xba\x7a\x98\x7f\x59\xe1\x29\x5d\x2e\xd3\xd9\x6a\x3a\xc9\x30\x5f\xe2\x76\x3e\xbb\x9b\xae\xa6\xf3\x59\x86\xf9\x3d\xd2\xd9\x57\xfc\x3a\x9d\xdd\x5d\x81\x94\x2f\xc9\x82\xbe\xd5\x36\xf0\x67\x0b\x15\x06\x49\x79\xd8\x69\x6f\xa0\x9e\x40\xf0\x47\x78\x76\x35\x49\xb5\x51\x12\x5a\x98\xa2\x11\x05\xa1\xe0\x2d\x59\x13\xec\x51\x93\xad\x94\x0b\xeb\x74\x10\x26\x8f\x62\x68\x55\x29\xdf\xb9\xc8\x7d\x2f\x2a\xb4\x79\xcf\x6f\x2b\x12\xb5\x3a\xd8\x29\x09\x1b\x70\xe3\xed\x4d\xf4\xac\x4c\x9e\xe0\x8e\x6a\xcd\x6d\xf8\x38\xa2\x8a\xbc\xc8\x85\x17\x49\x04\x18\x51\x51\x02\x29\x2a\xd2\xc3\xe7\x21\xd7\x64\x85\x67\x1b\x01\x5a\xac\x49\xbb\x90\x82\x80\x94\x60\x70\x48\x1a\x74\xaf\xba\x87\x53\x6f\x04\x0b\xb2\x21\xe3\x13\x1c\x51\xc2\xa4\x02\x82\xa5\xce\x0b\x2e\xc1\x4d\x04\x38\x6f\x85\xa7\xa2\xdd\x63\xfb\xb6\xa6\x04\x4b\x92\x96\x84\xa7\x10\x26\x4d\xd2\xb3\xdd\x87\x2b\xe1\x65\xf9\x78\xc2\xe5\x0d\xca\x9e\xaa\x5a\x0b\x4f\x87\xca\x13\x95\xe1\xe8\x33\x90\x37\x60\xf6\xe7\x3f\x09\xec\x93\x5f\x19\x50\xaf\xbd\xfb\x4d\x76\xab\x24\xa5\x52\x72\x63\xfc\xec\xad\xc6\xe1\x5a\x13\x2a\xdc\x2c\x2f\x4c\x87\xff\xc6\x15\x50\x95\x28\x28\x41\xce\xf2\x99\xec\x48\xf1\x78\x4f\x7c\x7c\x28\x49\x6e\x46\x3f\x8c\x3e\x0d\xb3\x59\xba\xc8\x1e\xe6\xab\xcb\xc2\x45\xa3\xf5\x82\xb5\x92\x6d\x82\xe9\x66\xc6\x7e\x61\xc9\x05\xa7\xbc\xe4\x49\xae\x2a\x61\xf2\xe4\xe4\x55\x20\xf6\x1c\xf0\x2f\xde\xbd\x42\xaf\x66\xeb\xdd\x65\xed\x51\xea\x82\xad\x4f\xf0\xf9\xfa\xf3\xf5\x59\x46\xbf\xa2\x8a\xbc\x55\xd2\x9d\xc4\xc8\x6c\x2f\xc1\xf6\xa9\x4f\xe9\xea\xf6\xe1\x8f\x59\xfa\xdb\x24\x5b\xa4\xb7\x93\x0b\xb8\xad\xd0\x0d\xdd\x5b\xae\x92\x8b\x00\xb0\x51\xa4\xf3\x25\x6d\xbe\x8f\x1c\x62\x0b\xe1\xcb\xe4\xe8\xa9\x51\x68\xe7\x6a\x21\xe9\x55\x1a\xf3\xc5\x64\x99\xae\xe6\xcb\x8e\xc9\x6b\x24\x2e\xcd\x72\x09\xb0\x98\xdf\xfd\x63\xed\xfb\x09\x38\x4b\x8d\x71\x1c\x5b\xb8\x6a\x85\xde\x89\xd6\x75\x77\x55\xbf\x4f\x1c\x45\x5f\x41\x99\x9c\x6a\x32\x39\x19\xaf\x5b\x6c\x2c\x57\x6f\xce\xbe\xd7\xf5\x3f\x6d\x46\xab\x2d\x19\x72\x6e\x61\x79\x4d\xe7\x40\xe1\x8f\xee\x17\xf2\x97\xe8\x75\x07\x3a\x2e\x49\x68\x5f\xfe\x75\x19\xec\xfd\x7a\x73\x16\x50\x46\x79\x25\xf4\x1d\x69\xd1\x66\x24\xd9\xe4\x2e\xc1\x8f\x67\x29\x35\x59\xc5\xf9\x49\xf0\xef\x00\x00\x00\xff\xff\x32\x7b\xd6\x14\x5b\x09\x00\x00"),
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xd1\x6e\xe2\x46\x14\x7d\xf7\x57\x1c\xe1\x97\x5d\x29\x81\xcd\x56\x95\x56\xee\x93\x9b\x90\x2e\x6a\x0a\x08\xb3\x8d\xf6\xa9\x1a\xc6\x17\x7c\x95\xf1\x5c\x77\x66\x80\xa5\x5f\x5f\x8d\xc1\x04\xd8\x34\xed\x43\xa4\xce\x13\xf6\x3d\x73\xe6\x9c\x7b\x8f\x87\x14\xd7\x6f\xb7\x92\x14\x0f\xac\xc9\x7a\x2a\x11\x04\xa1\x22\xe4\x8d\xd2\x15\xa1\x90\x65\xd8\x2a\x47\xb8\x97\xb5\x2d\x55\x60\xb1\x78\x97\x17\xf7\xef\xb1\xb6\x25\x39\x88\x25\x88\x43\x2d\x8e\x92\x14\x5a\x6c\x70\xbc\x58\x07\x71\x30\x7b\x42\xa8\x95\x23\xaa\xc9\x06\xdf\x07\x0a\xa2\x96\x7d\x3c\x99\x8f\x6e\x87\x58\xb2\x21\x94\xec\xf7\x9b\xa8\xc4\x96\x43\x95\xa4\x08\x15\x7b\x6c\xc5\x3d\x61\x29\x0e\xaa\x2c\x39\x1e\xac\x0c\xd8\x2e\xc5\xd5\x7b\x19\x8e\x56\xca\x95\x6c\x57\xd0\xd2\xec\x1c\xaf\xaa\x00\xd9\x5a\x72\xbe\xe2\xa6\x9f\xa4\x98\x47\x1b\xc5\x7d\xa7\xc4\xef\x69\xdb\x33\x83\xe0\xab\xac\x0f\x1e\x4e\xec\x1e\xba\x70\x85\xdf\xc9\xf9\x78\xc8\xc7\xfe\x87\x24\xc5\xbb\x08\xe9\x1d\x8a\xbd\xf7\x3f\x61\x27\x6b\xd4\x6a\x07\x2b\x01\x6b\x4f\x27\xcc\xf4\x4d\x53\x13\xc0\x16\x5a\xea\xc6\xb0\xb2\x9a\x9e\x6d\x1d\x4f\xe8\xa3\x15\x10\x39\x64\x11\x14\x5b\xa8\xd6\x06\x64\x79\x0a\x83\x0a\x49\x9a\xa4\x68\x57\x15\x42\x93\x0d\x06\xdb\xed\xb6\xaf\x5a\xb9\x7d\x71\xab\x41\xe7\x6e\xf0\x30\xba\x1d\x8e\x8b\xe1\x75\x2b\x39\x49\xf1\xc5\x1a\xf2\x1e\x8e\xfe\x5c\xb3\xa3\x12\x8b\x1d\x54\xd3\x18\xd6\x6a\x61\x08\x46\x6d\xe3\xe0\xda\xe9\xb4\x43\x67\x8b\xad\xe3\xc0\x76\x75\x05\x7f\x98\x7a\x92\x9e\x4d\xe7\xb9\x5d\x9d\x3c\xf6\x67\x00\xb1\x50\x16\xbd\xbc\xc0\xa8\xe8\xe1\xe7\xbc\x18\x15\x57\x49\x8a\xc7\xd1\xfc\xf3\xe4\xcb\x1c\x8f\xf9\x6c\x96\x8f\xe7\xa3\x61\x81\xc9\x0c\xb7\x93\xf1\xdd\x68\x3e\x9a\x8c\x0b\x4c\xee\x91\x8f\xbf\xe2\xd7\xd1\xf8\xee\x0a\xc4\xa1\x22\x07\xfa\xd6\xb8\xa8\x5f\x1c\x38\x36\x92\xca\x38\xd3\x2e\x40\x9d\x80\x98\x8f\xf8\xec\x1b\xd2\xbc\x64\x0d\xa3\xec\x6a\xad\x56\x84\x95\x6c\xc8\xd9\x18\x8f\x86\x5c\xcd\x3e\x8e\xd3\x43\xd9\x32\x49\x61\xb8\xe6\xd0\xa6\xc8\x7f\x6f\x2a\x1e\xf3\x96\xdf\x56\xa2\x1a\x3e\xc4\x29\x8b\x13\xf0\x83\xcd\x4d\xf2\xc4\xb6\xcc\x70\x47\x8d\x91\x5d\xfc\x38\x92\x9a\x82\x2a\x55\x50\x59\x02\x58\x55\x53\x06\xad\x6a\x32\xd7\x4f\xd7\xd2\x90\x53\x41\x5c\x02\x18\xb5\x20\xe3\x23\x04\x91\x29\x43\xef\x00\xea\xb5\xaf\xda\x87\xd3\x6c\xc4\x08\x8a\x25\x1b\x32\x1c\x59\x62\xa7\x22\x83\xa3\x36\x0b\x3e\xc3\x4d\x02\xf8\xe0\x54\xa0\xd5\x6e\xcf\x1d\x76\x0d\x65\x98\x91\x76\xa4\x02\xc5\x32\x19\xd2\x41\xdc\xbe\x5c\xab\xa0\xab\x87\x13\x2d\xaf\x48\x0e\x54\x37\x46\x05\x3a\xec\x3c\x71\x19\x97\x39\x23\x79\x85\x66\xbf\xfe\x93\xc1\x0e\xfc\x42\x83\x3a\xef\xed\x6f\x72\x1b\xd6\x94\x6b\x2d\x6b\x1b\xc6\xaf\x1d\x1c\xaf\x35\xc5\xf1\x66\x79\x56\x7a\xfd\x6f\x5a\x01\xae\xd5\x8a\x32\x94\xa2\x9f\xc8\xf5\x59\x06\x7b\xe1\x83\xc3\x96\xec\xa6\xff\x43\xff\xe3\x25\x7e\xba\x36\x66\x2a\x86\xf5\x2e\xc3\x68\x39\x96\x30\x75\xe4\x63\x40\x9e\x71\x5a\xea\x5a\xd9\x32\x3b\x79\x15\xf5\x3c\x45\xda\x8b\x77\x2f\xa8\x6a\xc4\x05\x7f\xb9\xf7\xe8\x70\x2a\x2e\x64\xf8\xf4\xe1\xd3\x87\x33\x44\x37\x99\x9a\x82\x63\xed\x4f\x6a\x64\x37\x97\x64\x7b\xe8\x63\x3e\xbf\xfd\xfc\xc7\x38\xff\x6d\x58\x4c\xf3\xdb\xe1\x05\xdd\x46\x99\x35\xdd\x3b\xa9\xb3\x8b\x02\xb0\x64\x32\xe5\x8c\x96\xdf\x57\x0e\xb5\xa9\x0a\x55\x76\x8c\x52\x3f\x1e\xe7\x1b\xa5\xe9\x45\x19\x93\xe9\x70\x96\xcf\x27\xb3\x56\xc9\x4b\x22\x2e\x33\x72\x49\x30\x9d\xdc\xfd\xe3\xde\xb7\x33\x70\x06\x4d\x71\x6c\x5b\xbc\x61\x95\xd9\xaa\x9d\x6f\xaf\xa8\x6e\x9e\x38\x9a\xbe\x02\xdb\x92\x1a\xb2\x25\xd9\x60\x76\x58\x3a\xa9\x5f\xed\x7d\xe7\xeb\x7f\x9a\x8c\xe1\x0d\x59\xf2\x7e\xea\x64\x41\xe7\x44\xf1\xff\xed\x17\x0a\x97\xec\x4d\x4b\x3a\xa8\x48\x99\x50\xfd\x75\x59\xec\xf2\x7a\x73\x56\x60\xcb\x81\x95\xb9\x23\xa3\x76\x05\x69\xb1\xa5\xcf\xf0\xe3\x19\xa4\x21\xc7\x52\x9e\x14\xff\x0e\x00\x00\xff\xff\x7d\x6d\x58\xf1\x52\x09\x00\x00"),
 		},
 		"/operator-pod-monitor.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-pod-monitor.yaml",
diff --git a/go.mod b/go.mod
index a8debc2..0f2dc8c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@
 
 require (
 	github.com/Masterminds/semver v1.5.0
-	github.com/apache/camel-k/pkg/apis/camel v1.3.0
-	github.com/apache/camel-k/pkg/client/camel v1.3.0
-	github.com/apache/camel-k/pkg/kamelet/repository v1.3.0
+	github.com/apache/camel-k/pkg/apis/camel v1.3.2
+	github.com/apache/camel-k/pkg/client/camel v1.3.2
+	github.com/apache/camel-k/pkg/kamelet/repository v1.3.2
 	github.com/container-tools/spectrum v0.3.2
 	github.com/evanphx/json-patch v4.9.0+incompatible
 	github.com/fatih/structs v1.1.0
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 937be88..66342ca 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application.
-appVersion: 1.3.2-SNAPSHOT
+appVersion: 1.3.2
 
 icon: https://github.com/apache/camel/raw/master/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index cf6f1ad..7da9371 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@
 fullnameOverride: ""
 
 operator:
-  image: docker.io/apache/camel-k:1.3.2-SNAPSHOT
+  image: docker.io/apache/camel-k:1.3.2
 
 platform:
   build:
diff --git a/pkg/client/camel/go.mod b/pkg/client/camel/go.mod
index f32fa87..bc23bb0 100644
--- a/pkg/client/camel/go.mod
+++ b/pkg/client/camel/go.mod
@@ -3,7 +3,7 @@
 go 1.13
 
 require (
-	github.com/apache/camel-k/pkg/apis/camel v1.3.0
+	github.com/apache/camel-k/pkg/apis/camel v1.3.2
 	k8s.io/apimachinery v0.18.9
 	k8s.io/client-go v0.18.9
 	k8s.io/code-generator v0.18.9 // indirect
diff --git a/pkg/kamelet/repository/go.mod b/pkg/kamelet/repository/go.mod
index 7e0ddd4..6fe794f 100644
--- a/pkg/kamelet/repository/go.mod
+++ b/pkg/kamelet/repository/go.mod
@@ -3,8 +3,8 @@
 go 1.13
 
 require (
-	github.com/apache/camel-k/pkg/apis/camel v1.3.0
-	github.com/apache/camel-k/pkg/client/camel v1.3.0
+	github.com/apache/camel-k/pkg/apis/camel v1.3.2
+	github.com/apache/camel-k/pkg/client/camel v1.3.2
 	github.com/google/go-github/v32 v32.1.0
 	github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
 	github.com/stretchr/testify v1.5.1
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 3aa8150..63ba929 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@
 
 const (
 	// Version --
-	Version = "1.3.2-SNAPSHOT"
+	Version = "1.3.2"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.6.0"
diff --git a/script/Makefile b/script/Makefile
index 3d91c2c..ae272bd 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION := 1.3.2-SNAPSHOT
+VERSION := 1.3.2
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
 LAST_RELEASED_VERSION := 1.3.1
 RUNTIME_VERSION := 1.6.0