From 2039f7d2707e26ae22c20024bd3f1579bcedbc47 Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Fri, 6 Mar 2020 17:38:36 +0100 Subject: [PATCH 1/9] Add some sugar to rest APIs #1316 --- deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml | 3136 +++++++++++++++++ .../camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml | 892 +++++ deploy/resources.go | 16 + e2e/files/petstore-api.yaml | 111 + e2e/files/petstore.groovy | 29 + e2e/openapi_test.go | 85 + e2e/test_support.go | 81 +- examples/greetings.groovy | 2 +- examples/petstore-api.yaml | 111 + examples/petstore.groovy | 29 + pkg/metadata/metadata_dependencies_test.go | 30 +- pkg/trait/deployment_test.go | 15 +- pkg/trait/knative_service_test.go | 72 +- pkg/trait/rest-dsl.go | 39 +- pkg/trait/trait.go | 17 +- pkg/trait/trait_test.go | 38 +- pkg/trait/trait_types.go | 160 +- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 2 +- 19 files changed, 4754 insertions(+), 113 deletions(-) create mode 100644 deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml create mode 100644 deploy/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml create mode 100644 e2e/files/petstore-api.yaml create mode 100644 e2e/files/petstore.groovy create mode 100644 e2e/openapi_test.go create mode 100644 examples/petstore-api.yaml create mode 100644 examples/petstore.groovy diff --git a/deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml b/deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml new file mode 100644 index 0000000000..9f82592571 --- /dev/null +++ b/deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml @@ -0,0 +1,3136 @@ +# --------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# --------------------------------------------------------------------------- + +apiVersion: camel.apache.org/v1 +kind: CamelCatalog +metadata: + name: camel-catalog-1.2.0-snapshot-main + labels: + app: camel-k + camel.apache.org/catalog.version: 3.1.0 + camel.apache.org/catalog.loader.version: 3.1.0 + camel.apache.org/runtime.version: 1.2.0-SNAPSHOT + camel.apache.org/runtime.provider: main +spec: + runtime: + version: 1.2.0-SNAPSHOT + provider: main + applicationClass: org.apache.camel.k.main.Application + metadata: + camel.version: 3.1.0 + quarkus.version: 1.3.0.Alpha2 + camel-quarkus.version: 1.0.0-M4 + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-runtime-main + capabilities: + health: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-runtime-health + rest: + dependencies: + - groupId: org.apache.camel + artifactId: camel-rest + - groupId: org.apache.camel + artifactId: camel-undertow + artifacts: + camel-zipfile: + groupId: org.apache.camel + artifactId: camel-zipfile + dataformats: + - zipfile + javaTypes: + - org.apache.camel.dataformat.zipfile.ZipFileDataFormat + camel-fop: + groupId: org.apache.camel + artifactId: camel-fop + schemes: + - id: fop + http: false + passive: false + javaTypes: + - org.apache.camel.component.fop.FopComponent + camel-azure: + groupId: org.apache.camel + artifactId: camel-azure + schemes: + - id: azure-blob + http: false + passive: false + - id: azure-queue + http: false + passive: false + javaTypes: + - org.apache.camel.component.azure.blob.BlobServiceComponent + - org.apache.camel.component.azure.queue.QueueServiceComponent + camel-seda: + groupId: org.apache.camel + artifactId: camel-seda + schemes: + - id: seda + http: false + passive: true + javaTypes: + - org.apache.camel.component.seda.SedaComponent + camel-mina: + groupId: org.apache.camel + artifactId: camel-mina + schemes: + - id: mina + http: false + passive: false + javaTypes: + - org.apache.camel.component.mina.MinaComponent + camel-aws2-mq: + groupId: org.apache.camel + artifactId: camel-aws2-mq + schemes: + - id: aws2-mq + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.mq.MQ2Component + camel-printer: + groupId: org.apache.camel + artifactId: camel-printer + schemes: + - id: lpr + http: false + passive: false + javaTypes: + - org.apache.camel.component.printer.PrinterComponent + camel-wordpress: + groupId: org.apache.camel + artifactId: camel-wordpress + schemes: + - id: wordpress + http: false + passive: false + javaTypes: + - org.apache.camel.component.wordpress.WordpressComponent + camel-websocket: + groupId: org.apache.camel + artifactId: camel-websocket + schemes: + - id: websocket + http: true + passive: false + javaTypes: + - org.apache.camel.component.websocket.WebsocketComponent + camel-slack: + groupId: org.apache.camel + artifactId: camel-slack + schemes: + - id: slack + http: false + passive: false + javaTypes: + - org.apache.camel.component.slack.SlackComponent + camel-influxdb: + groupId: org.apache.camel + artifactId: camel-influxdb + schemes: + - id: influxdb + http: false + passive: false + javaTypes: + - org.apache.camel.component.influxdb.InfluxDbComponent + camel-lumberjack: + groupId: org.apache.camel + artifactId: camel-lumberjack + schemes: + - id: lumberjack + http: false + passive: false + javaTypes: + - org.apache.camel.component.lumberjack.LumberjackComponent + camel-stax: + groupId: org.apache.camel + artifactId: camel-stax + schemes: + - id: stax + http: false + passive: false + javaTypes: + - org.apache.camel.component.stax.StAXComponent + camel-sjms2: + groupId: org.apache.camel + artifactId: camel-sjms2 + schemes: + - id: sjms2 + http: false + passive: false + javaTypes: + - org.apache.camel.component.sjms2.Sjms2Component + camel-facebook: + groupId: org.apache.camel + artifactId: camel-facebook + schemes: + - id: facebook + http: false + passive: false + javaTypes: + - org.apache.camel.component.facebook.FacebookComponent + camel-docker: + groupId: org.apache.camel + artifactId: camel-docker + schemes: + - id: docker + http: false + passive: false + javaTypes: + - org.apache.camel.component.docker.DockerComponent + camel-apns: + groupId: org.apache.camel + artifactId: camel-apns + schemes: + - id: apns + http: false + passive: false + javaTypes: + - org.apache.camel.component.apns.ApnsComponent + camel-aws2-ses: + groupId: org.apache.camel + artifactId: camel-aws2-ses + schemes: + - id: aws2-ses + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.ses.Ses2Component + camel-jaxb: + groupId: org.apache.camel + artifactId: camel-jaxb + dataformats: + - jaxb + javaTypes: + - org.apache.camel.converter.jaxb.JaxbDataFormat + camel-quartz: + groupId: org.apache.camel + artifactId: camel-quartz + schemes: + - id: quartz + http: false + passive: false + javaTypes: + - org.apache.camel.component.quartz.QuartzComponent + camel-aws-swf: + groupId: org.apache.camel + artifactId: camel-aws-swf + schemes: + - id: aws-swf + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.swf.SWFComponent + camel-ehcache: + groupId: org.apache.camel + artifactId: camel-ehcache + schemes: + - id: ehcache + http: false + passive: false + javaTypes: + - org.apache.camel.component.ehcache.EhcacheComponent + camel-spring-ws: + groupId: org.apache.camel + artifactId: camel-spring-ws + schemes: + - id: spring-ws + http: true + passive: false + javaTypes: + - org.apache.camel.component.spring.ws.SpringWebserviceComponent + camel-nagios: + groupId: org.apache.camel + artifactId: camel-nagios + schemes: + - id: nagios + http: false + passive: false + javaTypes: + - org.apache.camel.component.nagios.NagiosComponent + camel-mongodb: + groupId: org.apache.camel + artifactId: camel-mongodb + schemes: + - id: mongodb + http: false + passive: false + javaTypes: + - org.apache.camel.component.mongodb.MongoDbComponent + camel-aws2-iam: + groupId: org.apache.camel + artifactId: camel-aws2-iam + schemes: + - id: aws2-iam + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.iam.IAM2Component + camel-aws-eks: + groupId: org.apache.camel + artifactId: camel-aws-eks + schemes: + - id: aws-eks + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.eks.EKSComponent + camel-platform-http: + groupId: org.apache.camel + artifactId: camel-platform-http + schemes: + - id: platform-http + http: false + passive: false + javaTypes: + - org.apache.camel.component.platform.http.PlatformHttpComponent + camel-jetty: + groupId: org.apache.camel + artifactId: camel-jetty + schemes: + - id: jetty + http: true + passive: false + javaTypes: + - org.apache.camel.component.jetty9.JettyHttpComponent9 + camel-lzf: + groupId: org.apache.camel + artifactId: camel-lzf + dataformats: + - lzf + javaTypes: + - org.apache.camel.dataformat.lzf.LZFDataFormat + camel-aws2-translate: + groupId: org.apache.camel + artifactId: camel-aws2-translate + schemes: + - id: aws2-translate + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.translate.Translate2Component + camel-vm: + groupId: org.apache.camel + artifactId: camel-vm + schemes: + - id: vm + http: false + passive: true + javaTypes: + - org.apache.camel.component.vm.VmComponent + camel-crypto: + groupId: org.apache.camel + artifactId: camel-crypto + schemes: + - id: crypto + http: false + passive: false + dataformats: + - crypto + - pgp + javaTypes: + - org.apache.camel.component.crypto.DigitalSignatureComponent + - org.apache.camel.converter.crypto.CryptoDataFormat + - org.apache.camel.converter.crypto.PGPDataFormat + camel-cometd: + groupId: org.apache.camel + artifactId: camel-cometd + schemes: + - id: cometd + http: false + passive: false + - id: cometds + http: false + passive: false + javaTypes: + - org.apache.camel.component.cometd.CometdComponent + camel-bean-validator: + groupId: org.apache.camel + artifactId: camel-bean-validator + schemes: + - id: bean-validator + http: false + passive: false + javaTypes: + - org.apache.camel.component.bean.validator.BeanValidatorComponent + camel-http: + groupId: org.apache.camel + artifactId: camel-http + schemes: + - id: http + http: false + passive: false + - id: https + http: false + passive: false + dependencies: + - groupId: org.apache.camel + artifactId: camel-file + javaTypes: + - org.apache.camel.component.http.HttpComponent + camel-tika: + groupId: org.apache.camel + artifactId: camel-tika + schemes: + - id: tika + http: false + passive: false + javaTypes: + - org.apache.camel.component.tika.TikaComponent + camel-caffeine: + groupId: org.apache.camel + artifactId: camel-caffeine + schemes: + - id: caffeine-cache + http: false + passive: false + - id: caffeine-loadcache + http: false + passive: false + javaTypes: + - org.apache.camel.component.caffeine.cache.CaffeineCacheComponent + - org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent + camel-vertx: + groupId: org.apache.camel + artifactId: camel-vertx + schemes: + - id: vertx + http: false + passive: false + javaTypes: + - org.apache.camel.component.vertx.VertxComponent + camel-jslt: + groupId: org.apache.camel + artifactId: camel-jslt + schemes: + - id: jslt + http: false + passive: false + javaTypes: + - org.apache.camel.component.jslt.JsltComponent + camel-openstack: + groupId: org.apache.camel + artifactId: camel-openstack + schemes: + - id: openstack-cinder + http: false + passive: false + - id: openstack-glance + http: false + passive: false + - id: openstack-keystone + http: false + passive: false + - id: openstack-neutron + http: false + passive: false + - id: openstack-nova + http: false + passive: false + - id: openstack-swift + http: false + passive: false + javaTypes: + - org.apache.camel.component.openstack.cinder.CinderComponent + - org.apache.camel.component.openstack.glance.GlanceComponent + - org.apache.camel.component.openstack.keystone.KeystoneComponent + - org.apache.camel.component.openstack.neutron.NeutronComponent + - org.apache.camel.component.openstack.nova.NovaComponent + - org.apache.camel.component.openstack.swift.SwiftComponent + camel-google-calendar: + groupId: org.apache.camel + artifactId: camel-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.GoogleCalendarComponent + - org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent + camel-browse: + groupId: org.apache.camel + artifactId: camel-browse + schemes: + - id: browse + http: false + passive: true + javaTypes: + - org.apache.camel.component.browse.BrowseComponent + camel-ldif: + groupId: org.apache.camel + artifactId: camel-ldif + schemes: + - id: ldif + http: false + passive: false + javaTypes: + - org.apache.camel.component.ldif.LdifComponent + camel-google-sheets: + groupId: org.apache.camel + artifactId: camel-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.GoogleSheetsComponent + - org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent + camel-sap-netweaver: + groupId: org.apache.camel + artifactId: camel-sap-netweaver + schemes: + - id: sap-netweaver + http: false + passive: false + javaTypes: + - org.apache.camel.component.sap.netweaver.NetWeaverComponent + camel-ganglia: + groupId: org.apache.camel + artifactId: camel-ganglia + schemes: + - id: ganglia + http: false + passive: false + javaTypes: + - org.apache.camel.component.ganglia.GangliaComponent + camel-schematron: + groupId: org.apache.camel + artifactId: camel-schematron + schemes: + - id: schematron + http: false + passive: false + javaTypes: + - org.apache.camel.component.schematron.SchematronComponent + camel-yammer: + groupId: org.apache.camel + artifactId: camel-yammer + schemes: + - id: yammer + http: false + passive: false + javaTypes: + - org.apache.camel.component.yammer.YammerComponent + camel-direct: + groupId: org.apache.camel + artifactId: camel-direct + schemes: + - id: direct + http: false + passive: true + javaTypes: + - org.apache.camel.component.direct.DirectComponent + camel-chunk: + groupId: org.apache.camel + artifactId: camel-chunk + schemes: + - id: chunk + http: false + passive: false + javaTypes: + - org.apache.camel.component.chunk.ChunkComponent + camel-weka: + groupId: org.apache.camel + artifactId: camel-weka + schemes: + - id: weka + http: false + passive: false + javaTypes: + - org.apache.camel.component.weka.WekaComponent + camel-jacksonxml: + groupId: org.apache.camel + artifactId: camel-jacksonxml + dataformats: + - jacksonxml + javaTypes: + - org.apache.camel.component.jacksonxml.JacksonXMLDataFormat + camel-spring-batch: + groupId: org.apache.camel + artifactId: camel-spring-batch + schemes: + - id: spring-batch + http: false + passive: false + javaTypes: + - org.apache.camel.component.spring.batch.SpringBatchComponent + camel-stub: + groupId: org.apache.camel + artifactId: camel-stub + schemes: + - id: stub + http: false + passive: true + javaTypes: + - org.apache.camel.component.stub.StubComponent + camel-drill: + groupId: org.apache.camel + artifactId: camel-drill + schemes: + - id: drill + http: false + passive: false + javaTypes: + - org.apache.camel.component.drill.DrillComponent + camel-zookeeper: + groupId: org.apache.camel + artifactId: camel-zookeeper + schemes: + - id: zookeeper + http: false + passive: false + javaTypes: + - org.apache.camel.component.zookeeper.ZooKeeperComponent + camel-aws-cw: + groupId: org.apache.camel + artifactId: camel-aws-cw + schemes: + - id: aws-cw + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.cw.CwComponent + camel-xstream: + groupId: org.apache.camel + artifactId: camel-xstream + dataformats: + - json-xstream + - xstream + javaTypes: + - org.apache.camel.dataformat.xstream.JsonDataFormat + - org.apache.camel.dataformat.xstream.XStreamDataFormat + camel-weather: + groupId: org.apache.camel + artifactId: camel-weather + schemes: + - id: weather + http: false + passive: false + javaTypes: + - org.apache.camel.component.weather.WeatherComponent + camel-fastjson: + groupId: org.apache.camel + artifactId: camel-fastjson + dataformats: + - json-fastjson + javaTypes: + - org.apache.camel.component.fastjson.FastjsonDataFormat + camel-pdf: + groupId: org.apache.camel + artifactId: camel-pdf + schemes: + - id: pdf + http: false + passive: false + javaTypes: + - org.apache.camel.component.pdf.PdfComponent + camel-spring-integration: + groupId: org.apache.camel + artifactId: camel-spring-integration + schemes: + - id: spring-integration + http: false + passive: false + javaTypes: + - org.apache.camel.component.spring.integration.SpringIntegrationComponent + camel-paho: + groupId: org.apache.camel + artifactId: camel-paho + schemes: + - id: paho + http: false + passive: false + javaTypes: + - org.apache.camel.component.paho.PahoComponent + camel-netty: + groupId: org.apache.camel + artifactId: camel-netty + schemes: + - id: netty + http: false + passive: false + javaTypes: + - org.apache.camel.component.netty.NettyComponent + camel-mustache: + groupId: org.apache.camel + artifactId: camel-mustache + schemes: + - id: mustache + http: false + passive: false + javaTypes: + - org.apache.camel.component.mustache.MustacheComponent + camel-sip: + groupId: org.apache.camel + artifactId: camel-sip + schemes: + - id: sip + http: false + passive: false + - id: sips + http: false + passive: false + javaTypes: + - org.apache.camel.component.sip.SipComponent + camel-hbase: + groupId: org.apache.camel + artifactId: camel-hbase + schemes: + - id: hbase + http: false + passive: false + javaTypes: + - org.apache.camel.component.hbase.HBaseComponent + camel-jackson: + groupId: org.apache.camel + artifactId: camel-jackson + dataformats: + - json-jackson + javaTypes: + - org.apache.camel.component.jackson.JacksonDataFormat + camel-kafka: + groupId: org.apache.camel + artifactId: camel-kafka + schemes: + - id: kafka + http: false + passive: false + javaTypes: + - org.apache.camel.component.kafka.KafkaComponent + camel-twitter: + groupId: org.apache.camel + artifactId: camel-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.directmessage.TwitterDirectMessageComponent + - org.apache.camel.component.twitter.search.TwitterSearchComponent + - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent + camel-salesforce: + groupId: org.apache.camel + artifactId: camel-salesforce + schemes: + - id: salesforce + http: false + passive: false + javaTypes: + - org.apache.camel.component.salesforce.SalesforceComponent + camel-xj: + groupId: org.apache.camel + artifactId: camel-xj + schemes: + - id: xj + http: false + passive: false + javaTypes: + - org.apache.camel.component.xj.XJComponent + camel-aws2-eks: + groupId: org.apache.camel + artifactId: camel-aws2-eks + schemes: + - id: aws2-eks + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.eks.EKS2Component + camel-servicenow: + groupId: org.apache.camel + artifactId: camel-servicenow + schemes: + - id: servicenow + http: false + passive: false + javaTypes: + - org.apache.camel.component.servicenow.ServiceNowComponent + camel-ical: + groupId: org.apache.camel + artifactId: camel-ical + dataformats: + - ical + javaTypes: + - org.apache.camel.component.ical.ICalDataFormat + camel-corda: + groupId: org.apache.camel + artifactId: camel-corda + schemes: + - id: corda + http: false + passive: false + javaTypes: + - org.apache.camel.component.corda.CordaComponent + camel-grape: + groupId: org.apache.camel + artifactId: camel-grape + schemes: + - id: grape + http: false + passive: false + javaTypes: + - org.apache.camel.component.grape.GrapeComponent + camel-univocity-parsers: + groupId: org.apache.camel + artifactId: camel-univocity-parsers + dataformats: + - univocity-csv + - univocity-fixed + - univocity-tsv + javaTypes: + - org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat + - org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat + - org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat + camel-hdfs: + groupId: org.apache.camel + artifactId: camel-hdfs + schemes: + - id: hdfs + http: false + passive: false + javaTypes: + - org.apache.camel.component.hdfs.HdfsComponent + camel-jclouds: + groupId: org.apache.camel + artifactId: camel-jclouds + schemes: + - id: jclouds + http: false + passive: false + javaTypes: + - org.apache.camel.component.jclouds.JcloudsComponent + camel-quickfix: + groupId: org.apache.camel + artifactId: camel-quickfix + schemes: + - id: quickfix + http: false + passive: false + javaTypes: + - org.apache.camel.component.quickfixj.QuickfixjComponent + camel-nsq: + groupId: org.apache.camel + artifactId: camel-nsq + schemes: + - id: nsq + http: false + passive: false + javaTypes: + - org.apache.camel.component.nsq.NsqComponent + camel-hipchat: + groupId: org.apache.camel + artifactId: camel-hipchat + schemes: + - id: hipchat + http: false + passive: false + javaTypes: + - org.apache.camel.component.hipchat.HipchatComponent + camel-hazelcast: + groupId: org.apache.camel + artifactId: camel-hazelcast + schemes: + - id: hazelcast-atomicvalue + http: false + passive: false + - id: hazelcast-instance + http: false + passive: false + - id: hazelcast-list + http: false + passive: false + - id: hazelcast-map + http: false + passive: false + - id: hazelcast-multimap + http: false + passive: false + - id: hazelcast-queue + http: false + passive: false + - id: hazelcast-replicatedmap + http: false + passive: false + - id: hazelcast-ringbuffer + http: false + passive: false + - id: hazelcast-seda + http: false + passive: false + - id: hazelcast-set + http: false + passive: false + - id: hazelcast-topic + http: false + passive: false + javaTypes: + - org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent + - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent + - org.apache.camel.component.hazelcast.list.HazelcastListComponent + - org.apache.camel.component.hazelcast.map.HazelcastMapComponent + - org.apache.camel.component.hazelcast.multimap.HazelcastMultimapComponent + - org.apache.camel.component.hazelcast.queue.HazelcastQueueComponent + - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent + - org.apache.camel.component.hazelcast.ringbuffer.HazelcastRingbufferComponent + - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent + - org.apache.camel.component.hazelcast.set.HazelcastSetComponent + - org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent + camel-barcode: + groupId: org.apache.camel + artifactId: camel-barcode + dataformats: + - barcode + javaTypes: + - org.apache.camel.dataformat.barcode.BarcodeDataFormat + camel-aws-translate: + groupId: org.apache.camel + artifactId: camel-aws-translate + schemes: + - id: aws-translate + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.translate.TranslateComponent + camel-atmos: + groupId: org.apache.camel + artifactId: camel-atmos + schemes: + - id: atmos + http: false + passive: false + javaTypes: + - org.apache.camel.component.atmos.AtmosComponent + camel-language: + groupId: org.apache.camel + artifactId: camel-language + schemes: + - id: language + http: false + passive: true + javaTypes: + - org.apache.camel.component.language.LanguageComponent + camel-infinispan: + groupId: org.apache.camel + artifactId: camel-infinispan + schemes: + - id: infinispan + http: false + passive: false + javaTypes: + - org.apache.camel.component.infinispan.InfinispanComponent + camel-aws2-ddb: + groupId: org.apache.camel + artifactId: camel-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-google-pubsub: + groupId: org.apache.camel + artifactId: camel-google-pubsub + schemes: + - id: google-pubsub + http: false + passive: false + javaTypes: + - org.apache.camel.component.google.pubsub.GooglePubsubComponent + camel-base64: + groupId: org.apache.camel + artifactId: camel-base64 + dataformats: + - base64 + javaTypes: + - org.apache.camel.dataformat.base64.Base64DataFormat + camel-lucene: + groupId: org.apache.camel + artifactId: camel-lucene + schemes: + - id: lucene + http: false + passive: false + javaTypes: + - org.apache.camel.component.lucene.LuceneComponent + camel-bean: + groupId: org.apache.camel + artifactId: camel-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.component.beanclass.ClassComponent + - org.apache.camel.language.bean.BeanLanguage + camel-stream: + groupId: org.apache.camel + artifactId: camel-stream + schemes: + - id: stream + http: false + passive: false + javaTypes: + - org.apache.camel.component.stream.StreamComponent + camel-solr: + groupId: org.apache.camel + artifactId: camel-solr + schemes: + - id: solr + http: false + passive: false + - id: solrs + http: false + passive: false + - id: solrCloud + http: false + passive: false + javaTypes: + - org.apache.camel.component.solr.SolrComponent + camel-log: + groupId: org.apache.camel + artifactId: camel-log + schemes: + - id: log + http: false + passive: true + javaTypes: + - org.apache.camel.component.log.LogComponent + camel-iec60870: + groupId: org.apache.camel + artifactId: camel-iec60870 + schemes: + - id: iec60870-client + http: false + passive: false + - id: iec60870-server + http: false + passive: false + javaTypes: + - org.apache.camel.component.iec60870.client.ClientComponent + - org.apache.camel.component.iec60870.server.ServerComponent + camel-atmosphere-websocket: + groupId: org.apache.camel + artifactId: camel-atmosphere-websocket + schemes: + - id: atmosphere-websocket + http: true + passive: false + javaTypes: + - org.apache.camel.component.atmosphere.websocket.WebsocketComponent + camel-debezium-mongodb: + groupId: org.apache.camel + artifactId: camel-debezium-mongodb + schemes: + - id: debezium-mongodb + http: false + passive: false + javaTypes: + - org.apache.camel.component.debezium.DebeziumMongodbComponent + camel-spring-ldap: + groupId: org.apache.camel + artifactId: camel-spring-ldap + schemes: + - id: spring-ldap + http: false + passive: false + javaTypes: + - org.apache.camel.component.springldap.SpringLdapComponent + camel-dns: + groupId: org.apache.camel + artifactId: camel-dns + schemes: + - id: dns + http: false + passive: false + javaTypes: + - org.apache.camel.component.dns.DnsComponent + camel-aws2-sqs: + groupId: org.apache.camel + artifactId: camel-aws2-sqs + schemes: + - id: aws2-sqs + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.sqs.Sqs2Component + camel-reactive-streams: + groupId: org.apache.camel + artifactId: camel-reactive-streams + schemes: + - id: reactive-streams + http: false + passive: false + javaTypes: + - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent + camel-graphql: + groupId: org.apache.camel + artifactId: camel-graphql + schemes: + - id: graphql + http: false + passive: false + javaTypes: + - org.apache.camel.component.graphql.GraphqlComponent + camel-coap: + groupId: org.apache.camel + artifactId: camel-coap + schemes: + - id: coap + http: false + passive: false + - id: coaps + http: false + passive: false + - id: coap+tcp + http: false + passive: false + - id: coaps+tcp + http: false + passive: false + javaTypes: + - org.apache.camel.coap.CoAPComponent + camel-dataset: + groupId: org.apache.camel + artifactId: camel-dataset + schemes: + - id: dataset + http: false + passive: true + - id: dataset-test + http: false + passive: false + javaTypes: + - org.apache.camel.component.dataset.DataSetComponent + - org.apache.camel.component.dataset.DataSetTestComponent + camel-elytron: + groupId: org.apache.camel + artifactId: camel-elytron + schemes: + - id: elytron + http: false + passive: false + javaTypes: + - org.apache.camel.component.elytron.ElytronComponent + camel-jsonapi: + groupId: org.apache.camel + artifactId: camel-jsonapi + dataformats: + - jsonApi + javaTypes: + - org.apache.camel.component.jsonapi.JsonApiDataFormat + camel-zendesk: + groupId: org.apache.camel + artifactId: camel-zendesk + schemes: + - id: zendesk + http: false + passive: false + javaTypes: + - org.apache.camel.component.zendesk.ZendeskComponent + camel-jdbc: + groupId: org.apache.camel + artifactId: camel-jdbc + schemes: + - id: jdbc + http: false + passive: false + javaTypes: + - org.apache.camel.component.jdbc.JdbcComponent + camel-spark: + groupId: org.apache.camel + artifactId: camel-spark + schemes: + - id: spark + http: false + passive: false + javaTypes: + - org.apache.camel.component.spark.SparkComponent + camel-ahc: + groupId: org.apache.camel + artifactId: camel-ahc + schemes: + - id: ahc + http: true + passive: false + javaTypes: + - org.apache.camel.component.ahc.AhcComponent + camel-controlbus: + groupId: org.apache.camel + artifactId: camel-controlbus + schemes: + - id: controlbus + http: false + passive: true + javaTypes: + - org.apache.camel.component.controlbus.ControlBusComponent + camel-disruptor: + groupId: org.apache.camel + artifactId: camel-disruptor + schemes: + - id: disruptor + http: false + passive: false + - id: disruptor-vm + http: false + passive: false + javaTypes: + - org.apache.camel.component.disruptor.DisruptorComponent + - org.apache.camel.component.disruptor.vm.DisruptorVmComponent + camel-dozer: + groupId: org.apache.camel + artifactId: camel-dozer + schemes: + - id: dozer + http: false + passive: false + javaTypes: + - org.apache.camel.component.dozer.DozerComponent + camel-beanio: + groupId: org.apache.camel + artifactId: camel-beanio + dataformats: + - beanio + javaTypes: + - org.apache.camel.dataformat.beanio.BeanIODataFormat + camel-bindy: + groupId: org.apache.camel + artifactId: camel-bindy + dataformats: + - bindy-csv + - bindy-fixed + - bindy-kvp + javaTypes: + - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat + - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat + - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat + camel-guava-eventbus: + groupId: org.apache.camel + artifactId: camel-guava-eventbus + schemes: + - id: guava-eventbus + http: false + passive: false + javaTypes: + - org.apache.camel.component.guava.eventbus.GuavaEventBusComponent + camel-msv: + groupId: org.apache.camel + artifactId: camel-msv + schemes: + - id: msv + http: false + passive: false + javaTypes: + - org.apache.camel.component.validator.msv.MsvComponent + camel-jms: + groupId: org.apache.camel + artifactId: camel-jms + schemes: + - id: jms + http: false + passive: false + javaTypes: + - org.apache.camel.component.jms.JmsComponent + camel-file-watch: + groupId: org.apache.camel + artifactId: camel-file-watch + schemes: + - id: file-watch + http: false + passive: false + javaTypes: + - org.apache.camel.component.file.watch.FileWatchComponent + camel-aws-sdb: + groupId: org.apache.camel + artifactId: camel-aws-sdb + schemes: + - id: aws-sdb + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.sdb.SdbComponent + camel-file: + groupId: org.apache.camel + artifactId: camel-file + schemes: + - id: file + http: false + passive: false + javaTypes: + - org.apache.camel.component.file.FileComponent + camel-gora: + groupId: org.apache.camel + artifactId: camel-gora + schemes: + - id: gora + http: false + passive: false + javaTypes: + - org.apache.camel.component.gora.GoraComponent + camel-jmx: + groupId: org.apache.camel + artifactId: camel-jmx + schemes: + - id: jmx + http: false + passive: false + javaTypes: + - org.apache.camel.component.jmx.JMXComponent + camel-timer: + groupId: org.apache.camel + artifactId: camel-timer + schemes: + - id: timer + http: false + passive: false + javaTypes: + - org.apache.camel.component.timer.TimerComponent + camel-jcache: + groupId: org.apache.camel + artifactId: camel-jcache + schemes: + - id: jcache + http: false + passive: false + javaTypes: + - org.apache.camel.component.jcache.JCacheComponent + camel-freemarker: + groupId: org.apache.camel + artifactId: camel-freemarker + schemes: + - id: freemarker + http: false + passive: false + javaTypes: + - org.apache.camel.component.freemarker.FreemarkerComponent + camel-ironmq: + groupId: org.apache.camel + artifactId: camel-ironmq + schemes: + - id: ironmq + http: false + passive: false + javaTypes: + - org.apache.camel.component.ironmq.IronMQComponent + camel-fhir: + groupId: org.apache.camel + artifactId: camel-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-saxon: + groupId: org.apache.camel + artifactId: camel-saxon + schemes: + - id: xquery + http: false + passive: false + languages: + - xquery + javaTypes: + - org.apache.camel.component.xquery.XQueryComponent + - org.apache.camel.language.xquery.XQueryLanguage + camel-rest-openapi: + groupId: org.apache.camel + artifactId: camel-rest-openapi + schemes: + - id: rest-openapi + http: false + passive: false + javaTypes: + - org.apache.camel.component.rest.openapi.RestOpenApiComponent + camel-jsonpath: + groupId: org.apache.camel + artifactId: camel-jsonpath + languages: + - jsonpath + javaTypes: + - org.apache.camel.jsonpath.JsonPathLanguage + camel-spark-rest: + groupId: org.apache.camel + artifactId: camel-spark-rest + schemes: + - id: spark-rest + http: true + passive: false + javaTypes: + - org.apache.camel.component.sparkrest.SparkComponent + camel-jt400: + groupId: org.apache.camel + artifactId: camel-jt400 + schemes: + - id: jt400 + http: false + passive: false + javaTypes: + - org.apache.camel.component.jt400.Jt400Component + camel-rabbitmq: + groupId: org.apache.camel + artifactId: camel-rabbitmq + schemes: + - id: rabbitmq + http: false + passive: false + javaTypes: + - org.apache.camel.component.rabbitmq.RabbitMQComponent + camel-jbpm: + groupId: org.apache.camel + artifactId: camel-jbpm + schemes: + - id: jbpm + http: false + passive: false + javaTypes: + - org.apache.camel.component.jbpm.JBPMComponent + camel-jing: + groupId: org.apache.camel + artifactId: camel-jing + schemes: + - id: jing + http: false + passive: false + javaTypes: + - org.apache.camel.component.validator.jing.JingComponent + camel-aws-iam: + groupId: org.apache.camel + artifactId: camel-aws-iam + schemes: + - id: aws-iam + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.iam.IAMComponent + camel-snmp: + groupId: org.apache.camel + artifactId: camel-snmp + schemes: + - id: snmp + http: false + passive: false + javaTypes: + - org.apache.camel.component.snmp.SnmpComponent + camel-web3j: + groupId: org.apache.camel + artifactId: camel-web3j + schemes: + - id: web3j + http: false + passive: false + javaTypes: + - org.apache.camel.component.web3j.Web3jComponent + camel-atom: + groupId: org.apache.camel + artifactId: camel-atom + schemes: + - id: atom + http: false + passive: false + javaTypes: + - org.apache.camel.component.atom.AtomComponent + camel-tagsoup: + groupId: org.apache.camel + artifactId: camel-tagsoup + dataformats: + - tidyMarkup + javaTypes: + - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat + camel-etcd: + groupId: org.apache.camel + artifactId: camel-etcd + schemes: + - id: etcd-keys + http: false + passive: false + - id: etcd-stats + http: false + passive: false + - id: etcd-watch + http: false + passive: false + javaTypes: + - org.apache.camel.component.etcd.EtcdKeysComponent + - org.apache.camel.component.etcd.EtcdStatsComponent + - org.apache.camel.component.etcd.EtcdWatchComponent + camel-ftp: + groupId: org.apache.camel + artifactId: camel-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.FtpComponent + - org.apache.camel.component.file.remote.FtpsComponent + - org.apache.camel.component.file.remote.SftpComponent + camel-aws-ses: + groupId: org.apache.camel + artifactId: camel-aws-ses + schemes: + - id: aws-ses + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.ses.SesComponent + camel-jgroups: + groupId: org.apache.camel + artifactId: camel-jgroups + schemes: + - id: jgroups + http: false + passive: false + javaTypes: + - org.apache.camel.component.jgroups.JGroupsComponent + camel-master: + groupId: org.apache.camel + artifactId: camel-master + schemes: + - id: master + http: false + passive: false + javaTypes: + - org.apache.camel.component.master.MasterComponent + camel-eventadmin: + groupId: org.apache.camel + artifactId: camel-eventadmin + schemes: + - id: eventadmin + http: false + passive: false + javaTypes: + - org.apache.camel.component.eventadmin.EventAdminComponent + camel-optaplanner: + groupId: org.apache.camel + artifactId: camel-optaplanner + schemes: + - id: optaplanner + http: false + passive: false + javaTypes: + - org.apache.camel.component.optaplanner.OptaPlannerComponent + camel-amqp: + groupId: org.apache.camel + artifactId: camel-amqp + schemes: + - id: amqp + http: false + passive: false + javaTypes: + - org.apache.camel.component.amqp.AMQPComponent + camel-aws2-sns: + groupId: org.apache.camel + artifactId: camel-aws2-sns + schemes: + - id: aws2-sns + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.sns.Sns2Component + camel-github: + groupId: org.apache.camel + artifactId: camel-github + schemes: + - id: github + http: false + passive: false + javaTypes: + - org.apache.camel.component.github.GitHubComponent + camel-atomix: + groupId: org.apache.camel + artifactId: camel-atomix + schemes: + - id: atomix-map + http: false + passive: false + - id: atomix-messaging + http: false + passive: false + - id: atomix-multimap + http: false + passive: false + - id: atomix-queue + http: false + passive: false + - id: atomix-set + http: false + passive: false + - id: atomix-value + http: false + passive: false + javaTypes: + - org.apache.camel.component.atomix.client.map.AtomixMapComponent + - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent + - org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent + - org.apache.camel.component.atomix.client.queue.AtomixQueueComponent + - org.apache.camel.component.atomix.client.set.AtomixSetComponent + - org.apache.camel.component.atomix.client.value.AtomixValueComponent + camel-box: + groupId: org.apache.camel + artifactId: camel-box + schemes: + - id: box + http: false + passive: false + javaTypes: + - org.apache.camel.component.box.BoxComponent + camel-sql: + groupId: org.apache.camel + artifactId: camel-sql + schemes: + - id: sql + http: false + passive: false + - id: sql-stored + http: false + passive: false + javaTypes: + - org.apache.camel.component.sql.SqlComponent + - org.apache.camel.component.sql.stored.SqlStoredComponent + camel-flatpack: + groupId: org.apache.camel + artifactId: camel-flatpack + schemes: + - id: flatpack + http: false + passive: false + dataformats: + - flatpack + javaTypes: + - org.apache.camel.component.flatpack.FlatpackComponent + - org.apache.camel.dataformat.flatpack.FlatpackDataFormat + camel-git: + groupId: org.apache.camel + artifactId: camel-git + schemes: + - id: git + http: false + passive: false + javaTypes: + - org.apache.camel.component.git.GitComponent + camel-chatscript: + groupId: org.apache.camel + artifactId: camel-chatscript + schemes: + - id: chatscript + http: false + passive: false + javaTypes: + - org.apache.camel.component.chatscript.ChatScriptComponent + camel-telegram: + groupId: org.apache.camel + artifactId: camel-telegram + schemes: + - id: telegram + http: false + passive: false + javaTypes: + - org.apache.camel.component.telegram.TelegramComponent + camel-asn1: + groupId: org.apache.camel + artifactId: camel-asn1 + dataformats: + - asn1 + javaTypes: + - org.apache.camel.dataformat.asn1.ASN1DataFormat + camel-nitrite: + groupId: org.apache.camel + artifactId: camel-nitrite + schemes: + - id: nitrite + http: false + passive: false + javaTypes: + - org.apache.camel.component.nitrite.NitriteComponent + camel-aws-sns: + groupId: org.apache.camel + artifactId: camel-aws-sns + schemes: + - id: aws-sns + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.sns.SnsComponent + camel-avro: + groupId: org.apache.camel + artifactId: camel-avro + schemes: + - id: avro + http: false + passive: false + dataformats: + - avro + javaTypes: + - org.apache.camel.component.avro.AvroComponent + - org.apache.camel.dataformat.avro.AvroDataFormat + camel-mllp: + groupId: org.apache.camel + artifactId: camel-mllp + schemes: + - id: mllp + http: false + passive: false + javaTypes: + - org.apache.camel.component.mllp.MllpComponent + camel-pg-replication-slot: + groupId: org.apache.camel + artifactId: camel-pg-replication-slot + schemes: + - id: pg-replication-slot + http: false + passive: false + javaTypes: + - org.apache.camel.component.pg.replication.slot.PgReplicationSlotComponent + camel-elsql: + groupId: org.apache.camel + artifactId: camel-elsql + schemes: + - id: elsql + http: false + passive: false + javaTypes: + - org.apache.camel.component.elsql.ElsqlComponent + camel-aws-msk: + groupId: org.apache.camel + artifactId: camel-aws-msk + schemes: + - id: aws-msk + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.msk.MSKComponent + camel-stringtemplate: + groupId: org.apache.camel + artifactId: camel-stringtemplate + schemes: + - id: string-template + http: false + passive: false + javaTypes: + - org.apache.camel.component.stringtemplate.StringTemplateComponent + camel-debezium-mysql: + groupId: org.apache.camel + artifactId: camel-debezium-mysql + schemes: + - id: debezium-mysql + http: false + passive: false + javaTypes: + - org.apache.camel.component.debezium.DebeziumMySqlComponent + camel-servlet: + groupId: org.apache.camel + artifactId: camel-servlet + schemes: + - id: servlet + http: true + passive: false + javaTypes: + - org.apache.camel.component.servlet.ServletComponent + camel-spring-redis: + groupId: org.apache.camel + artifactId: camel-spring-redis + schemes: + - id: spring-redis + http: false + passive: false + javaTypes: + - org.apache.camel.component.redis.RedisComponent + camel-soroush: + groupId: org.apache.camel + artifactId: camel-soroush + schemes: + - id: soroush + http: false + passive: false + javaTypes: + - org.apache.camel.component.soroushbot.component.SoroushBotComponent + camel-jsch: + groupId: org.apache.camel + artifactId: camel-jsch + schemes: + - id: scp + http: false + passive: false + javaTypes: + - org.apache.camel.component.scp.ScpComponent + camel-kubernetes: + groupId: org.apache.camel + artifactId: camel-kubernetes + schemes: + - id: kubernetes-config-maps + http: false + passive: false + - id: kubernetes-deployments + http: false + passive: false + - id: kubernetes-hpa + http: false + passive: false + - id: kubernetes-job + http: false + passive: false + - id: kubernetes-namespaces + http: false + passive: false + - id: kubernetes-nodes + http: false + passive: false + - id: kubernetes-persistent-volumes + http: false + passive: false + - id: kubernetes-persistent-volumes-claims + http: false + passive: false + - id: kubernetes-pods + http: false + passive: false + - id: kubernetes-replication-controllers + http: false + passive: false + - id: kubernetes-resources-quota + http: false + passive: false + - id: kubernetes-secrets + http: false + passive: false + - id: kubernetes-service-accounts + http: false + passive: false + - id: kubernetes-services + http: false + passive: false + - id: openshift-build-configs + http: false + passive: false + - id: openshift-builds + http: false + passive: false + javaTypes: + - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent + - org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent + - org.apache.camel.component.kubernetes.hpa.KubernetesHPAComponent + - org.apache.camel.component.kubernetes.job.KubernetesJobComponent + - org.apache.camel.component.kubernetes.namespaces.KubernetesNamespacesComponent + - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent + - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent + - org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent + - org.apache.camel.component.kubernetes.pods.KubernetesPodsComponent + - org.apache.camel.component.kubernetes.replication_controllers.KubernetesReplicationControllersComponent + - org.apache.camel.component.kubernetes.resources_quota.KubernetesResourcesQuotaComponent + - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent + - org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent + - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent + - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent + - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent + camel-aws2-ec2: + groupId: org.apache.camel + artifactId: camel-aws2-ec2 + schemes: + - id: aws2-ec2 + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.ec2.AWS2EC2Component + camel-digitalocean: + groupId: org.apache.camel + artifactId: camel-digitalocean + schemes: + - id: digitalocean + http: false + passive: false + javaTypes: + - org.apache.camel.component.digitalocean.DigitalOceanComponent + camel-aws2-kms: + groupId: org.apache.camel + artifactId: camel-aws2-kms + schemes: + - id: aws2-kms + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.kms.KMS2Component + camel-google-bigquery: + groupId: org.apache.camel + artifactId: camel-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.GoogleBigQueryComponent + - org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent + camel-consul: + groupId: org.apache.camel + artifactId: camel-consul + schemes: + - id: consul + http: false + passive: false + javaTypes: + - org.apache.camel.component.consul.ConsulComponent + camel-nats: + groupId: org.apache.camel + artifactId: camel-nats + schemes: + - id: nats + http: false + passive: false + javaTypes: + - org.apache.camel.component.nats.NatsComponent + camel-debezium-postgres: + groupId: org.apache.camel + artifactId: camel-debezium-postgres + schemes: + - id: debezium-postgres + http: false + passive: false + javaTypes: + - org.apache.camel.component.debezium.DebeziumPostgresComponent + camel-hl7: + groupId: org.apache.camel + artifactId: camel-hl7 + languages: + - hl7terser + dataformats: + - hl7 + javaTypes: + - org.apache.camel.component.hl7.Hl7TerserLanguage + - org.apache.camel.component.hl7.HL7DataFormat + camel-aws-ecs: + groupId: org.apache.camel + artifactId: camel-aws-ecs + schemes: + - id: aws-ecs + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.ecs.ECSComponent + camel-zip-deflater: + groupId: org.apache.camel + artifactId: camel-zip-deflater + dataformats: + - gzipdeflater + - zipdeflater + javaTypes: + - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat + - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat + camel-kudu: + groupId: org.apache.camel + artifactId: camel-kudu + schemes: + - id: kudu + http: false + passive: false + javaTypes: + - org.apache.camel.component.kudu.KuduComponent + camel-jgroups-raft: + groupId: org.apache.camel + artifactId: camel-jgroups-raft + schemes: + - id: jgroups-raft + http: false + passive: false + javaTypes: + - org.apache.camel.component.jgroups.raft.JGroupsRaftComponent + camel-cmis: + groupId: org.apache.camel + artifactId: camel-cmis + schemes: + - id: cmis + http: false + passive: false + javaTypes: + - org.apache.camel.component.cmis.CMISComponent + camel-beanstalk: + groupId: org.apache.camel + artifactId: camel-beanstalk + schemes: + - id: beanstalk + http: false + passive: false + javaTypes: + - org.apache.camel.component.beanstalk.BeanstalkComponent + camel-aws-mq: + groupId: org.apache.camel + artifactId: camel-aws-mq + schemes: + - id: aws-mq + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.mq.MQComponent + camel-mongodb-gridfs: + groupId: org.apache.camel + artifactId: camel-mongodb-gridfs + schemes: + - id: mongodb-gridfs + http: false + passive: false + javaTypes: + - org.apache.camel.component.mongodb.gridfs.GridFsComponent + camel-undertow: + groupId: org.apache.camel + artifactId: camel-undertow + schemes: + - id: undertow + http: true + passive: false + javaTypes: + - org.apache.camel.component.undertow.UndertowComponent + camel-robotframework: + groupId: org.apache.camel + artifactId: camel-robotframework + schemes: + - id: robotframework + http: false + passive: false + javaTypes: + - org.apache.camel.component.robotframework.RobotFrameworkComponent + camel-xpath: + groupId: org.apache.camel + artifactId: camel-xpath + languages: + - xpath + javaTypes: + - org.apache.camel.language.xpath.XPathLanguage + camel-ssh: + groupId: org.apache.camel + artifactId: camel-ssh + schemes: + - id: ssh + http: false + passive: false + javaTypes: + - org.apache.camel.component.ssh.SshComponent + camel-mock: + groupId: org.apache.camel + artifactId: camel-mock + schemes: + - id: mock + http: false + passive: true + javaTypes: + - org.apache.camel.component.mock.MockComponent + camel-websocket-jsr356: + groupId: org.apache.camel + artifactId: camel-websocket-jsr356 + schemes: + - id: websocket-jsr356 + http: false + passive: false + javaTypes: + - org.apache.camel.websocket.jsr356.JSR356WebSocketComponent + camel-twilio: + groupId: org.apache.camel + artifactId: camel-twilio + schemes: + - id: twilio + http: false + passive: false + javaTypes: + - org.apache.camel.component.twilio.TwilioComponent + camel-jolt: + groupId: org.apache.camel + artifactId: camel-jolt + schemes: + - id: jolt + http: false + passive: false + javaTypes: + - org.apache.camel.component.jolt.JoltComponent + camel-soap: + groupId: org.apache.camel + artifactId: camel-soap + dataformats: + - soapjaxb + javaTypes: + - org.apache.camel.dataformat.soap.SoapJaxbDataFormat + camel-thrift: + groupId: org.apache.camel + artifactId: camel-thrift + schemes: + - id: thrift + http: false + passive: false + dataformats: + - thrift + javaTypes: + - org.apache.camel.component.thrift.ThriftComponent + - org.apache.camel.dataformat.thrift.ThriftDataFormat + camel-crypto-cms: + groupId: org.apache.camel + artifactId: camel-crypto-cms + schemes: + - id: crypto-cms + http: false + passive: false + javaTypes: + - org.apache.camel.component.crypto.cms.CryptoCmsComponent + camel-xml-jaxp: + groupId: org.apache.camel + artifactId: camel-xml-jaxp + languages: + - xtokenize + javaTypes: + - org.apache.camel.language.xtokenizer.XMLTokenizeLanguage + camel-ognl: + groupId: org.apache.camel + artifactId: camel-ognl + languages: + - ognl + javaTypes: + - org.apache.camel.language.ognl.OgnlLanguage + camel-couchdb: + groupId: org.apache.camel + artifactId: camel-couchdb + schemes: + - id: couchdb + http: false + passive: false + javaTypes: + - org.apache.camel.component.couchdb.CouchDbComponent + camel-groovy: + groupId: org.apache.camel + artifactId: camel-groovy + languages: + - groovy + javaTypes: + - org.apache.camel.language.groovy.GroovyLanguage + camel-saga: + groupId: org.apache.camel + artifactId: camel-saga + schemes: + - id: saga + http: false + passive: false + javaTypes: + - org.apache.camel.component.saga.SagaComponent + camel-elasticsearch-rest: + groupId: org.apache.camel + artifactId: camel-elasticsearch-rest + schemes: + - id: elasticsearch-rest + http: false + passive: false + javaTypes: + - org.apache.camel.component.elasticsearch.ElasticsearchComponent + camel-ldap: + groupId: org.apache.camel + artifactId: camel-ldap + schemes: + - id: ldap + http: false + passive: false + javaTypes: + - org.apache.camel.component.ldap.LdapComponent + camel-csv: + groupId: org.apache.camel + artifactId: camel-csv + dataformats: + - csv + javaTypes: + - org.apache.camel.dataformat.csv.CsvDataFormat + camel-geocoder: + groupId: org.apache.camel + artifactId: camel-geocoder + schemes: + - id: geocoder + http: false + passive: false + javaTypes: + - org.apache.camel.component.geocoder.GeoCoderComponent + camel-mybatis: + groupId: org.apache.camel + artifactId: camel-mybatis + schemes: + - id: mybatis + http: false + passive: false + - id: mybatis-bean + http: false + passive: false + javaTypes: + - org.apache.camel.component.mybatis.MyBatisComponent + - org.apache.camel.component.mybatis.MyBatisBeanComponent + camel-directvm: + groupId: org.apache.camel + artifactId: camel-directvm + schemes: + - id: direct-vm + http: false + passive: true + javaTypes: + - org.apache.camel.component.directvm.DirectVmComponent + camel-aws2-ecs: + groupId: org.apache.camel + artifactId: camel-aws2-ecs + schemes: + - id: aws2-ecs + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.ecs.ECS2Component + camel-xmpp: + groupId: org.apache.camel + artifactId: camel-xmpp + schemes: + - id: xmpp + http: false + passive: false + javaTypes: + - org.apache.camel.component.xmpp.XmppComponent + camel-workday: + groupId: org.apache.camel + artifactId: camel-workday + schemes: + - id: workday + http: false + passive: false + javaTypes: + - org.apache.camel.component.workday.WorkdayComponent + camel-jira: + groupId: org.apache.camel + artifactId: camel-jira + schemes: + - id: jira + http: false + passive: false + javaTypes: + - org.apache.camel.component.jira.JiraComponent + camel-asterisk: + groupId: org.apache.camel + artifactId: camel-asterisk + schemes: + - id: asterisk + http: false + passive: false + javaTypes: + - org.apache.camel.component.asterisk.AsteriskComponent + camel-splunk: + groupId: org.apache.camel + artifactId: camel-splunk + schemes: + - id: splunk + http: false + passive: false + javaTypes: + - org.apache.camel.component.splunk.SplunkComponent + camel-mail: + groupId: org.apache.camel + artifactId: camel-mail + schemes: + - id: imap + http: false + passive: false + - id: imaps + http: false + passive: false + - id: pop3 + http: false + passive: false + - id: pop3s + http: false + passive: false + - id: smtp + http: false + passive: false + - id: smtps + http: false + passive: false + dataformats: + - mime-multipart + javaTypes: + - org.apache.camel.component.mail.MailComponent + - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat + camel-metrics: + groupId: org.apache.camel + artifactId: camel-metrics + schemes: + - id: metrics + http: false + passive: false + javaTypes: + - org.apache.camel.component.metrics.MetricsComponent + camel-aws-sqs: + groupId: org.apache.camel + artifactId: camel-aws-sqs + schemes: + - id: aws-sqs + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.sqs.SqsComponent + camel-cm-sms: + groupId: org.apache.camel + artifactId: camel-cm-sms + schemes: + - id: cm-sms + http: false + passive: false + javaTypes: + - org.apache.camel.component.cm.CMComponent + camel-xslt: + groupId: org.apache.camel + artifactId: camel-xslt + schemes: + - id: xslt + http: false + passive: false + javaTypes: + - org.apache.camel.component.xslt.XsltComponent + camel-flink: + groupId: org.apache.camel + artifactId: camel-flink + schemes: + - id: flink + http: false + passive: false + javaTypes: + - org.apache.camel.component.flink.FlinkComponent + camel-braintree: + groupId: org.apache.camel + artifactId: camel-braintree + schemes: + - id: braintree + http: false + passive: false + javaTypes: + - org.apache.camel.component.braintree.BraintreeComponent + camel-aws2-msk: + groupId: org.apache.camel + artifactId: camel-aws2-msk + schemes: + - id: aws2-msk + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.msk.MSK2Component + camel-base: + groupId: org.apache.camel + artifactId: camel-base + languages: + - constant + - exchangeProperty + - file + - header + - ref + - simple + - tokenize + javaTypes: + - org.apache.camel.language.constant.ConstantLanguage + - org.apache.camel.language.property.ExchangePropertyLanguage + - org.apache.camel.language.simple.FileLanguage + - org.apache.camel.language.header.HeaderLanguage + - org.apache.camel.language.ref.RefLanguage + - org.apache.camel.language.simple.SimpleLanguage + - org.apache.camel.language.tokenizer.TokenizeLanguage + camel-jpa: + groupId: org.apache.camel + artifactId: camel-jpa + schemes: + - id: jpa + http: false + passive: false + javaTypes: + - org.apache.camel.component.jpa.JpaComponent + camel-cassandraql: + groupId: org.apache.camel + artifactId: camel-cassandraql + schemes: + - id: cql + http: false + passive: false + javaTypes: + - org.apache.camel.component.cassandra.CassandraComponent + camel-couchbase: + groupId: org.apache.camel + artifactId: camel-couchbase + schemes: + - id: couchbase + http: false + passive: false + javaTypes: + - org.apache.camel.component.couchbase.CouchbaseComponent + camel-aws-ddb: + groupId: org.apache.camel + artifactId: camel-aws-ddb + schemes: + - id: aws-ddb + http: false + passive: false + - id: aws-ddbstream + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.ddb.DdbComponent + - org.apache.camel.component.aws.ddbstream.DdbStreamComponent + camel-syslog: + groupId: org.apache.camel + artifactId: camel-syslog + dataformats: + - syslog + javaTypes: + - org.apache.camel.component.syslog.SyslogDataFormat + camel-pubnub: + groupId: org.apache.camel + artifactId: camel-pubnub + schemes: + - id: pubnub + http: false + passive: false + javaTypes: + - org.apache.camel.component.pubnub.PubNubComponent + camel-gson: + groupId: org.apache.camel + artifactId: camel-gson + dataformats: + - json-gson + javaTypes: + - org.apache.camel.component.gson.GsonDataFormat + camel-json-validator: + groupId: org.apache.camel + artifactId: camel-json-validator + schemes: + - id: json-validator + http: false + passive: false + javaTypes: + - org.apache.camel.component.jsonvalidator.JsonValidatorComponent + camel-rss: + groupId: org.apache.camel + artifactId: camel-rss + schemes: + - id: rss + http: false + passive: false + dataformats: + - rss + javaTypes: + - org.apache.camel.component.rss.RssComponent + - org.apache.camel.dataformat.rss.RssDataFormat + camel-dataformat: + groupId: org.apache.camel + artifactId: camel-dataformat + schemes: + - id: dataformat + http: false + passive: true + javaTypes: + - org.apache.camel.component.dataformat.DataFormatComponent + camel-xmlsecurity: + groupId: org.apache.camel + artifactId: camel-xmlsecurity + schemes: + - id: xmlsecurity-sign + http: false + passive: false + - id: xmlsecurity-verify + http: false + passive: false + dataformats: + - secureXML + javaTypes: + - org.apache.camel.component.xmlsecurity.XmlSignatureComponent + - org.apache.camel.component.xmlsecurity.XmlVerifierComponent + - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat + camel-bonita: + groupId: org.apache.camel + artifactId: camel-bonita + schemes: + - id: bonita + http: false + passive: false + javaTypes: + - org.apache.camel.component.bonita.BonitaComponent + camel-rest: + groupId: org.apache.camel + artifactId: camel-rest + schemes: + - id: rest + http: true + passive: false + - id: rest-api + http: false + passive: false + javaTypes: + - org.apache.camel.component.rest.RestComponent + - org.apache.camel.component.rest.RestApiComponent + camel-service: + groupId: org.apache.camel + artifactId: camel-service + schemes: + - id: service + http: false + passive: false + javaTypes: + - org.apache.camel.component.service.ServiceComponent + camel-protobuf: + groupId: org.apache.camel + artifactId: camel-protobuf + dataformats: + - protobuf + javaTypes: + - org.apache.camel.dataformat.protobuf.ProtobufDataFormat + camel-smpp: + groupId: org.apache.camel + artifactId: camel-smpp + schemes: + - id: smpp + http: false + passive: false + - id: smpps + http: false + passive: false + javaTypes: + - org.apache.camel.component.smpp.SmppComponent + camel-velocity: + groupId: org.apache.camel + artifactId: camel-velocity + schemes: + - id: velocity + http: false + passive: false + javaTypes: + - org.apache.camel.component.velocity.VelocityComponent + camel-google-mail: + groupId: org.apache.camel + artifactId: camel-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.GoogleMailComponent + - org.apache.camel.component.google.mail.stream.GoogleMailStreamComponent + camel-as2: + groupId: org.apache.camel + artifactId: camel-as2 + schemes: + - id: as2 + http: false + passive: false + javaTypes: + - org.apache.camel.component.as2.AS2Component + camel-xchange: + groupId: org.apache.camel + artifactId: camel-xchange + schemes: + - id: xchange + http: false + passive: false + javaTypes: + - org.apache.camel.component.xchange.XChangeComponent + camel-paxlogging: + groupId: org.apache.camel + artifactId: camel-paxlogging + schemes: + - id: paxlogging + http: false + passive: false + javaTypes: + - org.apache.camel.component.paxlogging.PaxLoggingComponent + camel-tarfile: + groupId: org.apache.camel + artifactId: camel-tarfile + dataformats: + - tarfile + javaTypes: + - org.apache.camel.dataformat.tarfile.TarFileDataFormat + camel-jooq: + groupId: org.apache.camel + artifactId: camel-jooq + schemes: + - id: jooq + http: false + passive: false + javaTypes: + - org.apache.camel.component.jooq.JooqComponent + camel-ahc-ws: + groupId: org.apache.camel + artifactId: camel-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-johnzon: + groupId: org.apache.camel + artifactId: camel-johnzon + dataformats: + - json-johnzon + javaTypes: + - org.apache.camel.component.johnzon.JohnzonDataFormat + camel-ignite: + groupId: org.apache.camel + artifactId: camel-ignite + schemes: + - id: ignite-cache + http: false + passive: false + - id: ignite-compute + http: false + passive: false + - id: ignite-events + http: false + passive: false + - id: ignite-idgen + http: false + passive: false + - id: ignite-messaging + http: false + passive: false + - id: ignite-queue + http: false + passive: false + - id: ignite-set + http: false + passive: false + javaTypes: + - org.apache.camel.component.ignite.cache.IgniteCacheComponent + - org.apache.camel.component.ignite.compute.IgniteComputeComponent + - org.apache.camel.component.ignite.events.IgniteEventsComponent + - org.apache.camel.component.ignite.idgen.IgniteIdGenComponent + - org.apache.camel.component.ignite.messaging.IgniteMessagingComponent + - org.apache.camel.component.ignite.queue.IgniteQueueComponent + - org.apache.camel.component.ignite.set.IgniteSetComponent + camel-xslt-saxon: + groupId: org.apache.camel + artifactId: camel-xslt-saxon + schemes: + - id: xslt-saxon + http: false + passive: false + javaTypes: + - org.apache.camel.component.xslt.saxon.XsltSaxonComponent + camel-pulsar: + groupId: org.apache.camel + artifactId: camel-pulsar + schemes: + - id: pulsar + http: false + passive: false + javaTypes: + - org.apache.camel.component.pulsar.PulsarComponent + camel-rest-swagger: + groupId: org.apache.camel + artifactId: camel-rest-swagger + schemes: + - id: rest-swagger + http: false + passive: false + javaTypes: + - org.apache.camel.component.rest.swagger.RestSwaggerComponent + camel-spring: + groupId: org.apache.camel + artifactId: camel-spring + schemes: + - id: spring-event + http: false + passive: false + languages: + - spel + javaTypes: + - org.apache.camel.component.event.EventComponent + - org.apache.camel.language.spel.SpelLanguage + camel-exec: + groupId: org.apache.camel + artifactId: camel-exec + schemes: + - id: exec + http: false + passive: false + javaTypes: + - org.apache.camel.component.exec.ExecComponent + camel-microprofile-metrics: + groupId: org.apache.camel + artifactId: camel-microprofile-metrics + schemes: + - id: microprofile-metrics + http: false + passive: false + javaTypes: + - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent + camel-aws-s3: + groupId: org.apache.camel + artifactId: camel-aws-s3 + schemes: + - id: aws-s3 + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.s3.S3Component + camel-cron: + groupId: org.apache.camel + artifactId: camel-cron + schemes: + - id: cron + http: false + passive: false + javaTypes: + - org.apache.camel.component.cron.CronComponent + camel-zookeeper-master: + groupId: org.apache.camel + artifactId: camel-zookeeper-master + schemes: + - id: zookeeper-master + http: false + passive: false + javaTypes: + - org.apache.camel.component.zookeepermaster.MasterComponent + camel-grok: + groupId: org.apache.camel + artifactId: camel-grok + dataformats: + - grok + javaTypes: + - org.apache.camel.component.grok.GrokDataFormat + camel-mvel: + groupId: org.apache.camel + artifactId: camel-mvel + schemes: + - id: mvel + http: false + passive: false + languages: + - mvel + javaTypes: + - org.apache.camel.component.mvel.MvelComponent + - org.apache.camel.language.mvel.MvelLanguage + camel-debezium-sqlserver: + groupId: org.apache.camel + artifactId: camel-debezium-sqlserver + schemes: + - id: debezium-sqlserver + http: false + passive: false + javaTypes: + - org.apache.camel.component.debezium.DebeziumSqlserverComponent + camel-cbor: + groupId: org.apache.camel + artifactId: camel-cbor + dataformats: + - cbor + javaTypes: + - org.apache.camel.component.cbor.CBORDataFormat + camel-google-drive: + groupId: org.apache.camel + artifactId: camel-google-drive + schemes: + - id: google-drive + http: false + passive: false + javaTypes: + - org.apache.camel.component.google.drive.GoogleDriveComponent + camel-iota: + groupId: org.apache.camel + artifactId: camel-iota + schemes: + - id: iota + http: false + passive: false + javaTypes: + - org.apache.camel.component.iota.IOTAComponent + camel-cxf: + groupId: org.apache.camel + artifactId: camel-cxf + schemes: + - id: cxf + http: true + passive: false + - id: cxfrs + http: true + passive: false + javaTypes: + - org.apache.camel.component.cxf.CxfComponent + - org.apache.camel.component.cxf.jaxrs.CxfRsComponent + camel-ref: + groupId: org.apache.camel + artifactId: camel-ref + schemes: + - id: ref + http: false + passive: true + javaTypes: + - org.apache.camel.component.ref.RefComponent + camel-stomp: + groupId: org.apache.camel + artifactId: camel-stomp + schemes: + - id: stomp + http: false + passive: false + javaTypes: + - org.apache.camel.component.stomp.StompComponent + camel-snakeyaml: + groupId: org.apache.camel + artifactId: camel-snakeyaml + dataformats: + - yaml-snakeyaml + javaTypes: + - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat + camel-olingo4: + groupId: org.apache.camel + artifactId: camel-olingo4 + schemes: + - id: olingo4 + http: false + passive: false + javaTypes: + - org.apache.camel.component.olingo4.Olingo4Component + camel-olingo2: + groupId: org.apache.camel + artifactId: camel-olingo2 + schemes: + - id: olingo2 + http: false + passive: false + javaTypes: + - org.apache.camel.component.olingo2.Olingo2Component + camel-milo: + groupId: org.apache.camel + artifactId: camel-milo + schemes: + - id: milo-client + http: false + passive: false + - id: milo-server + http: false + passive: false + javaTypes: + - org.apache.camel.component.milo.client.MiloClientComponent + - org.apache.camel.component.milo.server.MiloServerComponent + camel-aws2-cw: + groupId: org.apache.camel + artifactId: camel-aws2-cw + schemes: + - id: aws2-cw + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.cw.Cw2Component + camel-grpc: + groupId: org.apache.camel + artifactId: camel-grpc + schemes: + - id: grpc + http: true + passive: false + javaTypes: + - org.apache.camel.component.grpc.GrpcComponent + camel-webhook: + groupId: org.apache.camel + artifactId: camel-webhook + schemes: + - id: webhook + http: true + passive: false + javaTypes: + - org.apache.camel.component.webhook.WebhookComponent + camel-pgevent: + groupId: org.apache.camel + artifactId: camel-pgevent + schemes: + - id: pgevent + http: false + passive: false + javaTypes: + - org.apache.camel.component.pgevent.PgEventComponent + camel-micrometer: + groupId: org.apache.camel + artifactId: camel-micrometer + schemes: + - id: micrometer + http: false + passive: false + javaTypes: + - org.apache.camel.component.micrometer.MicrometerComponent + camel-any23: + groupId: org.apache.camel + artifactId: camel-any23 + dataformats: + - any23 + javaTypes: + - org.apache.camel.dataformat.any23.Any23DataFormat + camel-aws-lambda: + groupId: org.apache.camel + artifactId: camel-aws-lambda + schemes: + - id: aws-lambda + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.lambda.LambdaComponent + camel-aws-kinesis: + groupId: org.apache.camel + artifactId: camel-aws-kinesis + schemes: + - id: aws-kinesis + http: false + passive: false + - id: aws-kinesis-firehose + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.kinesis.KinesisComponent + - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent + camel-netty-http: + groupId: org.apache.camel + artifactId: camel-netty-http + schemes: + - id: netty-http + http: true + passive: false + javaTypes: + - org.apache.camel.component.netty.http.NettyHttpComponent + camel-ipfs: + groupId: org.apache.camel + artifactId: camel-ipfs + schemes: + - id: ipfs + http: false + passive: false + javaTypes: + - org.apache.camel.component.ipfs.IPFSComponent + camel-aws-kms: + groupId: org.apache.camel + artifactId: camel-aws-kms + schemes: + - id: aws-kms + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.kms.KMSComponent + camel-aws-ec2: + groupId: org.apache.camel + artifactId: camel-aws-ec2 + schemes: + - id: aws-ec2 + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.ec2.EC2Component + camel-sjms: + groupId: org.apache.camel + artifactId: camel-sjms + schemes: + - id: sjms + http: false + passive: false + - id: sjms-batch + http: false + passive: false + javaTypes: + - org.apache.camel.component.sjms.SjmsComponent + - org.apache.camel.component.sjms.batch.SjmsBatchComponent + camel-irc: + groupId: org.apache.camel + artifactId: camel-irc + schemes: + - id: irc + http: false + passive: false + javaTypes: + - org.apache.camel.component.irc.IrcComponent + camel-jcr: + groupId: org.apache.camel + artifactId: camel-jcr + schemes: + - id: jcr + http: false + passive: false + javaTypes: + - org.apache.camel.component.jcr.JcrComponent + camel-dropbox: + groupId: org.apache.camel + artifactId: camel-dropbox + schemes: + - id: dropbox + http: false + passive: false + javaTypes: + - org.apache.camel.component.dropbox.DropboxComponent + camel-activemq: + groupId: org.apache.camel + artifactId: camel-activemq + schemes: + - id: activemq + http: false + passive: false + javaTypes: + - org.apache.camel.component.activemq.ActiveMQComponent + camel-scheduler: + groupId: org.apache.camel + artifactId: camel-scheduler + schemes: + - id: scheduler + http: false + passive: false + javaTypes: + - org.apache.camel.component.scheduler.SchedulerComponent + camel-validator: + groupId: org.apache.camel + artifactId: camel-validator + schemes: + - id: validator + http: false + passive: true + javaTypes: + - org.apache.camel.component.validator.ValidatorComponent + camel-k-loader-yaml: + groupId: org.apache.camel.k + artifactId: camel-k-loader-yaml + camel-k-loader-groovy: + groupId: org.apache.camel.k + artifactId: camel-k-loader-groovy + camel-k-loader-kotlin: + groupId: org.apache.camel.k + artifactId: camel-k-loader-kotlin + camel-k-loader-js: + groupId: org.apache.camel.k + artifactId: camel-k-loader-js + camel-k-loader-xml: + groupId: org.apache.camel.k + artifactId: camel-k-loader-xml + camel-k-loader-java: + groupId: org.apache.camel.k + artifactId: camel-k-loader-java + camel-k-loader-knative: + groupId: org.apache.camel.k + artifactId: camel-k-loader-knative + camel-k-runtime-main: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-main + camel-k-runtime-health: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-health + camel-k-runtime-inspector: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-inspector + camel-k-runtime-webhook: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-webhook + camel-k-runtime-cron: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-cron + camel-k-runtime-knative: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-knative + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-loader-yaml + - groupId: org.apache.camel.k + artifactId: camel-k-loader-knative + - groupId: org.apache.camel.k + artifactId: camel-knative-api + - groupId: org.apache.camel.k + artifactId: camel-knative + - groupId: org.apache.camel.k + artifactId: camel-knative-http + camel-knative: + groupId: org.apache.camel.k + artifactId: camel-knative + schemes: + - id: knative + http: true + passive: false + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-knative-api + - groupId: org.apache.camel.k + artifactId: camel-knative-http + loaders: + yaml: + groupId: org.apache.camel.k + artifactId: camel-k-loader-yaml + languages: + - yaml + groovy: + groupId: org.apache.camel.k + artifactId: camel-k-loader-groovy + languages: + - groovy + kts: + groupId: org.apache.camel.k + artifactId: camel-k-loader-kotlin + languages: + - kts + js: + groupId: org.apache.camel.k + artifactId: camel-k-loader-js + languages: + - js + xml: + groupId: org.apache.camel.k + artifactId: camel-k-loader-xml + languages: + - xml + java: + groupId: org.apache.camel.k + artifactId: camel-k-loader-java + languages: + - java + knative-source: + groupId: org.apache.camel.k + artifactId: camel-k-loader-knative + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-runtime-knative diff --git a/deploy/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml b/deploy/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml new file mode 100644 index 0000000000..01b62ce7c3 --- /dev/null +++ b/deploy/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml @@ -0,0 +1,892 @@ +# --------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# --------------------------------------------------------------------------- + +apiVersion: camel.apache.org/v1 +kind: CamelCatalog +metadata: + name: camel-catalog-1.2.0-snapshot-quarkus + labels: + app: camel-k + camel.apache.org/catalog.version: 3.1.0 + camel.apache.org/catalog.loader.version: 3.1.0 + camel.apache.org/runtime.version: 1.2.0-SNAPSHOT + camel.apache.org/runtime.provider: quarkus +spec: + runtime: + version: 1.2.0-SNAPSHOT + provider: quarkus + applicationClass: io.quarkus.runner.GeneratedMain + metadata: + camel.version: 3.1.0 + quarkus.version: 1.3.0.Alpha2 + camel-quarkus.version: 1.0.0-M4 + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-runtime-quarkus + capabilities: + health: + dependencies: + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-microprofile-health + rest: + dependencies: + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-rest + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-platform-http + artifacts: + 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-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-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-quarkus-bindy: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-bindy + dataformats: + - bindy-csv + - bindy-fixed + - bindy-kvp + javaTypes: + - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat + - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat + - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat + camel-quarkus-xpath: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xpath + languages: + - xpath + javaTypes: + - org.apache.camel.language.xpath.XPathLanguage + camel-quarkus-tagsoup: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-tagsoup + dataformats: + - tidyMarkup + javaTypes: + - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat + camel-quarkus-jackson: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jackson + dataformats: + - json-jackson + javaTypes: + - org.apache.camel.component.jackson.JacksonDataFormat + camel-quarkus-csv: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-csv + dataformats: + - csv + javaTypes: + - org.apache.camel.dataformat.csv.CsvDataFormat + 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-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-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-zipfile: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-zipfile + dataformats: + - zipfile + javaTypes: + - org.apache.camel.dataformat.zipfile.ZipFileDataFormat + 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-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-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-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-reactive-streams: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-reactive-streams + schemes: + - id: reactive-streams + http: false + passive: false + javaTypes: + - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent + 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-core: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-core + languages: + - constant + - exchangeProperty + - file + - header + - ref + - simple + - tokenize + javaTypes: + - org.apache.camel.language.constant.ConstantLanguage + - org.apache.camel.language.property.ExchangePropertyLanguage + - org.apache.camel.language.simple.FileLanguage + - org.apache.camel.language.header.HeaderLanguage + - org.apache.camel.language.ref.RefLanguage + - org.apache.camel.language.simple.SimpleLanguage + - org.apache.camel.language.tokenizer.TokenizeLanguage + camel-quarkus-exec: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-exec + schemes: + - id: exec + http: false + passive: false + javaTypes: + - org.apache.camel.component.exec.ExecComponent + 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.netty.http.NettyHttpComponent + 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-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-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-tarfile: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-tarfile + dataformats: + - tarfile + javaTypes: + - org.apache.camel.dataformat.tarfile.TarFileDataFormat + 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-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.FtpComponent + - org.apache.camel.component.file.remote.FtpsComponent + - org.apache.camel.component.file.remote.SftpComponent + 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.blob.BlobServiceComponent + - org.apache.camel.component.azure.queue.QueueServiceComponent + 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 + 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-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-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-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-platform-http: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-platform-http + schemes: + - id: platform-http + http: false + passive: false + javaTypes: + - org.apache.camel.component.platform.http.PlatformHttpComponent + 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-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.SjmsComponent + - org.apache.camel.component.sjms.batch.SjmsBatchComponent + 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-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-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.component.beanclass.ClassComponent + - org.apache.camel.language.bean.BeanLanguage + 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-mail: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mail + schemes: + - id: imap + http: false + passive: false + - id: imaps + http: false + passive: false + - id: pop3 + http: false + passive: false + - id: pop3s + http: false + passive: false + - id: smtp + http: false + passive: false + - id: smtps + http: false + passive: false + dataformats: + - mime-multipart + javaTypes: + - org.apache.camel.component.mail.MailComponent + - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat + 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-snakeyaml: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-snakeyaml + dataformats: + - yaml-snakeyaml + javaTypes: + - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat + 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-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-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-gson: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-gson + dataformats: + - json-gson + javaTypes: + - org.apache.camel.component.gson.GsonDataFormat + 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-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.directmessage.TwitterDirectMessageComponent + - org.apache.camel.component.twitter.search.TwitterSearchComponent + - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent + 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-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.SqlComponent + - org.apache.camel.component.sql.stored.SqlStoredComponent + 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-mongodb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mongodb + schemes: + - id: mongodb + http: false + passive: false + javaTypes: + - org.apache.camel.component.mongodb.MongoDbComponent + camel-quarkus-microprofile-metrics: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-microprofile-metrics + schemes: + - id: microprofile-metrics + http: false + passive: false + javaTypes: + - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent + camel-quarkus-infinispan: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-infinispan + schemes: + - id: infinispan + http: false + passive: false + javaTypes: + - org.apache.camel.component.infinispan.InfinispanComponent + 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-rest: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-rest + schemes: + - id: rest + http: true + passive: false + - id: rest-api + http: false + passive: false + javaTypes: + - org.apache.camel.component.rest.RestComponent + - org.apache.camel.component.rest.RestApiComponent + 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-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-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-base64: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-base64 + dataformats: + - base64 + javaTypes: + - org.apache.camel.dataformat.base64.Base64DataFormat + camel-quarkus-lzf: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-lzf + dataformats: + - lzf + javaTypes: + - org.apache.camel.dataformat.lzf.LZFDataFormat + 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-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-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-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-aws-kinesis: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws-kinesis + schemes: + - id: aws-kinesis + http: false + passive: false + - id: aws-kinesis-firehose + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.kinesis.KinesisComponent + - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent + 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-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-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-zip-deflater: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-zip-deflater + dataformats: + - gzipdeflater + - zipdeflater + javaTypes: + - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat + - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat + camel-quarkus-jsonpath: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jsonpath + languages: + - jsonpath + javaTypes: + - org.apache.camel.jsonpath.JsonPathLanguage + 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-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-k-loader-yaml: + groupId: org.apache.camel.k + artifactId: camel-k-loader-yaml + camel-k-loader-groovy: + groupId: org.apache.camel.k + artifactId: camel-k-loader-groovy + camel-k-loader-kotlin: + groupId: org.apache.camel.k + artifactId: camel-k-loader-kotlin + camel-k-loader-js: + groupId: org.apache.camel.k + artifactId: camel-k-loader-js + camel-k-loader-xml: + groupId: org.apache.camel.k + artifactId: camel-k-loader-xml + camel-k-loader-java: + groupId: org.apache.camel.k + artifactId: camel-k-loader-java + camel-k-loader-knative: + groupId: org.apache.camel.k + artifactId: camel-k-loader-knative + camel-k-runtime-main: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-main + camel-k-runtime-health: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-health + camel-k-runtime-inspector: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-inspector + camel-k-runtime-webhook: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-webhook + camel-k-runtime-cron: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-cron + camel-k-runtime-knative: + groupId: org.apache.camel.k + artifactId: camel-k-runtime-knative + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-loader-yaml + - groupId: org.apache.camel.k + artifactId: camel-k-loader-knative + - groupId: org.apache.camel.k + artifactId: camel-knative-api + - groupId: org.apache.camel.k + artifactId: camel-knative + - groupId: org.apache.camel.k + artifactId: camel-knative-http + camel-knative: + groupId: org.apache.camel.k + artifactId: camel-knative + schemes: + - id: knative + http: true + passive: false + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-knative-api + - groupId: org.apache.camel.k + artifactId: camel-knative-http + loaders: + yaml: + groupId: org.apache.camel.k + artifactId: camel-k-quarkus-loader-yaml + languages: + - yaml + metadata: + native: "true" + groovy: + groupId: org.apache.camel.k + artifactId: camel-k-quarkus-loader-groovy + languages: + - groovy + metadata: + native: "false" + kts: + groupId: org.apache.camel.k + artifactId: camel-k-quarkus-loader-kotlin + languages: + - kts + metadata: + native: "false" + js: + groupId: org.apache.camel.k + artifactId: camel-k-quarkus-loader-js + languages: + - js + metadata: + native: "true" + xml: + groupId: org.apache.camel.k + artifactId: camel-k-quarkus-loader-xml + languages: + - xml + metadata: + native: "true" + java: + groupId: org.apache.camel.k + artifactId: camel-k-quarkus-loader-java + languages: + - java + metadata: + native: "false" + knative-source: + groupId: org.apache.camel.k + artifactId: camel-k-quarkus-loader-knative + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-quarkus-knative + metadata: + native: "true" diff --git a/deploy/resources.go b/deploy/resources.go index 103dc06006..4ae5e6ff1f 100644 --- a/deploy/resources.go +++ b/deploy/resources.go @@ -116,6 +116,20 @@ var assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5c\xcb\x77\x9b\x3c\x16\xdf\xfb\xaf\xd0\x69\x36\xdf\x77\x4e\x51\x1f\x99\x33\x8b\xcc\x2a\x4d\x93\xa9\xdb\x3a\xc9\x29\xfe\x5e\xb3\x93\xe1\x62\x14\x83\x84\x25\xd9\x4e\xfa\xd7\xcf\x11\x88\x97\x43\x04\x38\xa2\x59\xc4\x80\xee\xfd\xdd\x97\x9e\x57\x82\x33\xe4\xb9\xfb\x9b\x9d\xa1\xef\x34\x00\x26\x21\x44\x8a\x23\x15\x03\xba\xcc\x48\x10\x03\xf2\x79\xa4\x0e\x44\x00\xba\xe1\x3b\x16\x12\x45\x39\x43\xbf\x5d\xfa\x37\xbf\xa3\x1d\x0b\x41\x20\xce\x00\x71\x81\x52\x2e\x60\x76\x86\x02\xce\x94\xa0\xab\x9d\xe2\x02\x25\x05\x20\x22\x6b\x01\x90\x02\x53\x12\x23\xe4\x03\xe4\xe8\xb7\x77\xcb\xf9\xd5\x35\x8a\x68\x02\x28\xa4\xb2\x60\x82\x10\x1d\xa8\x8a\x67\x67\x48\xc5\x54\xa2\x03\x17\x1b\x14\x71\x81\x48\x18\x52\x2d\x98\x24\x88\xb2\x88\x8b\xb4\x50\x43\xc0\x9a\x88\x90\xb2\x35\x0a\x78\xf6\x24\xe8\x3a\x56\x88\x1f\x18\x08\x19\xd3\x0c\xcf\xce\xd0\x52\x9b\xe1\xdf\x94\x9a\xc8\x02\x36\x97\xa9\x38\xfa\x87\xef\x8c\x0d\x0d\x73\x8d\x17\xde\xa2\x3f\x41\x48\x2d\xe4\x23\x7e\x3f\x3b\x43\xbf\x69\x92\x37\xa6\xf0\xcd\xef\xff\x41\x4f\x7c\x87\x52\xf2\x84\x18\x57\x68\x27\xa1\x81\x0c\x8f\x01\x64\x0a\x51\x86\x02\x9e\x66\x09\x25\x2c\x80\xda\xac\x4a\x02\x46\xb9\x02\x1a\x83\xaf\x14\xa1\x0c\x91\xdc\x0c\xc4\xa3\x26\x19\x22\x6a\x76\x36\x3b\x43\xf9\x5f\xac\x54\x76\xf1\xee\xdd\xe1\x70\xc0\x24\x57\x17\x73\xb1\x7e\x57\x5a\xf7\xee\xfb\xfc\xea\xfa\xd6\xbf\xf6\x72\x95\x67\x67\xe8\x0f\x96\x80\x94\x48\xc0\x76\x47\x05\x84\x68\xf5\x84\x48\x96\x25\x34\x20\xab\x04\x50\x42\x0e\x3a\x70\x79\x74\xf2\xa0\x53\x86\x0e\x82\x2a\xca\xd6\x6f\x91\x34\x51\x9f\x9d\xb5\xa2\x53\xbb\xab\x54\x8f\xca\x16\x01\x67\x88\x30\xf4\xe6\xd2\x47\x73\xff\x0d\xfa\x74\xe9\xcf\xfd\xb7\xb3\x33\xf4\xd7\x7c\xf9\xe5\xee\x8f\x25\xfa\xeb\xf2\xc7\x8f\xcb\xdb\xe5\xfc\xda\x47\x77\x3f\xd0\xd5\xdd\xed\xe7\xf9\x72\x7e\x77\xeb\xa3\xbb\x1b\x74\x79\xfb\x0f\xfa\x36\xbf\xfd\xfc\x16\x01\x55\x31\x08\x04\x8f\x99\xd0\xfa\x73\x81\xa8\x76\x24\x84\x3a\xa6\x65\x05\x2a\x15\xd0\xf5\x43\xdf\xcb\x0c\x02\x1a\xd1\x00\x25\x84\xad\x77\x64\x0d\x68\xcd\xf7\x20\x98\xae\x1e\x19\x88\x94\x4a\x1d\x4e\x89\x08\x0b\x67\x67\x28\xa1\x29\x55\x79\x2d\x92\xcf\x8d\xd2\x62\x5c\xb6\xad\x19\xc9\xa8\xa9\x4e\x17\x28\x20\x29\x24\xcd\xf0\xed\x3f\xcc\x36\x94\x85\x17\xe8\x4a\x97\x5c\x11\x45\x12\xbe\x9e\xa5\xa0\x48\x48\x14\xb9\x98\x21\xc4\x48\x0a\x86\xd1\x0b\x8a\x72\xef\x03\xfe\x80\x3f\x78\x92\x91\x4c\xc6\x5c\x79\xdb\x1d\x11\x9b\x9d\x9c\x21\x94\x90\x15\x24\x52\xb3\x21\x1d\xed\x92\x6f\x93\x3f\x78\x26\xdc\xc0\xe1\x7d\xa9\xde\x39\x7e\x8f\x3f\xd8\x69\x13\x4e\x42\x10\x83\x58\xc4\x8e\x29\x9a\x42\x4d\x5b\xa8\xed\xdf\x5e\xde\xfb\x5f\xee\x96\x76\xa6\x4c\xf0\x3d\x0d\x41\x5c\xa0\xd2\x3a\x1d\x63\x6d\x99\xa1\x28\x8c\xb4\x61\x3f\x87\x30\x6e\xd1\x8d\x40\x47\xff\x2a\x21\x52\x5e\x20\xca\xb1\x21\xc0\x62\xc7\x18\x08\xfc\x5f\x60\x20\x88\x82\x70\x41\x28\xcb\xb9\x9a\x11\xa9\xf5\xee\xf0\x02\x2a\x85\x35\xcd\xfe\x88\xdf\xe3\x1b\xca\x48\xd2\xe4\xf6\x3a\x08\xdf\xe3\xf7\xde\xe2\x3c\xa7\x0a\x21\x03\x16\x02\x0b\x28\x98\x80\x7a\x68\x2d\xf8\x2e\x9b\x87\x17\x88\x8b\x75\xe9\xb4\x42\x93\x8d\x41\x26\x42\xd1\x88\x04\x4a\x13\x99\xd8\x7b\xc6\x61\x5e\xd3\x0b\x01\xc9\xc8\x8a\x26\x54\x55\xe8\x08\xc5\x40\x12\x15\x97\x77\x5d\x1a\xf4\x69\xd1\x94\xf0\x92\x3e\x86\xc6\x4b\x69\x20\x78\x26\xb8\xee\x36\xbd\x42\xb4\xe1\x13\x20\xd5\xaf\xd2\x42\xcb\x72\x0e\x9a\x25\x44\xe9\x81\xca\xd3\x5d\xf6\xac\xa6\x34\xfa\xb7\x89\x1f\xc2\x55\x50\xda\x35\x54\xfc\xcb\xa2\x35\x9a\x21\x92\x41\x0c\x69\xed\x33\x0f\xd1\xf0\x02\x35\xca\xcd\x88\x82\x22\x92\x48\xa8\x9e\x65\x44\x4a\xba\x87\xf6\xe3\x07\xb2\x27\xcb\xa7\xac\x09\xf6\x4c\x43\x3d\xde\x71\x06\x4c\x61\x2d\x03\x7f\x0d\x57\xc1\x55\xf9\xa8\xc3\x6c\x1d\x76\x77\x66\x6b\x34\x9b\xd9\x8d\xf2\xc9\xcc\xd6\x32\xf0\x0d\x4d\xc0\x66\x76\x16\x46\xee\xac\xce\xc2\xc8\x66\x74\x5d\x3c\x99\xcd\x59\x18\xe1\xfb\x30\xb2\x59\xac\xc8\x5a\xf2\x5d\xe6\xce\x6a\x03\x68\xe8\x74\xa7\x5c\x4c\x0a\x1b\x1a\x2b\x1a\x3e\x2d\x34\x75\x36\xc2\xaa\x1a\x09\x1b\x11\x78\x59\xe1\x7c\x26\x8a\xdc\xe4\x85\x5d\x4d\x98\x04\x1b\xc9\x99\xc3\x56\x5c\x00\xda\x4c\x7c\x90\x9c\x1d\xd1\x8d\x6c\xa5\x05\x2f\xfe\x5a\xfc\x5a\x0d\x0c\xe4\xde\x9d\x71\x81\xdc\xdb\x0c\xab\x8b\x47\x06\x2d\x90\x7b\x7c\x25\xf7\x56\x43\xf2\x66\xe0\xcc\x12\xd3\xbd\xbf\xd8\x00\x1b\xe5\x23\x5a\x60\xcd\x2b\xa7\x6e\xbe\x1a\x16\x7f\x51\x2a\xb3\x35\x60\x72\x90\x9e\x64\xd2\x9d\xdb\x0c\xa0\xcd\x73\x6d\x92\xc9\xec\x27\x07\x89\x25\x93\xd8\x67\xd2\xe6\x81\x3d\x49\x68\x48\x14\x17\xee\x7c\x50\x41\xda\xbc\x70\x4c\xd4\xe3\x07\x25\x76\xa7\xb9\xa1\x92\x83\xff\x2c\xaf\x6c\xee\xf8\x49\x33\xb7\xa3\xb7\x01\xb4\xf5\x0a\x6d\x92\x91\x3d\x83\x61\xc6\xff\xa3\x99\x1e\x9f\xad\x3d\x04\x03\xa5\x9e\xdc\x99\x96\xc3\xd9\x62\xdc\x24\x98\xac\x9e\xe7\x42\xf0\xad\xfe\x6f\x0b\xac\x24\x09\xc8\x88\x8b\xc0\x61\x6c\x6b\x4c\x9b\x17\x9e\x51\x4d\xe6\x8a\x5a\x12\xf6\xab\x4b\xab\x53\x40\xec\x13\x50\x0e\x3d\x52\x00\x5a\xdd\xd1\x22\x29\x7d\xd1\x68\xdf\x6e\x5c\x51\x48\xc1\x7e\xf1\x6b\x73\x82\x00\x12\x28\xba\x07\x4f\x2a\x01\x24\x75\x38\x18\x1c\x23\xdb\xdc\xf2\x02\xed\x64\x75\xa5\x94\x87\x8d\x3c\xfc\xc3\x3c\xf0\x8b\xfb\xbe\x51\x13\x36\x8e\x47\x4d\xd8\xf4\x8e\x9a\x35\xc9\xa4\xa3\x26\x6c\x24\xbe\xfe\xe6\xdb\x3c\x10\x70\xe1\xb0\x1f\xd1\x68\x86\xa8\xcc\xf1\x35\x27\x8d\x9c\x49\x45\x98\xaa\x1e\xc0\x63\x10\x13\xb6\x86\x7b\xc1\x33\x10\x55\x0f\xeb\x35\x57\x82\x1e\x8a\x81\x84\x20\xaa\x5b\x01\x51\x75\x2d\x69\x9a\x35\x28\x15\xdf\x00\xa3\x3f\xc7\x38\xac\x54\x13\x97\xca\xe1\x2b\x73\xf1\xdd\x94\x0c\xe0\xcd\x8c\xfe\xf8\xfa\xc8\xa0\x11\x18\x85\x29\xf9\xd2\x74\x04\x57\xe1\x1b\xfc\x25\xff\x19\xc1\x27\x20\xc2\x3f\x20\x1a\xaf\x9f\x9f\xff\x8c\xe0\x2b\x63\x22\xf0\xd2\x5c\xb5\x98\xdb\xf5\x07\x1e\xc1\x61\x9a\x45\xa3\xd9\x5a\x62\xa3\x7c\xb2\x66\xa8\x65\xe0\xeb\x47\xb0\xa6\x59\xf2\x91\xdf\xf1\xb2\xa7\xc6\xec\x9d\xd8\x78\x1d\x4b\x20\xd7\xc3\x58\x31\xb9\xc9\x97\x32\xf9\x0c\xa7\x6f\x3d\xa3\x9b\xe3\x2e\x71\xd9\x33\x69\x3c\x9b\x2b\x5a\x14\x93\xd5\x87\x42\x4a\xde\xc9\xec\x92\xde\x05\xdd\xb9\xe3\xf5\xdc\x79\xef\x72\xee\xfc\x97\xac\xe6\xce\xb1\x7f\x6e\x4f\x47\x09\xb7\x8b\x17\x03\x68\x5b\xbc\xb4\x49\x46\xe7\xa2\x72\x66\xbc\x24\xa2\x77\xf1\x12\xb9\x6c\xe6\x91\xbd\x7d\x47\xa7\xe7\x36\xa2\x93\x52\x1b\x66\x6a\x7c\x92\xdc\x13\x32\xb9\x02\x52\xae\x00\xdf\x1c\x77\x26\xe3\x78\xe5\xc9\xcc\x7e\x64\xef\xc6\x64\x42\x82\x8d\xc3\x55\x89\x86\xb3\xae\x49\x1a\x04\xd3\xad\xce\xb4\x10\xec\xeb\xff\x56\xdb\x1f\x52\xf9\xd1\xa1\xed\x1a\xce\x6a\x7b\x83\x60\x3a\xdb\xb5\x10\xec\xeb\xff\x7d\xbd\x77\x42\xd2\x55\x48\xdc\xf6\xe0\x05\x66\x5f\x2f\xde\xa2\x9a\xb4\x27\x2f\x24\xe1\xef\xf9\x4f\xef\x4a\x2b\x70\xbd\xd2\x0a\xfa\x57\x5a\xc1\xaf\x59\x69\x05\x12\x5f\x5f\x59\x57\x5a\x5a\xc5\x70\x97\x80\xc3\xfc\x64\x05\x69\x6d\x16\x47\x44\xd3\x35\x8d\x52\x10\xf6\xcb\x2b\xeb\x26\x5b\x73\xff\xd5\xe1\x76\xdb\xd1\xb6\xee\x8b\x7e\xe9\x22\x9c\x6e\x0b\xce\x08\x2b\x66\xc0\xf7\xe6\xae\x6f\x12\xfc\x28\x13\x87\x29\x2d\x8d\x66\x73\x48\xa3\x7c\x32\x3f\x68\x19\xf8\x6f\x99\x58\xf3\x58\xba\x8f\x75\x3b\x6e\xf4\x0d\x1b\x27\xcf\x73\x1e\x52\xe9\xad\x88\x0a\xe2\x5f\x31\xee\xe4\xc3\xce\xa8\xa9\x4a\xce\x95\xeb\x97\xf3\x7e\xd2\x57\xd6\x36\x49\x62\xee\xb0\x29\x92\x98\x5b\x5b\x60\x5d\x3e\x5d\xc3\x23\x31\xc7\xf7\x24\xe6\x36\xb3\x43\xfe\xd3\x65\xb7\x9c\xc3\xd9\x0c\x6f\x12\x4c\x66\x79\x2e\x04\x7f\xd6\xff\x6d\xb6\xaf\x80\x38\xdc\x13\xd7\x68\x36\xcb\x1b\xe5\xc3\xf7\xc9\xcc\xfa\x3c\x21\x72\x60\x43\x6d\xf0\x76\xa4\x21\x1b\x3a\x8c\xf3\xa8\x66\xc4\x9f\x80\xb0\x51\x6d\x50\x73\xe5\xba\xe3\xfc\x24\xdb\x00\xde\x2a\x77\x56\x09\xb4\xa4\xcc\xf4\x24\x47\x09\xc2\x64\x42\x94\xc3\x05\x73\x0b\xb6\x6f\x92\x75\x4c\x38\xe9\x54\xab\x12\x86\x97\xe5\x95\xad\x7e\xa7\x84\x3a\x4c\x23\x69\x34\x9b\x37\x68\x4a\x4e\x5e\x70\x6b\xde\x93\x47\xa2\x8c\x67\x27\xa4\x6e\x6a\xde\xd3\x87\xc0\xf4\xf4\x14\x83\xe6\x3d\x41\x70\x67\xfa\x26\xa5\x29\x78\xe9\x2e\x51\x34\x23\x42\x9d\x54\xbb\x74\x70\xf1\x82\xd0\x64\x40\x1b\x6d\xe4\x7e\xb4\x64\x5c\x49\xc6\x0b\x9a\xc2\xa2\xbc\xb3\x26\x82\x74\xf3\x9e\xe2\xd8\x42\x1b\xb7\xaf\x3b\x7e\x46\x39\x59\xeb\xcd\xbb\xb3\xfa\x18\x83\xee\xd8\x06\x1d\x65\x90\x8c\x6c\xe0\x89\xa4\x0e\xdb\x71\x05\x69\xab\x52\xba\xfc\x19\xe5\xc8\x69\x5b\xc9\x8d\x7d\x7d\xf5\xcf\xe5\xe2\xbb\xb5\x4a\xec\x53\x87\xa7\x57\x52\x5b\xe8\xab\xd2\xc9\xce\xab\xa4\xf8\xcf\xd4\x16\xd6\x0d\x89\x36\x0e\xd3\x23\x39\x9c\xcd\xe2\x26\xc1\x64\x75\x3c\x17\x82\xbf\xe9\xff\xf6\xf3\x0a\x2e\x33\x43\x1a\xcd\xba\xc4\x81\xa1\xd9\xa0\x93\xa3\xad\x45\x60\x1f\xec\x49\xa0\x84\xaf\xdd\x19\x9d\xf0\xb5\xcd\xe6\xba\x78\x2a\x93\x13\xbe\xc6\xdf\xf9\xda\xba\x8f\x71\xa0\x4a\xb9\x5c\x5a\x18\x40\x9b\xe1\x86\xc4\x0b\xa9\x80\x40\xa5\x20\x65\xbd\x51\x3b\x7a\x84\x2e\xc1\x24\x10\x71\xca\x22\xb7\x8d\xa2\x68\x0a\x09\x65\x93\x4f\x13\x8d\x3c\xdc\x72\x01\x5e\x16\x4f\x3f\xe7\x0f\x17\xc5\xc3\x51\x33\xf9\x12\xb6\x70\x46\x89\xe7\xe7\x77\x27\x01\x95\xfe\x28\xa1\x96\xe6\xde\xda\x73\x6c\x5d\x0e\x83\x5b\xeb\x6c\xb6\x2e\x1e\x3f\xb5\xdb\x26\x9e\x54\x5c\x40\x38\x75\xb0\xe5\x36\xc1\xfe\x76\xc8\x9c\xad\xcd\x53\x68\xa7\x59\xfd\xfc\xca\xba\x88\xe0\x6c\xcd\xc3\x95\xc3\x75\x44\x01\x68\x73\x7e\x9b\x64\x32\xf7\x19\x31\x78\xa1\x7f\x3f\xaf\xac\x5e\x68\xbe\x0c\x94\x82\x12\xd4\x65\x42\xbf\x0b\xdd\xea\x9f\x97\xe9\xa7\x73\x56\x43\x26\x36\x32\xf1\x42\x3f\xbc\x2f\x1e\x2e\x8a\x67\x36\x2f\x52\x16\x51\x46\x65\xe6\x32\xed\x52\x63\x5a\x17\xa7\xc7\x54\x93\xf9\xa9\x96\x84\xe7\xd5\xa5\xfd\xe8\xa2\x74\x98\xe9\x6e\xbc\x2f\xf6\xc2\x11\x45\x39\xfe\xd8\x66\xcd\xea\x91\x8c\x4e\xed\x41\x2d\x07\xff\x00\xa9\x46\xf5\x6b\x15\xd7\x65\x46\xad\xbb\x71\x71\xe0\x1d\x5c\x6e\xc6\xe5\x78\x36\x97\xb7\x28\xc6\x3a\xbd\x60\x9e\x7e\x23\x2f\x0e\xf0\x41\xe2\xbf\xec\x47\x46\x63\x87\x27\xd4\x48\x6c\x3d\xa0\x56\x17\x4f\x75\x2c\x4b\x9b\x7c\x19\x5b\x0f\xa7\xe5\xdf\x0b\xe0\xc9\x6a\xe7\xb0\xbe\xd4\x98\x36\xf3\x9f\x51\x4d\x35\x93\xaf\x05\xe1\xab\xe2\xf2\xd3\xce\x5a\x09\x56\x44\xc2\xbf\xff\xe5\x30\x63\x93\xe3\x19\xb2\xce\x5c\x44\x8b\x62\xe4\xe1\xa4\x82\x17\x7f\xca\x7f\xac\xe9\x87\x62\xc2\xec\x70\x27\x24\xc7\xb3\xc5\xb8\x45\x31\x55\x7c\x0b\x21\xb8\x98\xf9\x5b\xdf\x77\x8d\xa9\xc3\xc5\x9a\x46\xb3\xd9\xde\x28\x7f\x6d\xf6\x53\x43\x7d\xad\x5f\x32\x2c\x1e\xfc\x7d\x62\xd2\x4a\xf3\xe2\x9b\x98\x8a\x71\xc7\xa2\x4a\xae\xaf\xcf\x5f\x54\x1c\xca\xfa\x77\x9a\xd8\xeb\x67\x65\xbb\xc3\x3a\x5a\x61\x5a\xeb\xe9\x31\xd5\x64\x75\xb5\x6e\xb7\xb5\x2b\xfa\x4e\xd6\x6c\x28\x03\x49\x1d\x9f\xae\x31\xa0\xd6\x01\xea\x19\xd9\xe8\x85\x62\x03\xc2\x8b\xa8\x80\x98\xcb\x5f\xb2\x8d\x64\x64\xe2\x6f\xc5\xef\xa8\xaa\xae\xf9\x4b\x5d\x4b\x80\x1b\x73\xdf\x1b\x2a\x97\x67\x1b\x0c\x60\x6f\x88\xa6\x7f\x0b\x27\x77\x69\x2a\xf1\xb7\x85\xf5\x10\x94\xa2\xa9\xd3\x74\x98\x86\xb3\x59\xdf\x24\x98\x2e\xdd\xa4\x85\xe0\xa5\xfe\xdf\x7f\x04\xce\xe1\x89\x48\x03\xd8\x17\xfd\x9a\x64\xe2\x23\x70\x1f\xf1\xf5\x95\xf5\x54\xe4\x83\xe4\x2c\x23\xf5\xd7\x4b\x1c\xbc\x83\x6f\x10\x0d\x61\xc7\x6e\xff\x11\xc5\x10\xbb\x4a\x16\xac\x47\xb2\x7b\xa2\xe2\x9e\xed\x77\xb9\x75\xfd\xde\xf5\xb6\xff\xbd\xeb\xed\xaf\x79\xef\x7a\x2b\xb1\xbf\xed\x7d\x87\x8e\x12\x87\xfb\x56\x06\xb0\xcf\x03\x35\xc9\xa4\x1e\xa0\x24\xc5\xf3\xcb\x45\x97\x07\x36\x5e\xf1\x9d\x25\x6f\xd8\xde\xa4\xed\xeb\x3f\x0d\xa0\x2e\x01\x6b\xc1\xf9\x7e\xc0\x0b\xcf\x03\x44\x14\x50\x5d\x42\x36\x5c\x25\x74\x40\x52\x6a\x80\x90\x02\xaa\x4b\xc8\xc3\x80\xa6\x32\x40\xc0\x83\xec\x02\x7f\x74\x14\x86\xc7\xee\x28\xe8\xca\xe3\x46\x7b\xb2\x27\x9d\x11\x60\x44\xe9\x2a\xeb\x24\x04\x05\x56\x4b\x4c\xf9\x8d\xa9\x94\xbc\x36\xce\x4d\xa4\x4e\x11\xed\xcf\x54\xbd\x4e\x48\xe3\xbb\x53\xc7\x45\x94\xc9\x0c\x82\x41\xa7\x27\x86\x48\xaa\xe0\x3a\x85\x1d\x60\x15\x73\x3e\xe0\x75\x8e\x21\xa2\x0c\x58\xa7\xa0\x40\x0c\xf9\x4e\xcd\x10\x29\x1a\xa9\x53\x84\x93\xaa\x76\x04\x56\x2e\x50\x3b\xbe\x05\x36\xe4\xab\x68\xc3\x7a\x46\x07\x58\x6d\x75\x4f\x86\x2b\x50\x1a\xc9\xe0\x57\x22\x39\xd2\xa7\x3a\xce\xde\x7a\xfc\xaa\x40\xb7\xf4\xeb\x3e\x5b\xd1\x22\x19\x9e\xad\x74\x5a\x57\x5c\x07\xa4\x74\x65\x51\x6d\x8c\x7e\xaf\x1f\xeb\xeb\x03\x0c\xc7\x35\xbb\x63\xfa\xda\x28\x3d\xfe\xba\x21\x42\x26\xb4\xe8\x8d\x76\xf4\x9b\x99\x51\xe9\xd5\x33\x85\x23\x05\x1b\x33\x86\x4e\x15\x5b\xe5\x16\x25\xf3\xb8\x17\x5a\x6e\xd4\x2b\xa7\x01\x47\x2a\x36\xe6\x1b\x9d\x2a\x6e\x94\x1c\xa5\xdf\x6b\x67\x29\x47\xea\x3d\x48\xdb\xfa\x64\x4c\x78\x5f\x3d\xc3\x39\xd2\xec\xd1\x56\xf7\x1e\xc7\x55\xbd\xd7\x4f\x8f\x8e\xdd\x56\x4e\x93\xba\x1d\x57\x97\x0e\xac\x74\xa6\x55\x4b\xbe\x1b\xf4\xf1\x9c\x31\xf5\x6f\xc2\x01\xb0\x3a\xdf\xd6\x92\xd1\x1b\x91\xff\x07\x00\x00\xff\xff\x76\xbb\x5e\x25\x7c\x5a\x00\x00"), }, + "/camel-catalog-1.2.0-SNAPSHOT-main.yaml": &vfsgen۰CompressedFileInfo{ + name: "camel-catalog-1.2.0-SNAPSHOT-main.yaml", + modTime: time.Time{}, + uncompressedSize: 87430, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x7d\x5b\x77\xdb\x38\xb2\xee\x7b\x7e\x05\xd7\xe4\x65\xef\x75\x46\x98\x6e\x67\xf6\xf4\xd9\x7d\x9e\x6c\x39\x4e\xec\xd8\x8e\x3b\xf4\x24\x99\x7e\xe9\x05\x91\x90\x04\x8b\x24\x68\x00\x92\x65\xff\xfa\xb3\x70\xe1\x55\x10\x24\xb2\x0c\xfb\xc1\xa4\x88\xaa\xaf\x58\x00\x88\x6b\xa1\xea\x7d\x34\x79\xbd\xbf\x77\xef\xa3\x6b\x9a\x90\x42\x90\x34\x92\x2c\x92\x4b\x12\x9d\x96\x38\x59\x92\x28\x66\x73\xf9\x84\x39\x89\x2e\xd8\xba\x48\xb1\xa4\xac\x88\xfe\xeb\x34\xbe\xf8\xef\x68\x5d\xa4\x84\x47\xac\x20\x11\xe3\x51\xce\x38\x79\xf7\x3e\x4a\x58\x21\x39\x9d\xad\x25\xe3\x51\x66\x00\x23\xbc\xe0\x84\xe4\xa4\x90\x02\x45\x51\x4c\x88\x46\xbf\xfd\x7a\x7f\x39\xfd\x18\xcd\x69\x46\xa2\x94\x0a\xc3\x44\xd2\xe8\x89\xca\xe5\xbb\xf7\x91\x5c\x52\x11\x3d\x31\xbe\x8a\xe6\x8c\x47\x38\x4d\xa9\x12\x8c\xb3\x88\x16\x73\xc6\x73\xf3\x1a\x9c\x2c\x30\x4f\x69\xb1\x88\x12\x56\x3e\x73\xba\x58\xca\x88\x3d\x15\x84\x8b\x25\x2d\xd1\xbb\xf7\xd1\xbd\x52\x23\xbe\xa8\xde\x44\x18\x58\x2d\x53\xb2\xe8\x3f\x6c\x6d\x75\x68\xa9\x6b\x73\xe1\xef\xd1\x77\xc2\x85\x12\x72\x82\x7e\x79\xf7\x3e\xfa\x2f\x45\xf2\x37\x9b\xf8\xb7\xff\xfe\x7f\xd1\x33\x5b\x47\x39\x7e\x8e\x0a\x26\xa3\xb5\x20\x2d\x64\xb2\x4d\x48\x29\x23\x5a\x44\x09\xcb\xcb\x8c\xe2\x22\x21\x8d\x5a\xb5\x04\x14\xe9\x17\x50\x18\x6c\x26\x31\x2d\x22\xac\xd5\x88\xd8\xbc\x4d\x16\x61\xf9\xee\xfd\xbb\xf7\x91\xfe\x5b\x4a\x59\xfe\xfe\x8f\x7f\x3c\x3d\x3d\x21\xac\x5f\x17\x31\xbe\xf8\x47\xa5\xdd\x3f\xae\x2f\xa7\x1f\x6f\xe3\x8f\x13\xfd\xca\xef\xde\x47\xff\x2e\x32\x22\x44\xc4\xc9\xe3\x9a\x72\x92\x46\xb3\xe7\x08\x97\x65\x46\x13\x3c\xcb\x48\x94\xe1\x27\x55\x70\xba\x74\x74\xa1\xd3\x22\x7a\xe2\x54\xd2\x62\xf1\xf7\x48\xd8\x52\x7f\xf7\xbe\x53\x3a\x4d\x76\x55\xaf\x47\x45\x87\x80\x15\x11\x2e\xa2\xbf\x9d\xc6\xd1\x65\xfc\xb7\xe8\xec\x34\xbe\x8c\xff\xfe\xee\x7d\xf4\xe3\xf2\xfe\xf3\xd7\x7f\xdf\x47\x3f\x4e\xbf\x7d\x3b\xbd\xbd\xbf\xfc\x18\x47\x5f\xbf\x45\xd3\xaf\xb7\xe7\x97\xf7\x97\x5f\x6f\xe3\xe8\xeb\x45\x74\x7a\xfb\x9f\xe8\xcb\xe5\xed\xf9\xdf\x23\x42\xe5\x92\xf0\x88\x6c\x4b\xae\xde\x9f\xf1\x88\xaa\x8c\x24\xa9\x2a\xd3\xaa\x02\x55\x2f\xa0\xea\x87\xfa\x2d\x4a\x92\xd0\x39\x4d\xa2\x0c\x17\x8b\x35\x5e\x90\x68\xc1\x36\x84\x17\xaa\x7a\x94\x84\xe7\x54\xa8\xe2\x14\x11\x2e\xd2\x77\xef\xa3\x8c\xe6\x54\xea\x5a\x24\x76\x95\x52\x62\x5e\xf3\xdb\x7a\x87\x4b\x6a\xab\xd3\xef\x51\x82\x73\x92\xb5\x8b\x6f\xf3\xeb\xbb\x15\x2d\xd2\xdf\xa3\xa9\x4a\x99\x62\x89\x33\xb6\x78\x97\x13\x89\x53\x2c\xf1\xef\xef\xa2\xa8\xc0\x39\xb1\x8c\x93\xc4\xa4\x4f\x7e\x45\x27\xe8\x97\x89\x28\x70\x29\x96\x4c\x4e\x72\x4c\x8b\x77\x51\x94\xe1\x19\xc9\x84\xe2\x89\x54\x51\x57\x4c\x2b\xfd\x60\x47\xb2\xc5\x42\x9b\xea\xdd\x3e\xa0\x5f\xd1\x2f\x7e\xda\x8c\xe1\x94\xf0\xa3\x58\xf8\xba\x90\x34\x27\x0d\xad\x79\xe7\xf8\xf6\xf4\x2e\xfe\xfc\xf5\xde\xcf\x54\x72\xb6\xa1\x29\xe1\xbf\x47\x5a\x35\x55\xba\x4a\x2d\x9b\x6c\x34\xf4\x01\xf7\xf8\x6d\x86\xa8\xba\xaf\x0a\x7d\x9a\x61\x21\x7e\x8f\x18\x5f\x54\xb2\xcd\x8b\xac\x90\xa2\x46\xa7\x0d\xa5\xe6\x6c\x17\x46\xf3\xd6\x8e\x3c\x88\xa2\xc7\x35\xe6\xab\xb5\x68\x2b\xfd\x01\xfd\x82\x4e\xb3\x72\x89\x4f\xda\xec\x13\x07\xe5\x2f\xe8\x97\xc9\xcd\x3f\x35\x55\x4a\x4a\x52\xa4\xa4\x48\x28\xb1\xe5\x39\x89\x16\x9c\xad\xcb\xcb\xd4\xf5\xde\x16\x19\x73\x49\xe7\x38\x91\x8a\xc8\x16\xfd\xc4\x66\xd9\xa4\xce\x87\x04\x97\x78\x46\x33\x2a\x6b\xe8\x28\x5a\x12\x9c\xc9\x65\xf5\xcb\x25\xfe\xd8\x57\x38\xf4\x1a\x46\x92\x25\xe6\x44\x48\x80\x50\xaf\x48\x85\x0d\x06\xd1\x6d\x83\x64\x4f\xef\x9a\x44\xfb\x6a\x26\xfd\x85\x96\xaa\xd1\xaf\xde\xf6\x90\x90\x5d\x01\x16\xc0\xa6\xab\x4a\x66\xfa\xb7\x3a\x03\x26\x51\x97\xe4\x01\x6f\xf0\xfd\x73\x49\x5a\x04\x3b\x65\xd1\xc0\x20\xcb\x8c\xfe\xa4\xe5\x05\xcd\xc8\x39\x96\xf8\x42\xa7\xb4\x94\x98\xb3\x72\xbc\x02\x73\x56\xda\x34\x91\x2c\x49\xde\x7e\x2f\x9a\xfe\x1e\x35\xc9\xb6\xfb\x8a\xe6\x38\x13\xa4\x7e\x56\x62\x21\xe8\x86\x74\x1f\x1f\xa3\xa3\xea\x5c\x59\x41\x0a\x89\xe6\xac\x44\x17\xac\x9c\x56\x0f\x5a\x9a\xe1\x97\x35\x07\x14\x8e\x66\xf7\x69\xa7\x09\x26\xb3\x8c\xcd\x86\x2b\xd9\x46\x78\x5c\x93\x35\x09\x9d\x4f\x5a\x14\x52\x2f\x8b\xce\x32\x36\x8b\x09\xdf\xd0\x84\x74\xb3\xed\x28\x08\xfd\xb6\xe8\x0f\xf5\xdf\x09\x62\x32\x4f\x90\x14\x8f\xcf\x7a\xc5\xed\xcb\xf9\x56\xfa\x81\x0c\x93\x7c\x3d\x2e\xbf\x94\x08\x14\x93\x14\xbb\xb4\xcb\x69\x01\xd0\x4e\x71\xfb\xb4\x6b\xa5\x07\xab\x0e\x4a\x06\xba\xa1\x85\x53\x3d\xfc\x24\x4e\x26\xf9\x23\xe0\xd3\x31\x00\xde\x8f\xa7\x43\x12\xae\xda\x3f\x89\x13\x94\x3f\xa2\x9b\x3f\x4e\x5c\x9a\x96\x9c\x16\x92\xf0\xf1\x9a\x5a\x00\x9f\xa6\x59\xc9\x43\x6b\x69\xdf\x02\xdd\x99\xab\x4b\xd3\x27\xc6\x53\x3d\xa2\x1e\xaf\x6b\x0d\xe1\xd3\xb6\x4f\x14\x4c\xe7\x5a\x10\xfa\x51\xdd\x39\xf5\x26\x33\xc1\x92\x15\x91\x00\xbd\x2b\x08\xaf\xde\x3d\xa2\x4a\xef\x56\x03\xf4\x3a\x6a\x57\x72\xd0\x8f\xea\xce\xd9\xfe\x66\x38\x59\x01\x1a\x60\xc5\xee\x6d\x81\x5b\x04\xc1\x8a\x58\x0b\x41\xb1\xfa\xef\xd2\x91\x16\xf3\x6c\xbd\x4d\x67\xe3\xd5\xac\x10\x7c\x9a\xf6\x68\x82\x29\x5b\xc9\x41\x97\xfa\xe6\x7c\xe6\x52\x39\x5b\xe7\x33\xc2\x1f\x40\x65\xdb\x60\x78\x5b\xad\x3e\x55\x30\xc5\x1b\x49\xe8\xba\xbe\x75\xd6\x69\x89\xb7\x80\x2a\x2d\xf1\xd6\x5b\xa3\x9b\xf4\x70\x15\x5a\xe2\x2d\x8a\xe5\xe9\x4f\xa7\x7a\x0f\xb9\x38\x01\xe8\xa7\xd8\xbd\x0a\xb6\x08\xc2\x69\xa8\x84\xa0\x58\xfd\x77\xe9\x38\xc7\x09\x99\x31\x06\xa8\xbd\x15\x82\x77\xda\xd1\xa5\x09\x37\xf7\xb0\x72\xd0\x85\xbd\x71\xa9\x9c\xaa\x36\x1a\x30\xc2\x30\xfc\x3e\x75\x3b\x14\xc1\x94\x35\x52\xd0\xb9\xbe\x38\x47\x8d\x65\x01\x18\x5c\x28\x6e\xef\x78\xb1\x49\x0f\x37\x58\x2c\x0b\x81\x4e\xcb\xc2\x39\x90\xd0\x03\x56\x41\x20\x2a\x5a\x84\x83\xc3\xe2\x86\x26\xec\xb8\x58\x10\x81\x62\xe2\xfe\x52\x1f\xf0\x16\xd0\xb1\x2a\x6e\x9b\xe8\x5c\xd5\x68\xa5\x1f\xf7\xde\xc5\x86\x70\x35\xc2\x55\x8c\xe8\x0a\x6f\x67\xce\xb5\x8c\xc7\x35\xe6\xf2\x65\xfc\x6b\x1b\x7e\x5f\xf9\x74\x28\x82\x95\x8e\x91\x82\xfe\xd0\x97\x3d\x95\x71\x22\x9e\xe6\xa0\xba\xa8\x00\x0e\x54\xc5\x16\x49\xc8\x9a\x88\xc4\xd3\x1c\xc5\x3f\x2e\x5c\x9a\x92\x65\xa2\xd8\xc6\x6b\x6a\x01\x7c\x9a\x76\x49\x82\x69\x6a\xc5\xa0\x8f\xe6\xea\x1c\x03\xa8\x99\xdc\x62\xf2\x04\x68\x65\x6a\x08\xef\x58\xa0\x47\x14\x6a\xb6\x62\xe4\xa0\x27\x81\x62\x7d\xa7\xe6\x2c\xfb\x17\x8d\x0a\xbc\xa0\x0c\xa0\xba\xe1\xf7\xe9\xdd\xa1\x08\x56\xd0\x46\x0a\xba\xd5\x17\xe7\xfa\x11\x2b\x16\x0c\x32\x71\xb1\x00\x3e\x55\xbb\x24\xe1\x16\x92\x8c\x18\x74\xa3\xae\xee\x49\x8b\xee\xd3\x28\xce\x81\x3d\x27\xc5\xf9\xc1\x9e\xb3\xa1\x09\xdb\x73\x52\x9c\xa3\xcb\xd3\x1b\x67\xcf\xa9\xda\x4d\xb2\x82\x8d\x13\x14\xc0\xa1\xb6\xb9\x21\x09\xda\x36\x93\x95\x40\x1f\xbf\xc4\xce\xd5\xb3\x0c\x4b\xd5\xb5\x4f\xb4\xf8\xd1\xfa\x76\x60\x7c\x5a\xbb\x08\xc3\xad\xa9\x59\x61\x48\xe1\xa3\x3b\xfb\xeb\xb3\x94\xce\xbd\x86\x07\x22\xe5\x33\x60\xbc\xa4\xd8\x7d\xaa\xb7\x09\x42\x35\xd6\x5a\xc6\xff\xa2\x2b\x75\xe9\xe8\xf9\xbf\x2d\x45\xb3\x17\xc0\xa8\x23\x7b\x99\xfb\x46\x85\x4d\xf2\xc0\x7d\xae\xec\x65\x8e\xae\xff\xbc\x70\x8e\x09\x75\xbb\x20\x39\x2e\x44\x86\x25\x64\x3b\xa8\x83\x73\xb0\x25\xea\x53\x86\x6d\x8f\x6a\x69\xe8\xbe\xba\x73\xb6\x4d\x1b\x40\x23\xbc\xf1\x36\xbf\x9b\x23\x1b\xde\xd1\x1b\x32\x9b\x1c\x7d\xcf\x5d\x3a\x25\xfc\xb9\x94\x6c\xbc\x5e\x86\xdf\xa7\x5b\x87\x62\x40\x41\x3a\x2b\x79\x07\x6c\x12\x95\x8b\x72\x54\x76\x18\x18\x74\x4e\x17\x54\xe2\x2c\xa6\x8b\x02\xcb\x35\x3f\x6e\x43\xaf\x9a\x4c\x59\x8c\xa9\xbe\xf4\x3e\x9e\xe3\x58\xef\x3e\xdd\x39\x3f\xba\x84\xe5\x44\xa6\x80\x32\xd1\xfc\xde\x32\x69\x53\x0c\xde\x78\x35\xdc\xc1\xfb\x4f\x23\x06\x4d\xf5\xc5\x55\x77\x67\x04\x17\x93\x0d\xce\x68\x8a\x25\x03\x2c\x12\x75\x71\x7c\xf9\xe6\xa4\x0c\x96\x01\x4a\x1a\xaa\xa5\xa1\x33\x82\x8b\xef\xd5\x2f\x57\x7e\xc0\x06\x12\x87\xc6\x0f\xe3\x86\x0d\x0d\xef\x88\xfa\xe2\xb2\x6a\x39\xc6\x1c\xc5\xb1\xf0\x39\xcc\x0a\xa4\x29\x03\x3d\x7e\xd9\x37\x6e\x91\x74\x05\xd8\xc9\x56\xdc\xbe\x0c\x6f\xa5\x07\xab\x62\x4a\x06\xba\xa7\x2b\xe7\x4e\x76\x82\xe7\x73\x42\x0b\x40\xb7\x5f\x21\x78\xdb\x22\x4b\x33\x19\xb9\x8c\xd0\x43\xc9\x18\x4e\xdf\x64\x41\xa2\x92\x88\xcc\xba\xc4\xd4\xfe\x9c\xee\xae\x4e\x1c\x0b\xa4\x5e\xbd\xc6\xb9\x66\x38\x75\x60\xd9\xd1\x04\xe1\x12\xb0\x9b\xa3\xd9\xbd\xe3\x91\x16\x41\xb0\x0c\xd4\x42\xd0\x77\xf5\xdf\x39\x29\x10\x19\x60\xdb\x59\x71\x7b\xa7\x04\x4d\x7a\x30\x05\x95\x0c\x74\x25\x32\xe7\x1e\x33\x2b\x49\x21\x24\x68\x2f\xb2\x86\xf0\x29\x5a\x13\x4d\x12\x5a\xa4\x63\x76\x3a\xfa\x38\x8b\x0c\x17\xc9\xe8\x0f\xb5\xc1\x59\x91\x67\x21\x59\xf1\x0a\x48\x05\x59\x4b\x6e\x0d\x4e\x61\x40\x6c\x33\xa2\xc9\xed\xa3\x88\x27\x3a\x0f\x5e\xb9\x6a\x71\xc8\x94\x2b\x9a\xea\xcb\xa0\x96\xa7\xc1\x30\x65\x8a\x3e\xe9\xcb\x48\x8c\xaa\x3c\xd1\x17\x7b\x33\x12\xc7\x96\x26\xba\x35\xd7\xb1\x28\x6c\x83\xd1\x2d\xdb\xe0\x91\xfc\xba\x10\x51\xac\xfe\xbb\x3e\xdf\x05\x63\x8b\x4c\xf5\x59\x19\x29\x52\x0c\x18\x7c\xf6\x80\x7c\x9f\xb2\x9b\x74\x70\x45\xed\xc1\x4c\x84\xe4\x24\xfc\xca\x9f\x91\x8a\x2a\xa9\xe8\x93\xfe\x3d\xb5\x3f\x07\x15\x52\x1f\xca\x28\xd0\x43\x8c\xf5\x43\xe7\xb4\x81\xb3\x27\x01\x18\xd4\x18\x7e\xef\x34\xa1\x4d\x11\x6a\x4a\x6f\x84\xa0\x33\x7d\x71\x9a\xbb\xa4\x14\xb2\xda\x94\x52\xef\x06\x57\x2b\x3d\x9c\x71\x4b\x4a\xe7\xe8\x3a\xa5\x73\xcf\x17\x28\x96\x84\x48\xc0\x7a\x71\x07\xe6\x88\xaf\xaf\x43\x38\xf6\xdb\x33\x20\x6f\xfb\xe5\x19\x99\xf6\x2b\x89\xf5\x8f\x31\x5f\x9d\x85\xe9\x7c\x73\x06\x6d\xff\x17\x27\x70\x39\x29\x88\x7c\x22\x78\x03\x31\xe6\xe8\xc0\xf8\x8a\xca\x45\x18\xce\x68\x07\x97\xa8\x16\x86\x6e\x89\xfc\xa1\xef\x9c\x55\x16\x17\x8b\x8c\x02\xa6\x8c\x16\xc0\x5b\x4d\x3b\x24\xe1\x2a\x95\x11\x83\x3e\x99\xab\xb3\xd4\xd5\xeb\x61\xd5\x85\x03\x8a\xbc\xc6\xf0\x96\x77\x9f\x2a\x5c\x61\xd7\x92\x50\x5c\xdf\xba\x94\x7f\xc6\x79\x0e\xa9\xeb\x86\xdf\xa7\x74\x87\x22\x98\xc2\x46\x0a\xfa\x8f\xbe\x38\x2d\xb4\x28\x27\x09\x60\xa2\x66\xf8\x7d\x8a\x76\x28\x42\xf5\xa6\x46\x08\x3a\xd7\x17\xe7\x62\xc8\x72\x5d\x00\xe6\x6a\x9a\xdd\xa7\x65\x9b\x20\xdc\x9a\x85\x12\x82\xa6\xea\xbf\xdb\xdc\x1b\xb2\x9e\xa5\xb8\x7d\x1a\xb6\xd2\xc3\xd9\xb5\x93\x15\x46\x3f\x88\x7b\x3d\xeb\x01\x27\x2b\xc1\x8a\x6d\x9e\x41\x6c\xb3\x2a\x0c\x4b\xb2\xc7\x42\xab\x47\x35\x70\xe1\xa0\x66\x47\x57\xe6\xf6\xe7\xcd\xb5\x73\xab\xc0\x9a\xa2\xcc\xb0\x4c\x96\x60\xab\x17\x8d\xe2\x6d\x67\x77\xe9\xc2\xb5\xb4\xc6\xf8\x45\xcb\xb2\xf6\x2f\x67\xea\xde\x6d\xdb\xbc\x06\x98\x83\x28\x6e\xaf\xd6\x4d\x7a\xb0\xf3\x52\x72\x3d\x43\xb1\x5c\x3b\x2d\x40\x52\x4e\x33\x40\x8d\xd5\xec\xde\xf6\xb5\x45\x10\xce\x00\x56\x09\x41\xe7\xea\xbf\x4b\xc7\x17\xc6\x56\x84\x94\x90\x1e\xb3\x86\xf0\xe9\xda\x27\x0a\xa6\x6f\x2d\x08\xfd\xc9\xd8\x17\x7d\xb7\xcf\xdc\x25\x79\x82\x59\xbb\x24\x4f\x3e\x8d\x3b\x14\x41\x6d\x5d\x92\x27\x34\x7d\x72\x29\xb9\x35\x93\x85\xf1\x5a\x6e\x3b\x13\x25\x77\x8b\x2b\x58\xd1\xa3\x9b\x44\xdd\xdf\x03\xcd\x22\x2c\x33\xba\x12\xac\x38\x66\x7b\xd7\xc1\xfa\xd3\x4c\x89\x9c\x2d\xf7\x13\xc1\x72\x09\xa9\xef\x16\xc0\xdf\xe3\xb6\x49\x02\x76\xba\x5a\x0c\xfa\x61\xae\xee\xa3\x0b\x42\xaa\x22\x1a\xaf\x6e\x85\x70\xb0\x12\xf4\x08\x87\x1e\x4a\x30\xcc\xe8\xc2\xde\x38\xcb\xae\x4c\x01\x0b\x2b\x65\xea\x5d\x57\x69\x92\xc3\x19\x67\xa5\x73\x74\x97\x3a\x17\x55\x6c\x0f\x4f\x0b\x49\x16\x5c\x7b\x71\x00\x8f\x2a\x5a\x58\x47\x8c\x2d\x76\xa9\x43\x8f\x30\x5a\x12\xed\x38\xe3\xb2\x79\xe2\x34\xdc\xc3\x4b\x80\xc1\x8c\xe2\xf6\x96\x7f\x93\x1e\xae\x02\xe0\x25\x43\x77\x78\xc9\x9c\x76\xc4\x30\x63\xbc\xe2\x90\x31\x5e\xe1\x30\xc6\x7b\x7d\x23\x62\x25\x04\xdd\xaa\xff\x4e\x13\xe2\xb5\x90\x30\xc3\xf8\x0a\xc1\xa7\x69\x8f\x26\x9c\x15\xb1\x95\x83\x6e\xec\x8d\xf3\xcb\xa6\x00\xdb\x10\x41\xbd\xa6\x21\x4d\xf2\xe0\x05\x51\x41\xc7\x18\x86\x0c\xfc\xd0\x69\x89\x62\xea\xb4\xe0\x58\xce\x30\x64\x2b\x40\xb3\xfb\x72\xa6\x4d\x10\x4c\x3f\x2d\x04\x7d\x3e\xc3\xee\x7d\x00\x3b\x9b\x04\xcf\x79\x0f\xf6\xbc\x5d\xba\x51\x53\xde\x6a\xbe\xeb\xec\x76\x57\x78\x0e\x59\x9f\xd0\xec\xbe\xc2\x6a\x13\x04\x2b\x2c\x2d\x04\x7d\x51\xff\x9d\x26\x45\x4f\x54\x82\x7c\x2a\x58\x00\x9f\x9e\x96\xc4\x2e\xbd\xe5\x44\x08\xbc\x18\xbd\x0b\x5f\x81\x09\x82\xf9\x98\x55\x81\x2e\x8a\xa4\x39\xc9\xe8\x18\x9b\x80\x81\x76\x4f\x46\x1e\xea\x64\x01\xba\x37\x4f\xcd\x22\xe0\x8d\x79\x38\x68\x8f\xa4\x82\x35\x99\x51\xe1\xc5\xfa\xd7\x28\xa0\x2a\x3f\x2a\xa8\x7b\xfb\xdb\xbd\xcb\x92\x11\x31\x67\x3c\x01\x34\x68\x0d\x86\xb7\xbd\xef\x53\x05\xdc\x5c\xa9\x24\xa1\xb8\xbe\x75\xce\x31\x1f\x00\xd3\xcb\x07\x9f\xb2\x75\x6a\x30\x25\xb7\x0f\xe8\xe7\xd5\xde\xb3\x3f\xd0\xd3\x30\x27\x47\x1c\x87\x39\x79\xa3\xf3\x30\x27\xd5\x81\x18\xa7\x7d\xbd\x3d\xdc\x56\x30\xc0\x82\x48\x83\xe1\xad\xc0\x7d\xaa\x70\x15\xb8\x96\x84\xac\xc3\xa7\x5b\xe6\x5c\x24\xa1\x09\x06\x2c\xf2\x29\x6e\x5f\xff\xdc\x4a\x1f\xe8\x58\x23\xc1\x19\xba\x9c\xe2\x6c\x8f\xa5\x3a\x87\x78\xaa\xd2\xec\xbe\x72\x6a\x13\x04\xb4\x33\xe7\x29\x46\x53\xf5\xdf\xb9\x69\xcb\x71\x09\x68\x51\x35\xbb\x4f\xc7\x36\x41\xb8\xed\x5a\x25\x04\x7d\x52\xff\x5d\x3a\xae\x0b\xba\x61\x09\x95\xcf\x93\x12\x73\x41\x38\xa0\xc5\xd9\x81\xf2\x55\xcb\x86\x38\x11\x1b\xc7\xd3\x39\xdd\x92\xd4\xf1\x5c\xd6\xd4\x03\x17\xf5\x6a\x08\xf4\xef\x82\x7e\xd7\x77\x53\xb1\x19\xb8\xbc\xe7\x00\xb9\x50\x2f\xfa\x83\xa6\x72\x09\xc7\xba\xdf\x79\x21\x3b\xd9\x48\xe7\x80\x72\x51\xdc\xde\x99\x4a\x93\x1e\x6e\xa2\x92\xce\x05\xfa\x9c\xce\x9d\xc7\x7a\x1f\x92\x8c\xad\x53\x80\x86\x16\xc0\xa7\x64\x97\x24\x9c\xe1\xaf\x11\x83\xae\xcc\xd5\xa5\xed\xe3\x9a\x26\xab\x39\x05\x18\x71\x57\x08\x3e\x7d\x7b\x34\x01\x5d\x2e\x18\x39\x0f\xe8\x8f\xea\xce\xb9\xb4\x24\x00\x6e\xf1\x0a\xe1\x75\x89\xd7\x24\x87\x5b\x54\x12\x8f\xe8\x56\x3c\x3a\xd7\x11\x68\x99\x2c\x31\xc0\x0c\xc2\x02\x78\xbf\xd0\x0e\x49\xb8\x8f\xd4\x88\x41\x9f\xcd\xd5\xa9\x2d\x7e\x21\x59\x82\x05\x44\xdf\x0a\xc2\xab\x71\x45\x34\xc1\x92\xe5\x34\xd9\xe0\x6c\x8c\xaf\xcf\x3e\x18\x2d\x84\x84\x98\xb0\x37\x48\x19\x15\x23\xca\xa3\x8f\x92\xe3\xf1\x07\xab\x1a\x90\x75\x26\xe9\xab\x20\x8d\xf4\xa8\xda\x87\xe1\xc4\x78\x82\x26\xe9\xab\xbc\x15\xa7\xc5\x62\xb6\x9e\xcf\xc7\x9f\x60\x68\xb0\x8e\xf7\x80\xea\x47\x79\x85\xb2\x97\xac\xa4\x49\xf0\x4f\xba\x12\x87\xcc\x77\x54\x68\x4f\x71\xe8\x73\xf5\xf8\xb4\xf5\x74\xd0\x32\x45\x03\x5c\x7d\x53\x0d\xe8\xa5\x7d\x32\x12\x50\x7d\x5a\x0d\xd8\x35\x15\x72\x24\x50\x8e\xcb\x06\xe7\x06\x97\x63\x61\xec\xf7\xd5\xc2\xb2\x4f\x46\x02\x1a\x57\xc0\x35\x9a\xf6\x09\x3c\x12\xaa\xf3\xa9\x35\x90\xdf\xda\x8f\xc7\x42\xd7\x9f\x5d\x0b\xb7\x7e\x36\x12\x54\xbb\x07\xae\xe1\x76\xfd\x04\x0f\x00\x92\x6d\x9c\xb1\x55\x44\x7f\x84\x0d\xd0\xbd\xfa\xe9\x3c\x39\x80\x79\xc2\x52\xc8\xd1\x01\x03\xe0\x9b\x12\x75\x49\x06\x4e\x6f\x2c\x33\x3a\x33\xd7\x7d\x2e\x1d\x5e\xc9\xa3\xc3\xd1\x0e\x1d\xde\xd4\x9f\x83\xcb\x9d\x83\x73\x71\x4d\xe6\x10\x77\x49\x9a\xdd\xab\x77\x8b\x20\x9c\xbe\x4a\x08\x3a\x55\xff\x9d\x47\x40\x6c\x40\x8f\xf1\x6a\x56\x08\x3e\x4d\x7b\x34\xa1\x8c\xe4\x2a\x31\xe8\xda\xde\xec\x71\x6b\x4b\x0b\x2a\x4a\x0c\xd8\xef\x6a\x30\x7c\x5a\xef\x50\x85\x74\x6e\x6b\x25\xa1\xcb\xfa\x76\xef\x7a\x71\x0a\x71\x8d\x55\x21\x1c\xf8\xa0\xdb\x34\xc3\xfd\xf6\x5b\xfe\xb7\x39\xfd\xa2\x57\x9d\xd3\x74\x86\xce\xd3\xd9\xc9\x30\x8f\xfd\x96\xd3\x1a\x73\x29\xfe\xfd\x47\x5c\xec\xc1\x9e\x72\x3d\x13\x10\x5b\xd4\x0e\x8c\xaf\x10\x5c\x84\xa1\x4f\x10\x19\x61\xf6\xcc\xcf\x9d\xfe\xe1\xee\x25\x05\xf9\xd7\x3f\x21\x9d\xa4\xe2\xf7\xf7\x91\x2d\x8a\xc1\x5d\xa4\xe2\x45\x67\xfa\xe2\xec\x20\xb3\x75\x42\x20\x4e\x0f\x0c\xbf\xb7\xc1\x6c\x53\x04\x74\x0d\xad\xa4\xa0\x6b\x7d\xd9\xe7\x3f\x05\x50\x4c\xc4\xdf\x3e\xb6\xd2\x8f\xef\x11\xec\xb2\x7f\x86\x8f\x75\x81\xdf\xe2\xad\xfa\x87\x76\x45\x69\xde\x61\x84\xeb\x95\x33\xd2\x6f\x66\x8f\xe0\xd2\xef\x8e\x74\x94\xa4\x23\x78\xeb\x3e\xad\x16\x78\xdd\xee\x4c\xed\x9e\x16\xd0\x7c\xb6\xd3\xd0\xee\x31\x71\x7f\x8b\xa6\xd8\x36\xa4\x9e\x73\x82\x2c\x83\x1c\x0f\x64\x99\xff\x54\x60\x93\x3e\xdc\x4c\x89\x65\x7c\xf4\xa1\x4f\xc5\x3c\xcd\xd8\x7a\x84\xc3\xa5\x81\x19\xcc\x32\x8e\x62\x25\xcd\x35\x16\x64\x0b\x40\x9b\xc6\x16\xde\x06\xad\x4e\x0e\x36\xf8\x63\x0b\x74\xcd\x16\xce\x21\x1f\x49\xfe\xf5\xcb\xff\xfd\xed\x17\xc0\x80\xcf\x22\x78\x87\x7b\x96\x66\x92\x64\xb4\xf9\xa4\x07\xd7\x85\x1a\x46\x10\xfe\x06\x87\x53\x2b\x71\xc8\xbc\x35\x9a\xea\xcb\xa0\x46\xad\x86\x30\x6f\xac\xb7\xb1\xf7\x1c\x66\x50\xd3\x90\x72\x49\x38\x79\x8d\xc0\x21\x2e\xb4\x83\xf3\x2d\x37\x7d\x28\x9f\x8f\x8d\xc8\x63\x23\x8b\xa4\x64\x46\x5e\xe8\x3a\x87\x3b\xb1\xed\x23\xf9\xb2\x66\x0f\x6d\xb8\xc3\x3e\x56\x1e\x3a\xb7\x37\x37\x46\xae\xc7\xe2\x3c\x4b\x31\xc4\x3e\xb5\x01\xf1\xf6\x00\x3b\x64\x81\x8d\xcb\x95\x24\x6b\x54\x7e\x9d\xf6\xd7\xe0\x6c\x39\x42\xfc\xfe\xa7\x7e\xb7\xff\x69\x78\xaf\xff\x69\x21\xd0\xb9\xcf\xe7\xff\x23\xd4\x7a\x49\x3c\x1e\xe1\xf3\xff\xf1\x8d\x7c\xfe\x3f\x0a\x14\x3f\xba\x7d\xfe\x73\x82\x13\x49\x37\xc4\x0e\xb7\x00\x6a\xf7\x91\x7c\xea\xef\xa1\x0d\x96\x0d\x95\x3c\x3b\x98\x13\xe8\x9b\x7d\x60\x46\x75\xce\x8a\xb0\xe0\xb8\x5c\x3e\x02\xac\x9b\x2c\x80\x2f\x1f\xba\x24\x41\xed\x68\x96\x8f\x99\xb6\xa4\x59\x3e\x3a\x8f\x32\x26\x0c\xd2\x92\x29\x6e\x9f\x9e\xad\xf4\x11\x7e\x3b\xf1\x18\x63\xfb\x86\xf9\xff\xc8\x04\x26\x7c\x1c\xc0\x71\x45\x84\x4b\x34\x65\xa7\x77\xce\x36\x16\x4b\x2c\x20\x63\x11\x0b\xe0\x6d\x6b\x3b\x24\x43\x67\xbc\x96\x7b\x22\xc9\x98\x0d\xe5\x81\x4d\xb6\x91\x85\xce\xb1\xc4\x43\xf7\x4c\x7a\xbc\xf7\xa4\xbf\x2d\x67\xf2\x8b\x64\xcf\x30\xbf\x1f\x16\xc0\x97\xe1\x5d\x92\x70\x71\x27\x8c\x18\xf4\xd1\x5c\xdd\x9e\x0a\x59\x81\x4b\x0a\xb0\x5c\x32\x00\x36\x7d\xef\x01\x8b\xd3\x9a\x64\xa8\x1f\x42\x0d\xaf\x4f\xb2\x9e\x96\xd4\xb9\xe8\xf5\x42\x8a\x94\x08\x80\x83\x0b\x0b\xe0\x2b\xb1\x2e\x49\xb8\xa3\xd7\x46\x0c\xfa\xd3\x5c\x9d\x25\x96\xce\x12\x40\x71\xa5\xb3\xc4\xa7\x67\x2b\x3d\x9c\x89\x59\x3a\x4b\xd0\x55\x3a\x73\xee\x53\x8a\x12\x73\x48\xfc\x42\xc5\xee\x1f\x47\x37\x04\x01\x47\xd0\x98\xaf\x50\xac\xfe\x3b\x47\x97\x4b\x40\x09\xe2\xa5\xb7\x00\x9b\xe4\x60\x33\xc7\x65\x82\x4e\x97\xce\xc2\x4b\x58\x21\x39\xcb\x66\x6b\xc0\x08\xb2\xc1\xf0\x8f\x25\x7a\x54\xa1\x16\x6f\x1a\x41\x68\x6a\x6e\xcf\xd6\xce\x91\x62\x4a\x05\x5f\x97\x20\x67\xde\x35\x84\xb7\xb3\xee\x11\x0d\x1e\xcd\xd4\x00\x93\x63\x5d\xf7\x03\xfa\xeb\x4a\x16\x3a\xaf\xee\x86\xf5\xd9\x35\xff\x26\x6f\x20\xdc\xe1\x00\x52\xf6\x02\x0b\xb7\xf7\x72\x28\xda\xde\xcb\x5b\x04\xdb\x7b\xd1\xb1\xf6\x5e\xdc\xcb\x54\x33\x82\x0b\x0a\x38\xc1\x6d\xf8\x7d\x9d\x75\x87\x62\xe8\xfe\x94\xe6\xd5\x5b\x01\x97\x5f\x9d\x5d\xf5\x8c\x16\x29\xe0\x80\xb6\x66\xf7\xbe\xbd\x22\xe8\x18\xe4\x9b\x27\x5d\x63\x7c\xf3\x6c\xb5\x19\x12\x80\xa1\xad\xa6\x62\x47\x89\xd8\xa0\x33\x75\x37\xdc\x08\xdf\x00\xe8\x77\x32\x10\xda\x04\xff\x9a\x14\x8b\xc1\x36\xf8\x06\x6a\xb5\x29\x0d\xd0\x17\xf2\xfc\x1d\x67\x6b\x72\x87\x29\x77\x16\xc0\x62\x8d\x37\x78\x42\x36\xa4\x90\xa0\x56\xba\x8b\xe3\xfb\x6c\x9c\x94\xe1\x26\xb9\x4a\x1a\xaa\xa4\xa1\x4f\xea\xe7\x47\xf5\x6b\x4f\xab\x9d\x8b\xcd\xf8\x4c\xc8\xeb\x7a\xe6\x3e\x43\x5f\x27\x87\xf3\x43\x5e\x47\x58\xc8\xc5\x06\xdd\x88\x8d\x73\xc4\x08\x59\xd0\x79\xf0\xaf\xe1\x3c\x84\x5f\xb6\x79\xc8\x05\xba\x72\xaf\xce\xcc\x69\x46\x26\x4f\x30\x07\x62\x0d\x86\x4f\xcf\x1d\xaa\x70\xb1\x65\x69\x46\x90\x96\x84\x2e\x68\x46\x7e\xec\x73\x1c\xa6\xa3\x34\x02\xed\x65\x14\x80\x77\x30\xd9\x21\x09\x1b\x09\x32\x9d\xa1\xd8\xbd\xcc\xae\x72\x04\x56\xbe\x87\x4a\xf6\x4d\xca\x54\x95\xa6\xdb\xfc\x86\x43\xdc\xaa\x32\xee\xf7\xa9\xda\xa4\x07\xb4\xb1\xe1\x18\x7d\x62\xdc\xed\xb9\x30\x07\x1c\x14\x7a\xc8\xbd\x67\x84\x9a\xe4\x80\xad\xcf\x16\x5d\xdd\x38\xe3\x76\x4b\x0a\x72\x93\xaa\xd9\x7d\xda\xb5\x09\x02\x46\x51\xc9\x09\x47\xf7\x74\x8f\x8b\xd4\x07\x60\x10\xd6\x87\x83\x31\x58\x1f\xde\x24\xe2\x89\x91\x82\xae\xf6\x86\x25\x99\x73\x42\x72\xcc\x41\x11\xbb\x1b\x0c\x6f\x83\xd3\xa7\x0a\xd7\xec\xd4\x92\xd0\x45\x7d\xeb\x34\x43\xe0\xac\xc8\x01\xe7\xdb\x0c\xbf\x4f\xe9\x0e\x45\x38\x93\x01\x2d\x05\x5d\x72\x56\xdc\xfc\xe1\x2c\xe5\x25\x85\x94\xef\x92\xfa\x4b\xb6\x49\x87\x06\x8b\x53\x50\x57\x8d\x43\x1a\xf3\xe0\xe7\x48\x9f\xac\x8a\x17\x5d\x2c\xe9\xb0\xb9\x77\xcd\x75\xac\x17\x41\x07\xeb\xcf\xdc\x7d\xf8\x5e\xe0\x2d\xc8\x3d\x9b\x62\xf7\x95\xc4\xf6\x71\x4d\xf8\x08\x4f\x5d\x0e\x3b\xbc\x0e\xd4\x40\xe7\x18\x9a\x15\xfd\xfc\x43\x5d\x86\x58\xd4\x75\x18\x1d\x56\x75\x9c\x08\xa9\x43\xe8\x80\x96\xee\xdb\x28\xbe\xcc\x74\xd0\x05\xdc\xa3\x15\x26\x92\x09\x2e\x29\xfa\x46\x84\xfc\x5a\x92\xe2\xb4\xa4\xfb\xf6\x2e\x4a\x2c\x01\x63\xff\x0a\x61\x7f\xe9\xf7\x28\x8e\x51\xa6\x62\xd1\x7b\x16\x77\x58\x2e\x5d\x66\x91\x25\xe6\x2b\x5d\x00\xc0\xa5\x6e\x8d\xe1\x2b\xbc\x1d\xaa\x50\xcb\xc2\x5a\x90\x2e\xbe\xbd\xeb\xde\x0f\xf2\x9f\xbf\x00\x4c\xdd\x34\xbb\x77\x28\xd1\x22\x08\x37\x92\x50\x42\xd0\x95\xfa\xef\x34\xa5\xc0\xb3\x19\x95\x90\xce\xb4\x42\xf0\x7e\x92\x5d\x9a\x70\x9f\xa3\x95\x83\xbe\xe9\x1b\x77\xa7\xfa\x30\x2b\x01\x16\xbe\x8a\xdb\x5b\xa8\x4d\x7a\xb8\x32\x9d\x95\x39\xba\x3a\xbb\xbb\x71\xaa\x47\x0b\x80\xf5\xa9\xe2\xf6\xaa\xd7\xa4\xbf\xc1\x2a\x91\x92\x86\xae\x68\xe1\x34\x46\x55\xb3\x7d\x68\xb4\xf6\x23\x82\xb5\xbf\x51\xac\xf6\x2a\x54\xbb\x73\x93\xb1\xc8\x21\x16\x7b\x45\xee\x37\xd5\x6b\xd2\xc3\xed\x30\x16\x79\x89\xe2\x22\x77\xda\xe5\x3d\x91\xd9\x07\x80\x4f\x31\xcd\xee\x53\xb0\x4d\x10\xd0\x33\xf3\xec\xc3\x03\xfa\xa1\xfe\xbb\x0d\x76\x19\xa4\xa6\x4a\xe6\xaf\xa6\x4d\x7a\xc0\xf3\x8f\x2c\x47\xa7\x92\x39\x37\xb3\x24\x5e\x08\xb6\x06\x54\x52\x0b\xe0\x9b\x63\x48\x9a\x3e\xdf\x60\xbe\x5a\x8f\xdc\x07\xb1\x22\xd0\x7d\x8d\xe3\x1c\xeb\x13\x99\x00\x02\x42\x2b\x6e\x5f\x49\xa9\x74\x1d\x8e\x71\x78\x71\xb5\x00\x84\xc4\xe3\x03\x63\x69\x84\x37\x59\x1b\x56\x92\xd0\x47\x99\xa4\x5f\xc8\xf3\xb0\x08\x58\x35\x67\xac\x34\x1d\xc7\xba\x77\x29\x7a\x0e\x89\xdd\x3c\xf7\x87\x6e\x9e\x8f\x8f\xdc\x3c\x1f\x15\xb8\xd9\xb6\xe1\xa3\xe4\x8e\x58\x15\xe6\x24\x67\x92\xa0\x8b\x7e\x94\xe6\x61\xbc\xc3\x4a\xb4\xcd\x1c\xcf\xdd\xf1\xa1\xf5\xd2\x3f\x81\x19\x40\x2b\x80\x43\x83\x81\x86\x24\xec\xf6\x02\x11\x28\x26\x6e\xe7\x5d\x5a\x37\xc8\x16\x99\x01\xf0\x8e\xf2\x3a\x24\xe1\xc6\xb1\x46\x0c\xba\xfa\xa4\xaf\xce\x0d\x4f\x2c\x40\x3e\x7a\x0d\xbf\x4f\xd7\x0e\x45\x38\xc7\xe1\x5a\x0a\xba\xd1\x17\xa7\x1d\xe7\x86\x14\x12\xa7\x39\x85\x98\x72\xd6\x18\xde\x2e\xa8\x4f\x15\xae\xfd\xaf\x25\x21\xbd\xa9\x7d\xaa\x6e\xdd\x11\x9a\x25\x2e\x33\x5c\x14\x90\xa2\x6e\x81\xf8\xd4\xdf\x25\x0b\x18\x38\xb8\x16\x85\xbe\x96\x12\xdf\x99\x7b\x67\xfb\x95\x3f\x02\x3a\x25\xc5\xed\x6d\xb9\x9a\xf4\x70\xcd\x56\xfe\x58\xa2\xd3\x9b\x3f\x9c\x66\xe1\xe6\xe8\x08\xe4\xfc\x4d\x85\x70\xa0\x81\x6e\xd3\x04\x3e\xa0\x52\x08\x14\x17\xee\x03\x2a\x0b\x2a\x97\x20\xdf\x04\x9a\xdf\xa7\x6a\x87\x22\xdc\x4e\xa9\x96\x82\x3e\x51\xf9\xd9\xed\x80\x40\x3b\xb9\x02\x6c\x98\x1a\xfe\x43\x53\x1b\xba\x85\x38\x6e\xab\x10\xb4\x93\xf1\x51\xcb\x17\x5d\x1c\xa0\xf7\x37\x0b\x03\x72\xfd\x66\x31\x00\x6e\xd1\x2c\xc2\x48\x37\x7f\xc3\x67\x8e\x74\x5b\x9d\x8b\xcd\x71\xa9\xa7\x91\x74\x3b\xd4\x43\x58\x0f\xa7\x2a\xcf\x0a\xad\xfa\x0d\xc1\xac\x3c\x8f\x59\x48\xf5\x13\xf6\x96\xc6\xf5\x98\x81\x1b\xee\x77\xac\x8b\x25\x88\xb4\x48\x43\xcf\x92\x74\x71\x74\xa1\x5b\x24\x6d\x7e\xe7\x34\xdd\x64\x80\xcf\x7a\xc6\xbc\xdf\x74\x93\x1c\xac\xce\xcd\xd8\x16\x9d\xb1\xad\x73\x35\x0d\x72\x3e\x4e\xf8\xcf\xc6\x89\x31\xe7\xe2\x6a\xd6\x89\x90\x8c\x93\xf0\xbe\x0b\x1e\x33\x14\xf7\x4f\xd4\x1d\xc1\x63\xde\x4e\xb1\xc6\xfa\xce\x39\xb7\xce\xb0\x2c\x71\x02\x38\x12\x51\x21\xf8\xb2\xb9\x47\x03\xde\xbd\xee\xc2\x0d\x9c\x16\x5b\x66\x74\x61\x6f\x8e\xc8\xd7\xd6\xaa\xd4\x0e\xbb\xdb\x0e\x96\x02\x76\xde\x16\xd4\xbb\xe5\xd6\x24\x87\x1c\x47\xa8\x41\x84\x3b\xd8\x2f\x96\x22\xe1\xb4\x04\x28\xd8\x60\xf8\xf4\xdc\xa1\x0a\xe7\xe6\xbe\x96\x84\xa6\x4b\x2c\x63\x7d\xeb\x5c\x36\x25\x19\x59\x70\xc8\x1e\x46\x85\xe0\x53\xbc\x47\x13\xce\x36\xcb\xca\x41\xf7\xf6\xc6\x39\x62\x14\xc5\xaf\x80\xf1\xa2\x28\x7e\xf5\x7d\xc9\xad\xf4\x81\xab\xc3\x8a\x13\x9d\xc6\xb7\xbf\x3a\xbf\xbf\x82\x4a\x4e\x21\x3e\x1c\x2d\x80\xaf\x98\xba\x24\xe1\x5c\x6b\x1b\x31\xe8\xd6\x5c\xf7\x2e\xa6\x01\x27\x6b\x47\xcc\xd5\xde\x68\xaa\x56\xcd\xd4\x9c\x9a\x6e\x38\xe0\x78\x8a\xe2\xf6\xea\xd8\xa4\x43\xbb\xa8\x16\xd4\xc0\x0c\xd8\x70\x86\x4e\x37\x9c\x0d\xeb\x96\x6a\x36\xe7\xe7\x90\x67\x19\x60\xb5\x42\x71\xfb\xb2\xad\x95\x1e\x6e\x3d\x2e\xcb\x4a\x74\x93\x65\xce\xc5\xe4\x72\x51\xbb\xd4\xa6\xac\x98\x88\x8c\x01\x3a\x27\x07\x98\x4f\xf9\xfd\xe4\xe1\x62\x54\x2e\x50\x4b\x24\x52\x22\xd1\xdd\xe2\x5b\xf3\x28\xce\xd8\x9e\xb3\xe7\xa0\xb1\xb4\x66\xf7\xe5\x45\x9b\x20\xe0\xa9\x73\x35\xb6\xfd\xa8\xfe\xef\x6b\x0b\x73\xc8\x69\x6d\x0b\x70\xa8\x2d\xcc\xc3\x9f\xd6\x56\x6d\x61\x2e\x56\xe8\x26\xfe\xe2\x9c\x17\x49\x4e\x8b\x85\x24\x79\x09\x73\x57\xdc\xc5\xf1\xce\x96\x34\xe5\xa4\x47\x1a\xd2\x29\x5e\xeb\xc5\x50\xac\x7f\xde\xdb\x9f\x7e\x17\x52\xcf\xa0\x8a\xde\xc5\xf1\xe5\x88\x93\xf2\x0d\x9d\x47\x3d\xef\xcc\x0b\x6d\x99\x12\xbe\xc9\x20\x6e\x3d\x2c\x80\xb7\x36\x74\x48\x82\xd9\xfd\x19\x29\xda\xb7\x5a\xe6\xf6\x1c\x66\x7d\x57\x71\x92\x52\xc0\x18\xa8\x8d\xe2\x55\x7b\x97\x2e\xa0\xb9\x6a\x4a\x05\xfa\xa6\xfe\xbb\x9d\x42\x72\xb6\x16\x00\x03\x55\x0b\xe0\x55\xb7\x43\x12\xd0\x3f\xa3\x16\x33\x63\xb2\xf5\x30\x36\x0f\xcf\xdc\xbd\xd9\x83\x80\x9c\xcb\x53\xdc\x5e\xbd\xc3\xb9\xe3\xa9\x75\x4e\x4a\x14\x27\xce\x11\xcd\x6a\x3d\x23\xbc\x20\x12\xb2\x43\xde\x60\xf8\xf4\x6c\xa8\x26\x09\x2b\xe6\x74\x31\xc9\x01\xae\x90\x5a\x68\x29\x29\x33\xf6\x9c\x93\x62\xbc\xe5\x4b\x0b\x6d\x59\x8e\x0e\x4b\xd2\x42\x79\x60\xa3\x5d\x73\xb7\x50\x0a\x9c\x13\x51\xe2\x64\x8c\x69\xc1\x2e\x18\x4b\x5f\x05\xa7\x24\x5c\x50\x21\x49\x21\x27\x1b\x96\xad\xf3\x40\xa0\x93\x24\xc3\x74\xcc\xa1\xdc\x5d\x6c\x36\x26\xda\xd8\x0e\x4c\x7b\xf0\x6d\x9d\x69\x64\x64\xbc\x43\xda\x0e\xb2\x60\x6b\x9e\x10\x31\x79\x5c\x33\xf9\x1a\xd5\x4f\x90\x84\x93\x57\xf9\x1c\x6c\xec\xcc\x09\x4e\x12\xb6\x7e\x9d\x2f\xcc\x42\x8e\x86\x62\x25\x29\xc4\x92\xce\xe5\x64\xb6\xa6\x59\x6a\x5b\x93\xd7\x82\x0b\xde\xd5\x36\x39\x81\xcc\x9b\xff\xa5\xda\x41\xf4\xa5\x7e\x3c\xd5\x4f\x6f\xf0\x40\x63\xa8\x16\x6e\xab\x45\x6c\xe1\x9e\x37\x4f\xc7\x02\x2f\x4b\xdc\x02\xfc\x7c\x77\x3a\x16\xe8\x81\xcd\x5a\x40\x57\x6c\x36\x16\xa8\x69\x22\x5b\x78\xb7\xf5\xc3\xd1\xb0\xaa\xb1\x6c\x23\xaa\xdf\x63\xc1\x9a\xc6\xed\x2f\xdb\xb8\xb5\x90\xef\xea\xc4\xef\x26\xed\xf5\xa4\xfc\x65\x9a\x50\xaf\x30\x4d\x31\x5a\x24\x4b\x3b\xe8\xac\x1f\x67\xf1\x78\xa8\x56\xeb\xfa\x57\xab\x75\x6d\xa1\xb7\x96\x1d\xa6\x0d\xc1\x78\x79\xb6\xcd\xfd\x4b\xb7\xb9\x1d\x39\x36\xe5\x0f\x95\x30\x16\xdf\xb6\xc0\x2d\xdc\xd8\x3c\x19\x0f\xa8\x5b\xcd\xbf\xaa\x86\xb8\x83\xac\x93\x4e\x6d\x0a\x50\x82\x03\x79\x18\x64\xdd\xa0\x22\xdd\xa0\xfe\x65\xdb\x67\xf4\xb5\x7a\x7e\xa6\x1e\x9b\x56\x0e\x84\xdc\x87\xdc\xef\x01\x97\x24\x27\x40\x03\x23\x92\x9c\xf8\x06\xb7\x3d\x9a\xb0\x06\x46\x24\x39\x41\xa7\x3f\xe2\x93\x8f\x53\xa7\x8d\x51\x4a\x17\x54\xe2\x8c\x25\xa0\xd0\x12\x6d\x14\xef\xc2\xc4\x2e\x5d\x40\x2f\x5c\x8d\x2c\x74\x6e\x7e\x7c\x4d\x76\x22\x44\xb4\x8a\x6d\x05\x71\x19\x53\x21\x1c\x2c\xf8\x55\x78\xe7\x31\xba\xe0\x57\xaa\x31\xbf\x71\x07\x6e\xb7\xc1\x68\x66\x74\xa1\xcf\xdc\x02\x36\x85\xbb\x40\x3e\xe5\xdd\xa4\x83\x47\x60\x3d\x98\xc9\x1b\x2c\x70\xd9\x68\x3a\x95\x48\x1b\x4f\xe7\x8c\x2e\x8e\x3d\xe2\xbc\x1f\x4a\x3c\x66\x3d\xb8\xf8\x8f\xeb\x3d\x4e\x06\xc5\x1a\xb0\x78\x68\xf8\x7d\xe5\xd3\xa1\x08\xb7\xa9\xad\xa5\xa0\xa9\xbe\xb8\x14\x2d\x5a\x1b\x56\x23\x36\x48\x9b\x13\x2d\xee\xdd\xd1\x51\x27\x5e\x06\x6e\x8d\x62\x29\xd0\xed\xce\x81\x93\xde\x22\x6e\xc9\x84\x5c\x70\xc8\x4a\xca\x0e\x94\xb7\xe5\xdd\x43\xfc\x76\xab\xc2\x77\x56\xb0\x2b\x57\x96\xd9\x6f\xe3\xf3\x61\x99\xfd\x66\xd3\x1c\x47\xd9\x97\xd9\x6f\x92\x70\x51\x5b\x69\x3b\xb7\x45\x1b\x84\x81\x61\x5a\xb3\xdf\xd0\xe7\xec\xb7\x7b\x2d\xe0\xba\x1b\x54\xef\x30\xe3\xf5\x6f\x7b\xc3\x3d\x92\x04\xb8\x6d\x4e\x92\x83\xdb\xe6\x0d\x49\xd0\xad\x22\x92\x08\xf4\x71\x1a\xbb\x4a\xfd\x85\x96\x93\x94\xcc\x33\x0c\x3a\x9b\xd1\x46\xf1\x15\xf2\xe2\x85\x96\x3d\xba\x49\xb4\xfb\x6c\xa0\xc1\x47\xc5\x8d\x3e\xbd\xd0\xf2\xdc\xfe\x18\xe8\xce\xb0\xc6\xf8\x73\x2f\x44\xb5\x76\x9a\xae\x21\x2b\xaf\xe9\xda\x57\x29\x5a\xe9\x01\xd7\x33\xd2\x35\xfa\xb2\x4e\xd7\x9e\x33\x49\x13\x8e\xe7\x80\x3d\xa2\x36\x8a\x4f\x5d\x07\x5d\xf0\x23\x4a\x4a\x56\x75\x4e\xe9\x1b\x9e\xbb\x4d\xd9\x72\xc8\x7e\x91\xe2\xf6\xf6\xf2\x79\xf8\xfd\x21\x25\x03\x4d\x6f\x2e\x9d\x1f\xfd\x8c\xe0\x42\x48\x9c\x01\xf6\xc2\x6b\x08\x9f\xa2\x7d\xa2\x70\x36\xc2\x95\x20\xed\x02\x56\xdf\xed\xb5\x00\x00\x38\xc8\x30\xfc\x87\x1a\xf5\xf0\xce\x31\xf4\xf6\xff\x23\x72\x3b\xc5\xb0\xe1\x8a\x26\x0b\x4e\xd3\x39\xa0\x16\x77\x71\x7c\x4a\x3b\x29\xc3\xd9\xfb\x18\x69\xc8\x48\x43\x9f\x38\x4d\x2f\x9c\x03\x9a\x75\x91\x12\x2e\xd9\xd3\xf8\x2c\xa8\x10\x7c\xca\xf7\x68\x42\x6d\x76\x57\x62\xd0\xbf\xed\x8d\xd3\x05\x0c\x9b\x31\x39\xe7\x38\x27\x4f\x0c\xe2\xcb\xbe\x8b\xe3\xd3\xde\x49\x19\x6e\xd3\xbb\x23\x0d\x7d\x53\x3f\x2f\xaa\x9f\xae\x0c\xd9\xc2\xbc\x34\x6d\xfd\x2e\x9a\xb6\x03\xfd\x33\x35\x5e\xb6\xb4\x97\xa6\x9f\xfb\x5c\x34\x81\xf6\xed\x0f\xec\xd9\xbf\xc1\x7e\xbd\x58\xa2\x58\x38\x8f\xeb\xe7\x0c\x72\x9c\x40\x71\xfb\x9b\xa1\x63\x8f\x11\x8c\xf6\xc9\xaf\x44\xa0\x1b\xd6\x3f\x19\x60\xde\xaf\x8e\x66\x37\x79\x10\xfc\xc3\xff\xfc\x6b\xbc\xa6\x7d\x24\x9f\xd6\x7b\x68\x5f\xb9\x78\x9b\x48\x7d\x46\x0a\xba\x8a\xbf\x7d\xf8\x9f\x7f\xfd\x20\xb3\x78\x6f\xd8\x3e\xf9\x44\x33\x88\xcb\x78\xc3\xef\xd3\xbd\x43\x11\xce\x18\x5e\x4b\x41\xf7\xfa\xe2\x1c\x33\xb3\x0c\x32\x56\x66\x99\x7f\x8c\xdc\xa4\x87\x1b\x1b\xb3\x4c\xa2\x2b\x96\xb9\x8d\xa8\x40\xb1\xb9\x44\x13\x7b\xcb\x39\x25\x54\xe9\x0f\x78\x3b\x1b\xf0\xde\xad\x69\x9b\xe2\x46\x31\xc3\xe5\x15\xde\xce\x9c\xf3\x35\xb9\xe4\x14\x32\x95\x31\xfc\xde\x5a\xd8\xa6\x80\x5a\x87\x77\xc0\x06\xd6\x53\xcd\x8a\xee\xf5\x65\x98\x8d\x78\x87\xd5\x99\x8d\x09\x7f\x2e\x25\x9b\x24\x90\xe5\xf9\x06\xc3\x3b\x3b\xea\x53\x85\x9b\x23\x69\x49\x28\xc9\x05\x9a\xea\xdb\xa9\xdb\xd9\xfb\x36\xcf\x26\x0f\x78\x0b\xf8\x08\x2a\x04\xcf\x58\x42\xb2\x15\x29\xe8\xcb\x10\x4d\x9a\xf1\x44\xc5\xcc\xd1\xcf\x9b\xeb\x7b\xfb\xc3\x31\xb4\x60\x8b\x02\xb0\x7e\xad\xb8\xf7\x6b\xd0\x4a\x1d\xf4\xf2\x8a\x0f\x7d\x5d\x14\x99\xe3\x7d\x13\xb6\x4e\x96\x10\x57\xf3\x16\xc0\x5b\xdf\x3a\x24\x01\x17\xdd\xb5\x18\x34\x55\xd7\x73\xe7\x11\xfc\x05\x67\x6c\x03\xd9\x08\xd2\xfc\xfb\x4b\xa8\x93\x3e\xa8\x8c\x0c\x27\xfa\xa4\x2f\xae\x21\x2b\x5e\x00\x3c\xc9\x2b\x6e\xef\xa0\xb5\x49\x0f\x37\x6a\xc5\x0b\x8c\x62\xbc\x70\x7a\x92\x27\x19\x16\x92\x26\x82\x60\x9e\x2c\x81\xce\x53\x77\xb1\x7c\xaa\xef\xa5\x0e\x78\x88\xa2\x25\x11\x7d\x6c\xff\x72\x65\x0d\x2c\x04\xf1\xa1\xd8\xc3\x6f\x11\x74\x58\x87\x1b\xde\x17\x68\x38\x81\x44\x69\x69\xa2\x01\x39\xbb\xfa\x26\x79\xe0\xa0\x27\x11\x1b\xb4\x1b\xfb\xc7\xb6\x01\x84\x25\x2c\x85\xac\xe5\x57\x08\xbe\x72\xe9\xd1\x84\xdb\xf5\xb5\x72\xd0\x27\xc2\xa6\xea\xc6\x39\xab\x7c\x9e\x61\x09\x59\xaf\xb5\x00\x3e\x85\xbb\x24\x83\x37\xcc\x2d\xbb\x5e\x35\x0d\x9d\x67\x56\x16\xba\x79\x3e\x53\xd7\x41\x5b\xe3\x3d\xde\xb3\x3d\x96\x1a\x29\xe5\x24\x91\x1b\xc0\x61\xe7\x0a\xc1\x97\xe7\x86\xe6\xe8\x58\x71\xa3\x27\xf5\xd5\xbb\xa0\x73\x7d\xe3\x8e\xf1\x66\xed\x85\xa0\xc6\x29\x87\xf7\x04\x4f\xde\x68\x53\xf0\xa4\xda\x15\x74\x1a\xa7\x6c\xf3\x12\x34\xdc\x2d\xbd\xcd\x7a\x2b\x3d\x98\x8a\x4a\x06\xfa\x99\x97\x6e\x3f\xb5\x8c\xaf\x52\x0c\x18\x6a\x59\x00\x9f\x92\x5d\x92\x70\xde\x6a\x8d\x18\xf4\xc3\x5c\xdd\x7e\xa4\x21\x71\x7e\x14\xb7\x4f\xcf\x56\x7a\xb8\xf5\x09\xca\x31\xba\xa2\xee\x38\x3f\xda\x11\x1f\x05\x1d\xec\xb4\x08\xde\x4f\xb3\x4b\x13\xee\xd3\xb4\x72\xd0\xa9\xbd\x71\x9f\x6b\xcb\xd6\x05\x28\x58\xad\xe2\xf7\x8e\xb9\xdb\x14\x01\xc3\xd5\x2a\x29\x28\xd6\x17\xb7\xd3\x48\x0a\x98\xb0\x2a\x6e\x9f\x92\x10\xe7\x5f\x14\x72\x18\xaa\x64\xe5\x07\x08\xef\x78\xef\xb2\xf9\x78\xaf\xb6\x8a\x77\x84\x60\xe7\xd8\x37\xa7\x39\x31\xfe\xd7\x4a\xcc\xc7\x2d\x77\xa9\xc2\x45\x37\x98\x1e\xe3\xfd\xa8\x35\x78\x56\x92\x51\x2d\x19\xdd\xd0\x9c\xdc\x54\xbf\xdc\x1e\x12\x88\xe4\x14\xd2\xf1\x5b\x00\xef\xf0\xb2\x43\x12\x6e\x68\x68\xc4\xa0\x1b\x73\xdd\xeb\x30\xe4\x11\x68\xf9\x24\x1e\x0f\x3b\x0c\x79\x7c\x1b\x87\x21\x8f\x02\xc5\x8f\x4e\x4d\x93\x7c\x22\x40\xab\x99\x9a\xdf\xa7\x67\x87\x22\xa0\xa5\x07\x9a\x3a\x63\x0d\x6c\x05\x64\x5b\x42\x71\x7b\xc7\x70\x22\xfc\xb6\x84\x92\x81\x7e\x0a\xf7\xb6\xc4\x3c\xa3\x90\x2e\x50\xb3\xfb\x14\x6c\x13\x84\xf3\xc4\xad\x84\xa0\x0b\xf5\xdf\x69\xa8\xc3\x31\x2d\x24\x27\x00\x1f\x0e\x35\x84\x4f\xd7\x3e\x51\x38\x43\x9d\x4a\x10\x3a\xab\xee\xf6\xce\xb6\xa0\xbe\x3a\x4e\x8e\x70\xd6\x71\xf2\x46\xde\x3a\x4e\x2a\x77\x1d\xce\xd9\xd6\x0c\x0b\x48\x09\xe3\xfa\xbd\x1c\x8b\xbe\x09\x2b\x84\xc4\xad\xce\x91\x6c\x93\x25\x2e\x16\xe4\x8e\xb3\x92\x70\xf9\x5c\x27\xb4\xe2\x91\x4e\xa2\x25\xc1\x69\xcb\x46\x93\x93\x79\x7d\x2f\x68\x5e\xb6\x28\x21\x1b\x17\xd5\xcb\x69\x5b\x74\x75\x73\xd8\x80\xb7\xe6\x2d\xed\xfb\xa3\x8f\x3d\x85\x06\x60\x18\x55\x74\x80\xd4\x01\x5c\x26\x6f\xd0\x67\x7d\x19\xc0\xc7\xc9\x1c\x7d\x23\xf3\xe1\xef\x17\xeb\xcb\x00\xbe\x66\x3f\xc8\xb3\x19\xf4\x50\x42\x66\x85\xa5\x7f\x52\x38\xe6\x50\xfe\xc0\x39\x61\x89\xd1\x55\xe9\x9c\x11\x26\x58\x08\x5c\xa4\x1c\x43\x5c\xbd\xb4\x40\xbc\x9d\x7c\xf8\xb3\x2f\xf5\x9b\xa0\x69\x75\xe7\x3e\x9e\xb2\x4e\x96\xb0\xa6\xa4\x86\xf0\x6a\xdc\x23\x0a\xbb\x65\xa6\x04\x99\x4d\x33\x75\xb7\x6f\xc8\x9a\x42\xe3\x51\xa7\x87\xe3\x51\xa7\x63\x36\x09\x3b\xec\x42\x72\xf2\x36\x21\xa8\xd2\x74\x86\xce\xfb\x41\xad\x8f\xe3\x33\x2f\xa9\xb8\x63\x7d\xe7\x5c\x7f\x78\x16\x19\x03\xc4\x26\x33\xfc\x36\xd9\x6d\x16\xd2\xa6\x18\xb8\xa8\xa0\x59\x51\xac\x2f\xce\x29\x5d\xb9\x9e\x15\x10\xa7\xee\x86\xdf\x57\x5f\x3a\x14\xe1\xdc\xbd\x69\x29\xe8\x6e\x3d\xbb\x75\x3b\x75\x5f\x08\x48\xb0\xd3\x45\x13\x06\xd6\x59\x46\x0f\x82\x15\x6d\xa2\x81\x7b\x3b\x82\x15\xe8\xd3\x6e\x84\x57\xdb\xbf\x28\xec\x3a\x7c\x1c\xa0\x9f\xea\xe0\x78\xbb\x2c\x17\x65\xb8\xde\x4b\xb0\xa2\x89\x8e\x77\x25\x58\xf1\xbd\xfa\xe5\xb4\xec\x15\x80\x99\x2a\x17\xde\x69\x6a\x93\x0c\x5d\xd5\x69\x90\x06\xda\xf5\x0a\x81\xbe\x89\x63\xb6\xaa\x5a\x0b\x39\x96\xc9\x59\x7b\x1a\x32\xc0\x16\x55\x8d\xe1\xcb\xbc\x1d\xaa\x60\xbb\x54\x8d\xe6\x8d\xca\x7b\xac\x95\x04\x49\xd6\x9c\x4a\xc0\xfe\x46\x0b\xc4\xa7\x7d\x8b\x6c\x22\xe8\x62\xc4\xde\xe6\x2e\xce\x86\x70\x3a\x1f\xb1\x6d\xe2\xee\x46\x14\x2a\xf9\x79\x73\x3d\x2a\xcf\x5b\xaf\x85\x7e\xe6\x59\x4c\x17\x05\x96\x6b\x3e\xcc\xf3\x7f\x0f\xe4\xbb\x52\x8f\xf6\x77\xb2\x0f\x55\xf6\x0e\xc8\xcd\x75\x6c\xef\x9d\x95\x7f\xc6\x0a\x2a\x01\x43\x7b\xc3\xef\x2b\xf6\x0e\x45\x40\xc7\xff\x4a\x0a\x3a\xd3\x17\x67\xa3\x08\x32\xc4\x39\x64\x7a\x33\x2a\x72\x71\xc3\x3a\x79\xab\x98\xd5\xdf\x88\x18\x16\x42\xa2\xe6\xda\x13\xdd\xda\xba\x15\x01\x8c\xee\x0c\x80\x2f\x73\xbb\x24\xe1\xf6\x97\x8c\x18\x64\xdd\xa2\x38\x3d\x04\x73\x26\xd9\x6c\x3d\x07\x8c\x06\x2d\x82\xaf\x1d\xea\xd1\x0c\x34\xf8\xa9\xb8\xd1\x9d\xbd\x71\x87\xb6\x07\xed\xd9\x8b\x03\x7b\xf6\x62\xd4\x9e\x7d\xc3\x1b\x7c\x1d\x5c\x09\x41\xf1\x9e\x0d\xff\x0d\xc9\x58\x02\xea\x11\x2b\x04\x5f\x1e\xf5\x68\x82\xa9\x5a\xc9\x41\xdf\xed\x8d\xc7\xbf\x08\x6c\x07\xb5\x05\xe2\x53\x7c\x97\x6c\xac\x4f\x11\x05\x31\x79\x9b\x79\xb2\xf5\x03\xa2\xf7\x11\x8d\xff\x8f\x23\x77\x13\xdd\x10\x76\xde\xdc\x20\xed\x9f\x3e\x63\x01\xf1\x6e\x24\xfc\x8e\x8d\x44\x78\x9f\x46\xe2\x04\x9d\xee\xb1\x1b\x32\x4b\xb1\x80\x81\xa7\x01\xf0\x0e\x3a\x3b\x24\xe1\x36\x9f\x8c\x18\xf4\x73\xaa\xaf\xce\xbe\x03\x6f\x33\xb6\x58\x80\xc2\xb4\x37\x18\x3e\x9d\x77\xa8\xc2\xad\x29\xd4\x92\xd0\x1d\xde\x5e\x9b\x5b\x77\xa0\x68\x3e\xa7\x19\xa0\xa8\x2d\x80\xaf\xdb\xec\x92\x0c\x8e\x12\xad\x99\xd1\x3d\xe6\x17\x34\x23\xee\x65\x06\xc6\x00\xe7\xc1\x15\xb7\xaf\xd4\x5a\xe9\x01\x8f\x6e\xb1\x47\x74\xc5\xd8\xa3\xb3\xa1\x59\x26\x93\x27\xc8\x66\xbe\xe6\xf7\x36\x37\x6d\x8a\xa1\xe3\x64\xc3\x1c\xde\x10\x60\x99\xa0\x27\x81\x7e\xb8\x83\xf0\xb2\x65\xf1\x02\x59\x25\xb3\x00\xbe\x6a\xac\x97\x96\xba\x74\x43\x0b\x59\xf3\xa2\x2b\x73\x75\x56\x65\xba\x28\x40\x71\x6d\x0c\xbf\xaf\xac\x0d\xc5\x24\x51\x60\x63\xbb\xf9\x0a\x83\xe5\xe5\x7a\x4c\x9c\x80\x0e\x8a\x8e\x4a\x3b\xda\x16\xca\x82\xd0\x74\x41\x46\x2f\x5c\x58\x0c\x70\x44\x4a\x8b\x03\x0a\x25\x69\x31\x46\x85\x92\x1c\x56\x1d\x8d\x24\xa4\x2b\x02\xba\xd4\x3f\xa6\xea\x7e\xd0\xd8\xa9\x02\x31\x35\xa1\x82\x31\xbf\xc6\x00\x99\xca\x60\x71\x74\x90\xe2\x61\xb6\xef\x16\x46\x57\x07\x8b\x72\x99\x7e\x22\xc5\x18\x90\x26\xa2\xa5\x01\x1a\x17\xd1\xd2\x82\x99\xc0\x93\x06\x68\x78\xe0\x49\x0b\x22\x88\xb4\x10\x3b\x11\x27\xed\xc0\x4b\x64\x72\x22\xf0\x16\xd2\x14\x36\x18\xde\xf1\x5b\x9f\x2a\xac\xfd\x90\x96\xa4\xad\x88\x62\x75\xe7\x1c\xc7\xad\x33\x81\x01\x9b\x0c\x86\xdf\x3b\x7e\x6b\x53\x04\xdc\x0f\x52\x52\xd0\x9d\xbe\xec\x5b\x31\x9b\x88\x27\xbc\x58\x40\x4e\x08\xb5\x51\x7c\x4a\x3b\xe8\xc2\x2e\x85\x59\x59\x7a\x71\x2b\x36\xf7\xfb\xa3\x82\x40\xac\xa7\xf9\x81\xe1\xba\x8d\x04\xa2\x9b\xa4\xe1\x9a\x3b\xac\x78\x44\x49\x86\x1c\xae\x6d\x1d\xe7\x53\xaf\x60\x62\xb6\x1f\xd1\x6c\x34\x86\x27\x25\xc9\x50\x5c\x12\xd7\xa1\x5c\xb2\x25\xc9\xf8\xcc\x53\xdc\xbe\xac\x6b\xa5\x87\x3b\xe3\xb8\x25\x09\xfa\xb8\x25\x89\xd3\xe4\x9c\x26\x9c\x95\x9c\xa9\xb9\xc3\x2b\x18\xff\x3a\xd0\x7c\xea\x7b\xe8\xc3\x99\x05\xb7\x64\x36\x36\xc2\xea\xe1\x9d\x79\x78\xc8\x5e\xf8\x03\xd0\x5c\xf8\x83\x77\x86\xd1\xa6\x08\x6b\x2c\xfc\x01\xc5\x1f\x9c\x96\x35\x1c\xd2\x2b\x2a\x6e\x9f\x82\xad\xf4\x80\xae\x0e\x58\x81\xa6\xdc\xdd\xfd\xbd\x30\xb6\x22\xa4\x24\x7c\x92\xeb\xd3\x27\xe3\x55\xed\x23\xf9\xd4\xde\x43\x1b\x2c\x0b\x6a\x79\x46\x1c\xba\xd1\x97\x3d\xe7\xf0\x01\x96\xa7\x8a\xdb\x37\x19\x6c\xa5\x0f\x5c\xaf\xe4\x6c\x85\x3e\x71\xe6\x8e\x2b\x9c\x6f\x08\xe4\xa4\xcc\x86\x78\x17\x78\x5b\xe9\xb0\x8e\xac\x05\x34\xb0\x91\xda\x90\x0c\xdd\x6c\xc8\x31\x0b\xb4\x75\x37\x56\x33\x39\xba\xb1\xda\x1b\xaf\x78\xcc\x04\xe1\x1b\x48\xbd\xdf\xc5\xf2\x65\xe6\x5e\xea\xb7\x73\x04\x1c\x57\x92\x9d\xcd\xdd\x0c\x62\x71\xa3\xb8\x7d\xf5\xbf\x95\x3e\xb0\x0d\x9b\x31\x8e\xa6\x67\x5f\xbf\xb9\x0f\xbe\x9b\xfd\x83\x94\xab\xac\x1a\xff\xf1\xb6\x50\x7c\x45\xe8\xa0\x0b\xbd\x4f\xa1\x65\xd9\xed\x85\x73\x75\xef\x2a\x3a\xca\x20\x3b\xff\x94\xf9\xf7\xfd\xe9\xa8\x60\x47\x03\xd7\x16\x98\xc4\xe8\xf2\xeb\xfd\xa9\xb3\x66\x6e\x01\xfb\xb4\xc9\x76\xee\xed\x86\xeb\xe4\xa1\xcb\x98\xc9\x76\xbe\x13\x56\xea\xb5\xfd\x3f\x26\xdb\x39\x9a\x6e\xe7\x83\xa6\xfe\x8a\xe7\x01\x6f\xb9\x50\x9c\xdf\x9c\xc3\x37\x4e\x00\x19\xda\x1c\x0a\xd8\x33\xfd\xeb\x67\xe8\x6b\xdb\x44\x59\x83\x7a\x77\x08\x54\x96\x43\x76\xc3\x15\xbb\x4f\xb9\x36\x41\xc0\x30\xa7\x2c\x2f\x51\xac\xfe\x3b\x75\x2c\xf0\x8a\x3c\xe3\x1c\xd0\xef\xd7\x10\xbe\x16\x5b\xa5\xef\x50\x0e\xd4\xa4\xe2\x46\xb1\xba\xfb\xcf\xe9\xcd\xb5\xb3\x15\x67\x19\x2d\x16\xec\x9f\xe3\x15\xb2\x00\xbe\xa2\xeb\x92\x04\x2b\x3c\x2b\x06\x7d\x35\x57\x57\x01\x1a\x12\xc0\x5e\xb0\x05\x38\xac\x6d\xf0\x3d\x61\x2b\xc6\x6a\xeb\xdc\x1b\xce\x69\x06\xf0\x06\xa9\xb8\xbd\x23\x54\x9a\xb1\x49\x92\xd1\x51\x2b\x2e\x2d\x88\xb7\x19\x90\x29\x51\xc8\xbc\x2d\xba\xa1\x19\x9b\xea\xdb\x61\xbe\x5a\x14\x84\x79\x5b\x0d\x11\xef\x1d\xcf\xe9\x73\x6e\x09\xc0\x0f\xb2\x05\xf0\x65\x7f\x97\x24\xec\x51\xba\xe4\x09\x4d\x9f\xdc\x31\x75\x78\x09\x58\x9a\x52\xdc\xde\x41\x5f\x93\x1e\xaa\x9b\x57\x22\xd0\x27\x5e\x3a\x57\xa6\x9e\xc8\x6c\xc9\x20\x53\x53\x0b\xe0\xd3\xb1\x4b\x12\x4a\x4d\x2b\x05\xfd\x30\x57\x77\xe4\x7e\xbd\x74\x09\x58\x94\x5f\xb4\x97\x5f\xf7\x44\xe8\x1f\xb9\x42\x3b\x34\x2a\xbf\x59\x85\xbd\x5b\x38\xd6\x61\x5b\xcb\x84\x39\x01\x2d\xbe\x34\x18\xfe\x76\xb2\x47\x15\x76\x59\x51\x4b\x32\x8b\x89\xfa\xd6\xd9\x3e\x15\xcf\x27\x90\x25\x44\xc5\xee\x1b\xbf\xb4\x09\x06\xda\x90\x68\x56\x74\xaa\xfe\xef\x0d\x14\x93\xe1\x7c\x96\x02\x66\x5d\x0d\xc6\x81\x06\xb6\x4b\x15\x74\x29\xd4\x48\x42\xd7\xfa\xb2\x6f\xdd\x77\x45\x0b\x22\x20\x8e\xd7\x5a\x20\x87\x54\xef\x92\x8d\x3a\x80\x67\x21\x26\x73\xca\xc9\x92\x85\x3f\xbe\xa8\xf2\xd1\xca\x44\x5f\xcc\x75\xf0\x79\xbc\xea\x5d\x2b\x80\x0b\xfb\xdb\x19\xb5\x8b\x48\xf9\x3c\xd1\xca\x8c\x2e\x91\x06\xc3\x57\x20\x3b\x54\xa1\xfa\x09\x2d\x08\x29\x6c\x74\xab\x6e\x3f\x4b\xe9\x9c\x09\xd1\x12\x12\xe9\x42\x71\xfb\xd4\x6d\xa5\x87\x5b\xf6\x28\xe7\x02\x5d\xde\x5d\x38\xe3\xb5\xe8\xda\x0b\x0c\x8c\x78\x44\x5c\xc4\x37\x0a\x8b\x58\x45\x45\xdc\xa7\x29\x34\xf6\xe7\x11\xa1\x3f\xdf\x28\xf2\xa7\x0e\xfc\xb9\x27\xe8\xa7\x78\x80\x14\xa8\xe2\xf6\xe9\xd8\x4a\x1f\x6e\xad\xff\x90\x8b\xc9\x0c\xcb\x24\x7c\xa8\x88\x87\x5c\xa0\xf8\x61\x60\x3c\x63\xcd\xa5\xdf\x4f\xf3\x9e\xa9\x3b\x67\xa3\xc0\x01\x73\x01\xca\xbd\x53\x81\x26\x39\x5c\x8b\xc0\x13\x74\xc9\x9d\x13\x81\x87\x04\x72\x22\x36\xf1\x1f\x83\x4d\xc2\x9f\x7d\x4d\x38\xba\x4a\x9c\x43\xc1\x94\xb3\x72\xc6\xb6\x80\x9d\x18\x03\xe0\xd3\xb0\x4b\x12\x6e\xcf\xc5\x88\x41\xe7\xe6\xea\x6c\xed\x12\x49\x37\x04\x14\x91\xca\x22\x78\xdb\xbb\x2e\x4d\xb8\x06\xcf\xca\x41\xa7\xfa\xc6\x1d\x9d\x4a\xbd\x61\xba\xce\x20\xf3\x9c\x1a\xc2\xdb\x00\xf6\x88\xc2\xb5\x61\x95\x20\x14\x57\x77\xce\x03\x48\xf0\xa3\xec\x47\x9d\x62\x1f\x78\x80\x7d\xf4\xd2\x7b\x73\x76\xdd\x7b\x6e\x7d\x35\xc9\x18\x4e\x09\x9f\x1c\xb5\x4c\x8d\x56\x7b\x95\xef\x00\xb9\x04\x1c\xe9\x3c\xff\x18\x11\x2d\x3f\xf9\xbd\x94\x15\x93\x19\x3d\x6c\x0a\x72\x8c\x10\x03\xe5\x12\xf2\x70\x78\x5c\x70\x8c\x80\x07\xe1\x02\xdf\xbe\x52\x31\x6c\xdd\xa5\xa0\x2a\xd1\xeb\xbc\x3d\xde\x60\x67\x09\x14\x58\x1e\xb3\xc3\x7b\x54\x11\x18\xac\x8e\x18\xbe\x2e\xa4\xf6\x4d\x89\xa1\xe5\xdc\x46\x72\x8a\x58\x12\x9c\x1d\x11\x9d\xec\x28\x21\x06\xcb\x29\x86\x16\xa2\x24\xc9\x31\x2d\xcf\x51\x92\x6a\x38\xa7\xb0\x63\x97\x28\x8f\x12\xd5\x5e\x8b\xec\xa7\x1d\x65\x92\x75\x94\x94\xda\xfc\xaa\x9f\xf0\x2a\x55\xad\x07\x66\x29\x53\x52\x92\x22\x25\x45\x42\x49\xd7\x32\xe8\x80\x84\xe3\x5a\xc6\x57\xc0\xea\xbe\xee\x68\x38\x83\xd2\x3a\x0a\x0f\x44\x7a\xa5\xf7\xa9\x57\x2e\x3a\x8f\x41\x05\xdd\x79\x3f\x77\x68\xdf\x0e\xc9\xf1\x2b\x26\xaf\x5a\x57\x5e\xbb\x40\xaa\xac\x34\xd5\xc6\xbe\xdf\xeb\xf7\xf5\x4e\x53\xb2\x3a\x35\x4c\xd7\x7f\x28\x84\xce\xea\x88\x18\xf9\x03\x07\x02\x4e\x91\x2b\x7b\xc2\xe9\x75\x87\x05\x4e\x51\x36\xed\xb5\xc7\x08\xee\x80\x57\x36\xf1\xf5\x47\x0c\x6e\xd5\xaa\xd4\xaa\xe2\x0a\xb6\xe6\x47\x38\xb9\x18\x3a\x8e\x78\xed\xb6\xbd\xdf\x7f\xfc\xff\x00\x00\x00\xff\xff\xdf\x55\xf4\xb0\x86\x55\x01\x00"), + }, + "/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml": &vfsgen۰CompressedFileInfo{ + name: "camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml", + modTime: time.Time{}, + uncompressedSize: 26766, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5c\xc9\x76\xdc\xa8\xd7\xdf\xd7\x53\x70\xe2\x4d\xf7\x39\x11\x49\xc7\xdd\xbd\xf0\xb7\xf2\xd8\x71\xe2\xe9\xb3\xaa\x93\x74\x76\x94\x44\x49\xb8\x24\x90\x81\x1a\xec\xa7\xff\x1f\x10\x1a\x2d\x23\xa9\x8c\xe2\x85\x4b\x25\x2e\xbf\x3b\x21\xb8\x5c\x6e\xe9\x00\x78\xee\xfe\x66\x07\xe0\x8a\x04\x98\x0a\x1c\x02\xc9\x80\x8c\x31\x38\xce\x50\x10\x63\xe0\xb3\xa5\xdc\x22\x8e\xc1\x05\x5b\xd3\x10\x49\xc2\x28\xf8\xed\xd8\xbf\xf8\x1d\xac\x69\x88\x39\x60\x14\x03\xc6\x41\xca\x38\x9e\x1d\x80\x80\x51\xc9\xc9\x62\x2d\x19\x07\x49\x0e\x08\x50\xc4\x31\x4e\x31\x95\x02\x02\xe0\x63\xac\xd1\x6f\x6e\xe7\x97\xa7\xe7\x60\x49\x12\x0c\x42\x22\xf2\x4e\x38\x04\x5b\x22\xe3\xd9\x01\x90\x31\x11\x60\xcb\xf8\x0a\x2c\x19\x07\x28\x0c\x89\x62\x8c\x12\x40\xe8\x92\xf1\x34\x17\x83\xe3\x08\xf1\x90\xd0\x08\x04\x2c\x7b\xe2\x24\x8a\x25\x60\x5b\x8a\xb9\x88\x49\x06\x67\x07\x60\xae\xd4\xf0\x2f\x0a\x49\x44\x0e\xab\x79\x4a\x06\xfe\x63\x6b\xa3\x43\x4d\x5d\x63\x85\xf7\xe0\x1b\xe6\x42\x31\xf9\x04\x3f\xce\x0e\xc0\x6f\x8a\xe4\x9d\x69\x7c\xf7\xfb\xff\x81\x27\xb6\x06\x29\x7a\x02\x94\x49\xb0\x16\xb8\x86\x8c\x77\x01\xce\x24\x20\x14\x04\x2c\xcd\x12\x82\x68\x80\x2b\xb5\x4a\x0e\x10\x68\x01\x14\x06\x5b\x48\x44\x28\x40\x5a\x0d\xc0\x96\x75\x32\x80\xe4\xec\x60\x76\x00\xf4\x5f\x2c\x65\x76\xf4\xe1\xc3\x76\xbb\x85\x48\x8b\x0b\x19\x8f\x3e\x14\xda\x7d\xb8\xba\x3c\x3d\xbf\xf1\xcf\x3d\x2d\xf2\xec\x00\xfc\x4b\x13\x2c\x04\xe0\xf8\x71\x4d\x38\x0e\xc1\xe2\x09\xa0\x2c\x4b\x48\x80\x16\x09\x06\x09\xda\x2a\xc7\x69\xef\x68\xa7\x13\x0a\xb6\x9c\x48\x42\xa3\xf7\x40\x18\xaf\xcf\x0e\x1a\xde\xa9\xcc\x55\x88\x47\x44\x83\x80\x51\x80\x28\x78\x77\xec\x83\x4b\xff\x1d\x38\x39\xf6\x2f\xfd\xf7\xb3\x03\xf0\xfd\x72\xfe\xf9\xf6\xdf\x39\xf8\x7e\x7c\x7f\x7f\x7c\x33\xbf\x3c\xf7\xc1\xed\x3d\x38\xbd\xbd\x39\xbb\x9c\x5f\xde\xde\xf8\xe0\xf6\x02\x1c\xdf\xfc\x07\xbe\x5e\xde\x9c\xbd\x07\x98\xc8\x18\x73\x80\x77\x19\x57\xf2\x33\x0e\x88\x32\x24\x0e\x95\x4f\x8b\x01\x54\x08\xa0\xc6\x87\xfa\x2e\x32\x1c\x90\x25\x09\x40\x82\x68\xb4\x46\x11\x06\x11\xdb\x60\x4e\xd5\xf0\xc8\x30\x4f\x89\x50\xee\x14\x00\xd1\x70\x76\x00\x12\x92\x12\xa9\x47\x91\x78\xa9\x94\x62\xe3\xf2\xd9\x9a\xa1\x8c\x98\xe1\x74\x04\x02\x94\xe2\xa4\xee\xbe\xcd\x1f\xb3\x15\xa1\xe1\x11\x38\x55\x2d\xa7\x48\xa2\x84\x45\xb3\x14\x4b\x14\x22\x89\x8e\x66\x00\x50\x94\x62\xd3\xd1\x0b\xf2\x76\xef\x0f\xf8\x09\x7e\xf4\x04\x45\x99\x88\x99\xf4\x1e\xd7\x88\xaf\xd6\x62\x06\x40\x82\x16\x38\x11\xaa\x1b\x50\xde\x2e\xfa\xad\xf4\x8d\x17\xcc\x0d\x1c\xdc\x14\xe2\x1d\xc2\x3f\xe0\x47\x3b\x6d\xc2\x50\x88\xf9\xa0\x2e\x7c\x4d\x25\x49\x71\x45\x9b\x8b\xed\xdf\x1c\xdf\xf9\x9f\x6f\xe7\xf6\x4e\x19\x67\x1b\x12\x62\x7e\x04\x0a\xed\x94\x8f\x95\x66\x86\x22\x57\xd2\x86\xfd\x12\xc2\x98\x45\x3d\x04\xca\xfb\xa7\x09\x12\xe2\x08\x10\x06\x0d\x01\xe4\x6b\x4a\x31\x87\xff\x60\x8a\x39\x92\x38\xbc\x46\x84\xea\x5e\x75\x8f\x54\x72\x77\x58\x01\x14\xcc\xea\x6a\x1f\xc2\x8f\xf0\x38\xc9\x62\xf4\xa9\xde\xdd\xeb\xa0\xfc\x08\x3f\x7a\xd7\x7f\x6a\xaa\x10\x67\x98\x86\x98\x06\x04\x1b\x8f\x7a\x20\xe2\x6c\x9d\x5d\x86\x47\x80\xf1\xa8\xb0\x5a\x2e\xca\xca\x20\x23\x2e\xc9\x12\x05\x52\x11\x19\xe7\x7b\xc6\x62\x5e\xdd\x0c\x01\xca\xd0\x82\x24\x44\x96\xe8\x00\xc4\x18\x25\x32\x2e\xbe\x75\x49\xd0\x27\x45\x9d\xc3\x6b\xf2\x18\x1a\x2f\x25\x01\x67\x19\x67\x6a\xde\xf4\x72\xd6\xa6\x1f\xc7\x42\xfe\x2a\x29\x14\x2f\xe7\xa0\x59\x82\xa4\x5a\xa9\x3c\x35\x67\xcf\x2a\x4a\x23\x7f\x93\xf8\x21\x5c\x04\x85\x5e\x43\xd9\xbf\xce\x5a\xa1\x19\x22\x11\xc4\x38\xad\x6c\xe6\x01\x12\x1e\x81\x5a\xbb\x59\x52\xc0\x12\x25\x02\x97\xf7\x32\x24\x04\xd9\xe0\xe6\xed\x07\xb4\x41\xf3\xa7\xac\x0e\xf6\x42\x42\xb5\xe0\x31\x8a\xa9\x84\x8a\x07\xfc\x12\x2e\x82\xd3\xe2\x56\x87\xda\xca\xed\xee\xd4\x56\x68\x36\xb5\x6b\xed\x93\xa9\xad\x78\xc0\x0b\x92\x60\x9b\xda\x59\xb8\x74\xa7\x75\x16\x2e\x6d\x4a\x57\xcd\x93\xe9\x9c\x85\x4b\x78\x17\x2e\x6d\x1a\x2f\x08\x0d\x9f\xdc\xe9\xac\xe1\x0c\x95\x9a\x91\xf3\x88\xb0\x26\xad\x26\xf0\x02\xb1\x69\xdd\x59\x92\x1d\x0e\x5b\xf7\x56\x9b\x6c\x84\xda\x15\x3b\xa8\xbb\xc3\x40\x6c\xe0\x89\xba\x3a\x15\x9b\x33\x24\xd1\x85\x6e\x1c\x01\xa0\x65\xca\x21\x2e\xd4\xe5\x15\xa6\x91\x8c\xf7\x82\x5a\x6d\xb2\x1c\xe8\x2b\x7e\xfa\x86\x92\x35\xbe\x43\x84\xb7\x90\x9a\x96\xdc\x65\xa8\x9a\xed\xdf\xee\x18\x0d\x67\xa8\x8a\x30\xac\x66\xcd\x7a\xf3\x10\x63\x17\x10\x50\x77\x84\x3f\xee\x90\x8c\xaf\xcc\xbd\x0e\x65\x24\x8a\x04\x5b\x67\xee\xd4\x31\x80\xb6\x91\x26\x49\xf8\x74\xad\xa8\xf7\x1c\x44\x86\x05\x9c\x97\x38\x56\x7f\x3d\xa0\x60\x25\x18\x75\xb8\x56\xe4\x80\x36\x15\x1f\x04\xa3\x2d\xba\x91\x6b\x41\xde\x17\x7e\xc9\x3f\xad\x0a\x06\x62\xe3\x4e\xb9\x6a\x02\xe8\x54\xac\x6a\x1e\xe9\x34\xf5\xcc\xbf\x7c\xdc\x9b\xbc\xf5\x64\xeb\x4c\x13\x13\x44\x80\xd7\xa6\xf9\x5a\xfb\x88\x79\xbe\xea\x2b\xa6\x5e\x24\x14\x2c\xfc\x2c\x65\x66\x5b\x26\xd0\x56\x78\x82\x0a\x77\x66\x33\x80\x36\xcb\x35\x49\x26\xd3\x1f\x6d\x05\x14\x54\x40\x9f\x0a\x9b\x05\x36\x28\x21\x21\x92\x8c\xbb\xb3\x41\x09\x69\xb3\x42\x9b\xa8\xc7\x0e\x92\xaf\xf7\x33\x43\xc9\x07\x7e\x2b\xae\x6c\xe6\x78\x26\x99\xdb\x18\xd1\x00\xda\x66\x85\x26\xc9\xc8\x99\xc1\x74\x86\x3f\x49\xa6\xa2\x40\xeb\x0c\x41\xb1\x94\x0e\x83\x22\x0d\x67\xf3\x71\x9d\x60\xb2\x71\xae\x99\xc0\x1b\xf5\xdf\xe6\x58\x81\x12\x2c\x96\x8c\x07\x0e\x7d\x5b\x61\xda\xac\xf0\x82\x6a\x32\x53\x54\x9c\xa0\x5f\x5e\x5a\xa3\x64\x8e\x08\x95\x1c\x3b\xb4\x49\x09\x69\x33\x49\x9b\x68\x32\x8b\x94\x8c\xe0\x49\x71\x65\x1d\x24\x98\x6f\x12\x2c\x1d\x8e\x90\x1c\xd0\x3a\x3c\x1a\x24\x85\x25\x6a\xf3\x9d\x9b\xa1\x91\x73\x81\x7e\xfe\x69\x33\x02\xc7\x28\x90\x64\x83\x3d\x21\x39\x46\xa9\xc3\xc5\xb1\x8d\x6c\x33\xcb\x2b\xb4\x93\x8d\x94\x82\x1f\x34\xfc\xe0\xbd\xb9\xe1\xe7\xdf\xfb\xa2\x08\xbc\x72\x1c\x45\xe0\x55\x6f\x14\x51\x91\x4c\x1a\x45\xe0\x95\x80\xe7\x5f\x7d\x9b\x05\x02\xc6\x1d\xce\x21\x0a\xed\xf5\x3d\x5d\xc0\xa8\x90\x88\x56\xdb\x54\xbc\x0b\x62\x44\x23\x7c\xc7\x59\x86\x79\xb9\xe2\x78\xf5\xfc\x8b\x07\x62\x8c\x42\xcc\xcb\xaf\x1c\x2f\xcb\x6b\x41\xd2\xac\x46\x29\xd9\x0a\x53\xf2\x3c\xc6\x60\xe5\xbe\xb1\x10\x0e\x9e\x9a\x8b\xc6\xee\xd1\xde\x37\x33\xf2\xc3\xf3\x96\x42\x23\x30\x72\x55\x74\x42\x68\x44\xaf\xdc\x36\xf0\xb3\xfe\x18\xd1\x8f\xe3\x25\xbc\xc7\xcb\xf1\xf2\xf9\xfa\x63\x44\xbf\xc2\x27\x1c\xce\xcd\x95\x65\x5b\x8e\x77\xd8\x61\x72\x53\xa1\xd9\x9e\xc4\x5a\xfb\x64\x8f\xa1\xe2\x01\xcf\x77\xd8\x9a\xdc\xd4\x91\x90\xe3\x6d\x60\x85\xd9\x1b\xe8\x79\x1d\x5b\x42\xd7\xcb\x58\x1e\xec\xe9\xad\x9d\x8e\xf8\xfa\xf6\x77\xf9\x64\xee\x70\x3d\xd7\x78\xd6\xe5\xbc\x4e\x31\x5d\xa4\xa7\xb9\xc0\x7c\x6d\xb2\x4f\xcc\x54\xac\x13\x97\x53\xb3\xc2\xb3\x19\xa0\x41\x31\x99\x01\x72\x2e\x7a\x96\x5d\x27\xbd\x3b\xfc\x43\xc7\x1b\xfc\xc3\xbe\x95\xb9\xa4\x98\x76\x7b\x7f\x08\xfd\x43\x9b\xf2\x12\x71\xb7\xbb\x59\x03\x68\xdb\xcd\x36\x49\x46\x27\x27\x75\x67\x38\x47\xbc\x77\x37\xfb\x40\x38\x72\x98\x96\x24\x1c\xd9\xbc\x5a\x6b\x9f\xee\x08\x8b\x70\x04\xbf\x10\x8e\xac\x47\x58\x2e\xa7\xf7\xa5\x7d\x5e\x5f\xee\x9f\xe3\x5b\xee\x95\xe2\x33\x73\xe8\x5e\x7c\xf7\x38\x37\xe3\x38\x65\x12\xc3\x8b\xf6\x22\x32\xae\xaf\xd8\xbb\xb3\xbf\xec\x49\x4f\x3e\xaf\x5d\xc6\xd5\x1a\xce\x3a\x75\x29\x02\x6f\x91\xb0\xc5\xbe\xae\xcb\x11\x1e\xd7\x78\x3d\xf9\xde\x5e\xb3\x82\x4a\x58\x78\x92\xb0\x85\xda\xd9\x92\x76\xba\x63\x10\x84\x96\x16\xfe\xbf\xfa\xdf\x09\xd2\x0a\x01\x12\x14\xac\x1c\x46\x14\x0a\xce\x1a\x50\xd4\x08\xa6\x8b\x27\x14\x13\xe8\xab\xff\x56\xdd\x1f\x52\xf1\xc9\xa1\xee\x0a\xce\xaa\x7b\x8d\x60\x3a\xdd\x15\x13\xe8\xab\xff\x7d\x81\x44\x82\xd2\x45\xe8\x70\xd1\xa9\x30\xfb\x02\x8a\x06\xd5\xa4\x41\x45\xce\x09\x5e\xe9\x8f\xde\xac\x47\xe0\x3a\xeb\x11\xf4\x67\x3d\x82\x5f\x93\xf5\x08\x04\x3c\x3f\xb5\x66\x3d\x94\x88\xe1\x3a\xc1\x0e\xcf\x4e\x4a\x48\xeb\x63\xd1\x22\x9a\xee\xd1\x28\x18\x41\xbf\xb8\xb2\x96\x99\xd4\x2b\x90\x1c\x16\x9c\xb4\x0a\x9b\x5e\xb5\x4b\x17\xe1\x74\x45\x28\x86\x59\xbe\x1b\xbd\x33\xdf\xfa\x36\xa4\x3b\x91\x38\x4c\x2f\x2b\x34\x9b\x41\x6a\xed\x93\xd9\x41\xf1\x80\x3f\x44\x62\xcd\x29\xab\x39\xd6\xed\xba\xd1\xb7\x6c\xec\x1d\x7b\x3e\xa4\xc2\x5b\x20\x19\xc4\xbf\x62\xdd\xd1\xcb\xce\xa8\x90\x45\xf7\xd2\xf2\xe9\xbe\x27\xea\xca\xfa\x4c\xa2\x98\x39\x7c\x14\x51\xcc\xac\x4f\x60\xd5\x3e\xdd\x83\x87\x62\x06\xef\x50\xcc\x6c\x6a\x87\xec\xd9\xe5\xb4\xac\xe1\x6c\x8a\xd7\x09\x26\xd3\x5c\x33\x81\x67\xea\xbf\xf5\x54\x0f\x23\x87\xf5\x3a\x0a\xcd\xa6\x79\xad\x7d\xf8\x19\xbe\x49\x15\x25\x48\x0c\x7c\x50\x6b\x7d\x3b\x8e\x04\x6a\x32\x8c\x3c\x1f\xc4\x88\xc2\x13\x8c\xe8\xa8\x67\x50\xf5\xd2\xb2\x43\x5d\xcc\x3d\xa0\x6f\x99\xc7\x2e\x19\x5a\xd2\xd7\x2a\xc8\x91\x1c\x51\x91\x20\xe9\x72\xf7\x57\x87\xed\x0b\xb2\xda\x84\x93\x86\x5a\x25\x33\x38\x2f\xae\x6c\xe3\x3b\x45\xc4\x61\x46\x53\xa1\xd9\xac\x41\x52\xb4\x77\x12\x44\xf5\xdd\x7b\x25\xca\x58\xb6\x47\x16\xb1\xea\xbb\xff\x12\x98\xee\x9f\xf6\x51\x7d\xf7\x60\xdc\x99\x49\x4c\x49\x8a\xbd\x74\x9d\x48\x92\x21\x2e\xf7\x1a\x5d\xca\xb9\xf0\x1a\x91\x64\xc0\x33\x5a\x4b\x43\x2a\xce\xb0\xe4\x0c\xaf\x49\x8a\xaf\x8b\x6f\xd6\x9c\xa4\x7a\xbc\xa7\x28\xa9\x6a\xe2\xf6\x4d\xc7\x2f\x28\xa7\xab\xaf\x50\xd3\x59\x55\x62\xa5\x26\xb6\x41\x65\x56\x82\xa2\x15\x7e\x42\xa9\xc3\xe7\xb8\x84\xb4\x0d\x29\xd5\xfe\x82\x72\x64\xd8\x56\xf4\x86\xbe\xba\xfa\xef\xf8\xfa\xca\x3a\x24\x36\x0e\x8f\x9f\x36\xd6\xa3\xa7\xcd\xc0\x63\xa7\xfd\x6b\xe9\x52\xf8\xcd\x7a\xda\xb4\x42\xcb\x95\xc3\xf4\x88\x86\xb3\x69\x5c\x27\x98\x6c\x8c\x6b\x26\xf0\xab\xfa\x6f\xaf\x1d\x72\x99\x19\x52\x68\xd6\x2d\x0e\x1e\x9a\x0d\xda\xdb\xdb\x8a\x05\xf4\xb1\x3d\x09\x14\x39\xad\x0d\x8f\x86\x14\x86\x47\xfb\x56\x85\xab\x8e\xf0\x9f\xbe\x7a\xf0\x84\x45\xee\x14\x4a\x58\x64\xf3\x62\xd5\x3c\x95\x13\x13\x16\xc1\x2b\x16\x59\x0f\x09\xb7\x44\x4a\x97\x9b\x25\x03\x68\x53\xdc\x90\x78\x21\xe1\x38\x90\x29\x16\xa2\x2a\x03\x19\x1d\x73\x14\x60\x02\x23\xbe\xcf\xb6\xbd\x89\x22\x49\x8a\x13\x42\x27\x0f\x7c\x0d\x3f\xd8\x30\x01\x9c\xe7\x77\xcf\xf4\xcd\xeb\xfc\xe6\xa8\xbd\x49\x01\x9b\x1b\xa3\xc0\xf3\xf5\xb7\xbd\x80\x0a\x7b\x14\x50\x73\xf3\xdd\x36\xa4\x58\x42\x68\xc4\xfe\x74\x37\xa4\x0c\xa0\x6d\x48\x35\x49\x26\x73\x9b\x61\x03\x6f\xf3\x4f\xeb\x8a\xf0\xe8\x32\xbc\x79\xb4\xee\x52\xaa\xe6\xf1\x21\xfb\x63\xe2\x09\xc9\x78\xf9\x3b\xb5\xe9\x32\x5e\x8f\x09\xf4\x1f\x87\xc4\xe2\xcd\x3e\xb9\x74\xaa\xab\xaf\xaf\xac\xc9\x0f\xb6\x73\x18\x76\xb3\x9d\x35\xd6\x2e\x9b\xa7\x0b\xb0\xd9\x0e\x9e\xb0\x9d\x75\x3b\xcc\x68\xc4\xc2\x85\xc3\x1d\x71\x0e\x68\xd3\xbc\x49\x32\x99\xf6\x86\x0d\xbc\x56\x9f\x67\x0b\xab\x15\xea\x3f\xec\x4e\xb1\xe4\xc4\xe5\xd1\x54\x17\xba\xd5\x3e\xaf\xd3\x4f\x67\xac\x1a\x4f\x68\x78\xc2\x6b\x75\xf3\x2e\xbf\x79\x9d\xdf\xb3\x59\x91\xd0\x25\xa1\x44\x64\x2e\x13\x88\x15\xa6\xcd\x62\x2f\xa8\x26\xb3\x53\xc5\x09\x5e\x96\x97\xd6\x00\x09\x27\x38\xe2\x2e\xcb\x08\x0b\x44\x6b\x88\xd4\xa4\x99\x2e\x0e\x31\x7c\xe0\xdc\x5c\xd8\x7f\x1b\x20\x1c\x1e\x5f\xd5\x5e\x83\xf0\xca\x6f\x00\xc4\xf8\xdf\x45\x54\x5d\x3d\x94\x91\xa9\xad\xa7\xf8\xc0\x7b\x2c\xe4\xa8\x45\xad\xec\x75\x9c\x11\xeb\x11\x7b\x1c\x78\x5b\x97\x27\xec\x1a\xcf\x66\xf2\x06\xc5\x58\xa3\xe7\x9d\xa7\x3f\x9d\x8f\x03\xb8\x15\xf0\xbb\xfd\x37\x19\xb1\xc3\x12\x70\x14\x5b\x2b\xc0\xab\xe6\xa9\xea\x9e\x95\xca\xc7\xb1\xb5\xfa\x5b\xbf\x07\x8b\x25\x8b\xb5\xc3\xf1\x52\x61\xda\xd4\x7f\x41\x35\xd5\x66\xb6\x62\x04\x4f\xf3\xcb\x93\xb5\x75\x10\x2c\x90\xc0\x7f\x3b\xdc\x86\xe4\x78\x86\xac\xfb\x3d\x10\x75\x8a\xb1\xaf\x77\xd0\x7d\xe1\x89\xfe\xb0\xe7\x28\x9e\x1d\xbe\xcf\x23\x79\x5e\xda\x34\xaa\x9a\x47\xaa\x93\x3c\x2f\xe1\xd5\xcf\x0b\xab\x22\xf9\xe6\xd7\xe1\x39\xad\xc6\xb3\x0d\xd6\x06\xc5\x54\x03\x35\x67\x02\xf3\x5d\xbc\xb5\x98\x37\x26\x0e\x13\x2f\x0a\xcd\xa6\x7b\xad\xfd\xad\x67\x33\x0a\xea\x4b\x95\x88\xcb\x6f\xfc\xd8\x33\xa5\xae\xfa\xc2\x8b\x98\xf0\x71\x85\xb4\x45\xaf\x2f\x2f\x53\x7a\x43\xbb\xfe\x48\x13\xfb\xf8\x2c\x75\x77\x38\x46\x4b\x4c\xeb\x38\x6d\x53\x4d\x36\x56\xab\x27\xb6\x32\x85\x6d\xcc\x6e\xf1\x42\xb0\x60\x85\xa5\xf7\x20\xf8\xe1\x5f\x7f\xbb\xb3\x4c\x1b\xd9\x66\x9f\x57\x68\x1d\x07\x1d\x25\x17\x98\x73\x81\x5f\xfc\xfb\xc3\xbf\xfe\xfe\x8e\x17\xbe\xbe\xdd\x57\x1f\xb9\x22\x14\x0b\xe2\xb8\x46\xd2\x80\x5a\x23\x92\x17\x64\xe3\x2b\xb9\x2b\x08\x6f\x49\x38\x8e\x99\xf8\x25\xc5\x00\x86\x27\xfc\x9a\x7f\x8e\xab\xe7\xde\x0a\x58\xc8\x5a\x00\x5c\x98\xef\xbd\xae\x72\x59\xa1\x66\x00\x7b\x5d\x34\xfd\xef\x9a\xb5\x49\x53\x01\xbf\x5e\x5b\x4b\x59\x25\x49\x9d\x1e\x01\x28\x38\x9b\xf6\x75\x82\xe9\xb6\xb6\x8a\x09\x9c\xab\xff\xfd\x85\xcc\x0e\xeb\xda\x0d\x60\x9f\xf7\x2b\x92\x89\x0b\x99\x3f\xc1\xf3\x53\x6b\x6d\xfb\x33\xc9\xbc\x10\x2f\x13\xe4\xf4\x1c\xa8\x8e\x6a\x8b\x25\xa2\x67\x92\xb5\xe8\xf4\x4b\x51\x5a\xf7\x46\x86\x9f\x45\x6f\xf8\xcf\x33\xc9\xce\xcc\x97\x91\x2f\x39\x2b\x31\x7e\xbe\x0a\xd1\x54\xf9\x41\x30\xea\xf6\x05\x67\x05\xa2\x21\xec\x28\x7e\x6b\x51\x0c\x31\x53\xd1\x05\xaa\xd0\xa9\xe7\x1d\x67\xfa\xe7\x8c\x8f\x8e\xe7\x46\xf1\xd8\xff\x8a\xa4\xc7\x5f\xf3\x8a\xa4\x47\x01\xfd\xc7\xde\xd7\x3b\x10\x97\xe9\x3f\x03\xd8\x67\x01\x32\x7d\xf2\x4f\x59\x80\xa0\x14\x5e\x1e\x5f\x77\x59\x60\xe5\xe5\x6f\xde\xf5\x86\x95\xea\xd8\x5e\x07\x5b\x03\xea\x62\x10\x71\xc6\x36\x03\xde\x4d\x34\x80\x45\x0e\xd5\xc5\x64\xc5\x64\x42\x06\x64\xb6\x07\x30\xc9\xa1\xba\x98\x3c\x0c\x78\x54\x06\x30\x78\x10\x5d\xe0\x3b\x47\x6e\xd8\x75\x7b\x41\x0d\x1e\x37\xd2\xa3\x0d\xea\xf4\x00\x45\x52\x0d\x59\x27\x2e\xc8\xb1\x1a\x6c\x8a\x97\x0e\xa7\xe8\xad\x7e\xae\x23\x75\xb2\x68\xbe\xb7\xf8\x6d\x4c\x6a\x2f\x22\x6e\x37\x11\x2a\x32\x1c\x0c\x2a\x26\x1c\xc2\xa9\x84\xeb\x64\xb6\xc5\x8b\x98\xb1\x01\xbf\x6e\x1c\xc2\xca\x80\x75\x32\x0a\xf8\x90\xb2\xa1\x21\x5c\x14\x52\x27\x0b\x27\x43\xad\x05\x56\x44\x31\x1d\x2f\x87\x1e\xf2\x9a\xec\x61\x33\xa3\x03\xac\xa6\xb8\x7b\xc3\xe5\x28\xb5\x63\x94\x37\x22\x39\x92\xa7\xfc\x75\x57\xe3\xf6\x9b\x1c\xdd\x90\xaf\xbb\xd4\xb0\x41\x32\x3c\xcf\xef\x74\xac\xb8\x76\x48\x61\xca\x7c\xd8\x18\xf9\xde\xbe\xd6\x57\xd5\x6f\xed\x91\xdd\x11\xbe\xd6\x5a\xdb\xef\xbb\x07\xc0\xb8\x16\xbc\x53\x86\x7e\x37\x33\x22\xbd\x39\x52\x68\x09\x58\x8b\x18\x3a\x45\x6c\xb4\x5b\x84\xd4\x7e\xcf\xa5\x5c\xc9\x37\x86\x01\x2d\x11\x6b\xf1\x46\xa7\x88\x2b\x29\x46\xc9\xf7\xd6\x28\xa5\x25\xde\x83\xb0\xed\x4f\xc6\xb8\xf7\xcd\x11\x4e\x4b\xb2\x9d\x6d\xec\xed\xc6\x0d\xbd\xb7\x87\x47\x6d\xb3\x15\x61\x52\xb7\xe1\xaa\xd6\x81\x83\xce\x3c\xd5\x82\xad\x07\xbd\xe7\x72\xcc\xf8\x9b\x70\x01\x2c\xcb\xbd\x1b\x3c\x7a\x3d\xf2\xbf\x00\x00\x00\xff\xff\xd6\x47\xac\xbb\x8e\x68\x00\x00"), + }, "/cr-example.yaml": &vfsgen۰CompressedFileInfo{ name: "cr-example.yaml", modTime: time.Time{}, @@ -362,6 +376,8 @@ var assets = func() http.FileSystem { fs["/camel-catalog-1.1.0-quarkus.yaml"].(os.FileInfo), fs["/camel-catalog-1.1.1-SNAPSHOT-main.yaml"].(os.FileInfo), fs["/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml"].(os.FileInfo), + fs["/camel-catalog-1.2.0-SNAPSHOT-main.yaml"].(os.FileInfo), + fs["/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml"].(os.FileInfo), fs["/cr-example.yaml"].(os.FileInfo), fs["/crd-build.yaml"].(os.FileInfo), fs["/crd-camel-catalog.yaml"].(os.FileInfo), diff --git a/e2e/files/petstore-api.yaml b/e2e/files/petstore-api.yaml new file mode 100644 index 0000000000..10f4c499ff --- /dev/null +++ b/e2e/files/petstore-api.yaml @@ -0,0 +1,111 @@ +openapi: "3.0.0" +info: + version: 1.0.0 + title: Swagger Petstore + license: + name: MIT +servers: + - url: http://petstore.swagger.io/v1 +paths: + /pets: + get: + summary: List all pets + operationId: listPets + tags: + - pets + parameters: + - name: limit + in: query + description: How many items to return at one time (max 100) + required: false + schema: + type: integer + format: int32 + responses: + '200': + description: A paged array of pets + headers: + x-next: + description: A link to the next page of responses + schema: + type: string + content: + application/json: + schema: + $ref: "#/components/schemas/Pets" + default: + description: unexpected error + content: + application/json: + schema: + $ref: "#/components/schemas/Error" + post: + summary: Create a pet + operationId: createPets + tags: + - pets + responses: + '201': + description: Null response + default: + description: unexpected error + content: + application/json: + schema: + $ref: "#/components/schemas/Error" + /pets/{petId}: + get: + summary: Info for a specific pet + operationId: showPetById + tags: + - pets + parameters: + - name: petId + in: path + required: true + description: The id of the pet to retrieve + schema: + type: string + responses: + '200': + description: Expected response to a valid request + content: + application/json: + schema: + $ref: "#/components/schemas/Pet" + default: + description: unexpected error + content: + application/json: + schema: + $ref: "#/components/schemas/Error" +components: + schemas: + Pet: + type: object + required: + - id + - name + properties: + id: + type: integer + format: int64 + name: + type: string + tag: + type: string + Pets: + type: array + items: + $ref: "#/components/schemas/Pet" + Error: + type: object + required: + - code + - message + properties: + code: + type: integer + format: int32 + message: + type: string diff --git a/e2e/files/petstore.groovy b/e2e/files/petstore.groovy new file mode 100644 index 0000000000..d382b217c6 --- /dev/null +++ b/e2e/files/petstore.groovy @@ -0,0 +1,29 @@ +// camel-k: language=groovy +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// +// kamel run --dev --name petstore --open-api examples/petstore-api.yaml examples/petstore.groovy +// + +from('direct:listPets') + .log('listPets') +from('direct:createPets') + .log('createPets') +from('direct:showPetById') + .log('showPetById') + diff --git a/e2e/openapi_test.go b/e2e/openapi_test.go new file mode 100644 index 0000000000..09ce3a16b5 --- /dev/null +++ b/e2e/openapi_test.go @@ -0,0 +1,85 @@ +// +build knative + +// To enable compilation of this file in Goland, go to "Settings -> Go -> Vendoring & Build Tags -> Custom Tags" and add "knative" + +/* +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package e2e + +import ( + "testing" + + v1 "github.com/apache/camel-k/pkg/apis/camel/v1" + + . "github.com/onsi/gomega" + corev1 "k8s.io/api/core/v1" +) + +func TestOpenAPIService(t *testing.T) { + withNewTestNamespaceWithKnativeBroker(t, func(ns string) { + Expect(kamel("install", "-n", ns, "--trait-profile", string(v1.TraitProfileKnative)).Execute()).Should(BeNil()) + Expect(kamel( + "run", + "-n", ns, + "--name", "petstore", + "--open-api", "examples/petstore-api.yaml", + "files/petstore.groovy", + ).Execute()).Should(BeNil()) + + Eventually(integrationPodPhase(ns, "petstore"), testTimeoutLong). + Should(Equal(corev1.PodRunning)) + Eventually(knativeService(ns, "petstore"), testTimeoutLong). + Should(Not(BeNil())) + + Eventually(integrationLogs(ns, "petstore"), testTimeoutMedium). + Should(ContainSubstring("Route: listPets started and consuming from: http://0.0.0.0:8080/v1/pets")) + Eventually(integrationLogs(ns, "petstore"), testTimeoutMedium). + Should(ContainSubstring("Route: createPets started and consuming from: http://0.0.0.0:8080/v1/pets")) + Eventually(integrationLogs(ns, "petstore"), testTimeoutMedium). + Should(ContainSubstring("Route: showPetById started and consuming from: http://0.0.0.0:8080/v1/pets")) + + Expect(kamel("delete", "--all", "-n", ns).Execute()).Should(BeNil()) + }) +} + +func TestOpenAPIDeployment(t *testing.T) { + withNewTestNamespaceWithKnativeBroker(t, func(ns string) { + Expect(kamel("install", "-n", ns, "--trait-profile", string(v1.TraitProfileKubernetes)).Execute()).Should(BeNil()) + Expect(kamel( + "run", + "-n", ns, + "--name", "petstore", + "--open-api", "examples/petstore-api.yaml", + "files/petstore.groovy", + ).Execute()).Should(BeNil()) + + Eventually(integrationPodPhase(ns, "petstore"), testTimeoutLong). + Should(Equal(corev1.PodRunning)) + Eventually(deployment(ns, "petstore"), testTimeoutLong). + Should(Not(BeNil())) + + Eventually(integrationLogs(ns, "petstore"), testTimeoutMedium). + Should(ContainSubstring("Route: listPets started and consuming from: http://0.0.0.0:8080/v1/pets")) + Eventually(integrationLogs(ns, "petstore"), testTimeoutMedium). + Should(ContainSubstring("Route: createPets started and consuming from: http://0.0.0.0:8080/v1/pets")) + Eventually(integrationLogs(ns, "petstore"), testTimeoutMedium). + Should(ContainSubstring("Route: showPetById started and consuming from: http://0.0.0.0:8080/v1/pets")) + + Expect(kamel("delete", "--all", "-n", ns).Execute()).Should(BeNil()) + }) +} diff --git a/e2e/test_support.go b/e2e/test_support.go index 5b9f1b4101..5dc29e5b92 100644 --- a/e2e/test_support.go +++ b/e2e/test_support.go @@ -25,14 +25,17 @@ import ( "context" "errors" "fmt" + "io" "io/ioutil" - rbacv1 "k8s.io/api/rbac/v1" "os" "os/exec" "strings" "testing" "time" - "io" + + servingv1 "knative.dev/serving/pkg/apis/serving/v1" + + rbacv1 "k8s.io/api/rbac/v1" "github.com/apache/camel-k/e2e/util" "github.com/apache/camel-k/pkg/apis/camel/v1" @@ -61,9 +64,9 @@ import ( _ "github.com/apache/camel-k/addons" ) -var testTimeoutShort = 1*time.Minute -var testTimeoutMedium = 5*time.Minute -var testTimeoutLong = 10*time.Minute +var testTimeoutShort = 1 * time.Minute +var testTimeoutMedium = 5 * time.Minute +var testTimeoutLong = 10 * time.Minute var testContext context.Context var testClient client.Client @@ -97,7 +100,7 @@ func init() { testImageVersion = imageVersion } - // Timeouts + // Timeouts var duration time.Duration if value, ok := os.LookupEnv("CAMEL_K_TEST_TIMEOUT_SHORT"); ok { if duration, err = time.ParseDuration(value); err == nil { @@ -152,18 +155,18 @@ func kamelWithContext(ctx context.Context, args ...string) *cobra.Command { c = &cobra.Command{ DisableFlagParsing: true, Run: func(cmd *cobra.Command, args []string) { - + externalBin := exec.Command(kamelBin, args...) var stdout io.Reader - stdout , err = externalBin.StdoutPipe() + stdout, err = externalBin.StdoutPipe() if err != nil { panic(err) } - + externalBin.Start() io.Copy(c.OutOrStdout(), stdout) externalBin.Wait() - + }, } } else { @@ -467,6 +470,58 @@ func configmap(ns string, name string) func() *corev1.ConfigMap { } } +func knativeService(ns string, name string) func() *servingv1.Service { + return func() *servingv1.Service { + cm := servingv1.Service{ + TypeMeta: metav1.TypeMeta{ + Kind: "Service", + APIVersion: servingv1.SchemeGroupVersion.String(), + }, + ObjectMeta: metav1.ObjectMeta{ + Namespace: ns, + Name: name, + }, + } + key := k8sclient.ObjectKey{ + Namespace: ns, + Name: name, + } + if err := testClient.Get(testContext, key, &cm); err != nil && k8serrors.IsNotFound(err) { + return nil + } else if err != nil { + log.Errorf(err, "Error while retrieving knative service %s", name) + return nil + } + return &cm + } +} + +func deployment(ns string, name string) func() *appsv1.Deployment { + return func() *appsv1.Deployment { + cm := appsv1.Deployment{ + TypeMeta: metav1.TypeMeta{ + Kind: "Deployment", + APIVersion: appsv1.SchemeGroupVersion.String(), + }, + ObjectMeta: metav1.ObjectMeta{ + Namespace: ns, + Name: name, + }, + } + key := k8sclient.ObjectKey{ + Namespace: ns, + Name: name, + } + if err := testClient.Get(testContext, key, &cm); err != nil && k8serrors.IsNotFound(err) { + return nil + } else if err != nil { + log.Errorf(err, "Error while retrieving deployment %s", name) + return nil + } + return &cm + } +} + func build(ns string, name string) func() *v1.Build { return func() *v1.Build { build := v1.NewBuild(ns, name) @@ -514,7 +569,7 @@ func deletePlatform(ns string) func() bool { } } -func setPlatformVersion(ns string, version string) func()error { +func setPlatformVersion(ns string, version string) func() error { return func() error { p := platform(ns)() if p == nil { @@ -675,7 +730,7 @@ func clusterrole(ns string) func() *rbacv1.ClusterRole { lst := rbacv1.ClusterRoleList{ TypeMeta: metav1.TypeMeta{ Kind: "ClusterRole", - APIVersion: rbacv1.SchemeGroupVersion.String(), + APIVersion: rbacv1.SchemeGroupVersion.String(), }, } err := testClient.List(testContext, &lst, @@ -698,7 +753,7 @@ func serviceaccount(ns, name string) func() *corev1.ServiceAccount { lst := corev1.ServiceAccountList{ TypeMeta: metav1.TypeMeta{ Kind: "ServiceAccount", - APIVersion: corev1.SchemeGroupVersion.String(), + APIVersion: corev1.SchemeGroupVersion.String(), }, } err := testClient.List(testContext, &lst, diff --git a/examples/greetings.groovy b/examples/greetings.groovy index 54cccb4f9e..a96fa64e89 100644 --- a/examples/greetings.groovy +++ b/examples/greetings.groovy @@ -17,7 +17,7 @@ */ // -// kamel run --dev --name greetings --property camel.rest.port=8080 --open-api examples/greetings-api.json examples/greetings.groovy +// kamel run --dev --name greetings --open-api examples/greetings-api.json examples/greetings.groovy // from('direct:greeting-api') diff --git a/examples/petstore-api.yaml b/examples/petstore-api.yaml new file mode 100644 index 0000000000..10f4c499ff --- /dev/null +++ b/examples/petstore-api.yaml @@ -0,0 +1,111 @@ +openapi: "3.0.0" +info: + version: 1.0.0 + title: Swagger Petstore + license: + name: MIT +servers: + - url: http://petstore.swagger.io/v1 +paths: + /pets: + get: + summary: List all pets + operationId: listPets + tags: + - pets + parameters: + - name: limit + in: query + description: How many items to return at one time (max 100) + required: false + schema: + type: integer + format: int32 + responses: + '200': + description: A paged array of pets + headers: + x-next: + description: A link to the next page of responses + schema: + type: string + content: + application/json: + schema: + $ref: "#/components/schemas/Pets" + default: + description: unexpected error + content: + application/json: + schema: + $ref: "#/components/schemas/Error" + post: + summary: Create a pet + operationId: createPets + tags: + - pets + responses: + '201': + description: Null response + default: + description: unexpected error + content: + application/json: + schema: + $ref: "#/components/schemas/Error" + /pets/{petId}: + get: + summary: Info for a specific pet + operationId: showPetById + tags: + - pets + parameters: + - name: petId + in: path + required: true + description: The id of the pet to retrieve + schema: + type: string + responses: + '200': + description: Expected response to a valid request + content: + application/json: + schema: + $ref: "#/components/schemas/Pet" + default: + description: unexpected error + content: + application/json: + schema: + $ref: "#/components/schemas/Error" +components: + schemas: + Pet: + type: object + required: + - id + - name + properties: + id: + type: integer + format: int64 + name: + type: string + tag: + type: string + Pets: + type: array + items: + $ref: "#/components/schemas/Pet" + Error: + type: object + required: + - code + - message + properties: + code: + type: integer + format: int32 + message: + type: string diff --git a/examples/petstore.groovy b/examples/petstore.groovy new file mode 100644 index 0000000000..d382b217c6 --- /dev/null +++ b/examples/petstore.groovy @@ -0,0 +1,29 @@ +// camel-k: language=groovy +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +// +// kamel run --dev --name petstore --open-api examples/petstore-api.yaml examples/petstore.groovy +// + +from('direct:listPets') + .log('listPets') +from('direct:createPets') + .log('createPets') +from('direct:showPetById') + .log('showPetById') + diff --git a/pkg/metadata/metadata_dependencies_test.go b/pkg/metadata/metadata_dependencies_test.go index 229b75e827..1a96276716 100644 --- a/pkg/metadata/metadata_dependencies_test.go +++ b/pkg/metadata/metadata_dependencies_test.go @@ -467,8 +467,19 @@ func TestXMLLanguageDependencies(t *testing.T) { assert.Nil(t, err) meta := Extract(catalog, code) - assert.ElementsMatch(t, []string{"camel:direct", "camel:ognl", "camel:saxon", "camel:xpath", - "camel:jsonpath", "camel:groovy", "camel:jaxp", "camel:mvel"}, meta.Dependencies.List()) + assert.ElementsMatch( + t, + []string{ + "camel:direct", + "camel:ognl", + "camel:saxon", + "camel:xpath", + "camel:xml-jaxp", + "camel:jsonpath", + "camel:groovy", + "camel:mvel", + }, + meta.Dependencies.List()) } const yamlWithRest = ` @@ -562,6 +573,17 @@ func TestYAMLLanguageDependencies(t *testing.T) { meta := Extract(catalog, code) - assert.ElementsMatch(t, []string{"camel:direct", "camel:ognl", "camel:saxon", "camel:xpath", - "camel:jsonpath", "camel:groovy", "camel:jaxp", "camel:mvel"}, meta.Dependencies.List()) + assert.ElementsMatch( + t, + []string{ + "camel:direct", + "camel:ognl", + "camel:saxon", + "camel:xpath", + "camel:jsonpath", + "camel:groovy", + "camel:xml-jaxp", + "camel:mvel", + }, + meta.Dependencies.List()) } diff --git a/pkg/trait/deployment_test.go b/pkg/trait/deployment_test.go index 8a6a7857e3..a20293f808 100644 --- a/pkg/trait/deployment_test.go +++ b/pkg/trait/deployment_test.go @@ -104,13 +104,21 @@ func TestApplyDeploymentTraitWhileResolvingKitDoesNotSucceed(t *testing.T) { func TestApplyDeploymentTraitWhileDeployingIntegrationDoesSucceed(t *testing.T) { deploymentTrait, environment := createNominalDeploymentTest() + environment.Integration.Spec.Configuration = append(environment.Integration.Spec.Configuration, v1.ConfigurationSpec{ + Type: "property", + Value: "a=b", + }) err := deploymentTrait.Apply(environment) assert.Nil(t, err) - configMap := environment.Resources.GetConfigMap(func(cm *corev1.ConfigMap) bool { return true }) - assert.NotNil(t, configMap) + assert.NotNil(t, environment.Resources.GetConfigMap(func(cm *corev1.ConfigMap) bool { + return cm.Labels["camel.apache.org/properties.type"] == "user" + })) + assert.Nil(t, environment.Resources.GetConfigMap(func(cm *corev1.ConfigMap) bool { + return cm.Labels["camel.apache.org/properties.type"] == "application" + })) deployment := environment.Resources.GetDeployment(func(deployment *appsv1.Deployment) bool { return true }) assert.NotNil(t, deployment) @@ -196,7 +204,8 @@ func createNominalDeploymentTest() (*deploymentTrait, *Environment) { Profile: v1.TraitProfileKnative, }, }, - Resources: kubernetes.NewCollection(), + Resources: kubernetes.NewCollection(), + ApplicationProperties: make(map[string]string), } environment.Platform.ResyncStatusFullConfig() diff --git a/pkg/trait/knative_service_test.go b/pkg/trait/knative_service_test.go index 92675bed6e..7988828cb8 100644 --- a/pkg/trait/knative_service_test.go +++ b/pkg/trait/knative_service_test.go @@ -133,7 +133,7 @@ func TestKnativeService(t *testing.T) { assert.Condition(t, func() bool { for _, v := range spec.Containers[0].VolumeMounts { - if v.Name == "integration-properties" { + if v.Name == "user-properties" { return true } } @@ -161,7 +161,7 @@ func TestKnativeService(t *testing.T) { names = append(names, cm.Name) }) - assert.Contains(t, names, "test-properties") + assert.Contains(t, names, "test-user-properties") assert.Contains(t, names, "test-source-000") assert.Contains(t, names, "test-resource-000") @@ -255,3 +255,71 @@ func TestKnativeServiceWithCustomContainerName(t *testing.T) { s.Spec.ConfigurationSpec.Template.Spec.Containers[0].Name, ) } + +func TestKnativeServiceWithResr(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + traitCatalog := NewCatalog(context.TODO(), nil) + + environment := Environment{ + CamelCatalog: catalog, + Catalog: traitCatalog, + Integration: &v1.Integration{ + ObjectMeta: metav1.ObjectMeta{ + Name: KnativeServiceTestName, + Namespace: KnativeServiceTestNamespace, + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseDeploying, + }, + Spec: v1.IntegrationSpec{ + Profile: v1.TraitProfileKnative, + Sources: []v1.SourceSpec{ + { + DataSpec: v1.DataSpec{ + Name: "routes.js", + Content: `from("direct:test").log("hello")`, + }, + Language: v1.LanguageJavaScript, + }, + { + DataSpec: v1.DataSpec{ + Name: "rests.xml", + Content: ``, + }, + Language: v1.LanguageXML, + }, + }, + }, + }, + IntegrationKit: &v1.IntegrationKit{ + Status: v1.IntegrationKitStatus{ + Phase: v1.IntegrationKitPhaseReady, + }, + }, + Platform: &v1.IntegrationPlatform{ + Spec: v1.IntegrationPlatformSpec{ + Cluster: v1.IntegrationPlatformClusterOpenShift, + Build: v1.IntegrationPlatformBuildSpec{ + PublishStrategy: v1.IntegrationPlatformBuildPublishStrategyS2I, + Registry: v1.IntegrationPlatformRegistrySpec{Address: "registry"}, + }, + }, + }, + EnvVars: make([]corev1.EnvVar, 0), + ExecutedTraits: make([]Trait, 0), + Resources: kubernetes.NewCollection(), + } + environment.Platform.ResyncStatusFullConfig() + + err = traitCatalog.apply(&environment) + + assert.Nil(t, err) + assert.NotEmpty(t, environment.ExecutedTraits) + assert.NotNil(t, environment.GetTrait("knative")) + + assert.NotNil(t, environment.Resources.GetKnativeService(func(service *serving.Service) bool { + return service.Name == KnativeServiceTestName + })) +} diff --git a/pkg/trait/rest-dsl.go b/pkg/trait/rest-dsl.go index 527a00f623..0d18945a84 100644 --- a/pkg/trait/rest-dsl.go +++ b/pkg/trait/rest-dsl.go @@ -53,6 +53,11 @@ func newRestDslTrait() Trait { } } +// IsPlatformTrait overrides base class method +func (t *restDslTrait) IsPlatformTrait() bool { + return true +} + func (t *restDslTrait) Configure(e *Environment) (bool, error) { if t.Enabled != nil && !*t.Enabled { return false, nil @@ -69,7 +74,11 @@ func (t *restDslTrait) Configure(e *Environment) (bool, error) { for _, resource := range e.Integration.Spec.Resources { if resource.Type == v1.ResourceTypeOpenAPI { - return e.IntegrationInPhase(v1.IntegrationPhaseInitialization), nil + return e.IntegrationInPhase( + v1.IntegrationPhaseInitialization, + v1.IntegrationPhaseDeploying, + v1.IntegrationPhaseRunning, + ), nil } } @@ -81,8 +90,20 @@ func (t *restDslTrait) Apply(e *Environment) error { return nil } - t.computeDependencies(e) + if e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { + t.computeDependencies(e) + return t.generateRestDSL(e) + } + + if e.IntegrationInPhase(v1.IntegrationPhaseDeploying, v1.IntegrationPhaseRunning) { + e.ApplicationProperties["camel.rest.port"] = "8080" + return nil + } + + return nil +} +func (t *restDslTrait) generateRestDSL(e *Environment) error { root := os.TempDir() tmpDir, err := ioutil.TempDir(root, "rest-dsl") if err != nil { @@ -95,6 +116,9 @@ func (t *restDslTrait) Apply(e *Environment) error { if resource.Type != v1.ResourceTypeOpenAPI { continue } + if resource.Name == "" { + return fmt.Errorf("no name defined for the openapi resource: %v", resource) + } tmpDir = path.Join(tmpDir, strconv.Itoa(i)) err := os.MkdirAll(tmpDir, os.ModePerm) @@ -110,7 +134,7 @@ func (t *restDslTrait) Apply(e *Environment) error { } } - in := path.Join(tmpDir, "openapi-spec.json") + in := path.Join(tmpDir, resource.Name) out := path.Join(tmpDir, "openapi-dsl.xml") err = ioutil.WriteFile(in, content, 0644) @@ -218,11 +242,6 @@ func (t *restDslTrait) Apply(e *Environment) error { return nil } -// IsPlatformTrait overrides base class method -func (t *restDslTrait) IsPlatformTrait() bool { - return true -} - func (t *restDslTrait) generateMavenProject(e *Environment) (maven.Project, error) { if e.CamelCatalog == nil { return maven.Project{}, errors.New("unknown camel catalog") @@ -252,10 +271,6 @@ func (t *restDslTrait) generateMavenProject(e *Environment) (maven.Project, erro } func (t *restDslTrait) computeDependencies(e *Environment) { - if !e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { - return - } - // check if the runtime provides 'rest' capabilities if capability, ok := e.CamelCatalog.Runtime.Capabilities["rest"]; ok { for _, dependency := range capability.Dependencies { diff --git a/pkg/trait/trait.go b/pkg/trait/trait.go index 649e8176d3..55f87b8377 100644 --- a/pkg/trait/trait.go +++ b/pkg/trait/trait.go @@ -84,14 +84,15 @@ func newEnvironment(ctx context.Context, c client.Client, integration *v1.Integr } env := Environment{ - C: ctx, - Platform: pl, - Client: c, - IntegrationKit: kit, - Integration: integration, - ExecutedTraits: make([]Trait, 0), - Resources: kubernetes.NewCollection(), - EnvVars: make([]corev1.EnvVar, 0), + C: ctx, + Platform: pl, + Client: c, + IntegrationKit: kit, + Integration: integration, + ExecutedTraits: make([]Trait, 0), + Resources: kubernetes.NewCollection(), + EnvVars: make([]corev1.EnvVar, 0), + ApplicationProperties: make(map[string]string), } return &env, nil diff --git a/pkg/trait/trait_test.go b/pkg/trait/trait_test.go index 6063899519..4ffe2f0982 100644 --- a/pkg/trait/trait_test.go +++ b/pkg/trait/trait_test.go @@ -37,7 +37,6 @@ import ( const ( TestDeploymentName = "test" - TestProperties = "test-properties" ) func TestOpenShiftTraits(t *testing.T) { @@ -49,8 +48,8 @@ func TestOpenShiftTraits(t *testing.T) { assert.Nil(t, env.GetTrait("service")) assert.Nil(t, env.GetTrait("route")) assert.NotNil(t, env.GetTrait("owner")) - assert.NotNil(t, res.GetConfigMap(func(cm *corev1.ConfigMap) bool { - return cm.Name == TestProperties + assert.Nil(t, res.GetConfigMap(func(cm *corev1.ConfigMap) bool { + return cm.Labels["camel.apache.org/properties.type"] != "" })) assert.NotNil(t, res.GetDeployment(func(deployment *appsv1.Deployment) bool { return deployment.Name == TestDeploymentName @@ -64,8 +63,8 @@ func TestOpenShiftTraitsWithWeb(t *testing.T) { assert.NotNil(t, env.GetTrait("service")) assert.NotNil(t, env.GetTrait("route")) assert.NotNil(t, env.GetTrait("owner")) - assert.NotNil(t, res.GetConfigMap(func(cm *corev1.ConfigMap) bool { - return cm.Name == TestProperties + assert.Nil(t, res.GetConfigMap(func(cm *corev1.ConfigMap) bool { + return cm.Labels["camel.apache.org/properties.type"] != "" })) assert.NotNil(t, res.GetDeployment(func(deployment *appsv1.Deployment) bool { return deployment.Name == TestDeploymentName @@ -118,8 +117,8 @@ func TestKubernetesTraits(t *testing.T) { assert.Nil(t, env.GetTrait("service")) assert.Nil(t, env.GetTrait("route")) assert.NotNil(t, env.GetTrait("owner")) - assert.NotNil(t, res.GetConfigMap(func(cm *corev1.ConfigMap) bool { - return cm.Name == TestProperties + assert.Nil(t, res.GetConfigMap(func(cm *corev1.ConfigMap) bool { + return cm.Labels["camel.apache.org/properties.type"] != "" })) assert.NotNil(t, res.GetDeployment(func(deployment *appsv1.Deployment) bool { return deployment.Name == TestDeploymentName @@ -133,8 +132,8 @@ func TestKubernetesTraitsWithWeb(t *testing.T) { assert.NotNil(t, env.GetTrait("service")) assert.Nil(t, env.GetTrait("route")) assert.NotNil(t, env.GetTrait("owner")) - assert.NotNil(t, res.GetConfigMap(func(cm *corev1.ConfigMap) bool { - return cm.Name == TestProperties + assert.Nil(t, res.GetConfigMap(func(cm *corev1.ConfigMap) bool { + return cm.Labels["camel.apache.org/properties.type"] != "" })) assert.NotNil(t, res.GetDeployment(func(deployment *appsv1.Deployment) bool { return deployment.Name == TestDeploymentName @@ -221,6 +220,7 @@ func TestTraitHierarchyDecode(t *testing.T) { func TestConfigureVolumesAndMounts(t *testing.T) { env := Environment{ + Resources: kubernetes.NewCollection(), Integration: &v1.Integration{ ObjectMeta: metav1.ObjectMeta{ Name: TestDeploymentName, @@ -259,6 +259,10 @@ func TestConfigureVolumesAndMounts(t *testing.T) { }, }, Configuration: []v1.ConfigurationSpec{ + { + Type: "property", + Value: "a=b", + }, { Type: "configmap", Value: "test-configmap", @@ -283,19 +287,31 @@ func TestConfigureVolumesAndMounts(t *testing.T) { vols := make([]corev1.Volume, 0) mnts := make([]corev1.VolumeMount, 0) + env.Resources.AddAll(env.ComputeConfigMaps()) env.ConfigureVolumesAndMounts(&vols, &mnts) assert.Len(t, vols, 8) assert.Len(t, mnts, 8) - v := findVolume(vols, func(v corev1.Volume) bool { return v.ConfigMap.Name == "my-cm1" }) + v := findVolume(vols, func(v corev1.Volume) bool { return v.ConfigMap.Name == "test-user-properties" }) + assert.NotNil(t, v) + assert.NotNil(t, v.VolumeSource.ConfigMap) + assert.Len(t, v.VolumeSource.ConfigMap.Items, 1) + assert.Equal(t, "application.properties", v.VolumeSource.ConfigMap.Items[0].Key) + assert.Equal(t, "user.properties", v.VolumeSource.ConfigMap.Items[0].Path) + + m := findVVolumeMount(mnts, func(m corev1.VolumeMount) bool { return m.Name == v.Name }) + assert.NotNil(t, m) + assert.Equal(t, "/etc/camel/conf.d", m.MountPath) + + v = findVolume(vols, func(v corev1.Volume) bool { return v.ConfigMap.Name == "my-cm1" }) assert.NotNil(t, v) assert.NotNil(t, v.VolumeSource.ConfigMap) assert.Len(t, v.VolumeSource.ConfigMap.Items, 1) assert.Equal(t, "my-key1", v.VolumeSource.ConfigMap.Items[0].Key) assert.Equal(t, "res1.txt", v.VolumeSource.ConfigMap.Items[0].Path) - m := findVVolumeMount(mnts, func(m corev1.VolumeMount) bool { return m.Name == "i-resource-000" }) + m = findVVolumeMount(mnts, func(m corev1.VolumeMount) bool { return m.Name == "i-resource-000" }) assert.NotNil(t, m) assert.Equal(t, "/etc/m1", m.MountPath) diff --git a/pkg/trait/trait_types.go b/pkg/trait/trait_types.go index 153163cd97..40045b23ec 100644 --- a/pkg/trait/trait_types.go +++ b/pkg/trait/trait_types.go @@ -193,21 +193,22 @@ type ControllerStrategySelector interface { // A Environment provides the context where the trait is executed type Environment struct { - CamelCatalog *camel.RuntimeCatalog - RuntimeVersion string - Catalog *Catalog - C context.Context - Client client.Client - Platform *v1.IntegrationPlatform - IntegrationKit *v1.IntegrationKit - Integration *v1.Integration - Resources *kubernetes.Collection - PostActions []func(*Environment) error - PostProcessors []func(*Environment) error - BuildTasks []v1.Task - ConfiguredTraits []Trait - ExecutedTraits []Trait - EnvVars []corev1.EnvVar + CamelCatalog *camel.RuntimeCatalog + RuntimeVersion string + Catalog *Catalog + C context.Context + Client client.Client + Platform *v1.IntegrationPlatform + IntegrationKit *v1.IntegrationKit + Integration *v1.Integration + Resources *kubernetes.Collection + PostActions []func(*Environment) error + PostProcessors []func(*Environment) error + BuildTasks []v1.Task + ConfiguredTraits []Trait + ExecutedTraits []Trait + EnvVars []corev1.EnvVar + ApplicationProperties map[string]string } // ControllerStrategy is used to determine the kind of controller that needs to be created for the integration @@ -339,33 +340,66 @@ func (e *Environment) ComputeConfigMaps() []runtime.Object { sources := e.Integration.Sources() maps := make([]runtime.Object, 0, len(sources)+1) + // application properties + applicationProperties := "" + + for key, val := range e.ApplicationProperties { + applicationProperties += fmt.Sprintf("%s=%s\n", key, val) + } + + if applicationProperties != "" { + maps = append( + maps, + &corev1.ConfigMap{ + TypeMeta: metav1.TypeMeta{ + Kind: "ConfigMap", + APIVersion: "v1", + }, + ObjectMeta: metav1.ObjectMeta{ + Name: e.Integration.Name + "-application-properties", + Namespace: e.Integration.Namespace, + Labels: map[string]string{ + "camel.apache.org/integration": e.Integration.Name, + "camel.apache.org/properties.type": "application", + }, + }, + Data: map[string]string{ + "application.properties": applicationProperties, + }, + }, + ) + } + // combine properties of integration with kit, integration // properties have the priority - properties := "" + userProperties := "" for key, val := range e.CollectConfigurationPairs("property") { - properties += fmt.Sprintf("%s=%s\n", key, val) + userProperties += fmt.Sprintf("%s=%s\n", key, val) } - maps = append( - maps, - &corev1.ConfigMap{ - TypeMeta: metav1.TypeMeta{ - Kind: "ConfigMap", - APIVersion: "v1", - }, - ObjectMeta: metav1.ObjectMeta{ - Name: e.Integration.Name + "-properties", - Namespace: e.Integration.Namespace, - Labels: map[string]string{ - "camel.apache.org/integration": e.Integration.Name, + if userProperties != "" { + maps = append( + maps, + &corev1.ConfigMap{ + TypeMeta: metav1.TypeMeta{ + Kind: "ConfigMap", + APIVersion: "v1", + }, + ObjectMeta: metav1.ObjectMeta{ + Name: e.Integration.Name + "-user-properties", + Namespace: e.Integration.Namespace, + Labels: map[string]string{ + "camel.apache.org/integration": e.Integration.Name, + "camel.apache.org/properties.type": "user", + }, + }, + Data: map[string]string{ + "application.properties": userProperties, }, }, - Data: map[string]string{ - "application.properties": properties, - }, - }, - ) + ) + } for i, s := range sources { if s.ContentRef != "" { @@ -554,31 +588,43 @@ func (e *Environment) ConfigureVolumesAndMounts(vols *[]corev1.Volume, mnts *[]c }) } - // - // Volumes :: Properties - // - - *vols = append(*vols, corev1.Volume{ - Name: "integration-properties", - VolumeSource: corev1.VolumeSource{ - ConfigMap: &corev1.ConfigMapVolumeSource{ - LocalObjectReference: corev1.LocalObjectReference{ - Name: e.Integration.Name + "-properties", - }, - Items: []corev1.KeyToPath{ - { - Key: "application.properties", - Path: "application.properties", + if e.Resources != nil { + e.Resources.VisitConfigMap(func(configMap *corev1.ConfigMap) { + var propertiesType string + var mountPath string + + switch propertiesType = configMap.Labels["camel.apache.org/properties.type"]; propertiesType { + case "application": + mountPath = ConfPath + case "user": + mountPath = ConfdPath + } + + if propertiesType != "" { + *vols = append(*vols, corev1.Volume{ + Name: propertiesType + "-properties", + VolumeSource: corev1.VolumeSource{ + ConfigMap: &corev1.ConfigMapVolumeSource{ + LocalObjectReference: corev1.LocalObjectReference{ + Name: configMap.Name, + }, + Items: []corev1.KeyToPath{ + { + Key: "application.properties", + Path: propertiesType + ".properties", + }, + }, + }, }, - }, - }, - }, - }) + }) - *mnts = append(*mnts, corev1.VolumeMount{ - Name: "integration-properties", - MountPath: ConfPath, - }) + *mnts = append(*mnts, corev1.VolumeMount{ + Name: propertiesType + "-properties", + MountPath: mountPath, + }) + } + }) + } // // Volumes :: Additional ConfigMaps diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index d722404eda..55768adda6 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -26,7 +26,7 @@ const ( Version = "1.0.0-SNAPSHOT" // DefaultRuntimeVersion -- - DefaultRuntimeVersion = "1.1.1-SNAPSHOT" + DefaultRuntimeVersion = "1.2.0-SNAPSHOT" // BuildahVersion -- BuildahVersion = "1.14.0" diff --git a/script/Makefile b/script/Makefile index db86084bf0..856dc53655 100644 --- a/script/Makefile +++ b/script/Makefile @@ -16,7 +16,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION := 1.0.0-SNAPSHOT LAST_RELEASED_VERSION := 1.0.0-RC2 -RUNTIME_VERSION := 1.1.1-SNAPSHOT +RUNTIME_VERSION := 1.2.0-SNAPSHOT BUILDAH_VERSION := 1.14.0 KANIKO_VERSION := 0.17.1 BASE_IMAGE := adoptopenjdk/openjdk8:slim From 42f4b53e700fccda46482235d89417ed65042077 Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Mon, 9 Mar 2020 11:20:21 +0100 Subject: [PATCH 2/9] Rename rest-dsl trait to openapi #1317 --- docs/modules/ROOT/nav.adoc | 2 +- .../traits/{rest-dsl.adoc => openapi.adoc} | 4 +-- docs/modules/ROOT/pages/traits/traits.adoc | 2 +- pkg/trait/{rest-dsl.go => openapi.go} | 30 +++++++++---------- .../{rest-dsl_test.go => openapi_test.go} | 6 ++-- pkg/trait/trait_register.go | 2 +- pkg/trait/trait_test.go | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) rename docs/modules/ROOT/pages/traits/{rest-dsl.adoc => openapi.adoc} (82%) rename pkg/trait/{rest-dsl.go => openapi.go} (91%) rename pkg/trait/{rest-dsl_test.go => openapi_test.go} (96%) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index ab5709cbf9..efbf12e0c3 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -39,7 +39,7 @@ ** xref:traits/prometheus.adoc[Prometheus] ** xref:traits/pull-secret.adoc[Pull Secret] ** xref:traits/quarkus.adoc[Quarkus] -** xref:traits/rest-dsl.adoc[Rest Dsl] +** xref:traits/openapi.adoc[Rest Dsl] ** xref:traits/route.adoc[Route] ** xref:traits/service.adoc[Service] // End of autogenerated code - DO NOT EDIT! (trait-nav) diff --git a/docs/modules/ROOT/pages/traits/rest-dsl.adoc b/docs/modules/ROOT/pages/traits/openapi.adoc similarity index 82% rename from docs/modules/ROOT/pages/traits/rest-dsl.adoc rename to docs/modules/ROOT/pages/traits/openapi.adoc index fad21da2b3..e3fe189890 100755 --- a/docs/modules/ROOT/pages/traits/rest-dsl.adoc +++ b/docs/modules/ROOT/pages/traits/openapi.adoc @@ -6,7 +6,7 @@ The Rest DSL trait is internally used to allow creating integrations from a Open This trait is available in the following profiles: **Kubernetes, Knative, OpenShift**. -WARNING: The rest-dsl trait is a *platform trait*: disabling it may compromise the platform functionality. +WARNING: The openapi trait is a *platform trait*: disabling it may compromise the platform functionality. // End of autogenerated code - DO NOT EDIT! (description) // Start of autogenerated code - DO NOT EDIT! (configuration) @@ -14,7 +14,7 @@ WARNING: The rest-dsl trait is a *platform trait*: disabling it may compromise t Trait properties can be specified when running any integration with the CLI: ``` -kamel run --trait rest-dsl.[key]=[value] integration.groovy +kamel run --trait openapi.[key]=[value] integration.groovy ``` The following configuration options are available: diff --git a/docs/modules/ROOT/pages/traits/traits.adoc b/docs/modules/ROOT/pages/traits/traits.adoc index 476b19d5f4..8109aea0d1 100644 --- a/docs/modules/ROOT/pages/traits/traits.adoc +++ b/docs/modules/ROOT/pages/traits/traits.adoc @@ -57,7 +57,7 @@ See the trait description pages for more information on a specific trait: * xref:traits/prometheus.adoc[Prometheus Trait] * xref:traits/pull-secret.adoc[Pull Secret Trait] * xref:traits/quarkus.adoc[Quarkus Trait] -* xref:traits/rest-dsl.adoc[Rest Dsl Trait] +* xref:traits/openapi.adoc[Rest Dsl Trait] * xref:traits/route.adoc[Route Trait] * xref:traits/service.adoc[Service Trait] // End of autogenerated code - DO NOT EDIT! (trait-list) diff --git a/pkg/trait/rest-dsl.go b/pkg/trait/openapi.go similarity index 91% rename from pkg/trait/rest-dsl.go rename to pkg/trait/openapi.go index 0d18945a84..93955c77fb 100644 --- a/pkg/trait/rest-dsl.go +++ b/pkg/trait/openapi.go @@ -28,37 +28,37 @@ import ( "strconv" "strings" - "github.com/apache/camel-k/pkg/util" - corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" v1 "github.com/apache/camel-k/pkg/apis/camel/v1" + + "github.com/apache/camel-k/pkg/util" "github.com/apache/camel-k/pkg/util/defaults" "github.com/apache/camel-k/pkg/util/gzip" "github.com/apache/camel-k/pkg/util/kubernetes" "github.com/apache/camel-k/pkg/util/maven" ) -// The Rest DSL trait is internally used to allow creating integrations from a OpenAPI specs. +// The OpenAPI DSL trait is internally used to allow creating integrations from a OpenAPI specs. // -// +camel-k:trait=rest-dsl -type restDslTrait struct { +// +camel-k:trait=openapi +type openAPITrait struct { BaseTrait `property:",squash"` } -func newRestDslTrait() Trait { - return &restDslTrait{ - BaseTrait: NewBaseTrait("rest-dsl", 300), +func newOpenAPITrait() Trait { + return &openAPITrait{ + BaseTrait: NewBaseTrait("openapi", 300), } } // IsPlatformTrait overrides base class method -func (t *restDslTrait) IsPlatformTrait() bool { +func (t *openAPITrait) IsPlatformTrait() bool { return true } -func (t *restDslTrait) Configure(e *Environment) (bool, error) { +func (t *openAPITrait) Configure(e *Environment) (bool, error) { if t.Enabled != nil && !*t.Enabled { return false, nil } @@ -85,7 +85,7 @@ func (t *restDslTrait) Configure(e *Environment) (bool, error) { return false, nil } -func (t *restDslTrait) Apply(e *Environment) error { +func (t *openAPITrait) Apply(e *Environment) error { if len(e.Integration.Spec.Resources) == 0 { return nil } @@ -103,9 +103,9 @@ func (t *restDslTrait) Apply(e *Environment) error { return nil } -func (t *restDslTrait) generateRestDSL(e *Environment) error { +func (t *openAPITrait) generateRestDSL(e *Environment) error { root := os.TempDir() - tmpDir, err := ioutil.TempDir(root, "rest-dsl") + tmpDir, err := ioutil.TempDir(root, "openapi") if err != nil { return err } @@ -242,7 +242,7 @@ func (t *restDslTrait) generateRestDSL(e *Environment) error { return nil } -func (t *restDslTrait) generateMavenProject(e *Environment) (maven.Project, error) { +func (t *openAPITrait) generateMavenProject(e *Environment) (maven.Project, error) { if e.CamelCatalog == nil { return maven.Project{}, errors.New("unknown camel catalog") } @@ -270,7 +270,7 @@ func (t *restDslTrait) generateMavenProject(e *Environment) (maven.Project, erro return p, nil } -func (t *restDslTrait) computeDependencies(e *Environment) { +func (t *openAPITrait) computeDependencies(e *Environment) { // check if the runtime provides 'rest' capabilities if capability, ok := e.CamelCatalog.Runtime.Capabilities["rest"]; ok { for _, dependency := range capability.Dependencies { diff --git a/pkg/trait/rest-dsl_test.go b/pkg/trait/openapi_test.go similarity index 96% rename from pkg/trait/rest-dsl_test.go rename to pkg/trait/openapi_test.go index 4f71ebb3ac..791fbc53c4 100644 --- a/pkg/trait/rest-dsl_test.go +++ b/pkg/trait/openapi_test.go @@ -35,7 +35,7 @@ func TestRestDslTraitApplicability(t *testing.T) { CamelCatalog: catalog, } - trait := newRestDslTrait() + trait := newOpenAPITrait() enabled, err := trait.Configure(e) assert.Nil(t, err) assert.False(t, enabled) @@ -81,7 +81,7 @@ func TestRestDslTraitDeps(t *testing.T) { }, } - trait := newRestDslTrait().(*restDslTrait) + trait := newOpenAPITrait().(*openAPITrait) trait.computeDependencies(e) assert.Contains(t, e.Integration.Status.Dependencies, "mvn:org.apache.camel/camel-rest") @@ -106,7 +106,7 @@ func TestRestDslTraitDepsQuarkus(t *testing.T) { }, } - trait := newRestDslTrait().(*restDslTrait) + trait := newOpenAPITrait().(*openAPITrait) trait.computeDependencies(e) assert.Contains(t, e.Integration.Status.Dependencies, "mvn:org.apache.camel.quarkus/camel-quarkus-rest") diff --git a/pkg/trait/trait_register.go b/pkg/trait/trait_register.go index 61bf7b1ea8..27ea26db65 100644 --- a/pkg/trait/trait_register.go +++ b/pkg/trait/trait_register.go @@ -22,7 +22,7 @@ func init() { // Declaration order is not important, but let's keep them sorted for debugging. AddToTraits(newPlatformTrait) AddToTraits(newCamelTrait) - AddToTraits(newRestDslTrait) + AddToTraits(newOpenAPITrait) AddToTraits(newKnativeTrait) AddToTraits(newDependenciesTrait) AddToTraits(newBuilderTrait) diff --git a/pkg/trait/trait_test.go b/pkg/trait/trait_test.go index 4ffe2f0982..46e80db76d 100644 --- a/pkg/trait/trait_test.go +++ b/pkg/trait/trait_test.go @@ -393,7 +393,7 @@ func TestOnlySomeTraitsInfluenceBuild(t *testing.T) { func TestOnlySomeTraitsArePlatform(t *testing.T) { c := NewTraitTestCatalog() - platformTraits := []string{"builder", "camel", "jvm", "container", "dependencies", "deployer", "deployment", "environment", "rest-dsl", "owner", "platform"} + platformTraits := []string{"builder", "camel", "jvm", "container", "dependencies", "deployer", "deployment", "environment", "openapi", "owner", "platform"} for _, trait := range c.allTraits() { if trait.IsPlatformTrait() { From 2bc1a4e5dd82cef6ecf73eb986d0b2b8f579193a Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Mon, 9 Mar 2020 13:15:50 +0100 Subject: [PATCH 3/9] Add some sugar to rest APIs #1316 (small cleanup) --- pkg/trait/openapi.go | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pkg/trait/openapi.go b/pkg/trait/openapi.go index 93955c77fb..53cf20a99b 100644 --- a/pkg/trait/openapi.go +++ b/pkg/trait/openapi.go @@ -40,6 +40,15 @@ import ( "github.com/apache/camel-k/pkg/util/maven" ) +// OpenAPITraitName --- +const OpenAPITraitName = "openapi" + +// CamelRestPortProperty --- +const CamelRestPortProperty = "camel.rest.port" + +// CamelRestDefaultPort --- +const CamelRestDefaultPort = "8080" + // The OpenAPI DSL trait is internally used to allow creating integrations from a OpenAPI specs. // // +camel-k:trait=openapi @@ -49,7 +58,7 @@ type openAPITrait struct { func newOpenAPITrait() Trait { return &openAPITrait{ - BaseTrait: NewBaseTrait("openapi", 300), + BaseTrait: NewBaseTrait(OpenAPITraitName, 300), } } @@ -96,7 +105,7 @@ func (t *openAPITrait) Apply(e *Environment) error { } if e.IntegrationInPhase(v1.IntegrationPhaseDeploying, v1.IntegrationPhaseRunning) { - e.ApplicationProperties["camel.rest.port"] = "8080" + e.ApplicationProperties[CamelRestPortProperty] = CamelRestDefaultPort return nil } From 650c293d483bb2908c7b548ec33ac4c1742628b0 Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Mon, 9 Mar 2020 15:04:56 +0100 Subject: [PATCH 4/9] Adapt to latest camel-k-runtime (interceptors) --- build/maven/pom-runtime.xml | 5 - deploy/camel-catalog-1.1.0-main.yaml | 2938 ---------------- deploy/camel-catalog-1.1.0-quarkus.yaml | 764 ----- deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml | 2949 ----------------- .../camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml | 775 ----- deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml | 15 +- .../camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml | 17 +- deploy/resources.go | 40 +- pkg/apis/camel/v1/integration_types.go | 3 + pkg/apis/camel/v1/zz_generated.deepcopy.go | 24 +- pkg/trait/dependencies.go | 15 +- pkg/trait/dependencies_test.go | 13 +- pkg/trait/trait_types.go | 3 + 13 files changed, 54 insertions(+), 7507 deletions(-) delete mode 100644 deploy/camel-catalog-1.1.0-main.yaml delete mode 100644 deploy/camel-catalog-1.1.0-quarkus.yaml delete mode 100644 deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml delete mode 100644 deploy/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml index 72dd8e02f3..10698a1e53 100644 --- a/build/maven/pom-runtime.xml +++ b/build/maven/pom-runtime.xml @@ -241,11 +241,6 @@ camel-k-loader-java ${runtime.version} - - org.apache.camel.k - camel-k-loader-knative - ${runtime.version} - diff --git a/deploy/camel-catalog-1.1.0-main.yaml b/deploy/camel-catalog-1.1.0-main.yaml deleted file mode 100644 index 4ebe1f2b97..0000000000 --- a/deploy/camel-catalog-1.1.0-main.yaml +++ /dev/null @@ -1,2938 +0,0 @@ -# --------------------------------------------------------------------------- -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# --------------------------------------------------------------------------- - -apiVersion: camel.apache.org/v1 -kind: CamelCatalog -metadata: - name: camel-catalog-1.1.0-main - labels: - app: camel-k - camel.apache.org/catalog.version: 3.0.1 - camel.apache.org/catalog.loader.version: 3.0.1 - camel.apache.org/runtime.version: 1.1.0 - camel.apache.org/runtime.provider: main -spec: - runtime: - version: 1.1.0 - provider: main - applicationClass: org.apache.camel.k.main.Application - metadata: - camel.version: 3.0.1 - quarkus.version: 1.2.0.Final - camel-quarkus.version: 1.0.0-M3 - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-runtime-main - artifacts: - camel-zipfile: - groupId: org.apache.camel - artifactId: camel-zipfile - dataformats: - - zipfile - javaTypes: - - org.apache.camel.dataformat.zipfile.ZipFileDataFormat - camel-fop: - groupId: org.apache.camel - artifactId: camel-fop - schemes: - - id: fop - http: false - passive: false - javaTypes: - - org.apache.camel.component.fop.FopComponent - camel-azure: - groupId: org.apache.camel - artifactId: camel-azure - schemes: - - id: azure-blob - http: false - passive: false - - id: azure-queue - http: false - passive: false - javaTypes: - - org.apache.camel.component.azure.blob.BlobServiceComponent - - org.apache.camel.component.azure.queue.QueueServiceComponent - camel-seda: - groupId: org.apache.camel - artifactId: camel-seda - schemes: - - id: seda - http: false - passive: true - javaTypes: - - org.apache.camel.component.seda.SedaComponent - camel-mina: - groupId: org.apache.camel - artifactId: camel-mina - schemes: - - id: mina - http: false - passive: false - javaTypes: - - org.apache.camel.component.mina.MinaComponent - camel-printer: - groupId: org.apache.camel - artifactId: camel-printer - schemes: - - id: lpr - http: false - passive: false - javaTypes: - - org.apache.camel.component.printer.PrinterComponent - camel-wordpress: - groupId: org.apache.camel - artifactId: camel-wordpress - schemes: - - id: wordpress - http: false - passive: false - javaTypes: - - org.apache.camel.component.wordpress.WordpressComponent - camel-websocket: - groupId: org.apache.camel - artifactId: camel-websocket - schemes: - - id: websocket - http: true - passive: false - javaTypes: - - org.apache.camel.component.websocket.WebsocketComponent - camel-slack: - groupId: org.apache.camel - artifactId: camel-slack - schemes: - - id: slack - http: false - passive: false - javaTypes: - - org.apache.camel.component.slack.SlackComponent - camel-influxdb: - groupId: org.apache.camel - artifactId: camel-influxdb - schemes: - - id: influxdb - http: false - passive: false - javaTypes: - - org.apache.camel.component.influxdb.InfluxDbComponent - camel-lumberjack: - groupId: org.apache.camel - artifactId: camel-lumberjack - schemes: - - id: lumberjack - http: false - passive: false - javaTypes: - - org.apache.camel.component.lumberjack.LumberjackComponent - camel-stax: - groupId: org.apache.camel - artifactId: camel-stax - schemes: - - id: stax - http: false - passive: false - javaTypes: - - org.apache.camel.component.stax.StAXComponent - camel-sjms2: - groupId: org.apache.camel - artifactId: camel-sjms2 - schemes: - - id: sjms2 - http: false - passive: false - javaTypes: - - org.apache.camel.component.sjms2.Sjms2Component - camel-facebook: - groupId: org.apache.camel - artifactId: camel-facebook - schemes: - - id: facebook - http: false - passive: false - javaTypes: - - org.apache.camel.component.facebook.FacebookComponent - camel-docker: - groupId: org.apache.camel - artifactId: camel-docker - schemes: - - id: docker - http: false - passive: false - javaTypes: - - org.apache.camel.component.docker.DockerComponent - camel-apns: - groupId: org.apache.camel - artifactId: camel-apns - schemes: - - id: apns - http: false - passive: false - javaTypes: - - org.apache.camel.component.apns.ApnsComponent - camel-jaxb: - groupId: org.apache.camel - artifactId: camel-jaxb - dataformats: - - jaxb - javaTypes: - - org.apache.camel.converter.jaxb.JaxbDataFormat - camel-quartz: - groupId: org.apache.camel - artifactId: camel-quartz - schemes: - - id: quartz - http: false - passive: false - javaTypes: - - org.apache.camel.component.quartz.QuartzComponent - camel-aws-swf: - groupId: org.apache.camel - artifactId: camel-aws-swf - schemes: - - id: aws-swf - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.swf.SWFComponent - camel-ehcache: - groupId: org.apache.camel - artifactId: camel-ehcache - schemes: - - id: ehcache - http: false - passive: false - javaTypes: - - org.apache.camel.component.ehcache.EhcacheComponent - camel-spring-ws: - groupId: org.apache.camel - artifactId: camel-spring-ws - schemes: - - id: spring-ws - http: true - passive: false - javaTypes: - - org.apache.camel.component.spring.ws.SpringWebserviceComponent - camel-nagios: - groupId: org.apache.camel - artifactId: camel-nagios - schemes: - - id: nagios - http: false - passive: false - javaTypes: - - org.apache.camel.component.nagios.NagiosComponent - camel-mongodb: - groupId: org.apache.camel - artifactId: camel-mongodb - schemes: - - id: mongodb - http: false - passive: false - javaTypes: - - org.apache.camel.component.mongodb.MongoDbComponent - camel-aws-eks: - groupId: org.apache.camel - artifactId: camel-aws-eks - schemes: - - id: aws-eks - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.eks.EKSComponent - camel-jaxp: - groupId: org.apache.camel - artifactId: camel-jaxp - languages: - - xtokenize - javaTypes: - - org.apache.camel.language.xtokenizer.XMLTokenizeLanguage - camel-platform-http: - groupId: org.apache.camel - artifactId: camel-platform-http - schemes: - - id: platform-http - http: false - passive: false - javaTypes: - - org.apache.camel.component.platform.http.PlatformHttpComponent - camel-jetty: - groupId: org.apache.camel - artifactId: camel-jetty - schemes: - - id: jetty - http: true - passive: false - javaTypes: - - org.apache.camel.component.jetty9.JettyHttpComponent9 - camel-lzf: - groupId: org.apache.camel - artifactId: camel-lzf - dataformats: - - lzf - javaTypes: - - org.apache.camel.dataformat.lzf.LZFDataFormat - camel-vm: - groupId: org.apache.camel - artifactId: camel-vm - schemes: - - id: vm - http: false - passive: true - javaTypes: - - org.apache.camel.component.vm.VmComponent - camel-crypto: - groupId: org.apache.camel - artifactId: camel-crypto - schemes: - - id: crypto - http: false - passive: false - dataformats: - - crypto - - pgp - javaTypes: - - org.apache.camel.component.crypto.DigitalSignatureComponent - - org.apache.camel.converter.crypto.CryptoDataFormat - - org.apache.camel.converter.crypto.PGPDataFormat - camel-cometd: - groupId: org.apache.camel - artifactId: camel-cometd - schemes: - - id: cometd - http: false - passive: false - - id: cometds - http: false - passive: false - javaTypes: - - org.apache.camel.component.cometd.CometdComponent - camel-bean-validator: - groupId: org.apache.camel - artifactId: camel-bean-validator - schemes: - - id: bean-validator - http: false - passive: false - javaTypes: - - org.apache.camel.component.bean.validator.BeanValidatorComponent - camel-http: - groupId: org.apache.camel - artifactId: camel-http - schemes: - - id: http - http: false - passive: false - - id: https - http: false - passive: false - dependencies: - - groupId: org.apache.camel - artifactId: camel-file - javaTypes: - - org.apache.camel.component.http.HttpComponent - camel-tika: - groupId: org.apache.camel - artifactId: camel-tika - schemes: - - id: tika - http: false - passive: false - javaTypes: - - org.apache.camel.component.tika.TikaComponent - camel-caffeine: - groupId: org.apache.camel - artifactId: camel-caffeine - schemes: - - id: caffeine-cache - http: false - passive: false - - id: caffeine-loadcache - http: false - passive: false - javaTypes: - - org.apache.camel.component.caffeine.cache.CaffeineCacheComponent - - org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent - camel-vertx: - groupId: org.apache.camel - artifactId: camel-vertx - schemes: - - id: vertx - http: false - passive: false - javaTypes: - - org.apache.camel.component.vertx.VertxComponent - camel-openstack: - groupId: org.apache.camel - artifactId: camel-openstack - schemes: - - id: openstack-cinder - http: false - passive: false - - id: openstack-glance - http: false - passive: false - - id: openstack-keystone - http: false - passive: false - - id: openstack-neutron - http: false - passive: false - - id: openstack-nova - http: false - passive: false - - id: openstack-swift - http: false - passive: false - javaTypes: - - org.apache.camel.component.openstack.cinder.CinderComponent - - org.apache.camel.component.openstack.glance.GlanceComponent - - org.apache.camel.component.openstack.keystone.KeystoneComponent - - org.apache.camel.component.openstack.neutron.NeutronComponent - - org.apache.camel.component.openstack.nova.NovaComponent - - org.apache.camel.component.openstack.swift.SwiftComponent - camel-google-calendar: - groupId: org.apache.camel - artifactId: camel-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.GoogleCalendarComponent - - org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent - camel-browse: - groupId: org.apache.camel - artifactId: camel-browse - schemes: - - id: browse - http: false - passive: true - javaTypes: - - org.apache.camel.component.browse.BrowseComponent - camel-ldif: - groupId: org.apache.camel - artifactId: camel-ldif - schemes: - - id: ldif - http: false - passive: false - javaTypes: - - org.apache.camel.component.ldif.LdifComponent - camel-google-sheets: - groupId: org.apache.camel - artifactId: camel-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.GoogleSheetsComponent - - org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent - camel-sap-netweaver: - groupId: org.apache.camel - artifactId: camel-sap-netweaver - schemes: - - id: sap-netweaver - http: false - passive: false - javaTypes: - - org.apache.camel.component.sap.netweaver.NetWeaverComponent - camel-ganglia: - groupId: org.apache.camel - artifactId: camel-ganglia - schemes: - - id: ganglia - http: false - passive: false - javaTypes: - - org.apache.camel.component.ganglia.GangliaComponent - camel-schematron: - groupId: org.apache.camel - artifactId: camel-schematron - schemes: - - id: schematron - http: false - passive: false - javaTypes: - - org.apache.camel.component.schematron.SchematronComponent - camel-yammer: - groupId: org.apache.camel - artifactId: camel-yammer - schemes: - - id: yammer - http: false - passive: false - javaTypes: - - org.apache.camel.component.yammer.YammerComponent - camel-direct: - groupId: org.apache.camel - artifactId: camel-direct - schemes: - - id: direct - http: false - passive: true - javaTypes: - - org.apache.camel.component.direct.DirectComponent - camel-chunk: - groupId: org.apache.camel - artifactId: camel-chunk - schemes: - - id: chunk - http: false - passive: false - javaTypes: - - org.apache.camel.component.chunk.ChunkComponent - camel-jacksonxml: - groupId: org.apache.camel - artifactId: camel-jacksonxml - dataformats: - - jacksonxml - javaTypes: - - org.apache.camel.component.jacksonxml.JacksonXMLDataFormat - camel-spring-batch: - groupId: org.apache.camel - artifactId: camel-spring-batch - schemes: - - id: spring-batch - http: false - passive: false - javaTypes: - - org.apache.camel.component.spring.batch.SpringBatchComponent - camel-stub: - groupId: org.apache.camel - artifactId: camel-stub - schemes: - - id: stub - http: false - passive: true - javaTypes: - - org.apache.camel.component.stub.StubComponent - camel-drill: - groupId: org.apache.camel - artifactId: camel-drill - schemes: - - id: drill - http: false - passive: false - javaTypes: - - org.apache.camel.component.drill.DrillComponent - camel-zookeeper: - groupId: org.apache.camel - artifactId: camel-zookeeper - schemes: - - id: zookeeper - http: false - passive: false - javaTypes: - - org.apache.camel.component.zookeeper.ZooKeeperComponent - camel-aws-cw: - groupId: org.apache.camel - artifactId: camel-aws-cw - schemes: - - id: aws-cw - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.cw.CwComponent - camel-xstream: - groupId: org.apache.camel - artifactId: camel-xstream - dataformats: - - json-xstream - - xstream - javaTypes: - - org.apache.camel.dataformat.xstream.JsonDataFormat - - org.apache.camel.dataformat.xstream.XStreamDataFormat - camel-weather: - groupId: org.apache.camel - artifactId: camel-weather - schemes: - - id: weather - http: false - passive: false - javaTypes: - - org.apache.camel.component.weather.WeatherComponent - camel-fastjson: - groupId: org.apache.camel - artifactId: camel-fastjson - dataformats: - - json-fastjson - javaTypes: - - org.apache.camel.component.fastjson.FastjsonDataFormat - camel-pdf: - groupId: org.apache.camel - artifactId: camel-pdf - schemes: - - id: pdf - http: false - passive: false - javaTypes: - - org.apache.camel.component.pdf.PdfComponent - camel-spring-integration: - groupId: org.apache.camel - artifactId: camel-spring-integration - schemes: - - id: spring-integration - http: false - passive: false - javaTypes: - - org.apache.camel.component.spring.integration.SpringIntegrationComponent - camel-paho: - groupId: org.apache.camel - artifactId: camel-paho - schemes: - - id: paho - http: false - passive: false - javaTypes: - - org.apache.camel.component.paho.PahoComponent - camel-netty: - groupId: org.apache.camel - artifactId: camel-netty - schemes: - - id: netty - http: false - passive: false - javaTypes: - - org.apache.camel.component.netty.NettyComponent - camel-mustache: - groupId: org.apache.camel - artifactId: camel-mustache - schemes: - - id: mustache - http: false - passive: false - javaTypes: - - org.apache.camel.component.mustache.MustacheComponent - camel-sip: - groupId: org.apache.camel - artifactId: camel-sip - schemes: - - id: sip - http: false - passive: false - - id: sips - http: false - passive: false - javaTypes: - - org.apache.camel.component.sip.SipComponent - camel-hbase: - groupId: org.apache.camel - artifactId: camel-hbase - schemes: - - id: hbase - http: false - passive: false - javaTypes: - - org.apache.camel.component.hbase.HBaseComponent - camel-jackson: - groupId: org.apache.camel - artifactId: camel-jackson - dataformats: - - json-jackson - javaTypes: - - org.apache.camel.component.jackson.JacksonDataFormat - camel-kafka: - groupId: org.apache.camel - artifactId: camel-kafka - schemes: - - id: kafka - http: false - passive: false - javaTypes: - - org.apache.camel.component.kafka.KafkaComponent - camel-twitter: - groupId: org.apache.camel - artifactId: camel-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.directmessage.TwitterDirectMessageComponent - - org.apache.camel.component.twitter.search.TwitterSearchComponent - - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent - camel-salesforce: - groupId: org.apache.camel - artifactId: camel-salesforce - schemes: - - id: salesforce - http: false - passive: false - javaTypes: - - org.apache.camel.component.salesforce.SalesforceComponent - camel-xj: - groupId: org.apache.camel - artifactId: camel-xj - schemes: - - id: xj - http: false - passive: false - javaTypes: - - org.apache.camel.component.xj.XJComponent - camel-servicenow: - groupId: org.apache.camel - artifactId: camel-servicenow - schemes: - - id: servicenow - http: false - passive: false - javaTypes: - - org.apache.camel.component.servicenow.ServiceNowComponent - camel-ical: - groupId: org.apache.camel - artifactId: camel-ical - dataformats: - - ical - javaTypes: - - org.apache.camel.component.ical.ICalDataFormat - camel-corda: - groupId: org.apache.camel - artifactId: camel-corda - schemes: - - id: corda - http: false - passive: false - javaTypes: - - org.apache.camel.component.corda.CordaComponent - camel-grape: - groupId: org.apache.camel - artifactId: camel-grape - schemes: - - id: grape - http: false - passive: false - javaTypes: - - org.apache.camel.component.grape.GrapeComponent - camel-univocity-parsers: - groupId: org.apache.camel - artifactId: camel-univocity-parsers - dataformats: - - univocity-csv - - univocity-fixed - - univocity-tsv - javaTypes: - - org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat - - org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat - - org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat - camel-hdfs: - groupId: org.apache.camel - artifactId: camel-hdfs - schemes: - - id: hdfs - http: false - passive: false - javaTypes: - - org.apache.camel.component.hdfs.HdfsComponent - camel-jclouds: - groupId: org.apache.camel - artifactId: camel-jclouds - schemes: - - id: jclouds - http: false - passive: false - javaTypes: - - org.apache.camel.component.jclouds.JcloudsComponent - camel-quickfix: - groupId: org.apache.camel - artifactId: camel-quickfix - schemes: - - id: quickfix - http: false - passive: false - javaTypes: - - org.apache.camel.component.quickfixj.QuickfixjComponent - camel-nsq: - groupId: org.apache.camel - artifactId: camel-nsq - schemes: - - id: nsq - http: false - passive: false - javaTypes: - - org.apache.camel.component.nsq.NsqComponent - camel-hipchat: - groupId: org.apache.camel - artifactId: camel-hipchat - schemes: - - id: hipchat - http: false - passive: false - javaTypes: - - org.apache.camel.component.hipchat.HipchatComponent - camel-hazelcast: - groupId: org.apache.camel - artifactId: camel-hazelcast - schemes: - - id: hazelcast-atomicvalue - http: false - passive: false - - id: hazelcast-instance - http: false - passive: false - - id: hazelcast-list - http: false - passive: false - - id: hazelcast-map - http: false - passive: false - - id: hazelcast-multimap - http: false - passive: false - - id: hazelcast-queue - http: false - passive: false - - id: hazelcast-replicatedmap - http: false - passive: false - - id: hazelcast-ringbuffer - http: false - passive: false - - id: hazelcast-seda - http: false - passive: false - - id: hazelcast-set - http: false - passive: false - - id: hazelcast-topic - http: false - passive: false - javaTypes: - - org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent - - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent - - org.apache.camel.component.hazelcast.list.HazelcastListComponent - - org.apache.camel.component.hazelcast.map.HazelcastMapComponent - - org.apache.camel.component.hazelcast.multimap.HazelcastMultimapComponent - - org.apache.camel.component.hazelcast.queue.HazelcastQueueComponent - - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent - - org.apache.camel.component.hazelcast.ringbuffer.HazelcastRingbufferComponent - - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent - - org.apache.camel.component.hazelcast.set.HazelcastSetComponent - - org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent - camel-barcode: - groupId: org.apache.camel - artifactId: camel-barcode - dataformats: - - barcode - javaTypes: - - org.apache.camel.dataformat.barcode.BarcodeDataFormat - camel-aws-translate: - groupId: org.apache.camel - artifactId: camel-aws-translate - schemes: - - id: aws-translate - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.translate.TranslateComponent - camel-atmos: - groupId: org.apache.camel - artifactId: camel-atmos - schemes: - - id: atmos - http: false - passive: false - javaTypes: - - org.apache.camel.component.atmos.AtmosComponent - camel-language: - groupId: org.apache.camel - artifactId: camel-language - schemes: - - id: language - http: false - passive: true - javaTypes: - - org.apache.camel.component.language.LanguageComponent - camel-infinispan: - groupId: org.apache.camel - artifactId: camel-infinispan - schemes: - - id: infinispan - http: false - passive: false - javaTypes: - - org.apache.camel.component.infinispan.InfinispanComponent - camel-google-pubsub: - groupId: org.apache.camel - artifactId: camel-google-pubsub - schemes: - - id: google-pubsub - http: false - passive: false - javaTypes: - - org.apache.camel.component.google.pubsub.GooglePubsubComponent - camel-base64: - groupId: org.apache.camel - artifactId: camel-base64 - dataformats: - - base64 - javaTypes: - - org.apache.camel.dataformat.base64.Base64DataFormat - camel-lucene: - groupId: org.apache.camel - artifactId: camel-lucene - schemes: - - id: lucene - http: false - passive: false - javaTypes: - - org.apache.camel.component.lucene.LuceneComponent - camel-bean: - groupId: org.apache.camel - artifactId: camel-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.component.beanclass.ClassComponent - - org.apache.camel.language.bean.BeanLanguage - camel-stream: - groupId: org.apache.camel - artifactId: camel-stream - schemes: - - id: stream - http: false - passive: false - javaTypes: - - org.apache.camel.component.stream.StreamComponent - camel-solr: - groupId: org.apache.camel - artifactId: camel-solr - schemes: - - id: solr - http: false - passive: false - - id: solrs - http: false - passive: false - - id: solrCloud - http: false - passive: false - javaTypes: - - org.apache.camel.component.solr.SolrComponent - camel-log: - groupId: org.apache.camel - artifactId: camel-log - schemes: - - id: log - http: false - passive: true - javaTypes: - - org.apache.camel.component.log.LogComponent - camel-iec60870: - groupId: org.apache.camel - artifactId: camel-iec60870 - schemes: - - id: iec60870-client - http: false - passive: false - - id: iec60870-server - http: false - passive: false - javaTypes: - - org.apache.camel.component.iec60870.client.ClientComponent - - org.apache.camel.component.iec60870.server.ServerComponent - camel-atmosphere-websocket: - groupId: org.apache.camel - artifactId: camel-atmosphere-websocket - schemes: - - id: atmosphere-websocket - http: true - passive: false - javaTypes: - - org.apache.camel.component.atmosphere.websocket.WebsocketComponent - camel-debezium-mongodb: - groupId: org.apache.camel - artifactId: camel-debezium-mongodb - schemes: - - id: debezium-mongodb - http: false - passive: false - javaTypes: - - org.apache.camel.component.debezium.DebeziumMongodbComponent - camel-spring-ldap: - groupId: org.apache.camel - artifactId: camel-spring-ldap - schemes: - - id: spring-ldap - http: false - passive: false - javaTypes: - - org.apache.camel.component.springldap.SpringLdapComponent - camel-dns: - groupId: org.apache.camel - artifactId: camel-dns - schemes: - - id: dns - http: false - passive: false - javaTypes: - - org.apache.camel.component.dns.DnsComponent - camel-reactive-streams: - groupId: org.apache.camel - artifactId: camel-reactive-streams - schemes: - - id: reactive-streams - http: false - passive: false - javaTypes: - - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent - camel-graphql: - groupId: org.apache.camel - artifactId: camel-graphql - schemes: - - id: graphql - http: false - passive: false - javaTypes: - - org.apache.camel.component.graphql.GraphqlComponent - camel-coap: - groupId: org.apache.camel - artifactId: camel-coap - schemes: - - id: coap - http: false - passive: false - - id: coaps - http: false - passive: false - - id: coap+tcp - http: false - passive: false - - id: coaps+tcp - http: false - passive: false - javaTypes: - - org.apache.camel.coap.CoAPComponent - camel-dataset: - groupId: org.apache.camel - artifactId: camel-dataset - schemes: - - id: dataset - http: false - passive: true - - id: dataset-test - http: false - passive: false - javaTypes: - - org.apache.camel.component.dataset.DataSetComponent - - org.apache.camel.component.dataset.DataSetTestComponent - camel-jsonapi: - groupId: org.apache.camel - artifactId: camel-jsonapi - dataformats: - - jsonApi - javaTypes: - - org.apache.camel.component.jsonapi.JsonApiDataFormat - camel-zendesk: - groupId: org.apache.camel - artifactId: camel-zendesk - schemes: - - id: zendesk - http: false - passive: false - javaTypes: - - org.apache.camel.component.zendesk.ZendeskComponent - camel-jdbc: - groupId: org.apache.camel - artifactId: camel-jdbc - schemes: - - id: jdbc - http: false - passive: false - javaTypes: - - org.apache.camel.component.jdbc.JdbcComponent - camel-spark: - groupId: org.apache.camel - artifactId: camel-spark - schemes: - - id: spark - http: false - passive: false - javaTypes: - - org.apache.camel.component.spark.SparkComponent - camel-ahc: - groupId: org.apache.camel - artifactId: camel-ahc - schemes: - - id: ahc - http: true - passive: false - javaTypes: - - org.apache.camel.component.ahc.AhcComponent - camel-controlbus: - groupId: org.apache.camel - artifactId: camel-controlbus - schemes: - - id: controlbus - http: false - passive: true - javaTypes: - - org.apache.camel.component.controlbus.ControlBusComponent - camel-disruptor: - groupId: org.apache.camel - artifactId: camel-disruptor - schemes: - - id: disruptor - http: false - passive: false - - id: disruptor-vm - http: false - passive: false - javaTypes: - - org.apache.camel.component.disruptor.DisruptorComponent - - org.apache.camel.component.disruptor.vm.DisruptorVmComponent - camel-dozer: - groupId: org.apache.camel - artifactId: camel-dozer - schemes: - - id: dozer - http: false - passive: false - javaTypes: - - org.apache.camel.component.dozer.DozerComponent - camel-beanio: - groupId: org.apache.camel - artifactId: camel-beanio - dataformats: - - beanio - javaTypes: - - org.apache.camel.dataformat.beanio.BeanIODataFormat - camel-bindy: - groupId: org.apache.camel - artifactId: camel-bindy - dataformats: - - bindy-csv - - bindy-fixed - - bindy-kvp - javaTypes: - - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat - - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat - - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat - camel-guava-eventbus: - groupId: org.apache.camel - artifactId: camel-guava-eventbus - schemes: - - id: guava-eventbus - http: false - passive: false - javaTypes: - - org.apache.camel.component.guava.eventbus.GuavaEventBusComponent - camel-msv: - groupId: org.apache.camel - artifactId: camel-msv - schemes: - - id: msv - http: false - passive: false - javaTypes: - - org.apache.camel.component.validator.msv.MsvComponent - camel-jms: - groupId: org.apache.camel - artifactId: camel-jms - schemes: - - id: jms - http: false - passive: false - javaTypes: - - org.apache.camel.component.jms.JmsComponent - camel-file-watch: - groupId: org.apache.camel - artifactId: camel-file-watch - schemes: - - id: file-watch - http: false - passive: false - javaTypes: - - org.apache.camel.component.file.watch.FileWatchComponent - camel-aws-sdb: - groupId: org.apache.camel - artifactId: camel-aws-sdb - schemes: - - id: aws-sdb - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.sdb.SdbComponent - camel-file: - groupId: org.apache.camel - artifactId: camel-file - schemes: - - id: file - http: false - passive: false - javaTypes: - - org.apache.camel.component.file.FileComponent - camel-gora: - groupId: org.apache.camel - artifactId: camel-gora - schemes: - - id: gora - http: false - passive: false - javaTypes: - - org.apache.camel.component.gora.GoraComponent - camel-jmx: - groupId: org.apache.camel - artifactId: camel-jmx - schemes: - - id: jmx - http: false - passive: false - javaTypes: - - org.apache.camel.component.jmx.JMXComponent - camel-timer: - groupId: org.apache.camel - artifactId: camel-timer - schemes: - - id: timer - http: false - passive: false - javaTypes: - - org.apache.camel.component.timer.TimerComponent - camel-jcache: - groupId: org.apache.camel - artifactId: camel-jcache - schemes: - - id: jcache - http: false - passive: false - javaTypes: - - org.apache.camel.component.jcache.JCacheComponent - camel-freemarker: - groupId: org.apache.camel - artifactId: camel-freemarker - schemes: - - id: freemarker - http: false - passive: false - javaTypes: - - org.apache.camel.component.freemarker.FreemarkerComponent - camel-ironmq: - groupId: org.apache.camel - artifactId: camel-ironmq - schemes: - - id: ironmq - http: false - passive: false - javaTypes: - - org.apache.camel.component.ironmq.IronMQComponent - camel-fhir: - groupId: org.apache.camel - artifactId: camel-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-saxon: - groupId: org.apache.camel - artifactId: camel-saxon - schemes: - - id: xquery - http: false - passive: false - languages: - - xquery - javaTypes: - - org.apache.camel.component.xquery.XQueryComponent - - org.apache.camel.language.xquery.XQueryLanguage - camel-jsonpath: - groupId: org.apache.camel - artifactId: camel-jsonpath - languages: - - jsonpath - javaTypes: - - org.apache.camel.jsonpath.JsonPathLanguage - camel-spark-rest: - groupId: org.apache.camel - artifactId: camel-spark-rest - schemes: - - id: spark-rest - http: true - passive: false - javaTypes: - - org.apache.camel.component.sparkrest.SparkComponent - camel-jt400: - groupId: org.apache.camel - artifactId: camel-jt400 - schemes: - - id: jt400 - http: false - passive: false - javaTypes: - - org.apache.camel.component.jt400.Jt400Component - camel-rabbitmq: - groupId: org.apache.camel - artifactId: camel-rabbitmq - schemes: - - id: rabbitmq - http: false - passive: false - javaTypes: - - org.apache.camel.component.rabbitmq.RabbitMQComponent - camel-jbpm: - groupId: org.apache.camel - artifactId: camel-jbpm - schemes: - - id: jbpm - http: false - passive: false - javaTypes: - - org.apache.camel.component.jbpm.JBPMComponent - camel-jing: - groupId: org.apache.camel - artifactId: camel-jing - schemes: - - id: jing - http: false - passive: false - javaTypes: - - org.apache.camel.component.validator.jing.JingComponent - camel-aws-iam: - groupId: org.apache.camel - artifactId: camel-aws-iam - schemes: - - id: aws-iam - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.iam.IAMComponent - camel-snmp: - groupId: org.apache.camel - artifactId: camel-snmp - schemes: - - id: snmp - http: false - passive: false - javaTypes: - - org.apache.camel.component.snmp.SnmpComponent - camel-web3j: - groupId: org.apache.camel - artifactId: camel-web3j - schemes: - - id: web3j - http: false - passive: false - javaTypes: - - org.apache.camel.component.web3j.Web3jComponent - camel-atom: - groupId: org.apache.camel - artifactId: camel-atom - schemes: - - id: atom - http: false - passive: false - javaTypes: - - org.apache.camel.component.atom.AtomComponent - camel-tagsoup: - groupId: org.apache.camel - artifactId: camel-tagsoup - dataformats: - - tidyMarkup - javaTypes: - - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat - camel-etcd: - groupId: org.apache.camel - artifactId: camel-etcd - schemes: - - id: etcd - http: false - passive: false - javaTypes: - - org.apache.camel.component.etcd.EtcdComponent - camel-ftp: - groupId: org.apache.camel - artifactId: camel-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.FtpComponent - - org.apache.camel.component.file.remote.FtpsComponent - - org.apache.camel.component.file.remote.SftpComponent - camel-aws-ses: - groupId: org.apache.camel - artifactId: camel-aws-ses - schemes: - - id: aws-ses - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.ses.SesComponent - camel-jgroups: - groupId: org.apache.camel - artifactId: camel-jgroups - schemes: - - id: jgroups - http: false - passive: false - javaTypes: - - org.apache.camel.component.jgroups.JGroupsComponent - camel-master: - groupId: org.apache.camel - artifactId: camel-master - schemes: - - id: master - http: false - passive: false - javaTypes: - - org.apache.camel.component.master.MasterComponent - camel-eventadmin: - groupId: org.apache.camel - artifactId: camel-eventadmin - schemes: - - id: eventadmin - http: false - passive: false - javaTypes: - - org.apache.camel.component.eventadmin.EventAdminComponent - camel-optaplanner: - groupId: org.apache.camel - artifactId: camel-optaplanner - schemes: - - id: optaplanner - http: false - passive: false - javaTypes: - - org.apache.camel.component.optaplanner.OptaPlannerComponent - camel-amqp: - groupId: org.apache.camel - artifactId: camel-amqp - schemes: - - id: amqp - http: false - passive: false - javaTypes: - - org.apache.camel.component.amqp.AMQPComponent - camel-github: - groupId: org.apache.camel - artifactId: camel-github - schemes: - - id: github - http: false - passive: false - javaTypes: - - org.apache.camel.component.github.GitHubComponent - camel-atomix: - groupId: org.apache.camel - artifactId: camel-atomix - schemes: - - id: atomix-map - http: false - passive: false - - id: atomix-messaging - http: false - passive: false - - id: atomix-multimap - http: false - passive: false - - id: atomix-queue - http: false - passive: false - - id: atomix-set - http: false - passive: false - - id: atomix-value - http: false - passive: false - javaTypes: - - org.apache.camel.component.atomix.client.map.AtomixMapComponent - - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent - - org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent - - org.apache.camel.component.atomix.client.queue.AtomixQueueComponent - - org.apache.camel.component.atomix.client.set.AtomixSetComponent - - org.apache.camel.component.atomix.client.value.AtomixValueComponent - camel-box: - groupId: org.apache.camel - artifactId: camel-box - schemes: - - id: box - http: false - passive: false - javaTypes: - - org.apache.camel.component.box.BoxComponent - camel-sql: - groupId: org.apache.camel - artifactId: camel-sql - schemes: - - id: sql - http: false - passive: false - - id: sql-stored - http: false - passive: false - javaTypes: - - org.apache.camel.component.sql.SqlComponent - - org.apache.camel.component.sql.stored.SqlStoredComponent - camel-flatpack: - groupId: org.apache.camel - artifactId: camel-flatpack - schemes: - - id: flatpack - http: false - passive: false - dataformats: - - flatpack - javaTypes: - - org.apache.camel.component.flatpack.FlatpackComponent - - org.apache.camel.dataformat.flatpack.FlatpackDataFormat - camel-git: - groupId: org.apache.camel - artifactId: camel-git - schemes: - - id: git - http: false - passive: false - javaTypes: - - org.apache.camel.component.git.GitComponent - camel-chatscript: - groupId: org.apache.camel - artifactId: camel-chatscript - schemes: - - id: chatscript - http: false - passive: false - javaTypes: - - org.apache.camel.component.chatscript.ChatScriptComponent - camel-telegram: - groupId: org.apache.camel - artifactId: camel-telegram - schemes: - - id: telegram - http: false - passive: false - javaTypes: - - org.apache.camel.component.telegram.TelegramComponent - camel-asn1: - groupId: org.apache.camel - artifactId: camel-asn1 - dataformats: - - asn1 - javaTypes: - - org.apache.camel.dataformat.asn1.ASN1DataFormat - camel-nitrite: - groupId: org.apache.camel - artifactId: camel-nitrite - schemes: - - id: nitrite - http: false - passive: false - javaTypes: - - org.apache.camel.component.nitrite.NitriteComponent - camel-aws-sns: - groupId: org.apache.camel - artifactId: camel-aws-sns - schemes: - - id: aws-sns - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.sns.SnsComponent - camel-avro: - groupId: org.apache.camel - artifactId: camel-avro - schemes: - - id: avro - http: false - passive: false - dataformats: - - avro - javaTypes: - - org.apache.camel.component.avro.AvroComponent - - org.apache.camel.dataformat.avro.AvroDataFormat - camel-mllp: - groupId: org.apache.camel - artifactId: camel-mllp - schemes: - - id: mllp - http: false - passive: false - javaTypes: - - org.apache.camel.component.mllp.MllpComponent - camel-pg-replication-slot: - groupId: org.apache.camel - artifactId: camel-pg-replication-slot - schemes: - - id: pg-replication-slot - http: false - passive: false - javaTypes: - - org.apache.camel.component.pg.replication.slot.PgReplicationSlotComponent - camel-elsql: - groupId: org.apache.camel - artifactId: camel-elsql - schemes: - - id: elsql - http: false - passive: false - javaTypes: - - org.apache.camel.component.elsql.ElsqlComponent - camel-aws-msk: - groupId: org.apache.camel - artifactId: camel-aws-msk - schemes: - - id: aws-msk - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.msk.MSKComponent - camel-stringtemplate: - groupId: org.apache.camel - artifactId: camel-stringtemplate - schemes: - - id: string-template - http: false - passive: false - javaTypes: - - org.apache.camel.component.stringtemplate.StringTemplateComponent - camel-debezium-mysql: - groupId: org.apache.camel - artifactId: camel-debezium-mysql - schemes: - - id: debezium-mysql - http: false - passive: false - javaTypes: - - org.apache.camel.component.debezium.DebeziumMySqlComponent - camel-servlet: - groupId: org.apache.camel - artifactId: camel-servlet - schemes: - - id: servlet - http: true - passive: false - javaTypes: - - org.apache.camel.component.servlet.ServletComponent - camel-spring-redis: - groupId: org.apache.camel - artifactId: camel-spring-redis - schemes: - - id: spring-redis - http: false - passive: false - javaTypes: - - org.apache.camel.component.redis.RedisComponent - camel-soroush: - groupId: org.apache.camel - artifactId: camel-soroush - schemes: - - id: soroush - http: false - passive: false - javaTypes: - - org.apache.camel.component.soroushbot.component.SoroushBotComponent - camel-jsch: - groupId: org.apache.camel - artifactId: camel-jsch - schemes: - - id: scp - http: false - passive: false - javaTypes: - - org.apache.camel.component.scp.ScpComponent - camel-kubernetes: - groupId: org.apache.camel - artifactId: camel-kubernetes - schemes: - - id: kubernetes-config-maps - http: false - passive: false - - id: kubernetes-deployments - http: false - passive: false - - id: kubernetes-hpa - http: false - passive: false - - id: kubernetes-job - http: false - passive: false - - id: kubernetes-namespaces - http: false - passive: false - - id: kubernetes-nodes - http: false - passive: false - - id: kubernetes-persistent-volumes - http: false - passive: false - - id: kubernetes-persistent-volumes-claims - http: false - passive: false - - id: kubernetes-pods - http: false - passive: false - - id: kubernetes-replication-controllers - http: false - passive: false - - id: kubernetes-resources-quota - http: false - passive: false - - id: kubernetes-secrets - http: false - passive: false - - id: kubernetes-service-accounts - http: false - passive: false - - id: kubernetes-services - http: false - passive: false - - id: openshift-build-configs - http: false - passive: false - - id: openshift-builds - http: false - passive: false - javaTypes: - - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent - - org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent - - org.apache.camel.component.kubernetes.hpa.KubernetesHPAComponent - - org.apache.camel.component.kubernetes.job.KubernetesJobComponent - - org.apache.camel.component.kubernetes.namespaces.KubernetesNamespacesComponent - - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent - - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent - - org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent - - org.apache.camel.component.kubernetes.pods.KubernetesPodsComponent - - org.apache.camel.component.kubernetes.replication_controllers.KubernetesReplicationControllersComponent - - org.apache.camel.component.kubernetes.resources_quota.KubernetesResourcesQuotaComponent - - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent - - org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent - - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent - - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent - - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent - camel-digitalocean: - groupId: org.apache.camel - artifactId: camel-digitalocean - schemes: - - id: digitalocean - http: false - passive: false - javaTypes: - - org.apache.camel.component.digitalocean.DigitalOceanComponent - camel-google-bigquery: - groupId: org.apache.camel - artifactId: camel-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.GoogleBigQueryComponent - - org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent - camel-consul: - groupId: org.apache.camel - artifactId: camel-consul - schemes: - - id: consul - http: false - passive: false - javaTypes: - - org.apache.camel.component.consul.ConsulComponent - camel-nats: - groupId: org.apache.camel - artifactId: camel-nats - schemes: - - id: nats - http: false - passive: false - javaTypes: - - org.apache.camel.component.nats.NatsComponent - camel-debezium-postgres: - groupId: org.apache.camel - artifactId: camel-debezium-postgres - schemes: - - id: debezium-postgres - http: false - passive: false - javaTypes: - - org.apache.camel.component.debezium.DebeziumPostgresComponent - camel-hl7: - groupId: org.apache.camel - artifactId: camel-hl7 - languages: - - hl7terser - dataformats: - - hl7 - javaTypes: - - org.apache.camel.component.hl7.Hl7TerserLanguage - - org.apache.camel.component.hl7.HL7DataFormat - camel-aws-ecs: - groupId: org.apache.camel - artifactId: camel-aws-ecs - schemes: - - id: aws-ecs - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.ecs.ECSComponent - camel-zip-deflater: - groupId: org.apache.camel - artifactId: camel-zip-deflater - dataformats: - - gzipdeflater - - zipdeflater - javaTypes: - - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat - - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat - camel-kudu: - groupId: org.apache.camel - artifactId: camel-kudu - schemes: - - id: kudu - http: false - passive: false - javaTypes: - - org.apache.camel.component.kudu.KuduComponent - camel-jgroups-raft: - groupId: org.apache.camel - artifactId: camel-jgroups-raft - schemes: - - id: jgroups-raft - http: false - passive: false - javaTypes: - - org.apache.camel.component.jgroups.raft.JGroupsRaftComponent - camel-cmis: - groupId: org.apache.camel - artifactId: camel-cmis - schemes: - - id: cmis - http: false - passive: false - javaTypes: - - org.apache.camel.component.cmis.CMISComponent - camel-beanstalk: - groupId: org.apache.camel - artifactId: camel-beanstalk - schemes: - - id: beanstalk - http: false - passive: false - javaTypes: - - org.apache.camel.component.beanstalk.BeanstalkComponent - camel-aws-mq: - groupId: org.apache.camel - artifactId: camel-aws-mq - schemes: - - id: aws-mq - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.mq.MQComponent - camel-mongodb-gridfs: - groupId: org.apache.camel - artifactId: camel-mongodb-gridfs - schemes: - - id: mongodb-gridfs - http: false - passive: false - javaTypes: - - org.apache.camel.component.mongodb.gridfs.GridFsComponent - camel-undertow: - groupId: org.apache.camel - artifactId: camel-undertow - schemes: - - id: undertow - http: true - passive: false - javaTypes: - - org.apache.camel.component.undertow.UndertowComponent - camel-robotframework: - groupId: org.apache.camel - artifactId: camel-robotframework - schemes: - - id: robotframework - http: false - passive: false - javaTypes: - - org.apache.camel.component.robotframework.RobotFrameworkComponent - camel-xpath: - groupId: org.apache.camel - artifactId: camel-xpath - languages: - - xpath - javaTypes: - - org.apache.camel.language.xpath.XPathLanguage - camel-ssh: - groupId: org.apache.camel - artifactId: camel-ssh - schemes: - - id: ssh - http: false - passive: false - javaTypes: - - org.apache.camel.component.ssh.SshComponent - camel-mock: - groupId: org.apache.camel - artifactId: camel-mock - schemes: - - id: mock - http: false - passive: true - javaTypes: - - org.apache.camel.component.mock.MockComponent - camel-websocket-jsr356: - groupId: org.apache.camel - artifactId: camel-websocket-jsr356 - schemes: - - id: websocket-jsr356 - http: false - passive: false - javaTypes: - - org.apache.camel.websocket.jsr356.JSR356WebSocketComponent - camel-twilio: - groupId: org.apache.camel - artifactId: camel-twilio - schemes: - - id: twilio - http: false - passive: false - javaTypes: - - org.apache.camel.component.twilio.TwilioComponent - camel-jolt: - groupId: org.apache.camel - artifactId: camel-jolt - schemes: - - id: jolt - http: false - passive: false - javaTypes: - - org.apache.camel.component.jolt.JoltComponent - camel-soap: - groupId: org.apache.camel - artifactId: camel-soap - dataformats: - - soapjaxb - javaTypes: - - org.apache.camel.dataformat.soap.SoapJaxbDataFormat - camel-thrift: - groupId: org.apache.camel - artifactId: camel-thrift - schemes: - - id: thrift - http: false - passive: false - dataformats: - - thrift - javaTypes: - - org.apache.camel.component.thrift.ThriftComponent - - org.apache.camel.dataformat.thrift.ThriftDataFormat - camel-crypto-cms: - groupId: org.apache.camel - artifactId: camel-crypto-cms - schemes: - - id: crypto-cms - http: false - passive: false - javaTypes: - - org.apache.camel.component.crypto.cms.CryptoCmsComponent - camel-ognl: - groupId: org.apache.camel - artifactId: camel-ognl - languages: - - ognl - javaTypes: - - org.apache.camel.language.ognl.OgnlLanguage - camel-couchdb: - groupId: org.apache.camel - artifactId: camel-couchdb - schemes: - - id: couchdb - http: false - passive: false - javaTypes: - - org.apache.camel.component.couchdb.CouchDbComponent - camel-groovy: - groupId: org.apache.camel - artifactId: camel-groovy - languages: - - groovy - javaTypes: - - org.apache.camel.language.groovy.GroovyLanguage - camel-saga: - groupId: org.apache.camel - artifactId: camel-saga - schemes: - - id: saga - http: false - passive: false - javaTypes: - - org.apache.camel.component.saga.SagaComponent - camel-elasticsearch-rest: - groupId: org.apache.camel - artifactId: camel-elasticsearch-rest - schemes: - - id: elasticsearch-rest - http: false - passive: false - javaTypes: - - org.apache.camel.component.elasticsearch.ElasticsearchComponent - camel-ldap: - groupId: org.apache.camel - artifactId: camel-ldap - schemes: - - id: ldap - http: false - passive: false - javaTypes: - - org.apache.camel.component.ldap.LdapComponent - camel-csv: - groupId: org.apache.camel - artifactId: camel-csv - dataformats: - - csv - javaTypes: - - org.apache.camel.dataformat.csv.CsvDataFormat - camel-geocoder: - groupId: org.apache.camel - artifactId: camel-geocoder - schemes: - - id: geocoder - http: false - passive: false - javaTypes: - - org.apache.camel.component.geocoder.GeoCoderComponent - camel-mybatis: - groupId: org.apache.camel - artifactId: camel-mybatis - schemes: - - id: mybatis - http: false - passive: false - - id: mybatis-bean - http: false - passive: false - javaTypes: - - org.apache.camel.component.mybatis.MyBatisComponent - - org.apache.camel.component.mybatis.MyBatisBeanComponent - camel-directvm: - groupId: org.apache.camel - artifactId: camel-directvm - schemes: - - id: direct-vm - http: false - passive: true - javaTypes: - - org.apache.camel.component.directvm.DirectVmComponent - camel-xmpp: - groupId: org.apache.camel - artifactId: camel-xmpp - schemes: - - id: xmpp - http: false - passive: false - javaTypes: - - org.apache.camel.component.xmpp.XmppComponent - camel-jira: - groupId: org.apache.camel - artifactId: camel-jira - schemes: - - id: jira - http: false - passive: false - javaTypes: - - org.apache.camel.component.jira.JiraComponent - camel-asterisk: - groupId: org.apache.camel - artifactId: camel-asterisk - schemes: - - id: asterisk - http: false - passive: false - javaTypes: - - org.apache.camel.component.asterisk.AsteriskComponent - camel-splunk: - groupId: org.apache.camel - artifactId: camel-splunk - schemes: - - id: splunk - http: false - passive: false - javaTypes: - - org.apache.camel.component.splunk.SplunkComponent - camel-mail: - groupId: org.apache.camel - artifactId: camel-mail - schemes: - - id: imap - http: false - passive: false - - id: imaps - http: false - passive: false - - id: pop3 - http: false - passive: false - - id: pop3s - http: false - passive: false - - id: smtp - http: false - passive: false - - id: smtps - http: false - passive: false - dataformats: - - mime-multipart - javaTypes: - - org.apache.camel.component.mail.MailComponent - - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat - camel-metrics: - groupId: org.apache.camel - artifactId: camel-metrics - schemes: - - id: metrics - http: false - passive: false - javaTypes: - - org.apache.camel.component.metrics.MetricsComponent - camel-aws-sqs: - groupId: org.apache.camel - artifactId: camel-aws-sqs - schemes: - - id: aws-sqs - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.sqs.SqsComponent - camel-cm-sms: - groupId: org.apache.camel - artifactId: camel-cm-sms - schemes: - - id: cm-sms - http: false - passive: false - javaTypes: - - org.apache.camel.component.cm.CMComponent - camel-xslt: - groupId: org.apache.camel - artifactId: camel-xslt - schemes: - - id: xslt - http: false - passive: false - javaTypes: - - org.apache.camel.component.xslt.XsltComponent - camel-flink: - groupId: org.apache.camel - artifactId: camel-flink - schemes: - - id: flink - http: false - passive: false - javaTypes: - - org.apache.camel.component.flink.FlinkComponent - camel-braintree: - groupId: org.apache.camel - artifactId: camel-braintree - schemes: - - id: braintree - http: false - passive: false - javaTypes: - - org.apache.camel.component.braintree.BraintreeComponent - camel-base: - groupId: org.apache.camel - artifactId: camel-base - languages: - - constant - - exchangeProperty - - file - - header - - ref - - simple - - tokenize - javaTypes: - - org.apache.camel.language.constant.ConstantLanguage - - org.apache.camel.language.property.ExchangePropertyLanguage - - org.apache.camel.language.simple.FileLanguage - - org.apache.camel.language.header.HeaderLanguage - - org.apache.camel.language.ref.RefLanguage - - org.apache.camel.language.simple.SimpleLanguage - - org.apache.camel.language.tokenizer.TokenizeLanguage - camel-jpa: - groupId: org.apache.camel - artifactId: camel-jpa - schemes: - - id: jpa - http: false - passive: false - javaTypes: - - org.apache.camel.component.jpa.JpaComponent - camel-cassandraql: - groupId: org.apache.camel - artifactId: camel-cassandraql - schemes: - - id: cql - http: false - passive: false - javaTypes: - - org.apache.camel.component.cassandra.CassandraComponent - camel-couchbase: - groupId: org.apache.camel - artifactId: camel-couchbase - schemes: - - id: couchbase - http: false - passive: false - javaTypes: - - org.apache.camel.component.couchbase.CouchbaseComponent - camel-aws-ddb: - groupId: org.apache.camel - artifactId: camel-aws-ddb - schemes: - - id: aws-ddb - http: false - passive: false - - id: aws-ddbstream - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.ddb.DdbComponent - - org.apache.camel.component.aws.ddbstream.DdbStreamComponent - camel-syslog: - groupId: org.apache.camel - artifactId: camel-syslog - dataformats: - - syslog - javaTypes: - - org.apache.camel.component.syslog.SyslogDataFormat - camel-pubnub: - groupId: org.apache.camel - artifactId: camel-pubnub - schemes: - - id: pubnub - http: false - passive: false - javaTypes: - - org.apache.camel.component.pubnub.PubNubComponent - camel-gson: - groupId: org.apache.camel - artifactId: camel-gson - dataformats: - - json-gson - javaTypes: - - org.apache.camel.component.gson.GsonDataFormat - camel-json-validator: - groupId: org.apache.camel - artifactId: camel-json-validator - schemes: - - id: json-validator - http: false - passive: false - javaTypes: - - org.apache.camel.component.jsonvalidator.JsonValidatorComponent - camel-rss: - groupId: org.apache.camel - artifactId: camel-rss - schemes: - - id: rss - http: false - passive: false - dataformats: - - rss - javaTypes: - - org.apache.camel.component.rss.RssComponent - - org.apache.camel.dataformat.rss.RssDataFormat - camel-dataformat: - groupId: org.apache.camel - artifactId: camel-dataformat - schemes: - - id: dataformat - http: false - passive: true - javaTypes: - - org.apache.camel.component.dataformat.DataFormatComponent - camel-xmlsecurity: - groupId: org.apache.camel - artifactId: camel-xmlsecurity - schemes: - - id: xmlsecurity - http: false - passive: false - dataformats: - - secureXML - javaTypes: - - org.apache.camel.component.xmlsecurity.XmlSignatureComponent - - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat - camel-bonita: - groupId: org.apache.camel - artifactId: camel-bonita - schemes: - - id: bonita - http: false - passive: false - javaTypes: - - org.apache.camel.component.bonita.BonitaComponent - camel-rest: - groupId: org.apache.camel - artifactId: camel-rest - schemes: - - id: rest - http: true - passive: false - - id: rest-api - http: false - passive: false - javaTypes: - - org.apache.camel.component.rest.RestComponent - - org.apache.camel.component.rest.RestApiComponent - camel-service: - groupId: org.apache.camel - artifactId: camel-service - schemes: - - id: service - http: false - passive: false - javaTypes: - - org.apache.camel.component.service.ServiceComponent - camel-protobuf: - groupId: org.apache.camel - artifactId: camel-protobuf - dataformats: - - protobuf - javaTypes: - - org.apache.camel.dataformat.protobuf.ProtobufDataFormat - camel-smpp: - groupId: org.apache.camel - artifactId: camel-smpp - schemes: - - id: smpp - http: false - passive: false - - id: smpps - http: false - passive: false - javaTypes: - - org.apache.camel.component.smpp.SmppComponent - camel-velocity: - groupId: org.apache.camel - artifactId: camel-velocity - schemes: - - id: velocity - http: false - passive: false - javaTypes: - - org.apache.camel.component.velocity.VelocityComponent - camel-google-mail: - groupId: org.apache.camel - artifactId: camel-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.GoogleMailComponent - - org.apache.camel.component.google.mail.stream.GoogleMailStreamComponent - camel-as2: - groupId: org.apache.camel - artifactId: camel-as2 - schemes: - - id: as2 - http: false - passive: false - javaTypes: - - org.apache.camel.component.as2.AS2Component - camel-xchange: - groupId: org.apache.camel - artifactId: camel-xchange - schemes: - - id: xchange - http: false - passive: false - javaTypes: - - org.apache.camel.component.xchange.XChangeComponent - camel-paxlogging: - groupId: org.apache.camel - artifactId: camel-paxlogging - schemes: - - id: paxlogging - http: false - passive: false - javaTypes: - - org.apache.camel.component.paxlogging.PaxLoggingComponent - camel-tarfile: - groupId: org.apache.camel - artifactId: camel-tarfile - dataformats: - - tarfile - javaTypes: - - org.apache.camel.dataformat.tarfile.TarFileDataFormat - camel-jooq: - groupId: org.apache.camel - artifactId: camel-jooq - schemes: - - id: jooq - http: false - passive: false - javaTypes: - - org.apache.camel.component.jooq.JooqComponent - camel-ahc-ws: - groupId: org.apache.camel - artifactId: camel-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-johnzon: - groupId: org.apache.camel - artifactId: camel-johnzon - dataformats: - - json-johnzon - javaTypes: - - org.apache.camel.component.johnzon.JohnzonDataFormat - camel-ignite: - groupId: org.apache.camel - artifactId: camel-ignite - schemes: - - id: ignite-cache - http: false - passive: false - - id: ignite-compute - http: false - passive: false - - id: ignite-events - http: false - passive: false - - id: ignite-idgen - http: false - passive: false - - id: ignite-messaging - http: false - passive: false - - id: ignite-queue - http: false - passive: false - - id: ignite-set - http: false - passive: false - javaTypes: - - org.apache.camel.component.ignite.cache.IgniteCacheComponent - - org.apache.camel.component.ignite.compute.IgniteComputeComponent - - org.apache.camel.component.ignite.events.IgniteEventsComponent - - org.apache.camel.component.ignite.idgen.IgniteIdGenComponent - - org.apache.camel.component.ignite.messaging.IgniteMessagingComponent - - org.apache.camel.component.ignite.queue.IgniteQueueComponent - - org.apache.camel.component.ignite.set.IgniteSetComponent - camel-xslt-saxon: - groupId: org.apache.camel - artifactId: camel-xslt-saxon - schemes: - - id: xslt-saxon - http: false - passive: false - javaTypes: - - org.apache.camel.component.xslt.saxon.XsltSaxonComponent - camel-pulsar: - groupId: org.apache.camel - artifactId: camel-pulsar - schemes: - - id: pulsar - http: false - passive: false - javaTypes: - - org.apache.camel.component.pulsar.PulsarComponent - camel-rest-swagger: - groupId: org.apache.camel - artifactId: camel-rest-swagger - schemes: - - id: rest-swagger - http: false - passive: false - javaTypes: - - org.apache.camel.component.rest.swagger.RestSwaggerComponent - camel-spring: - groupId: org.apache.camel - artifactId: camel-spring - schemes: - - id: spring-event - http: false - passive: false - languages: - - spel - javaTypes: - - org.apache.camel.component.event.EventComponent - - org.apache.camel.language.spel.SpelLanguage - camel-exec: - groupId: org.apache.camel - artifactId: camel-exec - schemes: - - id: exec - http: false - passive: false - javaTypes: - - org.apache.camel.component.exec.ExecComponent - camel-microprofile-metrics: - groupId: org.apache.camel - artifactId: camel-microprofile-metrics - schemes: - - id: microprofile-metrics - http: false - passive: false - javaTypes: - - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent - camel-aws-s3: - groupId: org.apache.camel - artifactId: camel-aws-s3 - schemes: - - id: aws-s3 - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.s3.S3Component - camel-zookeeper-master: - groupId: org.apache.camel - artifactId: camel-zookeeper-master - schemes: - - id: zookeeper-master - http: false - passive: false - javaTypes: - - org.apache.camel.component.zookeepermaster.MasterComponent - camel-grok: - groupId: org.apache.camel - artifactId: camel-grok - dataformats: - - grok - javaTypes: - - org.apache.camel.component.grok.GrokDataFormat - camel-mvel: - groupId: org.apache.camel - artifactId: camel-mvel - schemes: - - id: mvel - http: false - passive: false - languages: - - mvel - javaTypes: - - org.apache.camel.component.mvel.MvelComponent - - org.apache.camel.language.mvel.MvelLanguage - camel-debezium-sqlserver: - groupId: org.apache.camel - artifactId: camel-debezium-sqlserver - schemes: - - id: debezium-sqlserver - http: false - passive: false - javaTypes: - - org.apache.camel.component.debezium.DebeziumSqlserverComponent - camel-cbor: - groupId: org.apache.camel - artifactId: camel-cbor - dataformats: - - cbor - javaTypes: - - org.apache.camel.component.cbor.CBORDataFormat - camel-google-drive: - groupId: org.apache.camel - artifactId: camel-google-drive - schemes: - - id: google-drive - http: false - passive: false - javaTypes: - - org.apache.camel.component.google.drive.GoogleDriveComponent - camel-iota: - groupId: org.apache.camel - artifactId: camel-iota - schemes: - - id: iota - http: false - passive: false - javaTypes: - - org.apache.camel.component.iota.IOTAComponent - camel-cxf: - groupId: org.apache.camel - artifactId: camel-cxf - schemes: - - id: cxf - http: true - passive: false - - id: cxfrs - http: true - passive: false - javaTypes: - - org.apache.camel.component.cxf.CxfComponent - - org.apache.camel.component.cxf.jaxrs.CxfRsComponent - camel-ref: - groupId: org.apache.camel - artifactId: camel-ref - schemes: - - id: ref - http: false - passive: true - javaTypes: - - org.apache.camel.component.ref.RefComponent - camel-stomp: - groupId: org.apache.camel - artifactId: camel-stomp - schemes: - - id: stomp - http: false - passive: false - javaTypes: - - org.apache.camel.component.stomp.StompComponent - camel-snakeyaml: - groupId: org.apache.camel - artifactId: camel-snakeyaml - dataformats: - - yaml-snakeyaml - javaTypes: - - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat - camel-olingo4: - groupId: org.apache.camel - artifactId: camel-olingo4 - schemes: - - id: olingo4 - http: false - passive: false - javaTypes: - - org.apache.camel.component.olingo4.Olingo4Component - camel-olingo2: - groupId: org.apache.camel - artifactId: camel-olingo2 - schemes: - - id: olingo2 - http: false - passive: false - javaTypes: - - org.apache.camel.component.olingo2.Olingo2Component - camel-milo: - groupId: org.apache.camel - artifactId: camel-milo - schemes: - - id: milo-client - http: false - passive: false - - id: milo-server - http: false - passive: false - javaTypes: - - org.apache.camel.component.milo.client.MiloClientComponent - - org.apache.camel.component.milo.server.MiloServerComponent - camel-grpc: - groupId: org.apache.camel - artifactId: camel-grpc - schemes: - - id: grpc - http: true - passive: false - javaTypes: - - org.apache.camel.component.grpc.GrpcComponent - camel-webhook: - groupId: org.apache.camel - artifactId: camel-webhook - schemes: - - id: webhook - http: true - passive: false - javaTypes: - - org.apache.camel.component.webhook.WebhookComponent - camel-pgevent: - groupId: org.apache.camel - artifactId: camel-pgevent - schemes: - - id: pgevent - http: false - passive: false - javaTypes: - - org.apache.camel.component.pgevent.PgEventComponent - camel-micrometer: - groupId: org.apache.camel - artifactId: camel-micrometer - schemes: - - id: micrometer - http: false - passive: false - javaTypes: - - org.apache.camel.component.micrometer.MicrometerComponent - camel-any23: - groupId: org.apache.camel - artifactId: camel-any23 - dataformats: - - any23 - javaTypes: - - org.apache.camel.dataformat.any23.Any23DataFormat - camel-aws-lambda: - groupId: org.apache.camel - artifactId: camel-aws-lambda - schemes: - - id: aws-lambda - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.lambda.LambdaComponent - camel-aws-kinesis: - groupId: org.apache.camel - artifactId: camel-aws-kinesis - schemes: - - id: aws-kinesis - http: false - passive: false - - id: aws-kinesis-firehose - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.kinesis.KinesisComponent - - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent - camel-netty-http: - groupId: org.apache.camel - artifactId: camel-netty-http - schemes: - - id: netty-http - http: true - passive: false - javaTypes: - - org.apache.camel.component.netty.http.NettyHttpComponent - camel-ipfs: - groupId: org.apache.camel - artifactId: camel-ipfs - schemes: - - id: ipfs - http: false - passive: false - javaTypes: - - org.apache.camel.component.ipfs.IPFSComponent - camel-aws-kms: - groupId: org.apache.camel - artifactId: camel-aws-kms - schemes: - - id: aws-kms - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.kms.KMSComponent - camel-aws-ec2: - groupId: org.apache.camel - artifactId: camel-aws-ec2 - schemes: - - id: aws-ec2 - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.ec2.EC2Component - camel-sjms: - groupId: org.apache.camel - artifactId: camel-sjms - schemes: - - id: sjms - http: false - passive: false - - id: sjms-batch - http: false - passive: false - javaTypes: - - org.apache.camel.component.sjms.SjmsComponent - - org.apache.camel.component.sjms.batch.SjmsBatchComponent - camel-irc: - groupId: org.apache.camel - artifactId: camel-irc - schemes: - - id: irc - http: false - passive: false - javaTypes: - - org.apache.camel.component.irc.IrcComponent - camel-jcr: - groupId: org.apache.camel - artifactId: camel-jcr - schemes: - - id: jcr - http: false - passive: false - javaTypes: - - org.apache.camel.component.jcr.JcrComponent - camel-dropbox: - groupId: org.apache.camel - artifactId: camel-dropbox - schemes: - - id: dropbox - http: false - passive: false - javaTypes: - - org.apache.camel.component.dropbox.DropboxComponent - camel-activemq: - groupId: org.apache.camel - artifactId: camel-activemq - schemes: - - id: activemq - http: false - passive: false - javaTypes: - - org.apache.camel.component.activemq.ActiveMQComponent - camel-scheduler: - groupId: org.apache.camel - artifactId: camel-scheduler - schemes: - - id: scheduler - http: false - passive: false - javaTypes: - - org.apache.camel.component.scheduler.SchedulerComponent - camel-validator: - groupId: org.apache.camel - artifactId: camel-validator - schemes: - - id: validator - http: false - passive: true - javaTypes: - - org.apache.camel.component.validator.ValidatorComponent - camel-k-loader-yaml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - camel-k-loader-groovy: - groupId: org.apache.camel.k - artifactId: camel-k-loader-groovy - camel-k-loader-kotlin: - groupId: org.apache.camel.k - artifactId: camel-k-loader-kotlin - camel-k-loader-js: - groupId: org.apache.camel.k - artifactId: camel-k-loader-js - camel-k-loader-xml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-xml - camel-k-loader-java: - groupId: org.apache.camel.k - artifactId: camel-k-loader-java - camel-k-loader-knative: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - camel-k-runtime-main: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-main - camel-k-runtime-health: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-health - camel-k-runtime-servlet: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-servlet - camel-k-runtime-webhook: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-webhook - camel-k-runtime-cron: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-cron - camel-k-runtime-knative: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - - groupId: org.apache.camel.k - artifactId: camel-knative-api - - groupId: org.apache.camel.k - artifactId: camel-knative - - groupId: org.apache.camel.k - artifactId: camel-knative-http - camel-knative: - groupId: org.apache.camel.k - artifactId: camel-knative - schemes: - - id: knative - http: true - passive: false - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-knative-api - - groupId: org.apache.camel.k - artifactId: camel-knative-http - loaders: - yaml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - languages: - - yaml - groovy: - groupId: org.apache.camel.k - artifactId: camel-k-loader-groovy - languages: - - groovy - kts: - groupId: org.apache.camel.k - artifactId: camel-k-loader-kotlin - languages: - - kts - js: - groupId: org.apache.camel.k - artifactId: camel-k-loader-js - languages: - - js - xml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-xml - languages: - - xml - java: - groupId: org.apache.camel.k - artifactId: camel-k-loader-java - languages: - - java - knative-source: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-runtime-knative diff --git a/deploy/camel-catalog-1.1.0-quarkus.yaml b/deploy/camel-catalog-1.1.0-quarkus.yaml deleted file mode 100644 index bfcd0b4bd7..0000000000 --- a/deploy/camel-catalog-1.1.0-quarkus.yaml +++ /dev/null @@ -1,764 +0,0 @@ -# --------------------------------------------------------------------------- -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# --------------------------------------------------------------------------- - -apiVersion: camel.apache.org/v1 -kind: CamelCatalog -metadata: - name: camel-catalog-1.1.0-quarkus - labels: - app: camel-k - camel.apache.org/catalog.version: 3.0.1 - camel.apache.org/catalog.loader.version: 3.0.1 - camel.apache.org/runtime.version: 1.1.0 - camel.apache.org/runtime.provider: quarkus -spec: - runtime: - version: 1.1.0 - provider: quarkus - applicationClass: io.quarkus.runner.GeneratedMain - metadata: - camel.version: 3.0.1 - quarkus.version: 1.2.0.Final - camel-quarkus.version: 1.0.0-M3 - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-runtime-quarkus - artifacts: - 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-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-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-quarkus-tagsoup: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-tagsoup - dataformats: - - tidyMarkup - javaTypes: - - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat - camel-quarkus-jackson: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jackson - dataformats: - - json-jackson - javaTypes: - - org.apache.camel.component.jackson.JacksonDataFormat - camel-quarkus-csv: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-csv - dataformats: - - csv - javaTypes: - - org.apache.camel.dataformat.csv.CsvDataFormat - 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-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-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-zipfile: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-zipfile - dataformats: - - zipfile - javaTypes: - - org.apache.camel.dataformat.zipfile.ZipFileDataFormat - 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-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-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-reactive-streams: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-reactive-streams - schemes: - - id: reactive-streams - http: false - passive: false - javaTypes: - - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent - 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-core: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-core - languages: - - constant - - exchangeProperty - - file - - header - - ref - - simple - - tokenize - javaTypes: - - org.apache.camel.language.constant.ConstantLanguage - - org.apache.camel.language.property.ExchangePropertyLanguage - - org.apache.camel.language.simple.FileLanguage - - org.apache.camel.language.header.HeaderLanguage - - org.apache.camel.language.ref.RefLanguage - - org.apache.camel.language.simple.SimpleLanguage - - org.apache.camel.language.tokenizer.TokenizeLanguage - camel-quarkus-exec: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-exec - schemes: - - id: exec - http: false - passive: false - javaTypes: - - org.apache.camel.component.exec.ExecComponent - 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.netty.http.NettyHttpComponent - 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-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-tarfile: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-tarfile - dataformats: - - tarfile - javaTypes: - - org.apache.camel.dataformat.tarfile.TarFileDataFormat - 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.FtpComponent - - org.apache.camel.component.file.remote.FtpsComponent - - org.apache.camel.component.file.remote.SftpComponent - 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 - 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-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-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-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-platform-http: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-platform-http - schemes: - - id: platform-http - http: false - passive: false - javaTypes: - - org.apache.camel.component.platform.http.PlatformHttpComponent - 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-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.SjmsComponent - - org.apache.camel.component.sjms.batch.SjmsBatchComponent - 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-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-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.component.beanclass.ClassComponent - - org.apache.camel.language.bean.BeanLanguage - 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-mail: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mail - schemes: - - id: imap - http: false - passive: false - - id: imaps - http: false - passive: false - - id: pop3 - http: false - passive: false - - id: pop3s - http: false - passive: false - - id: smtp - http: false - passive: false - - id: smtps - http: false - passive: false - dataformats: - - mime-multipart - javaTypes: - - org.apache.camel.component.mail.MailComponent - - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat - 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-snakeyaml: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-snakeyaml - dataformats: - - yaml-snakeyaml - javaTypes: - - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat - 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-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-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-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-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.directmessage.TwitterDirectMessageComponent - - org.apache.camel.component.twitter.search.TwitterSearchComponent - - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent - 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.SqlComponent - - org.apache.camel.component.sql.stored.SqlStoredComponent - camel-quarkus-mongodb: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mongodb - schemes: - - id: mongodb - http: false - passive: false - javaTypes: - - org.apache.camel.component.mongodb.MongoDbComponent - camel-quarkus-microprofile-metrics: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-microprofile-metrics - schemes: - - id: microprofile-metrics - http: false - passive: false - javaTypes: - - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent - camel-quarkus-infinispan: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-infinispan - schemes: - - id: infinispan - http: false - passive: false - javaTypes: - - org.apache.camel.component.infinispan.InfinispanComponent - camel-quarkus-rest: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-rest - schemes: - - id: rest - http: true - passive: false - - id: rest-api - http: false - passive: false - javaTypes: - - org.apache.camel.component.rest.RestComponent - - org.apache.camel.component.rest.RestApiComponent - 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-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-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-base64: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-base64 - dataformats: - - base64 - javaTypes: - - org.apache.camel.dataformat.base64.Base64DataFormat - 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-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-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-aws-kinesis: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-kinesis - schemes: - - id: aws-kinesis - http: false - passive: false - - id: aws-kinesis-firehose - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.kinesis.KinesisComponent - - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent - 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-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-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-jsonpath: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jsonpath - languages: - - jsonpath - javaTypes: - - org.apache.camel.jsonpath.JsonPathLanguage - 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-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-k-loader-yaml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - camel-k-loader-groovy: - groupId: org.apache.camel.k - artifactId: camel-k-loader-groovy - camel-k-loader-kotlin: - groupId: org.apache.camel.k - artifactId: camel-k-loader-kotlin - camel-k-loader-js: - groupId: org.apache.camel.k - artifactId: camel-k-loader-js - camel-k-loader-xml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-xml - camel-k-loader-java: - groupId: org.apache.camel.k - artifactId: camel-k-loader-java - camel-k-loader-knative: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - camel-k-runtime-main: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-main - camel-k-runtime-health: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-health - camel-k-runtime-servlet: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-servlet - camel-k-runtime-webhook: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-webhook - camel-k-runtime-cron: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-cron - camel-k-runtime-knative: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - - groupId: org.apache.camel.k - artifactId: camel-knative-api - - groupId: org.apache.camel.k - artifactId: camel-knative - - groupId: org.apache.camel.k - artifactId: camel-knative-http - camel-knative: - groupId: org.apache.camel.k - artifactId: camel-knative - schemes: - - id: knative - http: true - passive: false - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-knative-api - - groupId: org.apache.camel.k - artifactId: camel-knative-http - loaders: - yaml: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-yaml - languages: - - yaml - metadata: - native: "true" - groovy: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-groovy - languages: - - groovy - metadata: - native: "false" - kts: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-kotlin - languages: - - kts - metadata: - native: "false" - js: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-js - languages: - - js - metadata: - native: "true" - xml: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-xml - languages: - - xml - metadata: - native: "true" - java: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-java - languages: - - java - metadata: - native: "false" - knative-source: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-knative - metadata: - native: "true" diff --git a/deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml b/deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml deleted file mode 100644 index a4d6dd043d..0000000000 --- a/deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml +++ /dev/null @@ -1,2949 +0,0 @@ -# --------------------------------------------------------------------------- -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# --------------------------------------------------------------------------- - -apiVersion: camel.apache.org/v1 -kind: CamelCatalog -metadata: - name: camel-catalog-1.1.1-snapshot-main - labels: - app: camel-k - camel.apache.org/catalog.version: 3.0.1 - camel.apache.org/catalog.loader.version: 3.0.1 - camel.apache.org/runtime.version: 1.1.1-SNAPSHOT - camel.apache.org/runtime.provider: main -spec: - runtime: - version: 1.1.1-SNAPSHOT - provider: main - applicationClass: org.apache.camel.k.main.Application - metadata: - camel.version: 3.0.1 - quarkus.version: 1.2.0.Final - camel-quarkus.version: 1.0.0-M3 - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-runtime-main - capabilities: - health: - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-runtime-health - rest: - dependencies: - - groupId: org.apache.camel - artifactId: camel-rest - - groupId: org.apache.camel - artifactId: camel-undertow - artifacts: - camel-zipfile: - groupId: org.apache.camel - artifactId: camel-zipfile - dataformats: - - zipfile - javaTypes: - - org.apache.camel.dataformat.zipfile.ZipFileDataFormat - camel-fop: - groupId: org.apache.camel - artifactId: camel-fop - schemes: - - id: fop - http: false - passive: false - javaTypes: - - org.apache.camel.component.fop.FopComponent - camel-azure: - groupId: org.apache.camel - artifactId: camel-azure - schemes: - - id: azure-blob - http: false - passive: false - - id: azure-queue - http: false - passive: false - javaTypes: - - org.apache.camel.component.azure.blob.BlobServiceComponent - - org.apache.camel.component.azure.queue.QueueServiceComponent - camel-seda: - groupId: org.apache.camel - artifactId: camel-seda - schemes: - - id: seda - http: false - passive: true - javaTypes: - - org.apache.camel.component.seda.SedaComponent - camel-mina: - groupId: org.apache.camel - artifactId: camel-mina - schemes: - - id: mina - http: false - passive: false - javaTypes: - - org.apache.camel.component.mina.MinaComponent - camel-printer: - groupId: org.apache.camel - artifactId: camel-printer - schemes: - - id: lpr - http: false - passive: false - javaTypes: - - org.apache.camel.component.printer.PrinterComponent - camel-wordpress: - groupId: org.apache.camel - artifactId: camel-wordpress - schemes: - - id: wordpress - http: false - passive: false - javaTypes: - - org.apache.camel.component.wordpress.WordpressComponent - camel-websocket: - groupId: org.apache.camel - artifactId: camel-websocket - schemes: - - id: websocket - http: true - passive: false - javaTypes: - - org.apache.camel.component.websocket.WebsocketComponent - camel-slack: - groupId: org.apache.camel - artifactId: camel-slack - schemes: - - id: slack - http: false - passive: false - javaTypes: - - org.apache.camel.component.slack.SlackComponent - camel-influxdb: - groupId: org.apache.camel - artifactId: camel-influxdb - schemes: - - id: influxdb - http: false - passive: false - javaTypes: - - org.apache.camel.component.influxdb.InfluxDbComponent - camel-lumberjack: - groupId: org.apache.camel - artifactId: camel-lumberjack - schemes: - - id: lumberjack - http: false - passive: false - javaTypes: - - org.apache.camel.component.lumberjack.LumberjackComponent - camel-stax: - groupId: org.apache.camel - artifactId: camel-stax - schemes: - - id: stax - http: false - passive: false - javaTypes: - - org.apache.camel.component.stax.StAXComponent - camel-sjms2: - groupId: org.apache.camel - artifactId: camel-sjms2 - schemes: - - id: sjms2 - http: false - passive: false - javaTypes: - - org.apache.camel.component.sjms2.Sjms2Component - camel-facebook: - groupId: org.apache.camel - artifactId: camel-facebook - schemes: - - id: facebook - http: false - passive: false - javaTypes: - - org.apache.camel.component.facebook.FacebookComponent - camel-docker: - groupId: org.apache.camel - artifactId: camel-docker - schemes: - - id: docker - http: false - passive: false - javaTypes: - - org.apache.camel.component.docker.DockerComponent - camel-apns: - groupId: org.apache.camel - artifactId: camel-apns - schemes: - - id: apns - http: false - passive: false - javaTypes: - - org.apache.camel.component.apns.ApnsComponent - camel-jaxb: - groupId: org.apache.camel - artifactId: camel-jaxb - dataformats: - - jaxb - javaTypes: - - org.apache.camel.converter.jaxb.JaxbDataFormat - camel-quartz: - groupId: org.apache.camel - artifactId: camel-quartz - schemes: - - id: quartz - http: false - passive: false - javaTypes: - - org.apache.camel.component.quartz.QuartzComponent - camel-aws-swf: - groupId: org.apache.camel - artifactId: camel-aws-swf - schemes: - - id: aws-swf - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.swf.SWFComponent - camel-ehcache: - groupId: org.apache.camel - artifactId: camel-ehcache - schemes: - - id: ehcache - http: false - passive: false - javaTypes: - - org.apache.camel.component.ehcache.EhcacheComponent - camel-spring-ws: - groupId: org.apache.camel - artifactId: camel-spring-ws - schemes: - - id: spring-ws - http: true - passive: false - javaTypes: - - org.apache.camel.component.spring.ws.SpringWebserviceComponent - camel-nagios: - groupId: org.apache.camel - artifactId: camel-nagios - schemes: - - id: nagios - http: false - passive: false - javaTypes: - - org.apache.camel.component.nagios.NagiosComponent - camel-mongodb: - groupId: org.apache.camel - artifactId: camel-mongodb - schemes: - - id: mongodb - http: false - passive: false - javaTypes: - - org.apache.camel.component.mongodb.MongoDbComponent - camel-aws-eks: - groupId: org.apache.camel - artifactId: camel-aws-eks - schemes: - - id: aws-eks - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.eks.EKSComponent - camel-jaxp: - groupId: org.apache.camel - artifactId: camel-jaxp - languages: - - xtokenize - javaTypes: - - org.apache.camel.language.xtokenizer.XMLTokenizeLanguage - camel-platform-http: - groupId: org.apache.camel - artifactId: camel-platform-http - schemes: - - id: platform-http - http: false - passive: false - javaTypes: - - org.apache.camel.component.platform.http.PlatformHttpComponent - camel-jetty: - groupId: org.apache.camel - artifactId: camel-jetty - schemes: - - id: jetty - http: true - passive: false - javaTypes: - - org.apache.camel.component.jetty9.JettyHttpComponent9 - camel-lzf: - groupId: org.apache.camel - artifactId: camel-lzf - dataformats: - - lzf - javaTypes: - - org.apache.camel.dataformat.lzf.LZFDataFormat - camel-vm: - groupId: org.apache.camel - artifactId: camel-vm - schemes: - - id: vm - http: false - passive: true - javaTypes: - - org.apache.camel.component.vm.VmComponent - camel-crypto: - groupId: org.apache.camel - artifactId: camel-crypto - schemes: - - id: crypto - http: false - passive: false - dataformats: - - crypto - - pgp - javaTypes: - - org.apache.camel.component.crypto.DigitalSignatureComponent - - org.apache.camel.converter.crypto.CryptoDataFormat - - org.apache.camel.converter.crypto.PGPDataFormat - camel-cometd: - groupId: org.apache.camel - artifactId: camel-cometd - schemes: - - id: cometd - http: false - passive: false - - id: cometds - http: false - passive: false - javaTypes: - - org.apache.camel.component.cometd.CometdComponent - camel-bean-validator: - groupId: org.apache.camel - artifactId: camel-bean-validator - schemes: - - id: bean-validator - http: false - passive: false - javaTypes: - - org.apache.camel.component.bean.validator.BeanValidatorComponent - camel-http: - groupId: org.apache.camel - artifactId: camel-http - schemes: - - id: http - http: false - passive: false - - id: https - http: false - passive: false - dependencies: - - groupId: org.apache.camel - artifactId: camel-file - javaTypes: - - org.apache.camel.component.http.HttpComponent - camel-tika: - groupId: org.apache.camel - artifactId: camel-tika - schemes: - - id: tika - http: false - passive: false - javaTypes: - - org.apache.camel.component.tika.TikaComponent - camel-caffeine: - groupId: org.apache.camel - artifactId: camel-caffeine - schemes: - - id: caffeine-cache - http: false - passive: false - - id: caffeine-loadcache - http: false - passive: false - javaTypes: - - org.apache.camel.component.caffeine.cache.CaffeineCacheComponent - - org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent - camel-vertx: - groupId: org.apache.camel - artifactId: camel-vertx - schemes: - - id: vertx - http: false - passive: false - javaTypes: - - org.apache.camel.component.vertx.VertxComponent - camel-openstack: - groupId: org.apache.camel - artifactId: camel-openstack - schemes: - - id: openstack-cinder - http: false - passive: false - - id: openstack-glance - http: false - passive: false - - id: openstack-keystone - http: false - passive: false - - id: openstack-neutron - http: false - passive: false - - id: openstack-nova - http: false - passive: false - - id: openstack-swift - http: false - passive: false - javaTypes: - - org.apache.camel.component.openstack.cinder.CinderComponent - - org.apache.camel.component.openstack.glance.GlanceComponent - - org.apache.camel.component.openstack.keystone.KeystoneComponent - - org.apache.camel.component.openstack.neutron.NeutronComponent - - org.apache.camel.component.openstack.nova.NovaComponent - - org.apache.camel.component.openstack.swift.SwiftComponent - camel-google-calendar: - groupId: org.apache.camel - artifactId: camel-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.GoogleCalendarComponent - - org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent - camel-browse: - groupId: org.apache.camel - artifactId: camel-browse - schemes: - - id: browse - http: false - passive: true - javaTypes: - - org.apache.camel.component.browse.BrowseComponent - camel-ldif: - groupId: org.apache.camel - artifactId: camel-ldif - schemes: - - id: ldif - http: false - passive: false - javaTypes: - - org.apache.camel.component.ldif.LdifComponent - camel-google-sheets: - groupId: org.apache.camel - artifactId: camel-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.GoogleSheetsComponent - - org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent - camel-sap-netweaver: - groupId: org.apache.camel - artifactId: camel-sap-netweaver - schemes: - - id: sap-netweaver - http: false - passive: false - javaTypes: - - org.apache.camel.component.sap.netweaver.NetWeaverComponent - camel-ganglia: - groupId: org.apache.camel - artifactId: camel-ganglia - schemes: - - id: ganglia - http: false - passive: false - javaTypes: - - org.apache.camel.component.ganglia.GangliaComponent - camel-schematron: - groupId: org.apache.camel - artifactId: camel-schematron - schemes: - - id: schematron - http: false - passive: false - javaTypes: - - org.apache.camel.component.schematron.SchematronComponent - camel-yammer: - groupId: org.apache.camel - artifactId: camel-yammer - schemes: - - id: yammer - http: false - passive: false - javaTypes: - - org.apache.camel.component.yammer.YammerComponent - camel-direct: - groupId: org.apache.camel - artifactId: camel-direct - schemes: - - id: direct - http: false - passive: true - javaTypes: - - org.apache.camel.component.direct.DirectComponent - camel-chunk: - groupId: org.apache.camel - artifactId: camel-chunk - schemes: - - id: chunk - http: false - passive: false - javaTypes: - - org.apache.camel.component.chunk.ChunkComponent - camel-jacksonxml: - groupId: org.apache.camel - artifactId: camel-jacksonxml - dataformats: - - jacksonxml - javaTypes: - - org.apache.camel.component.jacksonxml.JacksonXMLDataFormat - camel-spring-batch: - groupId: org.apache.camel - artifactId: camel-spring-batch - schemes: - - id: spring-batch - http: false - passive: false - javaTypes: - - org.apache.camel.component.spring.batch.SpringBatchComponent - camel-stub: - groupId: org.apache.camel - artifactId: camel-stub - schemes: - - id: stub - http: false - passive: true - javaTypes: - - org.apache.camel.component.stub.StubComponent - camel-drill: - groupId: org.apache.camel - artifactId: camel-drill - schemes: - - id: drill - http: false - passive: false - javaTypes: - - org.apache.camel.component.drill.DrillComponent - camel-zookeeper: - groupId: org.apache.camel - artifactId: camel-zookeeper - schemes: - - id: zookeeper - http: false - passive: false - javaTypes: - - org.apache.camel.component.zookeeper.ZooKeeperComponent - camel-aws-cw: - groupId: org.apache.camel - artifactId: camel-aws-cw - schemes: - - id: aws-cw - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.cw.CwComponent - camel-xstream: - groupId: org.apache.camel - artifactId: camel-xstream - dataformats: - - json-xstream - - xstream - javaTypes: - - org.apache.camel.dataformat.xstream.JsonDataFormat - - org.apache.camel.dataformat.xstream.XStreamDataFormat - camel-weather: - groupId: org.apache.camel - artifactId: camel-weather - schemes: - - id: weather - http: false - passive: false - javaTypes: - - org.apache.camel.component.weather.WeatherComponent - camel-fastjson: - groupId: org.apache.camel - artifactId: camel-fastjson - dataformats: - - json-fastjson - javaTypes: - - org.apache.camel.component.fastjson.FastjsonDataFormat - camel-pdf: - groupId: org.apache.camel - artifactId: camel-pdf - schemes: - - id: pdf - http: false - passive: false - javaTypes: - - org.apache.camel.component.pdf.PdfComponent - camel-spring-integration: - groupId: org.apache.camel - artifactId: camel-spring-integration - schemes: - - id: spring-integration - http: false - passive: false - javaTypes: - - org.apache.camel.component.spring.integration.SpringIntegrationComponent - camel-paho: - groupId: org.apache.camel - artifactId: camel-paho - schemes: - - id: paho - http: false - passive: false - javaTypes: - - org.apache.camel.component.paho.PahoComponent - camel-netty: - groupId: org.apache.camel - artifactId: camel-netty - schemes: - - id: netty - http: false - passive: false - javaTypes: - - org.apache.camel.component.netty.NettyComponent - camel-mustache: - groupId: org.apache.camel - artifactId: camel-mustache - schemes: - - id: mustache - http: false - passive: false - javaTypes: - - org.apache.camel.component.mustache.MustacheComponent - camel-sip: - groupId: org.apache.camel - artifactId: camel-sip - schemes: - - id: sip - http: false - passive: false - - id: sips - http: false - passive: false - javaTypes: - - org.apache.camel.component.sip.SipComponent - camel-hbase: - groupId: org.apache.camel - artifactId: camel-hbase - schemes: - - id: hbase - http: false - passive: false - javaTypes: - - org.apache.camel.component.hbase.HBaseComponent - camel-jackson: - groupId: org.apache.camel - artifactId: camel-jackson - dataformats: - - json-jackson - javaTypes: - - org.apache.camel.component.jackson.JacksonDataFormat - camel-kafka: - groupId: org.apache.camel - artifactId: camel-kafka - schemes: - - id: kafka - http: false - passive: false - javaTypes: - - org.apache.camel.component.kafka.KafkaComponent - camel-twitter: - groupId: org.apache.camel - artifactId: camel-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.directmessage.TwitterDirectMessageComponent - - org.apache.camel.component.twitter.search.TwitterSearchComponent - - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent - camel-salesforce: - groupId: org.apache.camel - artifactId: camel-salesforce - schemes: - - id: salesforce - http: false - passive: false - javaTypes: - - org.apache.camel.component.salesforce.SalesforceComponent - camel-xj: - groupId: org.apache.camel - artifactId: camel-xj - schemes: - - id: xj - http: false - passive: false - javaTypes: - - org.apache.camel.component.xj.XJComponent - camel-servicenow: - groupId: org.apache.camel - artifactId: camel-servicenow - schemes: - - id: servicenow - http: false - passive: false - javaTypes: - - org.apache.camel.component.servicenow.ServiceNowComponent - camel-ical: - groupId: org.apache.camel - artifactId: camel-ical - dataformats: - - ical - javaTypes: - - org.apache.camel.component.ical.ICalDataFormat - camel-corda: - groupId: org.apache.camel - artifactId: camel-corda - schemes: - - id: corda - http: false - passive: false - javaTypes: - - org.apache.camel.component.corda.CordaComponent - camel-grape: - groupId: org.apache.camel - artifactId: camel-grape - schemes: - - id: grape - http: false - passive: false - javaTypes: - - org.apache.camel.component.grape.GrapeComponent - camel-univocity-parsers: - groupId: org.apache.camel - artifactId: camel-univocity-parsers - dataformats: - - univocity-csv - - univocity-fixed - - univocity-tsv - javaTypes: - - org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat - - org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat - - org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat - camel-hdfs: - groupId: org.apache.camel - artifactId: camel-hdfs - schemes: - - id: hdfs - http: false - passive: false - javaTypes: - - org.apache.camel.component.hdfs.HdfsComponent - camel-jclouds: - groupId: org.apache.camel - artifactId: camel-jclouds - schemes: - - id: jclouds - http: false - passive: false - javaTypes: - - org.apache.camel.component.jclouds.JcloudsComponent - camel-quickfix: - groupId: org.apache.camel - artifactId: camel-quickfix - schemes: - - id: quickfix - http: false - passive: false - javaTypes: - - org.apache.camel.component.quickfixj.QuickfixjComponent - camel-nsq: - groupId: org.apache.camel - artifactId: camel-nsq - schemes: - - id: nsq - http: false - passive: false - javaTypes: - - org.apache.camel.component.nsq.NsqComponent - camel-hipchat: - groupId: org.apache.camel - artifactId: camel-hipchat - schemes: - - id: hipchat - http: false - passive: false - javaTypes: - - org.apache.camel.component.hipchat.HipchatComponent - camel-hazelcast: - groupId: org.apache.camel - artifactId: camel-hazelcast - schemes: - - id: hazelcast-atomicvalue - http: false - passive: false - - id: hazelcast-instance - http: false - passive: false - - id: hazelcast-list - http: false - passive: false - - id: hazelcast-map - http: false - passive: false - - id: hazelcast-multimap - http: false - passive: false - - id: hazelcast-queue - http: false - passive: false - - id: hazelcast-replicatedmap - http: false - passive: false - - id: hazelcast-ringbuffer - http: false - passive: false - - id: hazelcast-seda - http: false - passive: false - - id: hazelcast-set - http: false - passive: false - - id: hazelcast-topic - http: false - passive: false - javaTypes: - - org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent - - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent - - org.apache.camel.component.hazelcast.list.HazelcastListComponent - - org.apache.camel.component.hazelcast.map.HazelcastMapComponent - - org.apache.camel.component.hazelcast.multimap.HazelcastMultimapComponent - - org.apache.camel.component.hazelcast.queue.HazelcastQueueComponent - - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent - - org.apache.camel.component.hazelcast.ringbuffer.HazelcastRingbufferComponent - - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent - - org.apache.camel.component.hazelcast.set.HazelcastSetComponent - - org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent - camel-barcode: - groupId: org.apache.camel - artifactId: camel-barcode - dataformats: - - barcode - javaTypes: - - org.apache.camel.dataformat.barcode.BarcodeDataFormat - camel-aws-translate: - groupId: org.apache.camel - artifactId: camel-aws-translate - schemes: - - id: aws-translate - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.translate.TranslateComponent - camel-atmos: - groupId: org.apache.camel - artifactId: camel-atmos - schemes: - - id: atmos - http: false - passive: false - javaTypes: - - org.apache.camel.component.atmos.AtmosComponent - camel-language: - groupId: org.apache.camel - artifactId: camel-language - schemes: - - id: language - http: false - passive: true - javaTypes: - - org.apache.camel.component.language.LanguageComponent - camel-infinispan: - groupId: org.apache.camel - artifactId: camel-infinispan - schemes: - - id: infinispan - http: false - passive: false - javaTypes: - - org.apache.camel.component.infinispan.InfinispanComponent - camel-google-pubsub: - groupId: org.apache.camel - artifactId: camel-google-pubsub - schemes: - - id: google-pubsub - http: false - passive: false - javaTypes: - - org.apache.camel.component.google.pubsub.GooglePubsubComponent - camel-base64: - groupId: org.apache.camel - artifactId: camel-base64 - dataformats: - - base64 - javaTypes: - - org.apache.camel.dataformat.base64.Base64DataFormat - camel-lucene: - groupId: org.apache.camel - artifactId: camel-lucene - schemes: - - id: lucene - http: false - passive: false - javaTypes: - - org.apache.camel.component.lucene.LuceneComponent - camel-bean: - groupId: org.apache.camel - artifactId: camel-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.component.beanclass.ClassComponent - - org.apache.camel.language.bean.BeanLanguage - camel-stream: - groupId: org.apache.camel - artifactId: camel-stream - schemes: - - id: stream - http: false - passive: false - javaTypes: - - org.apache.camel.component.stream.StreamComponent - camel-solr: - groupId: org.apache.camel - artifactId: camel-solr - schemes: - - id: solr - http: false - passive: false - - id: solrs - http: false - passive: false - - id: solrCloud - http: false - passive: false - javaTypes: - - org.apache.camel.component.solr.SolrComponent - camel-log: - groupId: org.apache.camel - artifactId: camel-log - schemes: - - id: log - http: false - passive: true - javaTypes: - - org.apache.camel.component.log.LogComponent - camel-iec60870: - groupId: org.apache.camel - artifactId: camel-iec60870 - schemes: - - id: iec60870-client - http: false - passive: false - - id: iec60870-server - http: false - passive: false - javaTypes: - - org.apache.camel.component.iec60870.client.ClientComponent - - org.apache.camel.component.iec60870.server.ServerComponent - camel-atmosphere-websocket: - groupId: org.apache.camel - artifactId: camel-atmosphere-websocket - schemes: - - id: atmosphere-websocket - http: true - passive: false - javaTypes: - - org.apache.camel.component.atmosphere.websocket.WebsocketComponent - camel-debezium-mongodb: - groupId: org.apache.camel - artifactId: camel-debezium-mongodb - schemes: - - id: debezium-mongodb - http: false - passive: false - javaTypes: - - org.apache.camel.component.debezium.DebeziumMongodbComponent - camel-spring-ldap: - groupId: org.apache.camel - artifactId: camel-spring-ldap - schemes: - - id: spring-ldap - http: false - passive: false - javaTypes: - - org.apache.camel.component.springldap.SpringLdapComponent - camel-dns: - groupId: org.apache.camel - artifactId: camel-dns - schemes: - - id: dns - http: false - passive: false - javaTypes: - - org.apache.camel.component.dns.DnsComponent - camel-reactive-streams: - groupId: org.apache.camel - artifactId: camel-reactive-streams - schemes: - - id: reactive-streams - http: false - passive: false - javaTypes: - - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent - camel-graphql: - groupId: org.apache.camel - artifactId: camel-graphql - schemes: - - id: graphql - http: false - passive: false - javaTypes: - - org.apache.camel.component.graphql.GraphqlComponent - camel-coap: - groupId: org.apache.camel - artifactId: camel-coap - schemes: - - id: coap - http: false - passive: false - - id: coaps - http: false - passive: false - - id: coap+tcp - http: false - passive: false - - id: coaps+tcp - http: false - passive: false - javaTypes: - - org.apache.camel.coap.CoAPComponent - camel-dataset: - groupId: org.apache.camel - artifactId: camel-dataset - schemes: - - id: dataset - http: false - passive: true - - id: dataset-test - http: false - passive: false - javaTypes: - - org.apache.camel.component.dataset.DataSetComponent - - org.apache.camel.component.dataset.DataSetTestComponent - camel-jsonapi: - groupId: org.apache.camel - artifactId: camel-jsonapi - dataformats: - - jsonApi - javaTypes: - - org.apache.camel.component.jsonapi.JsonApiDataFormat - camel-zendesk: - groupId: org.apache.camel - artifactId: camel-zendesk - schemes: - - id: zendesk - http: false - passive: false - javaTypes: - - org.apache.camel.component.zendesk.ZendeskComponent - camel-jdbc: - groupId: org.apache.camel - artifactId: camel-jdbc - schemes: - - id: jdbc - http: false - passive: false - javaTypes: - - org.apache.camel.component.jdbc.JdbcComponent - camel-spark: - groupId: org.apache.camel - artifactId: camel-spark - schemes: - - id: spark - http: false - passive: false - javaTypes: - - org.apache.camel.component.spark.SparkComponent - camel-ahc: - groupId: org.apache.camel - artifactId: camel-ahc - schemes: - - id: ahc - http: true - passive: false - javaTypes: - - org.apache.camel.component.ahc.AhcComponent - camel-controlbus: - groupId: org.apache.camel - artifactId: camel-controlbus - schemes: - - id: controlbus - http: false - passive: true - javaTypes: - - org.apache.camel.component.controlbus.ControlBusComponent - camel-disruptor: - groupId: org.apache.camel - artifactId: camel-disruptor - schemes: - - id: disruptor - http: false - passive: false - - id: disruptor-vm - http: false - passive: false - javaTypes: - - org.apache.camel.component.disruptor.DisruptorComponent - - org.apache.camel.component.disruptor.vm.DisruptorVmComponent - camel-dozer: - groupId: org.apache.camel - artifactId: camel-dozer - schemes: - - id: dozer - http: false - passive: false - javaTypes: - - org.apache.camel.component.dozer.DozerComponent - camel-beanio: - groupId: org.apache.camel - artifactId: camel-beanio - dataformats: - - beanio - javaTypes: - - org.apache.camel.dataformat.beanio.BeanIODataFormat - camel-bindy: - groupId: org.apache.camel - artifactId: camel-bindy - dataformats: - - bindy-csv - - bindy-fixed - - bindy-kvp - javaTypes: - - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat - - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat - - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat - camel-guava-eventbus: - groupId: org.apache.camel - artifactId: camel-guava-eventbus - schemes: - - id: guava-eventbus - http: false - passive: false - javaTypes: - - org.apache.camel.component.guava.eventbus.GuavaEventBusComponent - camel-msv: - groupId: org.apache.camel - artifactId: camel-msv - schemes: - - id: msv - http: false - passive: false - javaTypes: - - org.apache.camel.component.validator.msv.MsvComponent - camel-jms: - groupId: org.apache.camel - artifactId: camel-jms - schemes: - - id: jms - http: false - passive: false - javaTypes: - - org.apache.camel.component.jms.JmsComponent - camel-file-watch: - groupId: org.apache.camel - artifactId: camel-file-watch - schemes: - - id: file-watch - http: false - passive: false - javaTypes: - - org.apache.camel.component.file.watch.FileWatchComponent - camel-aws-sdb: - groupId: org.apache.camel - artifactId: camel-aws-sdb - schemes: - - id: aws-sdb - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.sdb.SdbComponent - camel-file: - groupId: org.apache.camel - artifactId: camel-file - schemes: - - id: file - http: false - passive: false - javaTypes: - - org.apache.camel.component.file.FileComponent - camel-gora: - groupId: org.apache.camel - artifactId: camel-gora - schemes: - - id: gora - http: false - passive: false - javaTypes: - - org.apache.camel.component.gora.GoraComponent - camel-jmx: - groupId: org.apache.camel - artifactId: camel-jmx - schemes: - - id: jmx - http: false - passive: false - javaTypes: - - org.apache.camel.component.jmx.JMXComponent - camel-timer: - groupId: org.apache.camel - artifactId: camel-timer - schemes: - - id: timer - http: false - passive: false - javaTypes: - - org.apache.camel.component.timer.TimerComponent - camel-jcache: - groupId: org.apache.camel - artifactId: camel-jcache - schemes: - - id: jcache - http: false - passive: false - javaTypes: - - org.apache.camel.component.jcache.JCacheComponent - camel-freemarker: - groupId: org.apache.camel - artifactId: camel-freemarker - schemes: - - id: freemarker - http: false - passive: false - javaTypes: - - org.apache.camel.component.freemarker.FreemarkerComponent - camel-ironmq: - groupId: org.apache.camel - artifactId: camel-ironmq - schemes: - - id: ironmq - http: false - passive: false - javaTypes: - - org.apache.camel.component.ironmq.IronMQComponent - camel-fhir: - groupId: org.apache.camel - artifactId: camel-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-saxon: - groupId: org.apache.camel - artifactId: camel-saxon - schemes: - - id: xquery - http: false - passive: false - languages: - - xquery - javaTypes: - - org.apache.camel.component.xquery.XQueryComponent - - org.apache.camel.language.xquery.XQueryLanguage - camel-jsonpath: - groupId: org.apache.camel - artifactId: camel-jsonpath - languages: - - jsonpath - javaTypes: - - org.apache.camel.jsonpath.JsonPathLanguage - camel-spark-rest: - groupId: org.apache.camel - artifactId: camel-spark-rest - schemes: - - id: spark-rest - http: true - passive: false - javaTypes: - - org.apache.camel.component.sparkrest.SparkComponent - camel-jt400: - groupId: org.apache.camel - artifactId: camel-jt400 - schemes: - - id: jt400 - http: false - passive: false - javaTypes: - - org.apache.camel.component.jt400.Jt400Component - camel-rabbitmq: - groupId: org.apache.camel - artifactId: camel-rabbitmq - schemes: - - id: rabbitmq - http: false - passive: false - javaTypes: - - org.apache.camel.component.rabbitmq.RabbitMQComponent - camel-jbpm: - groupId: org.apache.camel - artifactId: camel-jbpm - schemes: - - id: jbpm - http: false - passive: false - javaTypes: - - org.apache.camel.component.jbpm.JBPMComponent - camel-jing: - groupId: org.apache.camel - artifactId: camel-jing - schemes: - - id: jing - http: false - passive: false - javaTypes: - - org.apache.camel.component.validator.jing.JingComponent - camel-aws-iam: - groupId: org.apache.camel - artifactId: camel-aws-iam - schemes: - - id: aws-iam - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.iam.IAMComponent - camel-snmp: - groupId: org.apache.camel - artifactId: camel-snmp - schemes: - - id: snmp - http: false - passive: false - javaTypes: - - org.apache.camel.component.snmp.SnmpComponent - camel-web3j: - groupId: org.apache.camel - artifactId: camel-web3j - schemes: - - id: web3j - http: false - passive: false - javaTypes: - - org.apache.camel.component.web3j.Web3jComponent - camel-atom: - groupId: org.apache.camel - artifactId: camel-atom - schemes: - - id: atom - http: false - passive: false - javaTypes: - - org.apache.camel.component.atom.AtomComponent - camel-tagsoup: - groupId: org.apache.camel - artifactId: camel-tagsoup - dataformats: - - tidyMarkup - javaTypes: - - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat - camel-etcd: - groupId: org.apache.camel - artifactId: camel-etcd - schemes: - - id: etcd - http: false - passive: false - javaTypes: - - org.apache.camel.component.etcd.EtcdComponent - camel-ftp: - groupId: org.apache.camel - artifactId: camel-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.FtpComponent - - org.apache.camel.component.file.remote.FtpsComponent - - org.apache.camel.component.file.remote.SftpComponent - camel-aws-ses: - groupId: org.apache.camel - artifactId: camel-aws-ses - schemes: - - id: aws-ses - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.ses.SesComponent - camel-jgroups: - groupId: org.apache.camel - artifactId: camel-jgroups - schemes: - - id: jgroups - http: false - passive: false - javaTypes: - - org.apache.camel.component.jgroups.JGroupsComponent - camel-master: - groupId: org.apache.camel - artifactId: camel-master - schemes: - - id: master - http: false - passive: false - javaTypes: - - org.apache.camel.component.master.MasterComponent - camel-eventadmin: - groupId: org.apache.camel - artifactId: camel-eventadmin - schemes: - - id: eventadmin - http: false - passive: false - javaTypes: - - org.apache.camel.component.eventadmin.EventAdminComponent - camel-optaplanner: - groupId: org.apache.camel - artifactId: camel-optaplanner - schemes: - - id: optaplanner - http: false - passive: false - javaTypes: - - org.apache.camel.component.optaplanner.OptaPlannerComponent - camel-amqp: - groupId: org.apache.camel - artifactId: camel-amqp - schemes: - - id: amqp - http: false - passive: false - javaTypes: - - org.apache.camel.component.amqp.AMQPComponent - camel-github: - groupId: org.apache.camel - artifactId: camel-github - schemes: - - id: github - http: false - passive: false - javaTypes: - - org.apache.camel.component.github.GitHubComponent - camel-atomix: - groupId: org.apache.camel - artifactId: camel-atomix - schemes: - - id: atomix-map - http: false - passive: false - - id: atomix-messaging - http: false - passive: false - - id: atomix-multimap - http: false - passive: false - - id: atomix-queue - http: false - passive: false - - id: atomix-set - http: false - passive: false - - id: atomix-value - http: false - passive: false - javaTypes: - - org.apache.camel.component.atomix.client.map.AtomixMapComponent - - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent - - org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent - - org.apache.camel.component.atomix.client.queue.AtomixQueueComponent - - org.apache.camel.component.atomix.client.set.AtomixSetComponent - - org.apache.camel.component.atomix.client.value.AtomixValueComponent - camel-box: - groupId: org.apache.camel - artifactId: camel-box - schemes: - - id: box - http: false - passive: false - javaTypes: - - org.apache.camel.component.box.BoxComponent - camel-sql: - groupId: org.apache.camel - artifactId: camel-sql - schemes: - - id: sql - http: false - passive: false - - id: sql-stored - http: false - passive: false - javaTypes: - - org.apache.camel.component.sql.SqlComponent - - org.apache.camel.component.sql.stored.SqlStoredComponent - camel-flatpack: - groupId: org.apache.camel - artifactId: camel-flatpack - schemes: - - id: flatpack - http: false - passive: false - dataformats: - - flatpack - javaTypes: - - org.apache.camel.component.flatpack.FlatpackComponent - - org.apache.camel.dataformat.flatpack.FlatpackDataFormat - camel-git: - groupId: org.apache.camel - artifactId: camel-git - schemes: - - id: git - http: false - passive: false - javaTypes: - - org.apache.camel.component.git.GitComponent - camel-chatscript: - groupId: org.apache.camel - artifactId: camel-chatscript - schemes: - - id: chatscript - http: false - passive: false - javaTypes: - - org.apache.camel.component.chatscript.ChatScriptComponent - camel-telegram: - groupId: org.apache.camel - artifactId: camel-telegram - schemes: - - id: telegram - http: false - passive: false - javaTypes: - - org.apache.camel.component.telegram.TelegramComponent - camel-asn1: - groupId: org.apache.camel - artifactId: camel-asn1 - dataformats: - - asn1 - javaTypes: - - org.apache.camel.dataformat.asn1.ASN1DataFormat - camel-nitrite: - groupId: org.apache.camel - artifactId: camel-nitrite - schemes: - - id: nitrite - http: false - passive: false - javaTypes: - - org.apache.camel.component.nitrite.NitriteComponent - camel-aws-sns: - groupId: org.apache.camel - artifactId: camel-aws-sns - schemes: - - id: aws-sns - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.sns.SnsComponent - camel-avro: - groupId: org.apache.camel - artifactId: camel-avro - schemes: - - id: avro - http: false - passive: false - dataformats: - - avro - javaTypes: - - org.apache.camel.component.avro.AvroComponent - - org.apache.camel.dataformat.avro.AvroDataFormat - camel-mllp: - groupId: org.apache.camel - artifactId: camel-mllp - schemes: - - id: mllp - http: false - passive: false - javaTypes: - - org.apache.camel.component.mllp.MllpComponent - camel-pg-replication-slot: - groupId: org.apache.camel - artifactId: camel-pg-replication-slot - schemes: - - id: pg-replication-slot - http: false - passive: false - javaTypes: - - org.apache.camel.component.pg.replication.slot.PgReplicationSlotComponent - camel-elsql: - groupId: org.apache.camel - artifactId: camel-elsql - schemes: - - id: elsql - http: false - passive: false - javaTypes: - - org.apache.camel.component.elsql.ElsqlComponent - camel-aws-msk: - groupId: org.apache.camel - artifactId: camel-aws-msk - schemes: - - id: aws-msk - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.msk.MSKComponent - camel-stringtemplate: - groupId: org.apache.camel - artifactId: camel-stringtemplate - schemes: - - id: string-template - http: false - passive: false - javaTypes: - - org.apache.camel.component.stringtemplate.StringTemplateComponent - camel-debezium-mysql: - groupId: org.apache.camel - artifactId: camel-debezium-mysql - schemes: - - id: debezium-mysql - http: false - passive: false - javaTypes: - - org.apache.camel.component.debezium.DebeziumMySqlComponent - camel-servlet: - groupId: org.apache.camel - artifactId: camel-servlet - schemes: - - id: servlet - http: true - passive: false - javaTypes: - - org.apache.camel.component.servlet.ServletComponent - camel-spring-redis: - groupId: org.apache.camel - artifactId: camel-spring-redis - schemes: - - id: spring-redis - http: false - passive: false - javaTypes: - - org.apache.camel.component.redis.RedisComponent - camel-soroush: - groupId: org.apache.camel - artifactId: camel-soroush - schemes: - - id: soroush - http: false - passive: false - javaTypes: - - org.apache.camel.component.soroushbot.component.SoroushBotComponent - camel-jsch: - groupId: org.apache.camel - artifactId: camel-jsch - schemes: - - id: scp - http: false - passive: false - javaTypes: - - org.apache.camel.component.scp.ScpComponent - camel-kubernetes: - groupId: org.apache.camel - artifactId: camel-kubernetes - schemes: - - id: kubernetes-config-maps - http: false - passive: false - - id: kubernetes-deployments - http: false - passive: false - - id: kubernetes-hpa - http: false - passive: false - - id: kubernetes-job - http: false - passive: false - - id: kubernetes-namespaces - http: false - passive: false - - id: kubernetes-nodes - http: false - passive: false - - id: kubernetes-persistent-volumes - http: false - passive: false - - id: kubernetes-persistent-volumes-claims - http: false - passive: false - - id: kubernetes-pods - http: false - passive: false - - id: kubernetes-replication-controllers - http: false - passive: false - - id: kubernetes-resources-quota - http: false - passive: false - - id: kubernetes-secrets - http: false - passive: false - - id: kubernetes-service-accounts - http: false - passive: false - - id: kubernetes-services - http: false - passive: false - - id: openshift-build-configs - http: false - passive: false - - id: openshift-builds - http: false - passive: false - javaTypes: - - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent - - org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent - - org.apache.camel.component.kubernetes.hpa.KubernetesHPAComponent - - org.apache.camel.component.kubernetes.job.KubernetesJobComponent - - org.apache.camel.component.kubernetes.namespaces.KubernetesNamespacesComponent - - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent - - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent - - org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent - - org.apache.camel.component.kubernetes.pods.KubernetesPodsComponent - - org.apache.camel.component.kubernetes.replication_controllers.KubernetesReplicationControllersComponent - - org.apache.camel.component.kubernetes.resources_quota.KubernetesResourcesQuotaComponent - - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent - - org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent - - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent - - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent - - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent - camel-digitalocean: - groupId: org.apache.camel - artifactId: camel-digitalocean - schemes: - - id: digitalocean - http: false - passive: false - javaTypes: - - org.apache.camel.component.digitalocean.DigitalOceanComponent - camel-google-bigquery: - groupId: org.apache.camel - artifactId: camel-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.GoogleBigQueryComponent - - org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent - camel-consul: - groupId: org.apache.camel - artifactId: camel-consul - schemes: - - id: consul - http: false - passive: false - javaTypes: - - org.apache.camel.component.consul.ConsulComponent - camel-nats: - groupId: org.apache.camel - artifactId: camel-nats - schemes: - - id: nats - http: false - passive: false - javaTypes: - - org.apache.camel.component.nats.NatsComponent - camel-debezium-postgres: - groupId: org.apache.camel - artifactId: camel-debezium-postgres - schemes: - - id: debezium-postgres - http: false - passive: false - javaTypes: - - org.apache.camel.component.debezium.DebeziumPostgresComponent - camel-hl7: - groupId: org.apache.camel - artifactId: camel-hl7 - languages: - - hl7terser - dataformats: - - hl7 - javaTypes: - - org.apache.camel.component.hl7.Hl7TerserLanguage - - org.apache.camel.component.hl7.HL7DataFormat - camel-aws-ecs: - groupId: org.apache.camel - artifactId: camel-aws-ecs - schemes: - - id: aws-ecs - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.ecs.ECSComponent - camel-zip-deflater: - groupId: org.apache.camel - artifactId: camel-zip-deflater - dataformats: - - gzipdeflater - - zipdeflater - javaTypes: - - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat - - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat - camel-kudu: - groupId: org.apache.camel - artifactId: camel-kudu - schemes: - - id: kudu - http: false - passive: false - javaTypes: - - org.apache.camel.component.kudu.KuduComponent - camel-jgroups-raft: - groupId: org.apache.camel - artifactId: camel-jgroups-raft - schemes: - - id: jgroups-raft - http: false - passive: false - javaTypes: - - org.apache.camel.component.jgroups.raft.JGroupsRaftComponent - camel-cmis: - groupId: org.apache.camel - artifactId: camel-cmis - schemes: - - id: cmis - http: false - passive: false - javaTypes: - - org.apache.camel.component.cmis.CMISComponent - camel-beanstalk: - groupId: org.apache.camel - artifactId: camel-beanstalk - schemes: - - id: beanstalk - http: false - passive: false - javaTypes: - - org.apache.camel.component.beanstalk.BeanstalkComponent - camel-aws-mq: - groupId: org.apache.camel - artifactId: camel-aws-mq - schemes: - - id: aws-mq - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.mq.MQComponent - camel-mongodb-gridfs: - groupId: org.apache.camel - artifactId: camel-mongodb-gridfs - schemes: - - id: mongodb-gridfs - http: false - passive: false - javaTypes: - - org.apache.camel.component.mongodb.gridfs.GridFsComponent - camel-undertow: - groupId: org.apache.camel - artifactId: camel-undertow - schemes: - - id: undertow - http: true - passive: false - javaTypes: - - org.apache.camel.component.undertow.UndertowComponent - camel-robotframework: - groupId: org.apache.camel - artifactId: camel-robotframework - schemes: - - id: robotframework - http: false - passive: false - javaTypes: - - org.apache.camel.component.robotframework.RobotFrameworkComponent - camel-xpath: - groupId: org.apache.camel - artifactId: camel-xpath - languages: - - xpath - javaTypes: - - org.apache.camel.language.xpath.XPathLanguage - camel-ssh: - groupId: org.apache.camel - artifactId: camel-ssh - schemes: - - id: ssh - http: false - passive: false - javaTypes: - - org.apache.camel.component.ssh.SshComponent - camel-mock: - groupId: org.apache.camel - artifactId: camel-mock - schemes: - - id: mock - http: false - passive: true - javaTypes: - - org.apache.camel.component.mock.MockComponent - camel-websocket-jsr356: - groupId: org.apache.camel - artifactId: camel-websocket-jsr356 - schemes: - - id: websocket-jsr356 - http: false - passive: false - javaTypes: - - org.apache.camel.websocket.jsr356.JSR356WebSocketComponent - camel-twilio: - groupId: org.apache.camel - artifactId: camel-twilio - schemes: - - id: twilio - http: false - passive: false - javaTypes: - - org.apache.camel.component.twilio.TwilioComponent - camel-jolt: - groupId: org.apache.camel - artifactId: camel-jolt - schemes: - - id: jolt - http: false - passive: false - javaTypes: - - org.apache.camel.component.jolt.JoltComponent - camel-soap: - groupId: org.apache.camel - artifactId: camel-soap - dataformats: - - soapjaxb - javaTypes: - - org.apache.camel.dataformat.soap.SoapJaxbDataFormat - camel-thrift: - groupId: org.apache.camel - artifactId: camel-thrift - schemes: - - id: thrift - http: false - passive: false - dataformats: - - thrift - javaTypes: - - org.apache.camel.component.thrift.ThriftComponent - - org.apache.camel.dataformat.thrift.ThriftDataFormat - camel-crypto-cms: - groupId: org.apache.camel - artifactId: camel-crypto-cms - schemes: - - id: crypto-cms - http: false - passive: false - javaTypes: - - org.apache.camel.component.crypto.cms.CryptoCmsComponent - camel-ognl: - groupId: org.apache.camel - artifactId: camel-ognl - languages: - - ognl - javaTypes: - - org.apache.camel.language.ognl.OgnlLanguage - camel-couchdb: - groupId: org.apache.camel - artifactId: camel-couchdb - schemes: - - id: couchdb - http: false - passive: false - javaTypes: - - org.apache.camel.component.couchdb.CouchDbComponent - camel-groovy: - groupId: org.apache.camel - artifactId: camel-groovy - languages: - - groovy - javaTypes: - - org.apache.camel.language.groovy.GroovyLanguage - camel-saga: - groupId: org.apache.camel - artifactId: camel-saga - schemes: - - id: saga - http: false - passive: false - javaTypes: - - org.apache.camel.component.saga.SagaComponent - camel-elasticsearch-rest: - groupId: org.apache.camel - artifactId: camel-elasticsearch-rest - schemes: - - id: elasticsearch-rest - http: false - passive: false - javaTypes: - - org.apache.camel.component.elasticsearch.ElasticsearchComponent - camel-ldap: - groupId: org.apache.camel - artifactId: camel-ldap - schemes: - - id: ldap - http: false - passive: false - javaTypes: - - org.apache.camel.component.ldap.LdapComponent - camel-csv: - groupId: org.apache.camel - artifactId: camel-csv - dataformats: - - csv - javaTypes: - - org.apache.camel.dataformat.csv.CsvDataFormat - camel-geocoder: - groupId: org.apache.camel - artifactId: camel-geocoder - schemes: - - id: geocoder - http: false - passive: false - javaTypes: - - org.apache.camel.component.geocoder.GeoCoderComponent - camel-mybatis: - groupId: org.apache.camel - artifactId: camel-mybatis - schemes: - - id: mybatis - http: false - passive: false - - id: mybatis-bean - http: false - passive: false - javaTypes: - - org.apache.camel.component.mybatis.MyBatisComponent - - org.apache.camel.component.mybatis.MyBatisBeanComponent - camel-directvm: - groupId: org.apache.camel - artifactId: camel-directvm - schemes: - - id: direct-vm - http: false - passive: true - javaTypes: - - org.apache.camel.component.directvm.DirectVmComponent - camel-xmpp: - groupId: org.apache.camel - artifactId: camel-xmpp - schemes: - - id: xmpp - http: false - passive: false - javaTypes: - - org.apache.camel.component.xmpp.XmppComponent - camel-jira: - groupId: org.apache.camel - artifactId: camel-jira - schemes: - - id: jira - http: false - passive: false - javaTypes: - - org.apache.camel.component.jira.JiraComponent - camel-asterisk: - groupId: org.apache.camel - artifactId: camel-asterisk - schemes: - - id: asterisk - http: false - passive: false - javaTypes: - - org.apache.camel.component.asterisk.AsteriskComponent - camel-splunk: - groupId: org.apache.camel - artifactId: camel-splunk - schemes: - - id: splunk - http: false - passive: false - javaTypes: - - org.apache.camel.component.splunk.SplunkComponent - camel-mail: - groupId: org.apache.camel - artifactId: camel-mail - schemes: - - id: imap - http: false - passive: false - - id: imaps - http: false - passive: false - - id: pop3 - http: false - passive: false - - id: pop3s - http: false - passive: false - - id: smtp - http: false - passive: false - - id: smtps - http: false - passive: false - dataformats: - - mime-multipart - javaTypes: - - org.apache.camel.component.mail.MailComponent - - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat - camel-metrics: - groupId: org.apache.camel - artifactId: camel-metrics - schemes: - - id: metrics - http: false - passive: false - javaTypes: - - org.apache.camel.component.metrics.MetricsComponent - camel-aws-sqs: - groupId: org.apache.camel - artifactId: camel-aws-sqs - schemes: - - id: aws-sqs - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.sqs.SqsComponent - camel-cm-sms: - groupId: org.apache.camel - artifactId: camel-cm-sms - schemes: - - id: cm-sms - http: false - passive: false - javaTypes: - - org.apache.camel.component.cm.CMComponent - camel-xslt: - groupId: org.apache.camel - artifactId: camel-xslt - schemes: - - id: xslt - http: false - passive: false - javaTypes: - - org.apache.camel.component.xslt.XsltComponent - camel-flink: - groupId: org.apache.camel - artifactId: camel-flink - schemes: - - id: flink - http: false - passive: false - javaTypes: - - org.apache.camel.component.flink.FlinkComponent - camel-braintree: - groupId: org.apache.camel - artifactId: camel-braintree - schemes: - - id: braintree - http: false - passive: false - javaTypes: - - org.apache.camel.component.braintree.BraintreeComponent - camel-base: - groupId: org.apache.camel - artifactId: camel-base - languages: - - constant - - exchangeProperty - - file - - header - - ref - - simple - - tokenize - javaTypes: - - org.apache.camel.language.constant.ConstantLanguage - - org.apache.camel.language.property.ExchangePropertyLanguage - - org.apache.camel.language.simple.FileLanguage - - org.apache.camel.language.header.HeaderLanguage - - org.apache.camel.language.ref.RefLanguage - - org.apache.camel.language.simple.SimpleLanguage - - org.apache.camel.language.tokenizer.TokenizeLanguage - camel-jpa: - groupId: org.apache.camel - artifactId: camel-jpa - schemes: - - id: jpa - http: false - passive: false - javaTypes: - - org.apache.camel.component.jpa.JpaComponent - camel-cassandraql: - groupId: org.apache.camel - artifactId: camel-cassandraql - schemes: - - id: cql - http: false - passive: false - javaTypes: - - org.apache.camel.component.cassandra.CassandraComponent - camel-couchbase: - groupId: org.apache.camel - artifactId: camel-couchbase - schemes: - - id: couchbase - http: false - passive: false - javaTypes: - - org.apache.camel.component.couchbase.CouchbaseComponent - camel-aws-ddb: - groupId: org.apache.camel - artifactId: camel-aws-ddb - schemes: - - id: aws-ddb - http: false - passive: false - - id: aws-ddbstream - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.ddb.DdbComponent - - org.apache.camel.component.aws.ddbstream.DdbStreamComponent - camel-syslog: - groupId: org.apache.camel - artifactId: camel-syslog - dataformats: - - syslog - javaTypes: - - org.apache.camel.component.syslog.SyslogDataFormat - camel-pubnub: - groupId: org.apache.camel - artifactId: camel-pubnub - schemes: - - id: pubnub - http: false - passive: false - javaTypes: - - org.apache.camel.component.pubnub.PubNubComponent - camel-gson: - groupId: org.apache.camel - artifactId: camel-gson - dataformats: - - json-gson - javaTypes: - - org.apache.camel.component.gson.GsonDataFormat - camel-json-validator: - groupId: org.apache.camel - artifactId: camel-json-validator - schemes: - - id: json-validator - http: false - passive: false - javaTypes: - - org.apache.camel.component.jsonvalidator.JsonValidatorComponent - camel-rss: - groupId: org.apache.camel - artifactId: camel-rss - schemes: - - id: rss - http: false - passive: false - dataformats: - - rss - javaTypes: - - org.apache.camel.component.rss.RssComponent - - org.apache.camel.dataformat.rss.RssDataFormat - camel-dataformat: - groupId: org.apache.camel - artifactId: camel-dataformat - schemes: - - id: dataformat - http: false - passive: true - javaTypes: - - org.apache.camel.component.dataformat.DataFormatComponent - camel-xmlsecurity: - groupId: org.apache.camel - artifactId: camel-xmlsecurity - schemes: - - id: xmlsecurity - http: false - passive: false - dataformats: - - secureXML - javaTypes: - - org.apache.camel.component.xmlsecurity.XmlSignatureComponent - - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat - camel-bonita: - groupId: org.apache.camel - artifactId: camel-bonita - schemes: - - id: bonita - http: false - passive: false - javaTypes: - - org.apache.camel.component.bonita.BonitaComponent - camel-rest: - groupId: org.apache.camel - artifactId: camel-rest - schemes: - - id: rest - http: true - passive: false - - id: rest-api - http: false - passive: false - javaTypes: - - org.apache.camel.component.rest.RestComponent - - org.apache.camel.component.rest.RestApiComponent - camel-service: - groupId: org.apache.camel - artifactId: camel-service - schemes: - - id: service - http: false - passive: false - javaTypes: - - org.apache.camel.component.service.ServiceComponent - camel-protobuf: - groupId: org.apache.camel - artifactId: camel-protobuf - dataformats: - - protobuf - javaTypes: - - org.apache.camel.dataformat.protobuf.ProtobufDataFormat - camel-smpp: - groupId: org.apache.camel - artifactId: camel-smpp - schemes: - - id: smpp - http: false - passive: false - - id: smpps - http: false - passive: false - javaTypes: - - org.apache.camel.component.smpp.SmppComponent - camel-velocity: - groupId: org.apache.camel - artifactId: camel-velocity - schemes: - - id: velocity - http: false - passive: false - javaTypes: - - org.apache.camel.component.velocity.VelocityComponent - camel-google-mail: - groupId: org.apache.camel - artifactId: camel-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.GoogleMailComponent - - org.apache.camel.component.google.mail.stream.GoogleMailStreamComponent - camel-as2: - groupId: org.apache.camel - artifactId: camel-as2 - schemes: - - id: as2 - http: false - passive: false - javaTypes: - - org.apache.camel.component.as2.AS2Component - camel-xchange: - groupId: org.apache.camel - artifactId: camel-xchange - schemes: - - id: xchange - http: false - passive: false - javaTypes: - - org.apache.camel.component.xchange.XChangeComponent - camel-paxlogging: - groupId: org.apache.camel - artifactId: camel-paxlogging - schemes: - - id: paxlogging - http: false - passive: false - javaTypes: - - org.apache.camel.component.paxlogging.PaxLoggingComponent - camel-tarfile: - groupId: org.apache.camel - artifactId: camel-tarfile - dataformats: - - tarfile - javaTypes: - - org.apache.camel.dataformat.tarfile.TarFileDataFormat - camel-jooq: - groupId: org.apache.camel - artifactId: camel-jooq - schemes: - - id: jooq - http: false - passive: false - javaTypes: - - org.apache.camel.component.jooq.JooqComponent - camel-ahc-ws: - groupId: org.apache.camel - artifactId: camel-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-johnzon: - groupId: org.apache.camel - artifactId: camel-johnzon - dataformats: - - json-johnzon - javaTypes: - - org.apache.camel.component.johnzon.JohnzonDataFormat - camel-ignite: - groupId: org.apache.camel - artifactId: camel-ignite - schemes: - - id: ignite-cache - http: false - passive: false - - id: ignite-compute - http: false - passive: false - - id: ignite-events - http: false - passive: false - - id: ignite-idgen - http: false - passive: false - - id: ignite-messaging - http: false - passive: false - - id: ignite-queue - http: false - passive: false - - id: ignite-set - http: false - passive: false - javaTypes: - - org.apache.camel.component.ignite.cache.IgniteCacheComponent - - org.apache.camel.component.ignite.compute.IgniteComputeComponent - - org.apache.camel.component.ignite.events.IgniteEventsComponent - - org.apache.camel.component.ignite.idgen.IgniteIdGenComponent - - org.apache.camel.component.ignite.messaging.IgniteMessagingComponent - - org.apache.camel.component.ignite.queue.IgniteQueueComponent - - org.apache.camel.component.ignite.set.IgniteSetComponent - camel-xslt-saxon: - groupId: org.apache.camel - artifactId: camel-xslt-saxon - schemes: - - id: xslt-saxon - http: false - passive: false - javaTypes: - - org.apache.camel.component.xslt.saxon.XsltSaxonComponent - camel-pulsar: - groupId: org.apache.camel - artifactId: camel-pulsar - schemes: - - id: pulsar - http: false - passive: false - javaTypes: - - org.apache.camel.component.pulsar.PulsarComponent - camel-rest-swagger: - groupId: org.apache.camel - artifactId: camel-rest-swagger - schemes: - - id: rest-swagger - http: false - passive: false - javaTypes: - - org.apache.camel.component.rest.swagger.RestSwaggerComponent - camel-spring: - groupId: org.apache.camel - artifactId: camel-spring - schemes: - - id: spring-event - http: false - passive: false - languages: - - spel - javaTypes: - - org.apache.camel.component.event.EventComponent - - org.apache.camel.language.spel.SpelLanguage - camel-exec: - groupId: org.apache.camel - artifactId: camel-exec - schemes: - - id: exec - http: false - passive: false - javaTypes: - - org.apache.camel.component.exec.ExecComponent - camel-microprofile-metrics: - groupId: org.apache.camel - artifactId: camel-microprofile-metrics - schemes: - - id: microprofile-metrics - http: false - passive: false - javaTypes: - - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent - camel-aws-s3: - groupId: org.apache.camel - artifactId: camel-aws-s3 - schemes: - - id: aws-s3 - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.s3.S3Component - camel-zookeeper-master: - groupId: org.apache.camel - artifactId: camel-zookeeper-master - schemes: - - id: zookeeper-master - http: false - passive: false - javaTypes: - - org.apache.camel.component.zookeepermaster.MasterComponent - camel-grok: - groupId: org.apache.camel - artifactId: camel-grok - dataformats: - - grok - javaTypes: - - org.apache.camel.component.grok.GrokDataFormat - camel-mvel: - groupId: org.apache.camel - artifactId: camel-mvel - schemes: - - id: mvel - http: false - passive: false - languages: - - mvel - javaTypes: - - org.apache.camel.component.mvel.MvelComponent - - org.apache.camel.language.mvel.MvelLanguage - camel-debezium-sqlserver: - groupId: org.apache.camel - artifactId: camel-debezium-sqlserver - schemes: - - id: debezium-sqlserver - http: false - passive: false - javaTypes: - - org.apache.camel.component.debezium.DebeziumSqlserverComponent - camel-cbor: - groupId: org.apache.camel - artifactId: camel-cbor - dataformats: - - cbor - javaTypes: - - org.apache.camel.component.cbor.CBORDataFormat - camel-google-drive: - groupId: org.apache.camel - artifactId: camel-google-drive - schemes: - - id: google-drive - http: false - passive: false - javaTypes: - - org.apache.camel.component.google.drive.GoogleDriveComponent - camel-iota: - groupId: org.apache.camel - artifactId: camel-iota - schemes: - - id: iota - http: false - passive: false - javaTypes: - - org.apache.camel.component.iota.IOTAComponent - camel-cxf: - groupId: org.apache.camel - artifactId: camel-cxf - schemes: - - id: cxf - http: true - passive: false - - id: cxfrs - http: true - passive: false - javaTypes: - - org.apache.camel.component.cxf.CxfComponent - - org.apache.camel.component.cxf.jaxrs.CxfRsComponent - camel-ref: - groupId: org.apache.camel - artifactId: camel-ref - schemes: - - id: ref - http: false - passive: true - javaTypes: - - org.apache.camel.component.ref.RefComponent - camel-stomp: - groupId: org.apache.camel - artifactId: camel-stomp - schemes: - - id: stomp - http: false - passive: false - javaTypes: - - org.apache.camel.component.stomp.StompComponent - camel-snakeyaml: - groupId: org.apache.camel - artifactId: camel-snakeyaml - dataformats: - - yaml-snakeyaml - javaTypes: - - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat - camel-olingo4: - groupId: org.apache.camel - artifactId: camel-olingo4 - schemes: - - id: olingo4 - http: false - passive: false - javaTypes: - - org.apache.camel.component.olingo4.Olingo4Component - camel-olingo2: - groupId: org.apache.camel - artifactId: camel-olingo2 - schemes: - - id: olingo2 - http: false - passive: false - javaTypes: - - org.apache.camel.component.olingo2.Olingo2Component - camel-milo: - groupId: org.apache.camel - artifactId: camel-milo - schemes: - - id: milo-client - http: false - passive: false - - id: milo-server - http: false - passive: false - javaTypes: - - org.apache.camel.component.milo.client.MiloClientComponent - - org.apache.camel.component.milo.server.MiloServerComponent - camel-grpc: - groupId: org.apache.camel - artifactId: camel-grpc - schemes: - - id: grpc - http: true - passive: false - javaTypes: - - org.apache.camel.component.grpc.GrpcComponent - camel-webhook: - groupId: org.apache.camel - artifactId: camel-webhook - schemes: - - id: webhook - http: true - passive: false - javaTypes: - - org.apache.camel.component.webhook.WebhookComponent - camel-pgevent: - groupId: org.apache.camel - artifactId: camel-pgevent - schemes: - - id: pgevent - http: false - passive: false - javaTypes: - - org.apache.camel.component.pgevent.PgEventComponent - camel-micrometer: - groupId: org.apache.camel - artifactId: camel-micrometer - schemes: - - id: micrometer - http: false - passive: false - javaTypes: - - org.apache.camel.component.micrometer.MicrometerComponent - camel-any23: - groupId: org.apache.camel - artifactId: camel-any23 - dataformats: - - any23 - javaTypes: - - org.apache.camel.dataformat.any23.Any23DataFormat - camel-aws-lambda: - groupId: org.apache.camel - artifactId: camel-aws-lambda - schemes: - - id: aws-lambda - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.lambda.LambdaComponent - camel-aws-kinesis: - groupId: org.apache.camel - artifactId: camel-aws-kinesis - schemes: - - id: aws-kinesis - http: false - passive: false - - id: aws-kinesis-firehose - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.kinesis.KinesisComponent - - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent - camel-netty-http: - groupId: org.apache.camel - artifactId: camel-netty-http - schemes: - - id: netty-http - http: true - passive: false - javaTypes: - - org.apache.camel.component.netty.http.NettyHttpComponent - camel-ipfs: - groupId: org.apache.camel - artifactId: camel-ipfs - schemes: - - id: ipfs - http: false - passive: false - javaTypes: - - org.apache.camel.component.ipfs.IPFSComponent - camel-aws-kms: - groupId: org.apache.camel - artifactId: camel-aws-kms - schemes: - - id: aws-kms - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.kms.KMSComponent - camel-aws-ec2: - groupId: org.apache.camel - artifactId: camel-aws-ec2 - schemes: - - id: aws-ec2 - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.ec2.EC2Component - camel-sjms: - groupId: org.apache.camel - artifactId: camel-sjms - schemes: - - id: sjms - http: false - passive: false - - id: sjms-batch - http: false - passive: false - javaTypes: - - org.apache.camel.component.sjms.SjmsComponent - - org.apache.camel.component.sjms.batch.SjmsBatchComponent - camel-irc: - groupId: org.apache.camel - artifactId: camel-irc - schemes: - - id: irc - http: false - passive: false - javaTypes: - - org.apache.camel.component.irc.IrcComponent - camel-jcr: - groupId: org.apache.camel - artifactId: camel-jcr - schemes: - - id: jcr - http: false - passive: false - javaTypes: - - org.apache.camel.component.jcr.JcrComponent - camel-dropbox: - groupId: org.apache.camel - artifactId: camel-dropbox - schemes: - - id: dropbox - http: false - passive: false - javaTypes: - - org.apache.camel.component.dropbox.DropboxComponent - camel-activemq: - groupId: org.apache.camel - artifactId: camel-activemq - schemes: - - id: activemq - http: false - passive: false - javaTypes: - - org.apache.camel.component.activemq.ActiveMQComponent - camel-scheduler: - groupId: org.apache.camel - artifactId: camel-scheduler - schemes: - - id: scheduler - http: false - passive: false - javaTypes: - - org.apache.camel.component.scheduler.SchedulerComponent - camel-validator: - groupId: org.apache.camel - artifactId: camel-validator - schemes: - - id: validator - http: false - passive: true - javaTypes: - - org.apache.camel.component.validator.ValidatorComponent - camel-k-loader-yaml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - camel-k-loader-groovy: - groupId: org.apache.camel.k - artifactId: camel-k-loader-groovy - camel-k-loader-kotlin: - groupId: org.apache.camel.k - artifactId: camel-k-loader-kotlin - camel-k-loader-js: - groupId: org.apache.camel.k - artifactId: camel-k-loader-js - camel-k-loader-xml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-xml - camel-k-loader-java: - groupId: org.apache.camel.k - artifactId: camel-k-loader-java - camel-k-loader-knative: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - camel-k-runtime-main: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-main - camel-k-runtime-health: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-health - camel-k-runtime-inspector: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-inspector - camel-k-runtime-webhook: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-webhook - camel-k-runtime-cron: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-cron - camel-k-runtime-knative: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - - groupId: org.apache.camel.k - artifactId: camel-knative-api - - groupId: org.apache.camel.k - artifactId: camel-knative - - groupId: org.apache.camel.k - artifactId: camel-knative-http - camel-knative: - groupId: org.apache.camel.k - artifactId: camel-knative - schemes: - - id: knative - http: true - passive: false - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-knative-api - - groupId: org.apache.camel.k - artifactId: camel-knative-http - loaders: - yaml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - languages: - - yaml - groovy: - groupId: org.apache.camel.k - artifactId: camel-k-loader-groovy - languages: - - groovy - kts: - groupId: org.apache.camel.k - artifactId: camel-k-loader-kotlin - languages: - - kts - js: - groupId: org.apache.camel.k - artifactId: camel-k-loader-js - languages: - - js - xml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-xml - languages: - - xml - java: - groupId: org.apache.camel.k - artifactId: camel-k-loader-java - languages: - - java - knative-source: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-runtime-knative diff --git a/deploy/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml b/deploy/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml deleted file mode 100644 index 602f5f2130..0000000000 --- a/deploy/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml +++ /dev/null @@ -1,775 +0,0 @@ -# --------------------------------------------------------------------------- -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# --------------------------------------------------------------------------- - -apiVersion: camel.apache.org/v1 -kind: CamelCatalog -metadata: - name: camel-catalog-1.1.1-snapshot-quarkus - labels: - app: camel-k - camel.apache.org/catalog.version: 3.0.1 - camel.apache.org/catalog.loader.version: 3.0.1 - camel.apache.org/runtime.version: 1.1.1-SNAPSHOT - camel.apache.org/runtime.provider: quarkus -spec: - runtime: - version: 1.1.1-SNAPSHOT - provider: quarkus - applicationClass: io.quarkus.runner.GeneratedMain - metadata: - camel.version: 3.0.1 - quarkus.version: 1.2.0.Final - camel-quarkus.version: 1.0.0-M3 - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-runtime-quarkus - capabilities: - health: - dependencies: - - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-microprofile-health - rest: - dependencies: - - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-rest - - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-platform-http - artifacts: - 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-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-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-quarkus-tagsoup: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-tagsoup - dataformats: - - tidyMarkup - javaTypes: - - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat - camel-quarkus-jackson: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jackson - dataformats: - - json-jackson - javaTypes: - - org.apache.camel.component.jackson.JacksonDataFormat - camel-quarkus-csv: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-csv - dataformats: - - csv - javaTypes: - - org.apache.camel.dataformat.csv.CsvDataFormat - 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-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-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-zipfile: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-zipfile - dataformats: - - zipfile - javaTypes: - - org.apache.camel.dataformat.zipfile.ZipFileDataFormat - 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-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-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-reactive-streams: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-reactive-streams - schemes: - - id: reactive-streams - http: false - passive: false - javaTypes: - - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent - 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-core: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-core - languages: - - constant - - exchangeProperty - - file - - header - - ref - - simple - - tokenize - javaTypes: - - org.apache.camel.language.constant.ConstantLanguage - - org.apache.camel.language.property.ExchangePropertyLanguage - - org.apache.camel.language.simple.FileLanguage - - org.apache.camel.language.header.HeaderLanguage - - org.apache.camel.language.ref.RefLanguage - - org.apache.camel.language.simple.SimpleLanguage - - org.apache.camel.language.tokenizer.TokenizeLanguage - camel-quarkus-exec: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-exec - schemes: - - id: exec - http: false - passive: false - javaTypes: - - org.apache.camel.component.exec.ExecComponent - 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.netty.http.NettyHttpComponent - 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-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-tarfile: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-tarfile - dataformats: - - tarfile - javaTypes: - - org.apache.camel.dataformat.tarfile.TarFileDataFormat - 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.FtpComponent - - org.apache.camel.component.file.remote.FtpsComponent - - org.apache.camel.component.file.remote.SftpComponent - 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 - 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-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-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-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-platform-http: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-platform-http - schemes: - - id: platform-http - http: false - passive: false - javaTypes: - - org.apache.camel.component.platform.http.PlatformHttpComponent - 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-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.SjmsComponent - - org.apache.camel.component.sjms.batch.SjmsBatchComponent - 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-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-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.component.beanclass.ClassComponent - - org.apache.camel.language.bean.BeanLanguage - 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-mail: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mail - schemes: - - id: imap - http: false - passive: false - - id: imaps - http: false - passive: false - - id: pop3 - http: false - passive: false - - id: pop3s - http: false - passive: false - - id: smtp - http: false - passive: false - - id: smtps - http: false - passive: false - dataformats: - - mime-multipart - javaTypes: - - org.apache.camel.component.mail.MailComponent - - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat - 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-snakeyaml: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-snakeyaml - dataformats: - - yaml-snakeyaml - javaTypes: - - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat - 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-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-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-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-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.directmessage.TwitterDirectMessageComponent - - org.apache.camel.component.twitter.search.TwitterSearchComponent - - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent - 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.SqlComponent - - org.apache.camel.component.sql.stored.SqlStoredComponent - camel-quarkus-mongodb: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mongodb - schemes: - - id: mongodb - http: false - passive: false - javaTypes: - - org.apache.camel.component.mongodb.MongoDbComponent - camel-quarkus-microprofile-metrics: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-microprofile-metrics - schemes: - - id: microprofile-metrics - http: false - passive: false - javaTypes: - - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent - camel-quarkus-infinispan: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-infinispan - schemes: - - id: infinispan - http: false - passive: false - javaTypes: - - org.apache.camel.component.infinispan.InfinispanComponent - camel-quarkus-rest: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-rest - schemes: - - id: rest - http: true - passive: false - - id: rest-api - http: false - passive: false - javaTypes: - - org.apache.camel.component.rest.RestComponent - - org.apache.camel.component.rest.RestApiComponent - 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-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-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-base64: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-base64 - dataformats: - - base64 - javaTypes: - - org.apache.camel.dataformat.base64.Base64DataFormat - 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-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-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-aws-kinesis: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-kinesis - schemes: - - id: aws-kinesis - http: false - passive: false - - id: aws-kinesis-firehose - http: false - passive: false - javaTypes: - - org.apache.camel.component.aws.kinesis.KinesisComponent - - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent - 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-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-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-jsonpath: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jsonpath - languages: - - jsonpath - javaTypes: - - org.apache.camel.jsonpath.JsonPathLanguage - 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-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-k-loader-yaml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - camel-k-loader-groovy: - groupId: org.apache.camel.k - artifactId: camel-k-loader-groovy - camel-k-loader-kotlin: - groupId: org.apache.camel.k - artifactId: camel-k-loader-kotlin - camel-k-loader-js: - groupId: org.apache.camel.k - artifactId: camel-k-loader-js - camel-k-loader-xml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-xml - camel-k-loader-java: - groupId: org.apache.camel.k - artifactId: camel-k-loader-java - camel-k-loader-knative: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - camel-k-runtime-main: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-main - camel-k-runtime-health: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-health - camel-k-runtime-inspector: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-inspector - camel-k-runtime-webhook: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-webhook - camel-k-runtime-cron: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-cron - camel-k-runtime-knative: - groupId: org.apache.camel.k - artifactId: camel-k-runtime-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml - - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - - groupId: org.apache.camel.k - artifactId: camel-knative-api - - groupId: org.apache.camel.k - artifactId: camel-knative - - groupId: org.apache.camel.k - artifactId: camel-knative-http - camel-knative: - groupId: org.apache.camel.k - artifactId: camel-knative - schemes: - - id: knative - http: true - passive: false - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-knative-api - - groupId: org.apache.camel.k - artifactId: camel-knative-http - loaders: - yaml: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-yaml - languages: - - yaml - metadata: - native: "true" - groovy: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-groovy - languages: - - groovy - metadata: - native: "false" - kts: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-kotlin - languages: - - kts - metadata: - native: "false" - js: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-js - languages: - - js - metadata: - native: "true" - xml: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-xml - languages: - - xml - metadata: - native: "true" - java: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-java - languages: - - java - metadata: - native: "false" - knative-source: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-knative - metadata: - native: "true" diff --git a/deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml b/deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml index 9f82592571..50d1907b97 100644 --- a/deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml +++ b/deploy/camel-catalog-1.2.0-SNAPSHOT-main.yaml @@ -38,6 +38,10 @@ spec: - groupId: org.apache.camel.k artifactId: camel-k-runtime-main capabilities: + cron: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-runtime-cron health: dependencies: - groupId: org.apache.camel.k @@ -3053,9 +3057,6 @@ spec: camel-k-loader-java: groupId: org.apache.camel.k artifactId: camel-k-loader-java - camel-k-loader-knative: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative camel-k-runtime-main: groupId: org.apache.camel.k artifactId: camel-k-runtime-main @@ -3077,8 +3078,6 @@ spec: dependencies: - groupId: org.apache.camel.k artifactId: camel-k-loader-yaml - - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - groupId: org.apache.camel.k artifactId: camel-knative-api - groupId: org.apache.camel.k @@ -3128,9 +3127,3 @@ spec: artifactId: camel-k-loader-java languages: - java - knative-source: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-runtime-knative diff --git a/deploy/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml b/deploy/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml index 01b62ce7c3..e1f820f15a 100644 --- a/deploy/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml +++ b/deploy/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml @@ -38,6 +38,10 @@ spec: - groupId: org.apache.camel.k artifactId: camel-k-runtime-quarkus capabilities: + cron: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-runtime-cron health: dependencies: - groupId: org.apache.camel.quarkus @@ -795,9 +799,6 @@ spec: camel-k-loader-java: groupId: org.apache.camel.k artifactId: camel-k-loader-java - camel-k-loader-knative: - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative camel-k-runtime-main: groupId: org.apache.camel.k artifactId: camel-k-runtime-main @@ -819,8 +820,6 @@ spec: dependencies: - groupId: org.apache.camel.k artifactId: camel-k-loader-yaml - - groupId: org.apache.camel.k - artifactId: camel-k-loader-knative - groupId: org.apache.camel.k artifactId: camel-knative-api - groupId: org.apache.camel.k @@ -882,11 +881,3 @@ spec: - java metadata: native: "false" - knative-source: - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-loader-knative - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-quarkus-knative - metadata: - native: "true" diff --git a/deploy/resources.go b/deploy/resources.go index 4ae5e6ff1f..4f68dc8c6a 100644 --- a/deploy/resources.go +++ b/deploy/resources.go @@ -88,47 +88,19 @@ var assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x3d\x6f\xdb\x30\x14\xdc\xf9\x2b\x0e\xd6\x92\x00\xfe\x68\x3b\xba\x93\x9a\xd8\xa8\xd0\xc0\x06\x22\xa7\x41\xc6\x67\xf1\x59\x7a\x08\x45\xaa\x24\x15\xc5\xff\xbe\xa0\x6c\x37\x09\xba\x86\x9b\xa0\xd3\x7d\xf0\x4e\x19\x66\x9f\x77\x54\x86\x3b\xa9\xd8\x06\xd6\x88\x0e\xb1\x61\xe4\x1d\x55\x0d\xa3\x74\x87\x38\x90\x67\xac\x5d\x6f\x35\x45\x71\x16\x57\x79\xb9\xbe\x46\x6f\x35\x7b\x38\xcb\x70\x1e\xad\xf3\xac\x32\x54\xce\x46\x2f\xfb\x3e\x3a\x0f\x73\x22\x04\xd5\x9e\xb9\x65\x1b\xc3\x1c\x28\x99\x47\xf6\xcd\x76\x57\xdc\xac\x70\x10\xc3\xd0\x12\x4e\x1f\xb1\xc6\x20\xb1\x51\x19\x62\x23\x01\x83\xf3\xcf\x38\x38\x0f\xd2\x5a\x92\x30\x19\x88\x3d\x38\xdf\x9e\x6c\x78\xae\xc9\x6b\xb1\x35\x2a\xd7\x1d\xbd\xd4\x4d\x84\x1b\x2c\xfb\xd0\x48\x37\x57\x19\x76\x29\x46\xb9\xbe\x38\x09\x27\xda\x51\x33\x3a\x3c\xb9\xfe\x9c\xe1\x5d\xdc\xf3\x2d\x4c\xf1\x9b\x7d\x48\x22\xdf\xe6\x5f\x54\x86\xab\x04\x99\x9c\x5f\x4e\xae\xbf\xe3\xe8\x7a\xb4\x74\x84\x75\x11\x7d\xe0\x77\xcc\xfc\x5a\x71\x17\x21\x16\x95\x6b\x3b\x23\x64\x2b\x7e\x8b\xf5\x4f\x61\x8e\xd1\x40\xe2\x70\xfb\x48\x62\x41\x63\x0c\xb8\xc3\x7b\x18\x28\xaa\x4c\x65\x18\x4f\x13\x63\xb7\x5c\x2c\x86\x61\x98\xd3\x68\x77\xee\x7c\xbd\xb8\xa4\x5b\xdc\x15\x37\xab\x4d\xb9\x9a\x8d\x96\x55\x86\x07\x6b\x38\x04\x78\xfe\xd3\x8b\x67\x8d\xfd\x11\xd4\x75\x46\x2a\xda\x1b\x86\xa1\x21\x15\x37\xb6\x33\x96\x2e\x16\x83\x97\x28\xb6\x9e\x22\x9c\x5b\x57\xd9\x87\x76\xde\xae\xeb\x62\x4f\xc2\x07\x80\xb3\x20\x8b\x49\x5e\xa2\x28\x27\xf8\x91\x97\x45\x39\x55\x19\x1e\x8b\xdd\xcf\xed\xc3\x0e\x8f\xf9\xfd\x7d\xbe\xd9\x15\xab\x12\xdb\x7b\xdc\x6c\x37\xb7\xc5\xae\xd8\x6e\x4a\x6c\xd7\xc8\x37\x4f\xf8\x55\x6c\x6e\xa7\x60\x89\x0d\x7b\xf0\x6b\xe7\x93\x7f\xe7\x21\xe9\x22\x59\xa7\x4e\x2f\x03\xba\x18\x48\xfb\x48\xcf\xa1\xe3\x4a\x0e\x52\xc1\x90\xad\x7b\xaa\x19\xb5\x7b\x61\x6f\xd3\x3c\x3a\xf6\xad\x84\x54\x67\x00\x59\xad\x32\x18\x69\x25\x8e\x2b\x0a\xff\x87\x4a\x32\x9f\xf9\x6f\x29\xea\xe4\x3c\xa7\x25\x5e\xbe\xaa\x67\xb1\x7a\x89\x92\xfd\x8b\x54\x9c\x57\x95\xeb\x6d\x54\x2d\x47\xd2\x14\x69\xa9\x00\x4b\x2d\x2f\x51\x51\xcb\x66\xf6\x3c\xdb\xf7\x62\x34\x7b\x05\x18\xda\xb3\x09\x09\x81\xd4\xe4\x12\x93\x33\x66\xa2\xfe\x06\x00\x00\xff\xff\x4e\x4d\xa1\x73\x0e\x04\x00\x00"), }, - "/camel-catalog-1.1.0-main.yaml": &vfsgen۰CompressedFileInfo{ - name: "camel-catalog-1.1.0-main.yaml", - modTime: time.Time{}, - uncompressedSize: 81994, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x7d\x4f\x77\xdb\x38\xb2\xef\x3e\x9f\x82\x67\xb2\xb9\xf7\xbc\x51\x4d\x77\x67\xee\xf4\xbb\xfd\x56\xb6\x1c\x27\x76\x6c\xc7\x1d\x7a\x3a\x99\xde\xf4\x81\x48\x48\x82\x4c\x12\x34\x00\xca\xb2\x3f\xfd\x3b\xf8\xc3\xbf\x82\x60\x91\x30\xec\x85\x49\x11\x55\xbf\x62\x11\x20\x08\x14\x0a\x55\xef\xa3\xd9\xeb\xfd\xbd\x7b\x1f\x5d\x91\x04\x17\x1c\xa7\x91\xa0\x91\x58\xe3\xe8\xa4\x44\xc9\x1a\x47\x31\x5d\x8a\x47\xc4\x70\x74\x4e\xab\x22\x45\x82\xd0\x22\xfa\xaf\x93\xf8\xfc\xbf\xa3\xaa\x48\x31\x8b\x68\x81\x23\xca\xa2\x9c\x32\xfc\xee\x7d\x94\xd0\x42\x30\xb2\xa8\x04\x65\x51\xa6\x01\x23\xb4\x62\x18\xe7\xb8\x10\x1c\xa2\x28\xc6\x58\xa1\xdf\x7c\xbd\xbb\x98\x7f\x8c\x96\x24\xc3\x51\x4a\xb8\x66\xc2\x69\xf4\x48\xc4\xfa\xdd\xfb\x48\xac\x09\x8f\x1e\x29\xbb\x8f\x96\x94\x45\x28\x4d\x89\x14\x8c\xb2\x88\x14\x4b\xca\x72\x7d\x1b\x0c\xaf\x10\x4b\x49\xb1\x8a\x12\x5a\x3e\x31\xb2\x5a\x8b\x88\x3e\x16\x98\xf1\x35\x29\xe1\xdd\xfb\xe8\x4e\xaa\x11\x9f\xd7\x77\xc2\x35\xac\x92\x29\x68\xf4\x1f\x5a\x19\x1d\x3a\xea\x9a\xa7\xf0\xf7\xe8\x0f\xcc\xb8\x14\xf2\x0b\xfc\xf4\xee\x7d\xf4\x5f\x92\xe4\x6f\xa6\xf0\x6f\xff\xfd\xff\xa2\x27\x5a\x45\x39\x7a\x8a\x0a\x2a\xa2\x8a\xe3\x0e\x32\xde\x25\xb8\x14\x11\x29\xa2\x84\xe6\x65\x46\x50\x91\xe0\x56\xad\x46\x02\x44\xea\x06\x24\x06\x5d\x08\x44\x8a\x08\x29\x35\x22\xba\xec\x92\x45\x48\xbc\x7b\xff\xee\x7d\xa4\xfe\xd6\x42\x94\xbf\xfd\xe3\x1f\x8f\x8f\x8f\x80\xd4\xed\x02\x65\xab\x7f\xd4\xda\xfd\xe3\xea\x62\xfe\xf1\x26\xfe\x38\x53\xb7\xfc\xee\x7d\xf4\xef\x22\xc3\x9c\x47\x0c\x3f\x54\x84\xe1\x34\x5a\x3c\x45\xa8\x2c\x33\x92\xa0\x45\x86\xa3\x0c\x3d\xca\x8a\x53\xb5\xa3\x2a\x9d\x14\xd1\x23\x23\x82\x14\xab\xbf\x47\xdc\xd4\xfa\xbb\xf7\xbd\xda\x69\x1f\x57\x7d\x7b\x84\xf7\x08\x68\x11\xa1\x22\xfa\xdb\x49\x1c\x5d\xc4\x7f\x8b\x4e\x4f\xe2\x8b\xf8\xef\xef\xde\x47\xdf\x2f\xee\x3e\x7f\xfd\xf7\x5d\xf4\xfd\xe4\xdb\xb7\x93\x9b\xbb\x8b\x8f\x71\xf4\xf5\x5b\x34\xff\x7a\x73\x76\x71\x77\xf1\xf5\x26\x8e\xbe\x9e\x47\x27\x37\xff\x89\xbe\x5c\xdc\x9c\xfd\x3d\xc2\x44\xac\x31\x8b\xf0\xae\x64\xf2\xfe\x29\x8b\x88\x7c\x90\x38\x95\x75\x5a\x37\xa0\xfa\x06\x64\xfb\x90\xbf\x79\x89\x13\xb2\x24\x49\x94\xa1\x62\x55\xa1\x15\x8e\x56\x74\x8b\x59\x21\x9b\x47\x89\x59\x4e\xb8\xac\x4e\x1e\xa1\x22\x7d\xf7\x3e\xca\x48\x4e\x84\x6a\x45\x7c\x5f\x29\x29\xe6\x35\xdf\xad\x77\xa8\x24\xa6\x39\xfd\x16\x25\x28\xc7\x59\xb7\xfa\xb6\x3f\xbf\xbb\x27\x45\xfa\x5b\x34\x97\x25\x73\x24\x50\x46\x57\xef\x72\x2c\x50\x8a\x04\xfa\xed\x5d\x14\x15\x28\xc7\x86\x71\x96\xe8\xf2\xd9\xcf\xf0\x33\xfc\x34\xcb\x11\x29\xde\x45\x51\x86\x16\x38\xe3\x92\x34\x92\x35\x5c\xd3\xde\xab\x0b\x7b\x02\x0d\x04\x6c\xeb\x5b\xfa\x00\x3f\xc1\xcf\x6e\xda\x8c\xa2\x14\xb3\xa3\x58\x58\x55\x08\x92\xe3\x96\x56\xdd\xaa\x9b\xb6\x64\x74\x4b\x52\xcc\x7e\x8b\x94\x46\xb2\x2e\xa5\x36\xa6\x58\x2b\x66\xc1\x1b\xb0\x19\xf5\x65\x03\x97\x35\x3b\xcf\x10\xe7\xbf\x45\x94\xad\x6a\x91\x5a\xfe\x3d\x48\x6a\x38\x69\x29\x15\x67\xf7\x89\xb7\x37\x6b\xd1\x38\x8a\x1e\x2a\xc4\xee\x2b\xde\x55\xf1\x17\xf8\x09\xce\x49\x81\xb2\x2e\xf7\xcc\x42\xf8\x13\xfc\x34\xbb\xfe\xa0\xa8\x52\x5c\xe2\x22\xc5\x45\x42\xb0\xa9\xbc\x59\xb4\x62\xb4\x2a\x2f\x52\xdb\x6d\x1b\x64\xc4\x04\x59\xa2\x44\x48\x22\x53\xcf\x33\xf3\xa0\xea\xf6\x50\x93\x18\x54\x4d\xf5\x4c\x4a\xd9\x3f\xd5\xea\x1d\x14\x74\x50\x8c\x01\x30\xe5\xf2\x51\xe9\xae\x98\xd7\x90\xb3\xa8\x4f\xb2\x41\x5b\x74\xf7\x54\xe2\x0e\xc1\x9e\x56\x2d\x0c\x18\x66\xf8\x93\x94\xe7\x24\xc3\x67\x48\xa0\x73\x55\xd2\x51\x62\x49\xcb\xe9\x0a\x2c\x69\x69\xca\x78\xb2\xc6\x79\xf7\xbe\x48\xfa\x5b\xd4\x16\x9b\x9e\x36\x5a\xa2\x8c\xe3\xe6\x5a\x89\x38\x27\x5b\xdc\xbf\x7c\x8c\x8e\xf2\x3b\x40\x0b\x5c\x08\x58\xd2\x12\xce\x69\x39\xaf\x2f\x74\x34\x43\xcf\x15\xf3\xa8\x1c\xc5\xee\xd2\x4e\x11\xcc\x16\x19\x5d\x8c\x57\xb2\x8b\xf0\x50\xe1\x0a\x87\x7e\x4e\x4a\x14\xc8\x9b\x85\xd3\x8c\x2e\x62\xcc\xb6\x24\xc1\xfd\xc7\x76\x14\x84\xba\x5b\xf8\x5d\xfe\xb7\x82\xe8\x87\xc7\x71\x8a\xa6\x3f\x7a\xc9\xed\x7a\xf2\x9d\xf2\x17\x1e\x98\x60\xd5\xb4\xe7\x25\x45\x40\x8c\x53\x64\xd3\x2e\x27\x85\x87\x76\x92\xdb\xa5\x5d\xa7\x3c\x58\x73\x90\x32\xe0\x9a\x14\x56\xf5\x4a\x46\x0a\x81\xd9\x74\x0d\x0d\x80\x4b\xc9\xac\x64\xa1\x75\x34\x77\x01\xb7\xfa\x68\xd3\xf4\x91\xb2\x54\x0d\x89\xa6\xeb\xda\x40\xb8\xb4\x1d\x12\x05\xd3\xb9\x11\x04\xdf\xeb\x33\xab\xde\x78\xc1\x69\x72\x8f\x85\x87\xde\x35\x84\x53\xef\x01\x51\xad\x77\xe7\xb5\x7c\x1d\xb5\x6b\x39\xf0\xbd\x3e\xb3\xf6\x4a\x19\x4a\xee\x3d\xba\x25\xc9\xee\xec\x97\x3a\x04\xc1\xaa\x58\x09\x81\x58\xfe\xb7\xe9\x48\x8a\x65\x56\xed\xd2\xc5\x74\x35\x6b\x04\x97\xa6\x03\x9a\x60\xca\xd6\x72\xe0\x42\x9d\x9c\x2d\x6c\x2a\x67\x55\xbe\xc0\x6c\xe3\x55\xb7\x2d\x86\xb3\xd7\x1a\x52\x05\x53\xbc\x95\x04\x57\xcd\xa9\xb5\x4d\x0b\xb4\xf3\x68\xd2\x02\xed\x9c\x2d\xba\x2d\x0f\xd7\xa0\x05\xda\x41\x2c\x4e\x7e\x58\xd5\xdb\xe4\xfc\x17\x0f\xfd\x24\xbb\x53\xc1\x0e\x41\x38\x0d\xa5\x10\x88\xe5\x7f\x9b\x8e\x4b\x94\xe0\x05\xa5\x1e\xad\xb7\x46\x70\x0e\xc6\xfb\x34\xe1\x46\xe4\x46\x0e\x9c\x9b\x13\x9b\xca\xa9\xec\xa3\x3d\x46\x18\x9a\xdf\xa5\x6e\x8f\x22\x98\xb2\x5a\x0a\x9c\xa9\x83\x75\x12\x52\x16\x1e\x83\x0b\xc9\xed\x9c\x82\xb4\xe5\xe1\x66\x0e\x65\xc1\xe1\xa4\x2c\xac\x03\x89\x0d\xda\x79\x7c\x69\x24\xb7\x29\xb4\x4e\x7e\x3b\xe5\xc7\xdd\x73\xb1\xc5\x4c\x0e\xf9\x24\x23\x5c\xa2\xdd\xc2\x3a\xe5\x7d\xa8\x10\x13\xcf\xd3\x6f\x5b\xf3\xbb\xea\xa5\x47\x11\xac\x66\xb4\x14\xf8\x5d\x1d\xac\x8d\xef\x91\xcf\xf8\xe3\xd2\xa3\xfd\x69\x00\x67\x13\xec\x91\x84\x6b\x85\x8f\x1c\xf8\xe3\x12\xe2\xef\xe7\x36\x4d\xf1\x3a\x91\x6c\xd3\x35\x35\x00\x2e\x4d\xfb\x24\xc1\x34\x35\x62\xe0\xa3\x3e\x5a\x3f\x8a\x72\x6a\xb3\x9a\x3d\x7a\xf4\x2c\x0d\x84\xf3\xe3\x38\x20\x0a\x35\x7c\xd7\x72\xe0\x91\x43\xac\xce\xe4\x20\xfe\xb0\x6d\xa1\x40\x2b\x42\x3d\x54\xd7\xfc\x2e\xbd\x7b\x14\xc1\x2a\x5a\x4b\x81\x1b\x75\xb0\x9a\x19\x68\xb1\xa2\x3e\x23\x79\x03\xe0\x52\xb5\x4f\x12\xce\xde\xa0\xc5\xc0\xb5\x3c\xda\x47\xf1\xb2\x23\xc1\xf7\x3e\x1f\x4b\x0d\xf0\x52\x67\xd5\x92\x04\xed\xac\xf0\x3d\x87\x8f\x5f\xe2\x03\x1f\x4d\x0f\x9b\xab\xe4\x36\x85\xf5\xc2\x4c\xe7\xae\x76\x82\xde\xe3\x82\x3c\x8f\xb9\xf1\x1a\x06\x1a\x66\x06\x3f\xae\xaf\xee\xcc\x8f\x2b\x53\xdc\xd1\xa0\xcc\x90\x90\x5f\xeb\x99\x7a\x80\x93\x55\xe9\xc1\xb8\xea\xcd\x46\x18\xce\x6e\x64\x84\x81\xc4\x87\x5b\xf3\xeb\xb3\x10\x56\x2b\xf3\x06\x0b\xf1\xe4\x51\x9b\x92\xdd\xa5\x7a\x97\x20\x54\xff\xab\x64\xfc\x2f\x5c\xca\x43\x4f\xcf\xff\xed\x28\x9a\x3d\x7b\x0c\x24\xb2\xe7\xa5\x6b\xa0\xd7\x16\x8f\x5c\xe1\xc8\x9e\x97\x70\xf5\xe7\xb9\x75\x98\xb7\xcd\xa7\xdf\xef\x36\x77\xd5\x49\x53\x1a\xca\xfa\xbc\xcd\xe1\x8f\xdc\xd6\xda\x12\xf6\x54\x0a\x3a\x5d\x2f\xcd\xef\xd2\xad\x47\x31\xe2\x1d\xb3\xd6\x6b\x0f\x6c\x16\x95\xab\x72\xd2\xe3\xd0\x30\x70\x46\x56\x44\xa0\x2c\x26\xab\x02\x89\x8a\x1d\xb7\x7a\x51\x4f\x09\x0c\xc6\x5c\x1d\x06\xed\xe5\x38\xd6\xdb\x4f\xb7\xd6\x76\x96\xd0\x1c\x8b\xd4\xa3\x4e\x14\xbf\xb3\x4e\xba\x14\xa3\x57\x99\x34\x77\xf0\x8f\x9e\x16\x03\x73\x75\xb0\xb5\xdd\x05\x46\xc5\x6c\x8b\x32\x92\x22\x41\x3d\xe6\xfe\x7d\x1c\xd7\x73\xb3\x52\x06\x7b\x00\x52\x1a\x34\xd2\xe0\x14\xa3\xe2\x8f\xfa\x97\xed\x79\xf8\x7d\x3b\x5f\xfa\x64\x4e\xfb\x52\xb6\xbc\x13\xda\xcb\xfe\xea\xbb\x73\xfd\xbd\x01\xb3\xd8\xb3\xc6\x2d\x79\xb7\x75\xa0\x3e\xd9\x87\x3e\xd5\x82\xdc\x7b\x2c\xdb\x49\x6e\xd7\x03\xef\x94\x07\x6b\x62\x52\x06\xdc\x91\x7b\xeb\xb2\x5d\x82\x96\x4b\x4c\x0a\x8f\x49\x70\x8d\xe0\xec\x8b\x0c\xcd\x6c\xe2\x64\x78\x80\x92\x51\x94\xbe\xc9\xb4\xba\x96\x08\x7a\x76\x3d\x37\x3f\xe7\xfb\x73\xec\x63\x81\xe4\xad\x37\x38\x57\x14\xa5\x16\x2c\x33\x9a\xc0\x4c\x78\x18\xe9\x15\xbb\x73\x3c\xd2\x21\x08\xf6\x00\x95\x10\xf8\x43\xfe\xb7\xe9\x48\x4b\x5c\x70\xe1\xb5\x06\xd3\x40\xb8\x74\x6d\x88\x66\x09\x29\xd2\x29\x16\xde\x21\xce\x2a\x43\x45\x32\xb9\x25\xb7\x38\xf7\xf8\x89\x0b\x5a\xbc\x02\x52\x81\x2b\xc1\x8c\x13\x95\x1f\x10\xdd\x4e\xe8\x93\x86\x28\xfc\x91\x2c\x87\x2b\xb8\xaf\xde\xbc\x1a\x71\xa0\xeb\x15\xe6\xea\x30\xea\xd5\x6c\x31\x74\x9d\xc2\x27\x75\x98\x88\x51\xd7\x27\x7c\x31\x27\x13\x71\x4c\x6d\xc2\x8d\x3e\x4e\x45\xa1\x5b\x04\x37\x74\x8b\x26\xf2\xab\x4a\x84\x58\xfe\xb7\xbd\xbe\x2b\x4a\x57\x99\xec\xd4\x33\x5c\xa4\xc8\x63\x74\x36\x00\x72\xbd\xca\x76\xd2\xd1\x0d\x75\x00\x33\xe3\x82\x61\x74\xe4\x0c\x6d\x7a\x7b\xd5\x52\xa1\x96\x0a\x9f\xd4\xef\xb9\xf9\x39\xaa\x92\x86\x50\x5a\x81\x01\x62\xac\x2e\x5a\xc7\xd5\x8c\x3e\x72\x8f\xaf\xbe\xe6\x77\x8e\xa3\xbb\x14\xa1\xe6\xbc\x5a\x08\x9c\xaa\x83\x75\x99\x3f\x25\x3e\x16\x88\x94\x38\xd7\x31\x3a\xe5\xe1\x16\xf5\x53\xb2\x84\xab\x94\x2c\x1d\x6f\x20\x5f\x63\x2c\x3c\xac\xa0\x3d\x98\x23\xde\xbe\x1e\xe1\xd4\x77\x4f\x83\xbc\xed\x9b\xa7\x65\x9a\xb7\x24\x56\x3f\xa6\xbc\x75\x06\xa6\xf7\xce\x69\xb4\xc3\x6f\x1c\x47\xe5\xac\xc0\xe2\x11\xa3\xad\xcf\x22\x76\x0f\xc6\x55\x55\x36\xc2\x70\xce\x0a\xa8\x84\x46\x18\xdc\x60\xf1\x5d\x9d\x59\x9b\x2c\x2a\x56\x19\xf1\x98\x53\x19\x00\x67\x33\xed\x91\x84\x6b\x54\x5a\x0c\x7c\xd2\x47\x6b\xad\xcb\xdb\x43\xf2\x13\xee\x51\xe5\x0d\x86\xb3\xbe\x87\x54\xe1\x2a\xbb\x91\x04\x71\x73\x6a\x53\xfe\x09\xe5\xb9\x4f\x5b\xd7\xfc\x2e\xa5\x7b\x14\xc1\x14\xd6\x52\xe0\x3f\xea\x60\xf5\x4c\x21\x0c\x27\x1e\x7e\x91\x9a\xdf\xa5\x68\x8f\x22\xd4\xd7\x54\x0b\x81\x33\x75\xb0\x5a\x0b\xd6\x55\xe1\x31\x57\x53\xec\x2e\x2d\xbb\x04\xe1\x26\xf5\x52\x08\xcc\xe5\x7f\xfb\x42\x5b\x72\xcf\x69\xb1\xcb\x33\x9f\xe5\xb6\x1a\xc3\x90\x1c\xf0\x54\x19\x50\x8d\x5c\x80\x69\xd8\xe1\x52\x9f\xfe\xb8\xbe\xb2\x1a\x9b\xcd\x92\xfc\x02\x89\x64\xed\xbd\xfa\xaf\x50\x9c\x1d\xd1\x3e\x5d\xb8\xae\x48\x3b\x01\x28\x59\xc6\x0f\xe0\x54\x9e\xdb\x9d\x1e\x2b\x8f\x65\x71\xc9\xed\xd4\xba\x2d\x0f\xb6\xbd\x40\x54\x0b\x88\x45\x65\x5d\x09\x4f\x19\xc9\x3c\x5a\xac\x62\x77\x76\x40\x1d\x82\x70\x9e\x71\x52\x08\x9c\xc9\xff\x36\x1d\x9f\x29\xbd\xc7\xb8\xf4\xf9\xa4\x34\x10\x2e\x5d\x87\x44\xc1\xf4\x6d\x04\xc1\x9f\x94\x7e\x51\x67\x87\xbc\x1c\x92\x47\x3f\x27\x87\xe4\xd1\xa5\x71\x8f\x22\xa8\x8b\x43\xf2\x08\xf3\x47\x9b\x92\x3b\x3d\x9a\x9e\xae\xe5\xae\x37\x93\xb0\xf7\xb8\x9c\x16\x03\xba\x59\xd4\xff\x3d\x72\x2d\xd9\x30\xc3\x25\xa7\xc5\x31\x0b\x84\x16\xd6\x1f\x7a\xce\x60\xed\xb9\x1f\x31\x12\x6b\x9f\xf6\x6e\x00\x5c\x75\xdf\x27\x09\xb7\xcb\x44\x8b\x81\xef\xfa\x68\xf7\x69\xe6\x42\x56\x91\x8f\x4f\xb3\x46\x78\xb1\x11\x0c\x08\xc7\x7a\x2b\x6b\x66\x38\x37\x27\xd6\xba\x2b\x53\x0f\xcb\x43\x99\x3a\x0d\x0f\x6d\x71\x38\x8f\x96\x74\x09\xb7\xa9\xd5\xea\x60\xbe\xf0\xa4\x10\x78\xc5\xd4\xd6\x5d\xef\x51\x45\x07\xeb\x88\xb1\xc5\x3e\x75\xe8\x11\x46\x47\xa2\x19\x67\x5c\xb4\x57\xac\xfb\xe1\xd0\xda\xc3\xe5\x42\x72\x3b\xeb\xbf\x2d\x0f\xd7\x00\xd0\x9a\xc2\x2d\x5a\x53\xab\x3f\xa5\x9f\x07\x53\xf1\x92\x07\x53\x61\xf1\x60\x7a\x7d\x67\x4a\x29\x04\x6e\xe4\x7f\xab\x2b\x65\xc5\x85\x9f\x83\x70\x8d\xe0\xd2\x74\x40\x13\xce\x9b\xd2\xc8\x81\x6b\x73\x62\x7d\xb3\x89\x87\x77\x01\x27\x4e\xe7\x82\xb6\x78\xb4\xc5\x90\x93\x29\xae\x05\x23\x5f\x74\x52\x42\x4c\xac\x3e\x00\xeb\x05\xf2\xb1\x95\x2b\x76\xd7\x93\xe9\x12\x04\xd3\x4f\x09\x81\xcf\xa7\xc8\x6e\x28\x37\xb3\x49\xef\x39\xef\x8b\x5f\xde\x3e\xdd\xa4\x29\x6f\x3d\xdf\xb5\x7e\x76\xef\xd1\xd2\xc7\x63\x43\xb1\xbb\x2a\xab\x4b\x10\xac\xb2\x94\x10\xf8\x22\xff\x5b\x9d\x52\x1e\x89\xf0\xda\x6c\x6d\x00\x5c\x7a\x1a\x12\x63\x9b\xca\x31\xe7\xb5\x3b\xef\x84\x17\xb8\x06\xe3\x18\xb1\x29\x56\x81\x3e\x8a\x20\x39\xce\xc8\x94\x45\xf3\x91\x9e\x33\x5a\x1e\xf4\x1e\x01\xdc\xe9\xab\xda\x4a\x76\xad\x2f\x8e\x5a\x44\xa8\x61\xf5\xc3\xa8\xf1\x62\xf5\x6b\x12\x50\xfd\x3c\x6a\xa8\x3b\xf3\xdb\xbe\x0c\x91\x61\xbe\xa4\x2c\xf1\xe8\xd0\x5a\x0c\x67\x7f\x3f\xa4\x0a\xb8\xfa\x50\x4b\x82\xb8\x39\xb5\xce\x31\x37\x1e\xd3\xcb\x8d\x4b\xd9\xa6\x34\x98\x92\xbb\x0d\xfc\xb8\xb4\x87\xcd\x50\xbb\x5e\x0a\xea\x61\x21\x68\x31\x9c\x35\x3a\xa4\x0a\x57\xa3\x8d\x24\x30\x01\x43\x6e\xa8\xd5\x6a\x40\x12\xe4\x61\xf5\x92\xdc\xae\x0f\x56\xa7\x7c\xe4\x16\xf4\x04\x65\x70\x31\x47\xd9\x01\xe7\x5f\xe6\x13\xe9\x44\xb1\xbb\xea\xa9\x4b\x10\xd0\x75\x97\xa5\x08\xe6\xf2\xbf\x75\x99\x8f\xa1\xd2\xa3\x8b\x51\xec\x2e\x1d\xbb\x04\xe1\x16\xf8\xa4\x10\xf8\x24\xff\xdb\x74\xac\x0a\xb2\xa5\x09\x11\x4f\xb3\x12\x31\x8e\x99\xc7\x0a\xfc\x1e\x94\xab\x59\xb6\xc4\x09\xdf\x5a\xae\x2e\xc9\x0e\xa7\x96\xeb\xa2\xa1\x1e\x69\xe5\x6a\x20\xe0\xdf\x05\xf9\x43\x9d\xcd\xf9\x76\xa4\xbd\xcb\x02\x72\x2e\x6f\xf4\x3b\x49\xc5\xda\x1f\xeb\x6e\xef\x86\xcc\xe8\x3b\x5d\x7a\xd4\x8b\xe4\x76\x0e\xdd\xdb\xf2\x70\x23\xf7\x74\xc9\xe1\x73\xba\xb4\x6f\xa6\x4e\x32\x5a\xa5\x1e\x1a\x1a\x00\x97\x92\x7d\x92\x60\x7a\x1a\x31\x70\xa9\x8f\x36\x6d\x1f\x2a\x92\xdc\x2f\x89\x87\x5f\x6c\x8d\xe0\xd2\x77\x40\x13\x70\x2f\xb6\x96\xb3\x81\xdf\xeb\x33\xab\xad\x85\x3f\x78\x58\x5a\xf8\x83\x4b\xd5\xb6\x38\x9c\x95\x85\x3f\xc0\x0d\x7f\xb0\x4e\xac\x49\x99\xac\x91\xc7\xc2\xb9\x01\x70\xbe\xa1\x3d\x92\x70\x2f\xa9\x16\x03\x9f\xf5\xd1\xaa\x2d\x7a\xc6\x59\x82\xb8\x8f\xbe\x35\x84\x53\xe3\x9a\x68\x86\x04\xcd\x49\xb2\x45\xd9\x94\x58\x71\x43\x30\x52\x70\xe1\xe3\xf4\xdc\x22\x65\x84\x4f\xa8\x8f\x21\x4a\x8e\xa6\xef\x55\x69\x41\xaa\x4c\x90\x57\x41\x9a\x18\x91\x6f\x08\xc3\xb0\x8e\x87\x89\xd3\x57\xb9\x2b\x46\x8a\xd5\xa2\x5a\x2e\xa7\xfb\xbc\xb7\x58\xc7\x47\xd0\x73\xa3\xbc\x42\xdd\x0b\x5a\x92\x24\xf8\x2b\x5d\x8b\x03\xfd\x1e\x15\x2a\xa6\x12\x7c\xae\x2f\x9f\x74\xae\x8e\x9a\xb7\xb7\xc0\xf5\x3b\xd5\x82\x5e\x98\x2b\x13\x01\xe5\xab\xd5\x82\x5d\x11\x2e\x26\x02\xe5\xa8\x6c\x71\xae\x51\x39\x15\xc6\xbc\x5f\x1d\x2c\x73\x65\x22\xa0\x0e\x25\xd9\xa0\xa9\x98\x92\x13\xa1\x7a\xaf\x5a\x0b\xf9\xad\x7b\x79\x2a\x74\xf3\xda\x75\x70\x9b\x6b\x13\x41\x55\x78\xc9\x06\x6e\x3f\xce\xe4\x08\x20\xd1\xc5\x99\xda\x44\xd4\x4b\xd8\x02\xdd\xc9\x9f\x56\x5f\x73\xc4\x12\x9a\xfa\x38\x9b\x6b\x00\xd7\x94\xa8\x4f\x32\x72\x7a\x63\x98\xe1\x54\x1f\xad\xd3\x08\xf4\xc8\x67\x82\xa1\x82\x67\x48\xf8\x04\x88\xed\xc2\xb8\x3e\xe2\x36\xc2\xa0\x8e\x19\x8d\x30\xb8\xab\xcf\xac\xbe\x28\x22\xf7\x89\xa3\xa2\xd8\x9d\x7a\x77\x08\xc2\xe9\x2b\x85\xc0\x89\xfc\x6f\xdd\x34\x60\x82\x57\x4c\x57\x33\xeb\x86\xbf\x38\xb4\x79\xa0\x4f\x13\xca\x6b\xac\x09\xd4\x51\x87\xe4\x38\x10\x00\x92\x14\x84\x97\xc8\x63\x01\xa8\xc5\x70\x69\xbd\x47\x15\x32\x0c\xa4\x91\x04\x17\xcd\xa9\x63\x13\x45\x59\x2d\xb8\x8f\x87\x60\x0f\xc6\xf5\x08\x6c\x84\xa1\x37\x3e\x68\x61\x66\xab\xc2\xad\xfa\x61\xef\xaa\x39\xfe\xd7\x3f\x7d\x7a\x6a\xc9\xef\xee\xa8\x3b\x14\xa3\xfb\x69\xc9\x0b\xa7\xea\x60\xed\xa5\xb3\x2a\xc1\x3e\x9b\x99\x35\xbf\xf3\xad\xed\x52\x04\x8c\xe4\x29\xa5\xc0\x95\x3a\x1c\x8a\x8b\xe0\x51\x4d\xd8\xfd\x92\x76\xca\x8f\xef\x96\x8c\xed\x39\x43\xc7\x46\x2c\xee\xf0\x5a\x82\x12\x75\xee\x61\x42\x48\x85\x53\x3c\x7c\xd7\x8f\xe0\x52\xf7\x0e\x2a\x61\xc1\x11\xbc\x4d\xc7\xda\x08\xb4\x04\x3d\xf2\x75\x6a\xec\xf9\x26\x1e\x70\x3c\x7e\x8b\xfd\x53\xc6\x57\xd1\xb1\xbd\x89\x66\x3e\xbb\x9a\x68\xe6\xde\xcc\xd4\x96\x8f\x77\x1e\xa1\x19\x9b\xbc\x57\x4d\x32\xcf\x33\x5a\x4d\x08\xa4\x32\xf2\x01\xd3\x8c\x41\x2c\xa5\xd9\x06\x24\x74\xe5\xd1\xa7\xd1\x95\xb3\x43\x6b\x8a\x83\x8d\x40\xe8\x0a\xae\xe8\xca\x3a\xee\xc0\xc9\xbf\x7e\xfa\xbf\xbf\xfe\xe4\x31\xea\x30\x08\xce\x31\x87\xa1\x99\x25\x19\x69\x5f\xe9\xd1\x6d\xa1\x81\xe1\x98\xbd\xc1\x9e\xba\x5a\x1c\xe8\xbb\x86\xb9\x3a\x8c\xea\xd4\x1a\x08\x7d\xc7\x6a\x2d\xf5\x80\x8b\xb9\x1c\x0b\x97\x6b\xcc\xf0\x6b\xc4\x79\xb7\xa1\xbd\x38\xe8\xb7\xd3\x87\x0a\x5f\xd6\x8a\x3c\x36\x10\x7c\x8a\x17\xf8\x99\x54\xb9\x7f\x88\xc5\x21\x92\xeb\xd1\x1c\xa0\x0d\xb7\x05\xc3\xc8\x83\x33\x73\x72\xad\xe5\x3a\xfc\x80\xb3\x14\xf9\x78\x0d\xb6\x20\xce\x2f\xc0\x1e\x59\x60\x97\x5f\x29\xc9\xb8\xfa\x5e\xa5\x43\x43\x90\xa9\x47\x9f\x30\xcd\xa9\x3b\x4a\x73\x1a\x3e\x48\x73\x5a\x70\x38\xb3\x87\x68\x66\x18\x25\x82\x6c\xb1\x19\x7f\x78\xa8\x39\x44\x72\xe9\x7c\x80\x36\xd8\x03\xa8\xe5\x99\xd1\x0d\x87\x6f\xe6\x82\x1e\xe6\x58\x9f\xcc\x8a\xa1\x72\xfd\xe0\xe1\x73\x62\x00\x5c\xcf\xa1\x4f\x12\xd4\xbb\x61\xfd\x90\x29\xff\x86\xf5\x83\x75\xc7\x55\x42\x7d\x5e\x6d\xc9\xed\xd2\xb3\x53\x3e\x21\x40\x1d\x9a\xe2\x13\xdc\x32\xff\x1f\x91\xf8\x09\x9f\x06\x70\x5c\x15\xa1\x12\xe6\xf4\xe4\xd6\xda\xe9\x20\x81\xb8\xcf\xc7\xd9\x00\x38\x3b\x9f\x1e\xc9\xd8\x29\xa0\xe1\x9e\x09\x3c\x65\x99\x6f\x64\x1f\xa6\x65\xc1\x19\x12\x68\xac\x25\x7b\xc0\x7b\x87\x87\x8b\x25\xc6\x41\x82\xd3\x02\x95\xc4\xc3\xc3\x42\x03\x98\xf2\x83\x9e\xd1\x27\x0d\xc9\x48\xb7\x09\x0d\xaf\xb6\xa0\x9d\x94\xc4\x6a\x17\x79\xc6\x45\x8a\xb9\xc7\xd6\x6d\x03\xe0\x6a\x34\x7d\x92\x70\x7b\x26\xb5\x18\xf8\x53\x1f\xad\x35\x96\x2e\x12\x8f\xea\x4a\x17\x89\x4b\xcf\x4e\x79\x38\x57\x98\x74\x91\xc0\x65\xba\xb0\xae\xa7\xf0\x12\x31\x9f\x8c\x44\x92\xdd\x3d\xd4\x6a\x09\x02\x0e\xb2\x10\xbb\x87\x58\xfe\xb7\xce\x47\xd6\x1e\x35\x88\xd6\xce\x0a\x6c\x8b\x83\x4d\x2e\xd6\x09\x9c\xac\xad\x95\xa7\x52\xf3\xd2\x6c\x51\x79\x8c\xa9\x5a\x0c\xf7\xd7\x75\x40\x15\x6a\x7e\xdf\x0a\x82\xb9\x3e\x3d\xad\xac\x63\xa7\x94\x70\x56\x95\x5e\x71\x5c\x1b\x08\xe7\xe7\x6b\x40\x34\xfa\xfb\xde\x00\xcc\x8e\x8d\xda\xec\xf1\x05\xab\x65\xc1\x59\x7d\x36\xee\x2b\xd6\xf0\x6f\xf3\x16\xc2\x1e\x09\x3a\xa5\xcf\x7e\x09\x74\x9e\x5f\xca\x9f\xf3\xfc\x16\xe9\x73\x9e\x55\xf6\x9c\x67\xbb\x25\x63\x81\x51\x41\x3c\xb6\x5e\x6a\x7e\xd7\xc7\xba\x47\x31\x76\x09\x43\xf1\x2a\x6b\xf1\xc5\x57\xeb\xa7\x7a\x41\x8a\xd4\x63\x67\xa5\x62\x77\xde\xbd\x24\xe8\x39\x0e\xeb\x2b\x7d\xa7\x61\x7d\xed\x7e\x3b\x26\xf6\x76\x57\x4d\xc9\x0e\x09\xdf\xc2\xa9\x3c\x1b\xef\x2c\xac\x01\xd4\x3d\x69\x08\xe5\x2a\x7c\x85\x8b\xd5\x68\x5f\x61\x0d\x75\xbf\x2d\x35\xd0\x17\xfc\xf4\x07\xca\x2a\x7c\x8b\x08\xb3\x56\xc0\xaa\x42\x5b\x34\xc3\x5b\x5c\x08\xaf\x5e\xba\x8f\xe3\x7a\x6d\xac\x94\xe1\xa6\x7d\x52\x1a\xd4\xd2\xe0\x93\xfc\xf9\x51\xfe\x3a\xd0\x6b\xe7\x7c\x3b\xfd\x21\xe4\x4d\x3b\xb3\x6f\x7e\x6d\x8a\xc3\x85\xa0\x6d\x82\x6b\xe7\x7c\x0b\xd7\x7c\x6b\x1d\x31\xfa\x98\x38\x36\x6e\xab\xc6\x26\xbc\x21\x63\x93\x73\xb8\xb4\xdb\x2b\x96\x24\xc3\xb3\x47\xbf\xc8\x3f\x2d\x86\x4b\xcf\x3d\xaa\x70\xd9\xe2\x48\x86\x41\x49\x82\x73\x92\xe1\xef\x87\x22\xfe\xa8\x34\x53\x3e\x86\x5a\x03\xe0\x1c\x4c\xf6\x48\xc2\xa6\xb2\x4a\x17\x10\xdb\x2d\xb1\x7e\x29\xc5\x3b\x91\xd3\x0f\xd6\xec\x9b\xd4\xa9\xac\x4d\xbb\x87\x06\xf3\x09\x18\x48\x99\x3b\x5a\x60\x5b\x1e\xd0\x0d\x83\x21\xf8\x44\x99\x75\xaf\xd4\x26\xf7\xd8\xd0\xb0\xc9\x9d\x7b\x19\xda\xe2\x80\xbd\xcf\x0e\x2e\xaf\xad\x99\x38\x05\xf1\x0a\x00\xa8\xd8\x5d\xda\x75\x09\x02\x06\xd0\xcf\x31\x83\x3b\x72\x20\xf8\xdf\xc6\x33\x8b\xdc\xe6\xc5\x24\x72\x9b\x37\x09\x76\xaf\xa5\xc0\xe5\xc1\x88\xf4\x4b\x86\x71\x8e\x98\x57\x0e\xce\x16\xc3\xd9\xe1\x0c\xa9\xc2\x75\x3b\x8d\x24\x38\x6f\x4e\xad\x2b\xd5\x8c\x16\xb9\xc7\x3e\x1c\xcd\xef\x52\xba\x47\x11\x6e\x55\x59\x49\x81\x0b\x46\x8b\xeb\xdf\xad\xb5\xbc\x26\x3e\xf5\xbb\x26\xee\x9a\x6d\xcb\x7d\xf3\x04\x49\xa8\xcb\x36\x92\x84\xbe\xf0\x63\x62\x30\x45\xc9\x0b\xe7\x6b\x32\x6e\xee\xdd\x70\x1d\x1b\xfe\xcb\xc2\xfa\x23\xb7\x6f\x12\xe6\x68\xe7\x15\x57\x49\xb2\xbb\x6a\x62\xf7\x50\x61\x36\x21\xc4\x8e\x2d\x7f\x5c\x17\x6a\xe4\xae\x76\xc5\x0a\x3f\x7e\x97\x87\x31\x4e\x57\x3d\x46\x8b\xe3\xd5\x86\xd3\xa2\x44\xc2\x63\xd4\x5b\x23\x1c\xd6\x7b\x40\x71\x8c\xe6\x35\x8b\xb2\xd6\xdf\x22\xb1\xb6\xf9\x8c\x95\x88\xdd\xcf\x18\xf6\xd9\x28\xd6\x62\xb8\xda\xc0\x1e\x55\xb8\x64\x9d\x88\xdd\x4b\x39\x87\x2d\xbe\x1b\xf1\xcf\x9f\x3c\xfc\x80\x14\xbb\xf3\x23\xda\x21\x08\xf7\x0d\x95\x42\xe0\x52\xfe\xb7\x2e\xab\xa3\xc5\x82\x08\x9f\xcf\x48\x8d\xe0\xd2\x74\x40\x13\x6e\xf9\xdc\xc8\x81\x6f\xea\xc4\xfe\x39\xd9\x2c\x4a\x0f\xf7\x47\xc9\xed\xac\xd4\xb6\x3c\x5c\x9d\x2e\xca\x1c\x2e\x4f\x6f\xaf\xad\xea\x91\xc2\xc3\x35\x4f\x72\x3b\xd5\x6b\xcb\xdf\xc0\x3e\x22\xa5\xc1\x25\x29\xac\x9e\x7a\x72\x9e\x4b\x7c\x3c\x59\x0d\x80\x4b\xdd\x3e\x49\xd0\xb9\x34\x41\x39\x5c\x9c\x58\xab\x94\x17\xb9\x8f\x3b\x53\x91\xbb\xfd\x98\xda\xf2\x70\x6b\x6b\x45\x5e\x42\x5c\xe4\x56\xa7\xa5\x47\xbc\xf8\xe0\x11\x06\x47\xb1\xbb\x14\xec\x12\x04\x0c\x26\xba\xf8\xb0\x81\xef\xf2\xbf\xdd\x9b\x91\xfa\xb4\x54\x41\xdd\xcd\xb4\x2d\x0f\xb8\x43\x89\xe6\x70\x22\xa8\x75\x19\x47\xa0\x15\xa7\x95\x47\x23\x35\x00\xae\xd1\xb5\x20\xe9\xd3\x35\x62\xf7\xd5\xc4\x15\x00\x23\x02\xee\x1a\x1c\xeb\x28\x17\x8b\xc4\x23\x0b\xa6\xe4\x76\xd5\x54\xa7\x3c\x58\x4d\x49\x19\xf0\x51\x24\xd6\xf4\x95\x4b\x9f\x6c\x8d\x4b\x77\xb2\xc6\xe5\xf4\x5c\x8d\xcb\x49\xa9\x1a\x4d\x07\x36\x49\xee\x04\x63\x20\xc3\x39\x15\x18\xce\x87\x79\x19\xc7\xf1\x8e\xcb\xef\xd2\x65\x8e\x97\xf6\x8c\x90\xca\xe2\x8b\x7d\xf6\x40\x6a\x80\x97\xbe\x84\x2d\x49\x58\xab\x32\xe6\x10\x63\x7b\x6c\x19\xa5\x9b\xcf\xca\x88\x06\x70\x0e\x71\x7a\x24\xe1\x06\x71\x5a\x0c\x5c\x7e\x52\x47\xeb\x3a\x17\xe2\x5e\x31\x15\x35\xbf\x4b\xd7\x1e\x45\xb8\x40\xaf\x4a\x0a\x5c\xab\x83\x4d\x51\xb5\xf4\x87\xd2\x9c\x78\x98\x17\x5a\x0c\x67\xff\x3b\xa4\x0a\xd7\x0b\x37\x92\x40\xad\x65\x9e\xc8\x53\x7b\xca\x49\x81\xca\x0c\x15\x85\x4f\x55\x77\x40\x5c\xea\xef\x93\x05\xcc\x84\xd8\x88\x82\xaf\xa5\x40\xb7\xfa\xdc\xda\x7f\xe5\x0f\x1e\x1f\x25\xc9\xed\xec\xb9\xda\xf2\x70\xdd\x56\xfe\x50\xc2\xc9\xf5\xef\x56\xff\xd8\x15\x11\x6b\xaf\x6d\xbc\x8a\xdf\xa5\x62\x8f\x22\xdc\x8a\x91\x92\x02\x9f\x88\xf8\x6c\xdf\xab\xab\x82\x92\x78\x2c\x1c\x69\xfe\x97\x06\xba\x64\xe7\x13\x68\xa7\x46\x50\x51\x52\x27\x4d\x66\xfb\x38\x9e\xd1\x7a\x0c\x8c\x57\xa8\x1e\x83\xe1\x11\xc6\xc6\x20\x4c\x0c\xcb\x34\x7e\x1e\x41\x76\xf5\x16\xb2\x1c\x95\x6a\x52\x41\x76\x63\x23\xba\x0c\x70\xea\xfa\xac\xd1\xea\xdf\x3e\x98\x75\xa4\x18\x03\x29\x7f\xfa\xdd\xa5\x0e\x15\xa3\xe1\xc6\xc7\x89\xe9\x63\x71\x2c\x0c\xd2\x58\x2f\xf3\x3e\x8e\xaa\x74\x83\xa4\xdc\x90\xac\x2e\x6c\xd4\xe3\xb5\x5e\x50\xe7\x3b\xdd\x16\x07\x6b\x73\x0b\xba\x83\x53\x6a\x4d\xf8\xcc\x7d\x76\xce\x70\xf7\xae\x19\x3e\x65\xc7\x4c\xc3\x3a\xe3\x82\x32\x1c\x7e\x9b\xef\x43\x06\xf1\x70\xaf\xcd\x11\x3c\xfa\xee\x24\x6b\xac\xce\xac\x93\xcd\x0c\x89\xd2\x2b\x99\x76\x8d\xe0\x7a\xcc\x03\x1a\xef\x55\xbc\x3e\xdc\xc8\x79\xa2\x61\x86\x73\x73\x72\xc4\x73\xed\xd8\x28\xf6\xd8\xed\xfe\x80\xc4\x63\x1d\x66\x45\x9c\x0b\x30\x6d\x71\xc8\x71\x84\x1c\x44\xd8\xd3\xf9\x21\xc1\x13\x46\x4a\x0f\x05\x5b\x0c\x97\x9e\x7b\x54\x01\xb3\xfb\xd5\x92\x60\xbe\x46\x22\x56\xa7\x56\x23\x1a\xce\xf0\x8a\xf9\x58\xb4\x6b\x04\x97\xe2\x03\x9a\x70\x3e\x2a\x46\x0e\xdc\x99\x13\xeb\x88\x91\x17\x3f\x7b\x8c\x17\x79\xf1\xb3\xeb\x4d\xee\x94\x8f\xb4\x15\x4a\x4e\x38\x89\x6f\x7e\xb6\xbe\x7f\x05\x11\x8c\xf8\xc4\xdc\x32\x00\xae\x6a\xea\x93\x84\x0b\x85\xaa\xc5\xc0\x8d\x3e\x1e\xb4\x2e\xf9\xec\x2b\x36\x00\xce\x71\x7d\x8f\x24\xac\x75\xa9\xe0\x10\xdb\xf7\x18\xa3\x2d\xf3\x70\xd3\x97\xdc\x4e\x1d\xdb\x72\xdf\x4f\x54\x07\x6a\xe4\x03\xd8\x32\x0a\x27\x5b\x46\xc7\x7d\x96\x1a\x36\xeb\xeb\x90\x67\x99\xc7\xf4\x5d\x72\xbb\x1e\x5b\xa7\x3c\x9c\x81\x2a\xcb\x4a\xb8\xce\x32\xab\x75\xb5\x5c\x35\x21\x50\x09\x2d\x66\x3c\xa3\x1e\x1f\x27\x0b\x98\x4b\xf9\xc3\xe4\xe1\x92\x6c\xad\xa0\x23\x12\xa4\x48\xb8\x5d\x7d\x6b\x2f\xc5\x19\xb5\x7e\xbe\x70\xe6\x35\x96\x56\xec\xae\x67\xd1\x25\x08\x67\xb5\x93\x42\xe0\xa3\xfc\x7f\xa8\x2f\xcc\x7d\x76\xad\x1a\x80\x97\xfa\xc2\x3c\xfc\xae\x55\xd9\x17\xe6\xfc\x1e\xae\xe3\x2f\xf6\xdc\xb4\x8c\x14\x2b\x81\xf3\xd2\x2f\xbc\x64\x1f\xc7\x39\x5b\x52\x94\xb3\x01\x69\xc8\xf8\x51\x9d\x1b\x83\x58\xfd\xbc\x33\x3f\xdd\xd1\x56\x9e\xbc\x1a\x7a\x1f\xc7\xf5\x44\xac\x94\x6f\x18\x67\xe5\x69\x6f\x5e\x68\xea\x14\xb3\x6d\xe6\xb3\xe1\xdf\x00\x38\x5b\x43\x8f\x24\x98\x17\x98\x96\xa2\xc2\x10\x65\xf6\x20\x3b\x26\xcc\x0b\xc3\x29\xf1\x18\x03\x75\x51\x9c\x6a\xef\xd3\x05\x0c\x36\x92\x12\x0e\xdf\xe4\x7f\x7b\xfc\x34\x46\x2b\xee\x93\x9e\x5b\x03\x38\xd5\xed\x91\x04\x0c\x65\xa6\xc4\x2c\xa8\xe8\x5c\x8c\xf5\xc5\x53\xfb\xd7\x6c\xc3\x7d\xf6\x27\x49\x6e\xa7\xde\xe1\x02\x75\x34\x3a\x27\x25\xc4\x89\x75\x44\x73\x5f\x2d\x30\x2b\xb0\xf0\x59\x32\x6e\x31\x5c\x7a\xb6\x54\xb3\x84\x16\x4b\xb2\x9a\xe5\x1e\x41\x52\x3a\x68\x29\x2e\x33\xfa\x94\xe3\x42\xbc\x06\xda\xba\x9c\x1c\x46\xbe\x83\xb2\xa1\x13\x96\x60\xf6\x50\x0a\x94\x63\x5e\xa2\x64\xca\x5a\xfb\x3e\x18\x4d\x5f\x05\xa7\xc4\x8c\x13\x2e\x70\x21\x66\x5b\x9a\x55\x79\x20\xd0\x59\x92\x21\x32\x65\x73\xe2\x3e\x36\x9d\x92\x1d\x66\x0f\xa6\x3b\xf8\x36\x41\x05\x32\x3c\x3d\x76\x63\x0f\x99\xd3\x8a\x25\x98\xcf\x1e\x2a\x2a\x5e\xa3\xf9\x71\x9c\x30\xfc\x2a\xaf\x83\xc9\x75\x36\x43\x49\x42\xab\xd7\x79\xc3\x0c\xe4\x64\x28\x5a\xe2\x82\xaf\xc9\x52\xcc\x16\x15\xc9\x52\xd3\x9b\xbc\x16\x5c\xf0\x4f\x6d\xfb\x24\x40\xdf\xf9\x5f\xb2\x1f\x84\x2f\xcd\xe5\xb9\xba\x7a\x8d\x46\x7a\x07\x75\x70\x3b\x3d\x62\x07\xf7\xac\xbd\x3a\x15\x78\x5d\xa2\x0e\xe0\xe7\xdb\x93\xa9\x40\x1b\xba\xe8\x00\x5d\xd2\xc5\x54\xa0\xb6\x8b\xec\xe0\xdd\x34\x17\x27\xc3\xca\xce\xb2\x8b\x28\x7f\x4f\x05\x6b\x3b\xb7\xbf\x4c\xe7\xd6\x41\xbe\x6d\x0a\xff\xd0\x65\xaf\x27\xe5\x2f\xdd\x85\x3a\x85\x29\x8a\xc9\x22\x69\xda\x43\xa7\xc3\xbc\x58\xc7\x43\x75\x7a\xd7\xbf\x3a\xbd\x6b\x07\xbd\x63\x76\x98\xb7\x04\xd3\xe5\x99\x3e\xf7\x2f\xd5\xe7\xf6\xe4\x98\x92\xdf\x65\xc1\x54\x7c\xd3\x03\x77\x70\x63\x7d\x65\x3a\xa0\xea\x35\xff\xaa\x3b\xe2\x1e\xb2\x2a\x3a\x31\x25\x9e\x12\x2c\xc8\xe3\x20\x9b\x0e\x15\x54\x87\xfa\x97\xe9\x9f\xe1\x6b\x7d\xfd\x54\x5e\xd6\xbd\x9c\x17\xf2\x10\xf2\x40\x58\x9f\x15\x11\x28\xa3\x89\x57\x4c\xf2\x2e\x8a\x73\x9a\xbe\x4f\x17\x30\x36\x4f\x2b\x0b\xce\xf4\x8f\xaf\xc9\x5e\x68\x71\xb3\xd4\xa7\xc3\xfa\x2f\xc8\x4a\x6d\x4d\xf3\x58\x33\xec\x03\xb9\x1e\x86\x9d\x74\xf4\x07\x7a\x00\x33\x7b\x03\xfb\x87\xc9\x4b\x50\x8b\x34\x99\x09\x4e\xc9\xea\xd8\x9d\x80\x87\xa1\xf8\x43\x36\x80\x8b\x7f\xbf\x3a\x10\x8b\x8b\x57\x1e\xb6\x25\xcd\xef\xaa\x9f\x1e\x45\xb8\x35\x4f\x25\x05\xe6\xea\x60\xcd\x20\xd8\x59\xcf\x98\xb0\x7e\x86\x84\x73\xda\xd9\x29\x0f\xb7\x72\x86\x04\x87\x1b\x34\xec\x7a\x07\x36\xbe\x92\x72\xb1\x62\x3e\x13\xed\x3d\x28\x67\x57\x74\x80\xf8\xed\x8c\x86\xb7\x46\xb0\x35\xdd\x60\xf6\xeb\xf4\xe7\xb0\xce\x7e\x35\x65\x96\x7d\xaf\xeb\xec\x57\x81\x19\x6f\xbc\x5a\xad\xab\x66\x2d\xc2\xc8\xac\x6b\xd9\xaf\xf0\x39\xfb\xf5\x4e\x09\xb8\xea\xe7\xc8\x79\x99\xf1\xea\xd7\x83\xd9\x9b\x70\xe2\xb9\xaa\x8a\x93\x17\x57\x55\x5b\x92\xa0\x2b\x09\x38\xe1\xf0\x71\x1e\xdb\x6a\xfd\x99\x94\xb3\x14\x2f\x33\xe4\xe5\xcb\xde\x45\x71\x55\xf2\xea\x99\x94\x03\xba\x59\xb4\x7f\x6d\xa4\x3f\x40\xcd\x0d\x9f\x9e\x49\x79\x66\x7e\x8c\x8c\xfa\xd5\x60\xfc\x79\x10\xa2\x36\xad\xa5\x95\x8f\x61\x2e\xad\x5c\x8d\xa2\x53\x1e\x70\xba\x9b\x56\xf0\xa5\x4a\x2b\xc7\x1e\x8e\x19\x43\x4b\x8f\x25\x84\x2e\x8a\x4b\x5d\x0b\x5d\xf0\x2d\x1d\x52\x56\xbd\xaf\xe3\x1b\x5a\xda\x3d\x9d\x72\x9f\xe5\x04\xc9\xed\xfc\xca\xe7\xe1\x97\x0f\xa4\x0c\x98\x5f\x5f\x58\x5f\xfa\x05\x46\x05\x17\x28\xf3\x58\x2a\x6d\x20\x5c\x8a\x0e\x89\xc2\xb9\x90\xd6\x82\x54\xa4\x44\x75\x76\x70\x81\xd8\x63\x37\xbd\xe6\x7f\xa9\x53\x0f\xbf\x93\x5e\xad\x0e\x3f\x80\x7d\x07\xbd\x49\xfc\x30\x5b\x31\xe2\x95\xca\xbc\x8f\xe3\x52\xda\x4a\x19\xce\x1d\x44\x4b\x03\x2d\x0d\x3e\x31\x92\x9e\x5b\x07\x34\x55\x91\x62\x26\xe8\xe3\xf4\x47\x50\x23\xb8\x94\x1f\xd0\x84\x5a\x0b\xad\xc5\xc0\xbf\xcd\x89\x35\x5e\x04\x5d\x50\xb1\x64\x28\xc7\x8f\xd4\x27\xe4\x73\x1f\xc7\xa5\xbd\x95\x32\xdc\x9a\x68\x4f\x1a\x7c\x93\x3f\xcf\xeb\x9f\xb6\x07\xb2\xf3\x0b\xe9\xb2\x73\xc7\x73\xd9\x8d\x0c\xe6\xd2\x06\xa3\x51\x21\x5d\x7e\x1c\x8a\xe7\xe2\xb5\xac\xfb\xc2\x92\xee\x1b\x2c\xe7\xf2\x35\xc4\xdc\x1a\x60\x31\xa7\x3e\xde\xe6\x92\xdb\xdd\x0d\x1d\xeb\x65\x3e\x39\x74\xb5\x14\x01\xd7\x74\xe8\x38\xae\xef\xaf\xc9\x0b\x34\xdb\x70\xf6\xe1\x7f\xfe\x35\x5d\xd3\x21\x92\x4b\xeb\x03\xb4\xaf\x5c\xbd\x6d\xce\x23\x2d\x05\x2e\xe3\x6f\x1f\xfe\xe7\x5f\xdf\xf1\x22\x3e\x98\x00\x49\x3c\x92\xcc\x27\xb2\xb2\xe6\x77\xe9\xde\xa3\x08\xe7\x2b\xad\xa4\xc0\x9d\x3a\x58\xc7\xcc\x34\xf3\x19\x2b\xd3\xcc\x3d\x46\x6e\xcb\xc3\x8d\x8d\x69\x26\xe0\x92\x66\x76\x1f\x1b\xaf\xa4\x2e\xbc\x4d\xda\x62\x9d\x12\xca\xf2\x0d\xda\x2d\x46\xdc\x77\x67\xda\x26\xb9\x21\xa6\xa8\xbc\x44\xbb\x85\x75\xbe\x26\xd6\x8c\xf8\x4c\x65\x34\xbf\xb3\x15\x76\x29\x7c\x9d\x87\x7b\x60\x23\xdb\xa9\x62\x85\x3b\x75\x18\xe7\x42\xdc\x63\xb5\x3e\xc6\x84\x3d\x95\x82\xce\x12\x9f\xc0\xc7\x2d\x86\x73\x76\x34\xa4\x0a\x37\x47\x52\x92\x20\xc9\x39\xcc\xd5\xe9\xdc\x1e\x13\x99\xae\x0a\x0f\xab\xaf\xe4\x3e\x3c\x86\xe8\x94\x8e\x1a\x42\x48\x3e\xf8\xba\x2a\x32\xcb\x00\x22\xa1\x55\xb2\xf6\x89\x63\x6c\x00\x9c\xb5\xd4\x23\x09\x68\xaa\x56\x62\x60\x2e\x8f\x67\xd6\x7d\xcd\x2b\x46\xe9\xd6\x67\xf9\x44\xf1\x1f\xae\xa1\x5e\xf9\xa8\x3a\xd2\x9c\xf0\x49\x1d\x6c\x03\x3d\xb4\xf2\x08\x53\x2c\xb9\x9d\x43\xbd\xb6\x3c\xdc\x58\x0f\xad\x10\xc4\x68\x65\x0d\x53\x8c\x33\xc4\x05\x49\x38\x46\x2c\x59\x7b\xc6\x27\xdc\xc7\x72\xa9\x7e\x90\x3a\xa0\x67\x7a\x47\x22\x7c\xec\xfe\xb2\x26\x68\xf5\x4a\x81\xf8\x52\xee\xc3\xb7\x48\x7a\xa8\xd2\x1d\x1e\x4a\x74\x98\xf8\xa4\x00\x68\x53\x4d\x58\x3f\x90\x6d\xf1\xc8\xa1\x42\xc2\xb7\xb0\x9f\x58\xc2\xf4\x01\x98\x26\x34\xf5\xb1\x80\xd7\x08\xae\x7a\x19\xd0\x84\x5b\x2b\x35\x72\xe0\x13\xa6\x73\x79\x62\x9d\x8b\x3d\x2d\x90\xf0\xb1\x72\x1a\x00\x97\xc2\x7d\x92\xd1\xcb\xcc\x86\x7d\x76\x7c\x7a\x71\x0f\xab\x92\x96\x05\xd7\x4f\xa7\xf2\x38\x6a\x41\x79\xc0\xbb\x9f\x4b\xdc\xac\x15\x12\x86\x13\xb1\xf5\xd8\x41\x5a\x23\xb8\x9e\xb9\xa6\x39\x3a\x11\xd1\xe4\xa9\x70\x7d\x2f\x70\xa6\x4e\xec\x09\x84\x76\x79\xe9\xd1\xcf\x49\x6e\x97\xaa\x9d\xf2\x60\xed\x42\xca\x80\x1f\x79\x69\xed\xe7\x36\xc4\x27\xcf\x80\xe4\x76\xa9\xd7\x29\x0f\x37\xf1\x23\x0c\xc1\x25\xb1\xe7\x19\x50\x11\xa1\x88\xd7\x86\x2a\x83\xe0\x52\x73\x40\x13\xce\x68\x6e\xe4\xc0\x89\x39\xb1\xef\x27\xc9\xaa\xc2\x2b\x59\x9e\xe4\x77\x0e\xcb\xba\x14\x01\xd3\xe5\x49\x29\x10\xab\x83\x3d\x7a\x19\xf1\x98\xd3\x48\x6e\x97\x92\x3e\x41\x77\x88\xcf\x26\x84\x92\x96\x1f\x7c\x78\xa7\x87\x39\xcc\xa7\x87\x57\x94\xbc\x13\x04\x5b\x87\x47\x39\xc9\xb1\x8e\x7b\x54\x22\x36\xcd\x8e\x20\x2b\x17\xae\x11\x39\x26\xea\x48\x67\x7c\x25\x25\x43\x23\x19\xae\x49\x8e\xaf\xeb\x5f\xf6\x9d\xc9\x58\x30\xe2\xe3\x64\x61\x00\x9c\x23\x90\x1e\x49\xb8\xd1\x83\x16\x03\xd7\xfa\x78\x70\xa3\xfe\x83\xef\x46\xfd\x87\x97\x37\xea\x3f\xbc\xcd\x46\xfd\x07\x0e\xf1\x83\x55\xd3\x24\x9f\x71\x2f\x33\x91\xe2\x77\xe9\xd9\xa3\x08\xb8\x84\x0e\x73\x6b\xc4\xe7\x1d\xf7\xb1\xf7\x4a\x6e\xe7\xa8\x86\x87\xb7\xf7\x4a\x19\xf0\x83\xdb\xed\xbd\xcb\x8c\xf8\x7c\x02\x15\xbb\x4b\xc1\x2e\x41\xb8\x90\xb0\x52\x08\x9c\xcb\xff\x56\x0f\x08\x86\x48\x21\x18\xf6\xd8\x3b\xdd\x40\xb8\x74\x1d\x12\x85\xf3\x80\xa8\x05\xc1\x69\x7d\x66\xd5\x1b\x71\x1f\x95\x51\x73\x77\x16\x43\x59\x42\x0b\x2e\x50\xe7\x6b\x81\x77\xc9\x1a\x15\x2b\x7c\xcb\x68\x89\x99\x78\x6a\x0a\x3a\x09\xc2\x66\xd1\x1a\xa3\xb4\xe3\x0d\xc6\xf0\xb2\x39\xe7\x24\x2f\x3b\x94\x82\xde\xe3\x82\x3c\x8f\x79\x40\x8d\x2d\xae\xbe\x39\xe5\xf5\x2a\x4f\x5e\x76\x15\x6c\x78\x4b\x73\xff\xf0\x71\xa0\xd0\x08\x0c\xad\x8a\xca\x58\x36\x82\x4b\x3f\x1b\xf8\xac\x0e\x23\xf8\x18\x5e\xc2\x37\xbc\x1c\x7f\x7f\xb1\x3a\x8c\xe0\xab\xeb\x84\xc1\x9d\x39\xb3\x25\x57\x29\x7d\xa6\x49\xa5\x7b\x96\x34\x65\x77\xe8\xc8\x49\x52\x89\xe0\xb2\xb4\x4e\x91\x12\xc4\x39\x2a\x52\x86\x7c\x62\x0e\x74\x40\x9c\x5f\xbd\xf0\x5e\xf6\xcd\x9d\xc0\xbc\x3e\xb3\x3b\xc2\x57\xc9\xda\xaf\x2b\x69\x20\x9c\x1a\x0f\x88\xc2\x2e\x33\x48\x41\x7a\xa1\x41\x9e\x1d\x1a\xc3\xa5\xbe\x09\x22\xd3\x97\x13\x44\xa6\x53\x16\x56\x7a\xec\x5c\x30\xfc\x36\x99\x31\xd2\x74\x01\x67\xc3\x2c\x93\xc7\xf1\xe9\x9b\x94\xdc\xb1\x3a\xb3\x4e\xc8\x9f\x78\x46\x3d\x52\xa6\x68\x7e\xd7\x8c\xa9\x47\x31\x72\x96\xad\x58\x21\x56\x07\xeb\x1c\xa7\xac\x16\x85\x4f\x74\x61\xcd\xef\x6a\x2f\x3d\x8a\x70\x71\x87\x94\x14\xb8\xad\x16\x37\xf6\xe8\xc2\x2b\xee\x93\x7d\x6c\xd5\xe6\x65\xb3\xd6\xd1\x86\xd3\xa2\x4b\x34\xd2\x1e\xce\x69\x01\x9f\xf6\x53\xae\x99\xef\x8b\xc4\x6e\xb2\xda\x78\x7c\xa7\x7a\x38\xce\x4f\x96\x8d\x32\xdc\xd7\x8b\xd3\xa2\x4d\xda\x73\xc9\x69\xf1\x47\xfd\xcb\xea\x43\xc8\x3d\xa6\x6e\x8c\x3b\xe7\x6d\x6d\xb1\xaf\x99\xa3\x45\x1a\xe9\x41\xc8\x39\x7c\xe3\xc7\x98\xf7\x3b\x96\x0d\xc3\x64\x6d\x3d\x2d\x99\x87\x59\xbf\xc1\x70\x3d\xbc\x3d\xaa\x60\x96\xfd\x56\xf3\x56\x65\xbb\x75\x3f\xe3\x38\xa9\x18\x11\x1e\xcb\xef\x1d\x10\x97\xf6\xfb\x64\xbe\x4d\x48\xc1\xe1\x1f\xd7\x57\x93\x1e\x52\xe7\x7e\xe0\x47\x9e\xc5\x64\x55\x20\x51\xb1\x63\x62\x46\x77\x9e\x6f\x0f\xe5\xfa\x2a\x36\xe7\xf6\x44\xff\xb4\x20\xc2\x63\x1c\xad\xf9\x5d\xcf\xb8\x47\x11\x30\xdc\xb3\x94\x02\xa7\xea\x60\xed\x81\xbc\x3c\x05\x5e\xf2\x0d\x98\x94\xbd\xb0\x65\x9d\xa1\x92\x84\x7e\x42\x2a\xf1\xe1\x37\xcc\xc7\x05\x0e\x6f\xb8\x4e\x4a\x72\x28\x2e\x18\x49\x7c\x82\xc5\x69\x00\xd7\xc3\xed\x93\x84\x5b\xdd\xd0\x62\xc0\x6c\x86\xb7\xc6\x85\x64\x54\xd0\x45\xb5\xf4\x18\x7a\x19\x04\x57\x1f\x32\xa0\x19\xe9\x91\x50\x73\xc3\xad\x39\xb1\x27\x76\xf5\x5a\x43\xe5\x2f\xac\xa1\xf2\x49\x6b\xa8\x2d\x6f\x70\x2b\xac\x14\x02\xf1\x81\x05\xd8\x2d\xce\x68\xe2\xf5\xf9\xa9\x11\x5c\xcf\x68\x40\x13\x2e\xb5\xa2\x91\x03\x7f\x98\x13\x47\xd8\x00\xbf\xf5\xbb\x0e\x88\x4b\xf1\x7d\xb2\xa9\xa1\x02\x24\xc4\xec\x6d\x26\xa5\x66\x7b\xbf\x5a\xc5\xd2\xdb\xfa\x8f\x5c\xcb\xb2\x43\x98\x49\x6a\x8b\x74\x78\xae\x8a\xf8\x2f\x3e\x4b\xe5\xbf\xb8\xaa\xa2\x2d\x0e\xb8\x40\xfe\x0b\x9c\xc4\xbf\x58\x47\x7a\xda\xee\xe9\x31\xca\xd3\x00\xce\x11\x5e\x8f\x24\xdc\xd2\x87\x16\x03\x3f\xe6\xea\x68\xfd\x76\xa0\x5d\x46\x57\x2b\xaf\x54\xad\x2d\x86\x4b\xe7\x3d\xaa\x70\x13\xf8\x46\x12\xdc\xa2\xdd\x95\x3e\xb5\x27\x8b\x64\x4b\x92\x79\x54\xb5\x01\x70\x7d\x36\xfb\x24\xa3\x33\x45\x2a\x66\xb8\x43\xec\x9c\x64\xd8\x3e\xa7\xa7\xd4\x63\x9b\xa7\xe4\x76\xd5\x5a\xa7\x3c\xe0\x8e\x0c\xfa\x00\x97\x94\x3e\x58\x3b\x9a\x75\x32\x7b\xf4\x59\x4a\x56\xfc\xce\xee\xa6\x4b\x31\x76\x9c\xac\x99\xc3\x2f\x43\xaf\x13\x78\xe4\xf0\xdd\x9e\x8b\x90\xae\x8b\x67\x1f\x93\x94\x01\x70\x35\x63\x65\xc7\xe9\xd3\x8d\xad\x64\xc5\x0b\x97\xfa\x68\x6d\xca\x64\x55\x78\x65\x33\xd0\xfc\xae\xba\xd6\x14\xb3\x44\x82\x4d\xfd\xcc\xd7\x18\x34\x2f\xab\x29\xd1\xa1\x7b\x28\x2a\x39\xdf\x64\x4f\x1c\x03\x42\xd2\x15\x9e\xe0\x35\xda\xc3\xf0\xce\x43\x66\x70\xbc\x12\x88\x19\x8c\x49\x09\xc4\xc6\x35\x47\x2d\x09\x54\x43\x80\x0b\xf5\x63\x2e\xcf\x47\x8d\x9d\x6a\x10\xdd\x12\x6a\x18\xfd\x6b\x0a\x90\x6e\x0c\x06\x47\xe5\x6a\x1c\xe7\x9c\x6b\x60\x54\x73\x30\x28\x17\xe9\x27\x5c\x4c\x01\x69\xf3\x98\x69\xa0\x69\x79\xcc\x0c\x98\x4e\x37\xa6\x81\xc6\xa7\x1b\x33\x20\x1c\x0b\x03\xb1\x97\x67\xcc\x0c\xbc\x78\x26\x66\x1c\xed\x7c\xba\xc2\x16\xc3\x39\x7e\x1b\x52\x85\xf5\x5e\x51\x92\x94\x0f\x4b\x2c\xcf\xac\xe3\xb8\x2a\xe3\xc8\xc3\xa2\xaf\xf9\x9d\xe3\xb7\x2e\x45\xc0\xc5\x17\x29\x05\x6e\xd5\xe1\x90\xc5\x6c\xc6\x1f\xd1\x6a\xe5\xb3\x85\xa1\x8b\xe2\x52\xda\x42\x17\xd6\x14\x66\x64\x29\xe3\x56\xac\xcf\x0f\xc7\x82\xf7\xf1\xdd\x65\x2f\x0c\xd7\x4d\xfc\x77\xd5\x25\x8d\xd7\xdc\xe2\x32\xc3\x4b\x3c\x66\xf7\xdf\x20\x7f\xad\x4e\x5d\x7b\x44\xb7\xd1\x7a\x79\x94\x38\x83\xb8\xc4\xb6\x5d\x83\x78\x87\x93\xe9\x0f\x4f\x72\xbb\x1e\x5d\xa7\x3c\xdc\x26\xac\x1d\x4e\xe0\xe3\x0e\x27\x56\x87\x67\x92\x30\x5a\x32\x2a\xe7\x0e\xaf\xe0\x7a\x6a\x41\x73\xa9\xef\xa0\x0f\xe7\x94\xda\x91\xd9\x7a\xa8\xca\x8b\xb7\xfa\xe2\x4b\xde\xaa\x1f\x3c\x9d\x55\x3f\x38\x67\x18\x5d\x8a\xb0\xae\xaa\x1f\x20\xfe\x60\x8d\x7d\x46\xe9\x3d\xc6\x25\x66\xde\xb9\xbc\x87\x48\x2e\xc5\x0f\xd0\x06\x7b\x04\x8d\xbc\x17\x13\x7d\xaf\x18\xf5\xf0\xfb\x94\xdc\xae\xd9\x52\xa7\x7c\xa4\x41\x8f\xd1\x7b\xf8\xc4\xa8\x3d\xdd\x62\xbe\xc5\x3e\x1b\x19\xb6\xd8\x69\x01\xed\x94\xfb\xf5\xf4\x1d\xa0\x91\x6f\xf1\x16\x67\x70\xbd\xc5\xc7\x58\x30\x9b\x7e\xbe\x61\xb2\xf4\xf3\x4d\x14\x4a\xfe\x90\x71\xcc\xb6\x3e\xed\x7e\x1f\xcb\xf5\x30\x0f\x52\xbf\x5d\x00\xcc\xb8\x96\x6c\x75\x6b\x5b\xf8\xf8\x7f\x48\x6e\x57\xfb\xef\x94\x8f\x74\x4e\x5b\x50\x06\xf3\xd3\xaf\xdf\xec\x5b\x57\xb5\x81\x3d\x65\xf2\x51\x4d\x7f\x79\x3b\x28\xae\x2a\xb4\xd0\x85\x36\xe4\x2b\x59\xc6\xfe\x7e\x26\xcf\x6d\x55\x47\xa8\xcf\xd2\x38\xa1\xee\x85\x71\x32\x29\x07\xc4\xc8\xc9\x37\x15\x08\x2e\xbe\xde\x9d\x58\x5b\xe6\xce\x63\x21\x33\xd9\x2d\x5d\xca\xb5\xc5\x63\xed\x7c\xc9\x6e\xb9\x97\x6d\xe3\xb5\xe3\x9e\x25\xbb\x25\xcc\x77\xcb\x51\x73\x63\xc9\xb3\x41\x3b\xc6\x25\xe7\x37\xeb\xf8\x86\x61\x8f\x07\xda\xba\xa8\x1f\x98\x1f\x0d\x1f\xe8\x6b\x7b\xe8\x18\xf7\x6e\x7b\x66\x38\x9a\xfb\x2c\x17\x4b\x76\xe7\x14\xa8\x43\x10\x30\xfb\x1b\xcd\x4b\x88\xe5\x7f\xab\x8e\x05\xba\xc7\x4f\x28\xf7\xc9\x0d\x5e\x43\xb8\x7a\x6c\x59\xbe\x47\x39\x52\x93\x9a\x1b\x62\x79\xf6\x9f\x93\xeb\x2b\x6b\x2f\x4e\x33\x52\xac\xe8\x3f\xa7\x2b\x64\x00\x5c\x55\xd7\x27\x09\x56\x79\x46\x0c\x7c\xd5\x47\x6b\x40\x1d\x55\xe4\xb1\x58\x6a\x00\x5e\xd6\x36\xf8\xa2\xa9\x11\x63\xb4\xb5\x2e\x9e\xe6\x24\xf3\x88\x82\x26\xb9\x9d\x23\x54\x92\xd1\x59\x92\x91\x49\x26\x89\x0e\xc4\xdb\x0c\xc8\xa4\x28\xd0\x77\x0b\xd7\x24\xa3\x73\x75\x3a\x2e\xda\x82\x84\xd0\x77\xab\x20\xe2\x83\xe3\xb9\x15\x2b\x3d\x2c\x1a\x92\xdb\x39\x14\x6a\xcb\x43\x7d\xfc\xa4\x08\xf8\xc4\x4a\xab\x41\xe3\x11\x2f\xd6\xd4\x67\xc2\x66\x00\x5c\x3a\xf6\x49\x42\xa9\x69\xa4\xc0\x77\x7d\xb4\xa7\xf9\x55\x16\x2f\x0f\x5b\xee\xaa\x6b\xb5\x3b\x90\xce\x77\xa2\x61\x6f\x6c\x0a\x5f\x6d\xbc\xbb\x5d\x59\xcc\x77\x1d\xeb\x52\x8e\xbd\x4c\x12\x2d\x86\xbb\xf7\x18\x50\x85\xb5\x46\x29\x49\xda\x06\xa5\x4e\xad\xa6\xa7\xe2\xe9\x17\x1f\xcb\x93\x64\x77\x7d\xd5\xbb\x04\x63\x13\xcf\x4b\x56\x38\x91\xff\x0f\xa6\x0d\xc8\x50\xbe\x48\x3d\xe6\x22\x2d\x86\xab\xde\xf6\xa8\x82\x5a\xd0\xb4\x24\xb8\x52\x87\x43\xe6\xc2\x7b\x52\x60\xee\x13\x50\xa8\x03\xf2\x92\xea\x7d\xb2\x49\x9b\xa4\x0c\xc4\x6c\x49\x18\x5e\xd3\xf0\x5b\xcc\xe4\x73\x34\x32\xe1\x8b\x3e\x8e\xde\x33\x55\xdf\x6b\x0d\x70\x6e\x7e\x5b\x73\xb8\x60\x21\x9e\x66\x4a\x99\xc9\x35\xd2\x62\xb8\x2a\x64\x8f\x2a\xd4\x77\x42\x09\x02\x89\x0d\x37\xf2\xf4\xb3\x10\xd6\xf9\x01\x29\x7d\xe2\x9e\x4b\x6e\x97\xba\x9d\xf2\x70\xc6\x80\x72\xc9\xe1\xe2\xf6\xdc\x1a\xbd\x5f\xb5\x5e\x9f\x00\x0b\x06\xe0\xc5\x97\x2c\x7c\x88\x05\xf5\x52\xe4\x1c\xbe\x5c\x1f\xd4\x14\x27\x3e\x4e\x95\x1a\xe0\x25\x4d\x5b\x92\xc0\x69\x58\x7e\x81\x8f\x73\xeb\x1c\x81\x6f\x7c\x2a\x54\x72\xbb\x74\xec\x94\x8f\x77\xf2\xde\xe4\x7c\xb6\x40\x22\x09\x1f\x38\x7c\x93\x73\x88\x37\x23\x93\x1f\x2a\x2e\x75\x7f\x8a\xf7\x54\x9e\x59\x3b\x05\xe6\x31\x17\x20\xcc\x39\x15\x68\x8b\xc3\xf5\x08\x2c\x81\x0b\x66\x9d\x08\x6c\x12\x9f\x5d\x8b\x89\x7b\xab\x62\x12\x7e\x7f\x62\xc2\xe0\x32\xb1\x0e\x05\x53\x46\xcb\x05\xdd\x79\xac\x4f\x68\x00\x97\x86\x7d\x92\x70\x2b\x11\x5a\x0c\x9c\xe9\xa3\xb5\xb7\x4b\x04\xd9\x62\xaf\xfc\x24\x06\xc1\xd9\xdf\xf5\x69\xc2\x75\x78\x46\x0e\x9c\xa8\x13\x7b\xae\x12\x79\x87\x69\x95\xf9\xcc\x73\x1a\x08\x67\x07\x38\x20\x0a\xd7\x87\xd5\x82\x20\xae\xcf\xac\xfb\x56\xfc\xb7\x1b\x1f\xb5\xd3\x78\xe4\x26\xe3\xc9\x06\xe9\x76\x7f\xb1\x73\x6f\xf1\xfd\x2c\xa3\x28\xc5\x6c\x76\x94\xf1\x16\xee\x0f\x2a\xdf\x03\xb2\x09\x38\x32\x28\xf4\x31\x22\x3a\xf1\x9f\x07\x25\xf7\x54\x64\xe4\x65\xbf\xba\x63\x84\x68\x28\x9b\x90\xcd\xcb\xe3\x82\x63\x04\x6c\xb8\x0d\x7c\xf7\x4a\xd5\xb0\xb3\xd7\x82\x6c\x44\xaf\x73\xf7\x68\x8b\xac\x35\x50\x20\x71\xcc\xba\xe7\x51\x55\xa0\xb1\x7a\x62\x58\x55\x08\x15\x50\x0f\xf9\xd6\x73\x17\xc9\x2a\x62\x8d\x51\x76\x44\xae\x9a\xa3\x84\x68\x2c\xab\x18\x8e\xd9\x36\xc3\x2f\x1b\xd2\x8e\x92\x63\xc0\xac\x82\x8e\x35\x4f\x1e\x25\xa8\x6b\x87\x1c\x96\x25\xec\x08\xdf\xd6\xa3\xa4\x48\x24\xab\x88\x57\x69\x66\x03\x30\x43\x99\xe2\x12\x17\x29\x2e\x12\x82\xfb\xbe\x32\x2f\x48\x38\xae\x57\x7c\x05\xac\xfe\xed\x4e\x86\xd3\x28\x9d\xdd\xd3\x9e\x48\xaf\x74\x3f\x8d\xd5\xa2\x77\xd9\xab\xa2\x7b\xf7\x67\x4f\xf2\xd8\x23\x39\xde\x5a\xf2\xaa\x6d\xe5\xb5\x2b\xa4\x7e\x94\xba\xd9\x98\xfb\x7b\xfd\xef\xbc\xd5\xb9\xaa\x29\x0d\xf3\xd9\x7f\x29\x2d\xc4\xfd\x11\xd9\x92\x47\x0e\x02\xac\x22\xef\xcd\xa6\x98\xd7\x1d\x12\x58\x45\x99\xb2\xd7\x1e\x1f\xd8\xd3\xa8\x99\xc2\xd7\x1f\x2d\xd8\x55\xab\x4b\xeb\x86\xcb\x69\xc5\x8e\x88\x8b\x30\x76\x0c\xf1\xda\x7d\xfb\xf0\xfb\xf1\xff\x03\x00\x00\xff\xff\xe4\x8d\x86\x4c\x4a\x40\x01\x00"), - }, - "/camel-catalog-1.1.0-quarkus.yaml": &vfsgen۰CompressedFileInfo{ - name: "camel-catalog-1.1.0-quarkus.yaml", - modTime: time.Time{}, - uncompressedSize: 22766, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5c\x4b\x77\x9b\xba\x16\x9e\xfb\x57\x68\x35\x93\x73\xd6\x2a\xea\x23\x77\xdd\x41\xee\x28\x4d\x93\x7b\xdc\xd6\x69\x57\xf1\x79\xdd\x99\x0c\x1b\xa3\x18\x24\x2c\xc9\x76\x72\x7e\xfd\x5d\x12\xc2\x80\x43\x05\x38\xa2\x19\xc4\x18\xed\xfd\xed\x97\x5e\x7b\x23\x7c\x81\x02\x7f\x7f\xb3\x0b\xf4\x85\x46\xc0\x24\xc4\x48\x71\xa4\x52\x40\xd7\x05\x89\x52\x40\x21\x4f\xd4\x81\x08\x40\x77\x7c\xc7\x62\xa2\x28\x67\xe8\x97\xeb\xf0\xee\x57\xb4\x63\x31\x08\xc4\x19\x20\x2e\x50\xce\x05\xcc\x2e\x50\xc4\x99\x12\x74\xb5\x53\x5c\xa0\xac\x04\x44\x64\x2d\x00\x72\x60\x4a\x62\x84\x42\x00\x83\x7e\xff\x75\x39\xbf\xb9\x45\x09\xcd\x00\xc5\x54\x96\x4c\x10\xa3\x03\x55\xe9\xec\x02\xa9\x94\x4a\x74\xe0\x62\x83\x12\x2e\x10\x89\x63\xaa\x05\x93\x0c\x51\x96\x70\x91\x97\x6a\x08\x58\x13\x11\x53\xb6\x46\x11\x2f\x9e\x04\x5d\xa7\x0a\xf1\x03\x03\x21\x53\x5a\xe0\xd9\x05\x5a\x6a\x33\xc2\xbb\x4a\x13\x59\xc2\x1a\x99\x8a\xa3\xbf\xf9\xce\xda\xd0\x30\xd7\x7a\xe1\x35\xfa\x03\x84\xd4\x42\xde\xe3\xb7\xb3\x0b\xf4\x8b\x26\x79\x65\x1b\x5f\xfd\xfa\x1f\xf4\xc4\x77\x28\x27\x4f\x88\x71\x85\x76\x12\x1a\xc8\xf0\x18\x41\xa1\x10\x65\x28\xe2\x79\x91\x51\xc2\x22\xa8\xcd\x3a\x4a\xc0\xc8\x28\xa0\x31\xf8\x4a\x11\xca\x10\x31\x66\x20\x9e\x34\xc9\x10\x51\xb3\x8b\xd9\x05\x32\x7f\xa9\x52\xc5\xd5\x9b\x37\x87\xc3\x01\x13\xa3\x2e\xe6\x62\xfd\xa6\xb2\xee\xcd\x97\xf9\xcd\xed\x7d\x78\x1b\x18\x95\x67\x17\xe8\x77\x96\x81\x94\x48\xc0\x76\x47\x05\xc4\x68\xf5\x84\x48\x51\x64\x34\x22\xab\x0c\x50\x46\x0e\x3a\x70\x26\x3a\x26\xe8\x94\xa1\x83\xa0\x8a\xb2\xf5\x6b\x24\x6d\xd4\x67\x17\xad\xe8\xd4\xee\xaa\xd4\xa3\xb2\x45\xc0\x19\x22\x0c\xbd\xba\x0e\xd1\x3c\x7c\x85\x3e\x5c\x87\xf3\xf0\xf5\xec\x02\xfd\x39\x5f\xfe\xf6\xf5\xf7\x25\xfa\xf3\xfa\xfb\xf7\xeb\xfb\xe5\xfc\x36\x44\x5f\xbf\xa3\x9b\xaf\xf7\x1f\xe7\xcb\xf9\xd7\xfb\x10\x7d\xbd\x43\xd7\xf7\x7f\xa3\xcf\xf3\xfb\x8f\xaf\x11\x50\x95\x82\x40\xf0\x58\x08\xad\x3f\x17\x88\x6a\x47\x42\xac\x63\x5a\x75\xa0\x4a\x01\xdd\x3f\xf4\x77\x59\x40\x44\x13\x1a\xa1\x8c\xb0\xf5\x8e\xac\x01\xad\xf9\x1e\x04\xd3\xdd\xa3\x00\x91\x53\xa9\xc3\x29\x11\x61\xf1\xec\x02\x65\x34\xa7\xca\xf4\x22\xf9\xdc\x28\x2d\xc6\xe7\xd8\x9a\x91\x82\xda\xee\x74\x85\x22\x92\x43\xd6\x0c\xdf\xfe\xdd\x6c\x43\x59\x7c\x85\x6e\x74\xcb\x0d\x51\x24\xe3\xeb\x59\x0e\x8a\xc4\x44\x91\xab\x19\x42\x8c\xe4\x60\x19\x83\xa8\x6c\x0f\xde\xe1\x77\xf8\x6d\xb0\xdd\x11\xb1\xd9\xc9\x19\x42\x19\x59\x41\x26\x35\x35\xd2\x41\xae\xc8\x37\xe6\xc6\x33\x99\x16\x05\xef\x2b\xad\x2e\xf1\x5b\xfc\xce\x4d\x9b\x71\x12\x83\x18\xc4\x22\x76\x4c\xd1\x1c\x6a\x5a\xa3\xad\x9b\xb6\x10\x7c\x4f\x63\x10\x57\xa8\x32\x4a\x47\x54\x1b\x64\x29\x4a\xdb\x3a\x20\x9f\x73\x5a\x27\xe8\x9e\xae\x43\x7c\x93\x11\x29\xaf\x10\xe5\xd8\x12\x60\xb1\x63\x0c\x04\xfe\x2f\x30\x10\x44\x41\xbc\x20\x94\x19\xae\xa6\xdb\x6b\x75\x3b\x6c\x46\x95\xb0\xa6\x91\xef\xf1\x5b\x7c\x47\x19\xc9\x9a\xdc\x41\x07\xe1\x5b\xfc\x36\x58\x5c\x1a\xaa\x18\x0a\x60\x31\xb0\x88\x82\x0d\x5f\x80\xd6\x82\xef\x8a\x79\x7c\x85\xb8\x58\x57\xbe\x2a\x35\xd9\x58\x64\x22\x14\x4d\x48\xa4\x34\x91\x8d\x74\x60\xfd\xd4\xe8\x14\x15\x95\x05\x6e\xa9\x13\x3c\xc4\xab\xa8\x32\xf3\xc7\x02\x9b\x2e\xed\x12\xdb\x44\xb3\x44\x32\x4a\x21\xaf\x8c\xd1\xe6\xd0\xf8\x0a\x35\xda\xed\x3c\x86\x12\x92\x49\x38\xde\x2b\x88\x94\x74\x0f\xed\xdb\x0f\x64\x4f\x96\x4f\x45\x13\xec\x99\x86\x7a\x96\xe5\x0c\x98\xc2\x5a\x06\xfe\x14\xaf\xa2\x9b\xea\x56\x87\xd9\x7a\x8e\xf6\x67\xb6\x46\x73\x99\xdd\x68\x9f\xcc\x6c\x2d\x03\xdf\xd1\x0c\x5c\x66\x17\x71\xe2\xcf\xea\x22\x4e\x5c\x46\xd7\xcd\x93\xd9\x5c\xc4\x09\xfe\x16\x27\x2e\x8b\x15\x59\x4b\xbe\x2b\xfc\x59\x6d\x01\x2d\x9d\x9e\x25\xca\xad\x48\x43\x63\x45\xe3\xa7\x85\xa6\x2e\x46\x58\x55\x23\x61\x2b\x02\x2f\x8f\x38\x1f\x89\x22\x77\xa6\xb1\x6b\x08\x93\x68\x23\x39\xf3\x38\x8a\x4b\x40\x97\x89\x0f\x92\xb3\x13\xba\x91\xa3\xb4\xe4\xc5\x9f\xca\x4f\xa7\x81\x91\xdc\xfb\x33\x2e\x92\x7b\x97\x61\x75\xf3\xc8\xa0\x45\x72\x8f\x6f\xe4\xde\x69\x88\x19\x06\xde\x2c\xd1\x68\xae\x01\xd8\x68\x1f\x31\x02\x6b\x5e\x39\xf5\xf0\xd5\xb0\xf8\x37\xa5\x0a\xd7\x00\x26\x07\x19\x48\x26\xfd\xb9\xcd\x02\xba\x3c\xd7\x26\x99\xcc\x7e\x72\x90\x58\x32\x89\x43\x26\x5d\x1e\xd8\x93\x8c\xc6\x44\x71\xe1\xcf\x07\x47\x48\x97\x17\x4e\x89\x7a\xfc\xa0\xc4\xee\x3c\x37\x1c\xe5\xe0\x3f\xaa\x2b\x97\x3b\xfe\xa1\x85\xdf\xd5\xdb\x02\xba\x66\x85\x36\xc9\xc8\x99\xc1\x32\xe3\xff\xd1\x42\xaf\xcf\xce\x19\x82\x81\x52\x4f\xfe\x4c\x33\x70\xae\x18\x37\x09\x26\xeb\xe7\x46\x08\xbe\xd7\xff\x5d\x81\x95\x24\x03\x99\x70\x11\x79\x8c\x6d\x8d\xe9\xf2\xc2\x33\xaa\xc9\x5c\x51\x4b\xc2\xe1\xf1\xd2\xe9\x14\x10\xfb\x0c\x94\x47\x8f\x94\x80\x4e\x77\xb4\x48\x2a\x5f\x34\xc6\xb7\x1f\x57\x94\x52\x70\x58\x7e\xba\x9c\x20\x80\x44\x8a\xee\x21\x90\x4a\x00\xc9\x3d\x2e\x06\xa7\xc8\x2e\xb7\xfc\x80\x76\xb2\xbe\x52\xc9\xc3\x56\x1e\xfe\x6e\x6f\x84\xe5\xf7\xbe\x55\x13\x36\x9e\x57\x4d\xd8\xf4\xae\x9a\x35\xc9\xa4\xab\x26\x6c\x24\xbe\xfd\x1c\xba\x3c\x10\x71\xe1\x71\x1e\xd1\x68\x96\xa8\xaa\x2c\x35\x37\x8d\x9c\x49\x45\x98\x3a\xde\x80\xc7\x28\x25\x6c\x0d\xdf\x04\x2f\x40\x1c\x67\xd8\xa0\x99\x09\x06\x28\x05\x12\x83\x38\x7e\x15\x90\x1c\xaf\x25\xcd\x8b\x06\xa5\xe2\x1b\x60\xf4\x9f\x31\x0e\xab\xd4\xc4\x95\x72\xf8\xc6\x5e\x7c\xb1\x2d\x03\x78\x0b\xab\x3f\xbe\x3d\x31\x68\x04\x46\x69\x8a\x49\x4d\x47\x70\x95\xbe\xc1\xbf\x99\x8f\x11\x7c\x02\x12\xfc\x1d\x92\xf1\xfa\x85\xe6\x63\x04\x5f\x15\x13\x81\x97\xf6\xaa\xc5\xdc\xee\x3f\xf0\x08\x1e\xcb\x2c\x1a\xcd\x35\x12\x1b\xed\x93\x0d\x43\x2d\x03\xdf\x3e\x82\xb3\xcc\x62\x56\x7e\xcf\x69\x4f\x8d\xd9\xbb\xb1\x09\x3a\x52\x20\xdf\xcb\x58\xb9\xb9\x31\xa9\x8c\xd9\xe1\xf4\xe5\x33\x7a\x38\xee\x32\x9f\x33\x93\xc6\x73\xb9\xa2\x45\x31\x59\x7f\x28\xa5\x98\x49\x66\x97\xf5\x26\x74\x97\x9e\xf3\xb9\xcb\xde\x74\xee\xf2\xa7\x64\x73\x97\x38\xbc\x74\x97\xa3\x84\xdf\xe4\xc5\x02\xba\x92\x97\x36\xc9\xe8\x5a\x94\x61\xc6\x4b\x22\x7a\x93\x97\xc4\xe7\x30\x4f\xdc\xe3\x3b\x39\xbf\xb6\x91\x9c\x55\xda\xb0\x5b\xe3\xb3\xe4\x9e\x51\xc9\x15\x90\x73\x05\xf8\xee\x74\x32\x19\xc7\x2b\xcf\x66\x0e\x13\xf7\x34\x26\x33\x12\x6d\x3c\x66\x25\x1a\xce\x99\x93\x34\x08\xa6\xcb\xce\xb4\x10\x1c\xea\xff\x4e\xdb\x1f\x72\xf9\xde\xa3\xed\x1a\xce\x69\x7b\x83\x60\x3a\xdb\xb5\x10\x1c\xea\xff\x7d\xb3\x77\x46\xf2\x55\x4c\xfc\xce\xe0\x25\x66\xdf\x2c\xde\xa2\x9a\x74\x26\x2f\x25\xe1\x2f\xe6\xa3\x37\xd3\x8a\x7c\x67\x5a\x51\x7f\xa6\x15\xfd\x9c\x4c\x2b\x92\xf8\xf6\xc6\x99\x69\x69\x15\xe3\x5d\x06\x1e\xeb\x93\x47\x48\xe7\xb0\x38\x21\x9a\x6e\x68\x54\x82\x70\x58\x5d\x39\x1f\xb2\x65\x44\xe9\xd5\xd3\xf3\xbe\xb7\x05\xeb\xf2\x4b\x17\xe1\x74\x8f\xe0\xac\xb0\x72\x07\xfc\xcd\x7e\xeb\xdb\x04\x3f\xca\xcc\x63\x49\x4b\xa3\xb9\x1c\xd2\x68\x9f\xcc\x0f\x5a\x06\xfe\x4b\x66\xce\x3a\x96\x9e\x63\xfd\xae\x1b\x7d\xcb\xc6\xd9\xfb\x9c\x87\x5c\x06\x2b\xa2\xa2\xf4\x67\xac\x3b\x66\xd9\x19\xb5\x55\x31\x5c\x46\x3f\xc3\xfb\x41\x5f\x39\xc7\x24\x49\xb9\xc7\xa1\x48\x52\xee\x1c\x81\x75\xfb\x74\x03\x8f\xa4\x1c\x7f\x23\x29\x77\x99\x1d\xf3\x7f\x7c\x4e\xcb\x06\xce\x65\x78\x93\x60\x32\xcb\x8d\x10\xfc\x51\xff\x77\xd9\xbe\x02\xe2\xf1\x99\xb8\x46\x73\x59\xde\x68\x1f\xfe\x9c\xcc\xe6\xe7\x19\x91\x03\x07\x6a\x83\xb7\xa3\x0c\xd9\xd0\x61\x9c\x47\x35\x23\xfe\x00\x84\x8d\x1a\x83\x9a\xcb\xe8\x8e\xcd\xd1\xaa\x01\xbc\xc7\xda\xd9\x51\xa0\xa3\x64\xa6\x37\x39\x4a\x10\x26\x33\xa2\x3c\x26\xcc\x2d\xd8\xbe\x4d\xd6\x29\xe1\xa4\x5b\xad\xa3\x30\xbc\xac\xae\x5c\xfd\x3b\x27\xd4\x63\x19\x49\xa3\xb9\xbc\x41\x73\x72\x76\xc2\xad\x79\xcf\x5e\x89\x0a\x5e\x9c\x51\xba\xa9\x79\xcf\x5f\x02\xf3\xf3\x4b\x0c\x9a\xf7\x0c\xc1\x9d\xe5\x9b\x9c\xe6\x10\xe4\xbb\x4c\xd1\x82\x08\x75\x56\xef\xd2\xc1\xc5\x0b\x42\xb3\x01\x63\xb4\x51\xfb\xd1\x92\xf1\x51\x32\x5e\xd0\x1c\x16\xd5\x37\x67\x21\x48\x0f\xef\x29\x8e\x2d\xb4\x71\xfb\xa6\xe3\x67\x94\x93\x8d\x5e\x33\x9d\xd5\xc7\x18\xf4\xc4\x36\xe8\x28\x83\x64\x64\x03\x4f\x24\xf7\x38\x8e\x8f\x90\xae\x2e\xa5\xdb\x9f\x51\x8e\xdc\xb6\x55\xdc\x38\xd4\x57\x7f\x5f\x2f\xbe\x38\xbb\xc4\x3e\xf7\x78\x7a\x25\x77\x85\xfe\xd8\x3a\xd9\x79\x95\x1c\xff\x91\xbb\xc2\xba\x21\xc9\xc6\x63\x79\xc4\xc0\xb9\x2c\x6e\x12\x4c\xd6\xc7\x8d\x10\xfc\x59\xff\x77\x9f\x57\xf0\x59\x19\xd2\x68\xce\x14\x07\x86\x56\x83\xce\x8e\xb6\x16\x81\x43\x70\x17\x81\x32\xbe\xf6\x67\x74\xc6\xd7\x2e\x9b\xeb\xe6\xa9\x4c\xce\xf8\x1a\x7f\xe1\x6b\xe7\x73\x8c\x03\x55\xca\x67\x6a\x61\x01\x5d\x86\x5b\x92\x20\xa6\x02\x22\x95\x83\x94\xf5\x83\xda\xd1\x2b\x74\x05\x26\x81\x88\x73\x92\xdc\x36\x8a\xa2\x39\x64\x94\x4d\xbe\x4d\xb4\xf2\x70\xcb\x05\x78\x59\xde\xfd\x68\x6e\x2e\xca\x9b\xa3\x76\xf2\x15\x6c\xe9\x8c\x0a\x2f\x34\xdf\xce\x02\xaa\xfc\x51\x41\x2d\xed\x77\xe7\xcc\xb1\xf5\xb9\x0c\x6e\x9d\xbb\xd9\xba\x79\xfc\xd6\x6e\x9b\x05\x52\x71\x01\xf1\xd4\xc1\x96\xdb\x0c\x87\xdb\x21\x7b\xb6\x36\x4f\xa9\x9d\x66\x0d\xcd\x95\x33\x89\xe0\x6c\xcd\xe3\x95\xc7\x3c\xa2\x04\x74\x39\xbf\x4d\x32\x99\xfb\xac\x18\xbc\xd0\x9f\x1f\x57\x4e\x2f\xd0\x48\xf0\x42\xf0\x84\x66\x10\xe4\xa0\x04\xf5\x59\xd0\xef\x42\x77\xfa\xe7\xc7\xf4\xd3\x39\xab\x21\x13\x5b\x99\x78\xa1\x6f\x7e\x2b\x6f\x2e\xca\x7b\x2e\x2f\x52\x96\x50\x46\x65\xe1\xb3\xec\x52\x63\x3a\x93\xd3\x53\xaa\xc9\xfc\x54\x4b\xc2\xf3\xe3\xa5\xfb\xe8\xa2\xf4\x58\xe9\xd6\x68\x2e\x47\x34\xda\x87\x9f\x77\xa9\x59\x03\x52\xd0\xa9\x3d\xa8\xe5\xe0\xef\x20\xd5\xa8\x79\xed\xc8\x75\x5d\x50\xe7\xd3\xb8\x34\x0a\x0e\x3e\x1f\xc6\x19\x3c\x97\xcb\x5b\x14\x63\x9d\x5e\x32\x4f\xff\x20\x2f\x8d\xf0\x41\xe2\x3f\xdd\x47\x46\x53\x8f\x27\xd4\x48\xea\x3c\xa0\x56\x37\x4f\x75\x2c\x4b\x9b\x7c\x9d\x3a\x0f\xa7\x99\xb7\xd4\x79\xb6\xda\x79\xec\x2f\x35\xa6\xcb\xfc\x67\x54\x53\xed\xe4\x6b\x41\xf8\xa6\xbc\xfc\xb0\x73\x76\x82\x15\x91\xf0\xef\x7f\x79\xac\xd8\x18\x3c\x4b\xd6\x59\x8b\x68\x51\x8c\x3c\x9c\x54\xf2\xe2\x0f\xe6\xc3\x59\x7e\x28\x37\xcc\x1e\x9f\x84\x18\x3c\x57\x8c\x5b\x14\x53\xc5\xb7\x14\x82\xcb\x9d\xbf\xf3\x7d\xd7\x94\x7a\x4c\xd6\x34\x9a\xcb\xf6\x46\xfb\x4b\xab\x9f\x1a\xea\x53\xfd\x92\x61\x79\xe3\xaf\x33\x8b\x56\x9a\x17\xdf\xa5\x54\x8c\x3b\x16\x55\x71\x7d\x7a\xfe\xa2\xe2\x50\xd6\xbf\xf2\xcc\xdd\x3f\x8f\xb6\x7b\xec\xa3\x47\x4c\x67\x3f\x3d\xa5\x9a\xac\xaf\xd6\xe3\xb6\x76\x45\xdf\xc9\x9a\x0d\x65\x20\xa9\xe7\xd3\x35\x16\xd4\xb9\x40\x3d\x23\x1b\x9d\x28\x36\x20\x82\x84\x0a\x48\xb9\xfc\x29\x8f\x91\xac\x4c\xfc\xb9\xfc\x1c\xd5\xd5\x35\x7f\xa5\x6b\x05\x70\x67\xbf\xf7\x86\xca\xe7\xd9\x06\x0b\xd8\x1b\xa2\xe9\xdf\xc2\x31\x2e\xcd\x25\xfe\xbc\x70\x1e\x82\x52\x34\xf7\x5a\x0e\xd3\x70\x2e\xeb\x9b\x04\xd3\x95\x9b\xb4\x10\xbc\xd4\xff\xfb\x8f\xc0\x79\x3c\x11\x69\x01\xfb\xa2\x5f\x93\x4c\x7c\x04\xee\x3d\xbe\xbd\x71\x9e\x8a\x7c\x90\x9c\x15\x44\xa5\xfe\x5c\x50\x21\x5a\xc2\x8e\xa7\xfd\x27\x14\x43\xec\xaa\x58\xb0\x5e\xc9\xbe\x11\x95\xf6\x3c\x7e\x97\x5b\xdf\xef\x5d\x6f\xfb\xdf\xbb\xde\xfe\x9c\xf7\xae\xb7\x12\x87\xdb\xde\x77\xe8\x28\xf1\xf8\xdc\xca\x02\xf6\x79\xa0\x26\x99\xd4\x03\x94\xe4\x78\x7e\xbd\xe8\xf2\xc0\x26\x28\x7f\xe6\x27\x18\xf6\x6c\xd2\xf5\x73\x34\x0d\xa0\x2e\x01\x6b\xc1\xf9\x7e\xc0\x0b\xcf\x03\x44\x94\x50\x5d\x42\x36\x5c\x65\x74\x40\x51\x6a\x80\x90\x12\xaa\x4b\xc8\xc3\x80\xa1\x32\x40\xc0\x83\xec\x02\x7f\xf4\x14\x86\xc7\xee\x28\xe8\xce\xe3\x47\x7b\xb2\x27\x9d\x11\x60\x44\xe9\x2e\xeb\x25\x04\x25\x56\x4b\x4c\xf5\xa3\x47\x39\x79\x69\x9c\x9b\x48\x9d\x22\x52\x20\xd9\x90\x89\x7e\x88\x90\x12\xab\x53\xcc\xe0\xf7\xbe\x87\xc8\x69\xbe\xd0\x7d\xda\x76\x80\x55\xca\xf9\x80\x57\x39\x86\x08\xb2\x60\x9d\x82\x22\x31\xe4\x37\x6a\x86\x48\xd1\x48\x9d\x22\xbc\x74\xb3\x13\xb0\x2a\x39\x7d\xf6\x03\x5d\x68\xd0\x4f\x74\x0d\x9b\x15\x3d\x60\xb5\xd5\x3d\x1b\xae\x44\x69\x14\x82\x5f\x88\xe4\x49\x9f\xe3\x51\xf6\xd6\xed\x17\x05\xba\xa5\x5f\xf7\xb9\x8a\x16\xc9\xf0\x4a\xa5\xd7\xbe\xe2\x3b\x20\x95\x2b\xcb\x6e\x63\xf5\x7b\xf9\x3a\x5f\x1f\x5e\x38\xed\xd9\x1d\x5b\xd7\x46\xeb\xe9\x4f\xed\x21\x64\x43\x8b\x5e\x69\x47\xbf\x9a\x59\x95\x5e\xbc\x4b\x38\x51\xb0\xb1\x5b\xe8\x54\xb1\xd5\xee\x50\xd2\xc4\xbd\xd4\x72\xa3\x5e\xb8\x05\x38\x51\xb1\xb1\xd7\xe8\x54\x71\xa3\xe4\x28\xfd\x5e\xba\x43\x39\x51\xef\x41\xba\x72\x93\x31\xe1\x7d\xf1\xee\xe6\x44\xb3\x47\x57\xdf\x7b\x1c\xd7\xf5\x5e\xbe\x35\x3a\x75\x5b\xb5\x45\xea\x76\x5c\xdd\x3a\xb0\xd3\xd9\x51\x2d\xf9\x6e\xd0\x0f\xe7\x8c\xe9\x7f\x13\x2e\x80\xc7\xb3\x6d\x2d\x19\xbd\x11\xf9\x7f\x00\x00\x00\xff\xff\x4b\xcf\x53\x65\xee\x58\x00\x00"), - }, - "/camel-catalog-1.1.1-SNAPSHOT-main.yaml": &vfsgen۰CompressedFileInfo{ - name: "camel-catalog-1.1.1-SNAPSHOT-main.yaml", - modTime: time.Time{}, - uncompressedSize: 82338, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x7d\x5b\x77\xdb\x38\xb2\xee\x7b\x7e\x05\xd7\xe4\x65\xef\x75\x46\x35\xdd\x9d\xd9\xd3\x67\xf7\x79\xb2\xe5\x38\xb1\x63\x3b\xee\xd0\xd3\xc9\xf4\x4b\x2f\x88\x84\x24\xc8\x24\x41\x03\xd0\xc5\xfe\xf5\x67\xe1\xc2\xab\x20\x48\x24\x0c\xfb\xc1\xa4\x88\xaa\xaf\x58\x00\x88\x6b\xa1\xea\x7d\x34\x79\xbd\xbf\x77\xef\xa3\x1b\x92\xe0\x82\xe3\x34\x12\x34\x12\x4b\x1c\x9d\x95\x28\x59\xe2\x28\xa6\x73\xb1\x45\x0c\x47\x97\x74\x5d\xa4\x48\x10\x5a\x44\xff\x75\x16\x5f\xfe\x77\xb4\x2e\x52\xcc\x22\x5a\xe0\x88\xb2\x28\xa7\x0c\xbf\x7b\x1f\x25\xb4\x10\x8c\xcc\xd6\x82\xb2\x28\xd3\x80\x11\x5a\x30\x8c\x73\x5c\x08\x0e\x51\x14\x63\xac\xd0\xef\xbe\x3e\x5c\x4d\x3f\x46\x73\x92\xe1\x28\x25\x5c\x33\xe1\x34\xda\x12\xb1\x7c\xf7\x3e\x12\x4b\xc2\xa3\x2d\x65\x8f\xd1\x9c\xb2\x08\xa5\x29\x91\x82\x51\x16\x91\x62\x4e\x59\xae\x5f\x83\xe1\x05\x62\x29\x29\x16\x51\x42\xcb\x67\x46\x16\x4b\x11\xd1\x6d\x81\x19\x5f\x92\x12\xde\xbd\x8f\x1e\xa4\x1a\xf1\x65\xf5\x26\x5c\xc3\x2a\x99\x82\x46\xff\xa1\x6b\xa3\x43\x4b\x5d\x93\x0b\x7f\x8f\xfe\xc0\x8c\x4b\x21\xbf\xc0\x4f\xef\xde\x47\xff\x25\x49\xfe\x66\x12\xff\xf6\xdf\xff\x2f\x7a\xa6\xeb\x28\x47\xcf\x51\x41\x45\xb4\xe6\xb8\x85\x8c\x77\x09\x2e\x45\x44\x8a\x28\xa1\x79\x99\x11\x54\x24\xb8\x51\xab\x96\x00\x91\x7a\x01\x89\x41\x67\x02\x91\x22\x42\x4a\x8d\x88\xce\xdb\x64\x11\x12\xef\xde\xbf\x7b\x1f\xa9\xbf\xa5\x10\xe5\x6f\xff\xf8\xc7\x76\xbb\x05\xa4\x5e\x17\x28\x5b\xfc\xa3\xd2\xee\x1f\x37\x57\xd3\x8f\x77\xf1\xc7\x89\x7a\xe5\x77\xef\xa3\x7f\x17\x19\xe6\x3c\x62\xf8\x69\x4d\x18\x4e\xa3\xd9\x73\x84\xca\x32\x23\x09\x9a\x65\x38\xca\xd0\x56\x16\x9c\x2a\x1d\x55\xe8\xa4\x88\xb6\x8c\x08\x52\x2c\xfe\x1e\x71\x53\xea\xef\xde\x77\x4a\xa7\xc9\xae\xea\xf5\x08\xef\x10\xd0\x22\x42\x45\xf4\xb7\xb3\x38\xba\x8a\xff\x16\x9d\x9f\xc5\x57\xf1\xdf\xdf\xbd\x8f\xbe\x5f\x3d\x7c\xfe\xfa\xef\x87\xe8\xfb\xd9\xb7\x6f\x67\x77\x0f\x57\x1f\xe3\xe8\xeb\xb7\x68\xfa\xf5\xee\xe2\xea\xe1\xea\xeb\x5d\x1c\x7d\xbd\x8c\xce\xee\xfe\x13\x7d\xb9\xba\xbb\xf8\x7b\x84\x89\x58\x62\x16\xe1\x5d\xc9\xe4\xfb\x53\x16\x11\x99\x91\x38\x95\x65\x5a\x55\xa0\xea\x05\x64\xfd\x90\xbf\x79\x89\x13\x32\x27\x49\x94\xa1\x62\xb1\x46\x0b\x1c\x2d\xe8\x06\xb3\x42\x56\x8f\x12\xb3\x9c\x70\x59\x9c\x3c\x42\x45\xfa\xee\x7d\x94\x91\x9c\x08\x55\x8b\xf8\xbe\x52\x52\xcc\x6b\x7e\x5b\xef\x50\x49\x4c\x75\xfa\x2d\x4a\x50\x8e\xb3\x76\xf1\x6d\x7e\x7e\xf7\x48\x8a\xf4\xb7\x68\x2a\x53\xa6\x48\xa0\x8c\x2e\xde\xe5\x58\xa0\x14\x09\xf4\xdb\xbb\x28\x2a\x50\x8e\x0d\xe3\x24\xd1\xe9\x93\x9f\xe1\x67\xf8\x79\xc2\x0b\x54\xf2\x25\x15\x93\x1c\x91\xe2\x5d\x14\x65\x68\x86\x33\x2e\x79\x22\x59\xd4\x15\xd3\xa3\x7a\xb0\x27\xd9\x60\xc1\xa6\x7a\xb7\x0f\xf0\x13\xfc\xec\xa6\xcd\x28\x4a\x31\x3b\x89\x85\xad\x0b\x41\x72\xdc\xd0\xea\x77\x8e\xef\xce\xee\xe3\xcf\x5f\x1f\xdc\x4c\x25\xa3\x1b\x92\x62\xf6\x5b\xa4\x54\x93\xa5\x2b\xd5\x32\xc9\x5a\x43\x17\x70\x8f\xdf\x64\x88\xac\xfb\xb2\xd0\xa7\x19\xe2\xfc\xb7\x88\xb2\x45\x25\x5b\xbf\xc8\x23\x48\x6a\x38\x6b\x28\x15\x67\xbb\x30\x9a\xb7\xb6\xe4\x41\x14\x3d\xad\x11\x7b\x5c\xf3\xb6\xd2\xbf\xc0\x4f\x70\x49\x0a\x94\xb5\xb9\x27\x16\xc2\x9f\xe0\xa7\xc9\xed\x07\x45\x95\xe2\x12\x17\x29\x2e\x12\x82\x4d\x71\x4e\xa2\x05\xa3\xeb\xf2\x2a\xb5\xbd\xb6\x41\x46\x4c\x90\x39\x4a\x84\x24\x32\x25\x3f\x31\x39\x36\xa9\xb3\x21\x41\x25\x9a\x91\x8c\x88\x1a\x3a\x8a\x96\x18\x65\x62\x59\xfd\xb2\x89\x3f\xf5\x15\x8e\xbd\x86\x96\x64\x88\x19\xe6\xc2\x43\xa8\x53\xa4\xc4\xf6\x06\x51\x4d\x83\xa0\xdb\x77\x4d\xa2\x79\x35\x9d\xfe\x42\x4a\xd9\xe6\x57\x6f\x7b\x4c\xc8\xbe\x00\x03\x60\xd2\x65\x1d\xd3\xdd\x5b\x9d\x01\x93\xa8\x4b\xb2\x42\x1b\xf4\xf0\x5c\xe2\x16\xc1\x5e\x59\x34\x30\x60\x98\xe1\x4f\x52\x5e\x92\x0c\x5f\x20\x81\x2e\x55\x4a\x4b\x89\x39\x2d\xc7\x2b\x30\xa7\xa5\x49\xe3\xc9\x12\xe7\xed\xf7\x22\xe9\x6f\x51\x93\x6c\x7a\xaf\x68\x8e\x32\x8e\xeb\x67\x25\xe2\x9c\x6c\x70\xf7\xf1\x29\x3a\xca\xbe\x95\x16\xb8\x10\x30\xa7\x25\x5c\xd2\x72\x5a\x3d\x68\x69\x86\x5e\xd6\xcc\xa3\x70\x14\xbb\x4b\x3b\x45\x30\x99\x65\x74\x36\x5c\xc9\x36\xc2\xd3\x1a\xaf\x71\xe8\x7c\x52\xa2\x40\xbe\x2c\x9c\x67\x74\x16\x63\xb6\x21\x09\xee\x66\xdb\x49\x10\xea\x6d\xe1\x77\xf9\xdf\x0a\xa2\x33\x8f\xe3\x14\x8d\xcf\x7a\xc9\xed\xca\xf9\x56\xfa\x91\x0c\x13\x6c\x3d\x2e\xbf\xa4\x08\x88\x71\x8a\x6c\xda\xe5\xa4\xf0\xd0\x4e\x72\xbb\xb4\x6b\xa5\x07\xab\x0e\x52\x06\xdc\x92\xc2\xaa\x5e\xc9\x48\x21\x30\x1b\xaf\xa1\x01\x70\x29\x99\x95\x2c\xb4\x8e\xe6\x2d\xe0\x5e\x5f\x6d\x9a\x6e\x29\x4b\xd5\x30\x73\xbc\xae\x35\x84\x4b\xdb\x3e\x51\x30\x9d\x6b\x41\xf0\xbd\xba\xb3\xea\x8d\x67\x9c\x26\x8f\x58\x78\xe8\x5d\x41\x38\xf5\xee\x11\x55\x7a\xb7\x3e\xcb\xd7\x51\xbb\x92\x03\xdf\xab\x3b\x6b\xab\x94\xa1\xe4\xd1\xa3\x59\x92\xec\xce\x76\xa9\x45\x10\xac\x88\x95\x10\x88\xe5\x7f\x9b\x8e\xa4\x98\x67\xeb\x5d\x3a\x1b\xaf\x66\x85\xe0\xd2\xb4\x47\x13\x4c\xd9\x4a\x0e\x5c\xa9\x9b\x8b\x99\x4d\xe5\x6c\x9d\xcf\x30\x5b\x79\x95\x6d\x83\xe1\x6c\xb5\xfa\x54\xc1\x14\x6f\x24\xc1\x4d\x7d\x6b\xad\xd3\x02\xed\x3c\xaa\xb4\x40\x3b\x67\x8d\x6e\xd2\xc3\x55\x68\x81\x76\x10\x8b\xb3\x1f\x56\xf5\x56\x39\xff\xc5\x43\x3f\xc9\xee\x54\xb0\x45\x10\x4e\x43\x29\x04\x62\xf9\xdf\xa6\xe3\x1c\x25\x78\x46\xa9\x47\xed\xad\x10\x9c\x83\xf1\x2e\x4d\xb8\x11\xb9\x91\x03\x97\xe6\xc6\xa6\x72\x2a\xdb\x68\x8f\x11\x86\xe6\x77\xa9\xdb\xa1\x08\xa6\xac\x96\x02\x17\xea\x62\x9d\x84\x94\x85\xc7\xe0\x42\x72\x3b\xa7\x20\x4d\x7a\xb8\x99\x43\x59\x70\x38\x2b\x0b\xeb\x40\x62\x85\x76\x1e\x3d\x8d\xe4\x36\x89\xd6\xc9\x6f\x2b\xfd\xb4\x77\x2e\x36\x98\xc9\x21\x9f\x64\x84\x6b\xb4\x9b\x59\xa7\xbc\x4f\x6b\xc4\xc4\xcb\xf8\xd7\xd6\xfc\xae\x72\xe9\x50\x04\x2b\x19\x2d\x05\x7e\x57\x17\x6b\xe5\xdb\xf2\x09\xdf\xce\x3d\xea\x9f\x06\x70\x56\xc1\x0e\x49\xb8\x5a\xb8\xe5\xc0\xb7\x73\x88\xbf\x5f\xda\x34\xc5\xcb\x44\xb2\x8d\xd7\xd4\x00\xb8\x34\xed\x92\x04\xd3\xd4\x88\x81\x8f\xfa\x6a\xed\x14\xe5\xd4\x66\x31\xd9\x7a\xb4\x2c\x35\x84\xb3\x73\xec\x11\x85\x1a\xbe\x6b\x39\xb0\xe5\x10\xab\x3b\x39\x88\x3f\xbc\xb6\x50\xa0\x05\xa1\x1e\xaa\x6b\x7e\x97\xde\x1d\x8a\x60\x05\xad\xa5\xc0\x9d\xba\x58\x97\x19\x68\xb1\xa0\x3e\x23\x79\x03\xe0\x52\xb5\x4b\x12\x6e\xbd\x41\x8b\x81\x5b\x79\xb5\x8f\xe2\x65\x43\x82\x1f\x7d\x3a\x4b\x0d\x70\xac\xb1\x6a\x48\x82\x36\x56\xf8\x91\xc3\xc7\x2f\xf1\x81\x4e\xd3\x63\xcd\x55\x72\x9b\xc4\x6a\xb3\xab\xf5\x56\x3b\x41\x1f\x71\x41\x5e\x86\xbc\x78\x05\x03\x35\x33\x83\x1f\xb7\x37\x0f\xe6\xc7\x8d\x49\x6e\x69\x50\x66\x48\xc8\xde\x7a\xa2\x32\x70\xb4\x2a\x1d\x18\x57\xb9\xd9\x08\xc3\xad\x1b\x19\x61\x20\xf1\xe1\xde\xfc\xfa\x2c\x84\x75\x95\x79\x85\x85\x78\xf6\x28\x4d\xc9\xee\x52\xbd\x4d\x10\xaa\xfd\x55\x32\xfe\x17\xae\xe5\xa5\xa3\xe7\xff\xb6\x14\xcd\x5e\x3c\x06\x12\xd9\xcb\xdc\x35\xd0\x6b\x92\x07\xee\x70\x64\x2f\x73\xb8\xf9\xf3\xd2\x3a\xcc\xdb\xe4\xe3\xdf\x77\x93\xbb\xca\xa4\x4e\x0d\xb5\xfa\xbc\xc9\xe1\x8f\xdc\x56\xdb\x12\xf6\x5c\x0a\x3a\x5e\x2f\xcd\xef\xd2\xad\x43\x31\xe0\x1b\xb3\x96\x6b\x07\x6c\x12\x95\x8b\x72\x54\x76\x68\x18\xb8\x20\x0b\x22\x50\x16\x93\x45\x81\xc4\x9a\x9d\xb6\x7b\x51\x4d\x09\x0c\xc6\x54\x5d\x7a\xf5\xe5\x34\xd6\xfb\x4f\xf7\xd6\x7a\x96\xd0\x1c\x8b\xd4\xa3\x4c\x14\xbf\xb3\x4c\xda\x14\x83\x77\x99\x34\x77\xf0\x4e\x4f\x8b\x81\xa9\xba\xd8\xea\xee\x0c\xa3\x62\xb2\x41\x19\x49\x91\xa0\x1e\x73\xff\x2e\x8e\x2b\xdf\xac\x94\xc1\x32\x40\x4a\x83\x5a\x1a\x9c\x63\x54\xfc\x51\xfd\xb2\xe5\x87\x5f\xdf\x79\xac\xcb\x1c\xd7\x53\x36\xbc\x23\xea\x8b\x6d\x0b\xff\x94\xbd\x77\xcb\x7a\xd6\xb0\x2d\xef\xa6\x0c\x54\x97\x7d\xa8\xab\x16\xe4\xd1\x63\xdb\x4e\x72\xbb\x32\xbc\x95\x1e\xac\x8a\x49\x19\xf0\x40\x1e\xad\xdb\x76\x09\x9a\xcf\x31\x29\x3c\x26\xc1\x15\x82\xb3\x2d\x32\x34\x93\x91\x93\xe1\x1e\x4a\x46\x51\xfa\x26\xd3\xea\x4a\x22\xe8\xd9\xf5\xd4\xfc\x9c\xee\xcf\xb1\x4f\x05\x92\xaf\x5e\xe3\xdc\x50\x94\x5a\xb0\xcc\x68\x02\x33\xe1\xb1\x48\xaf\xd8\x9d\xe3\x91\x16\x41\xb0\x0c\x54\x42\xe0\x0f\xf9\xdf\xa6\x23\x2d\x71\xc1\x85\xd7\x1e\x4c\x0d\xe1\xd2\xb5\x26\x9a\x24\xa4\x48\xc7\xac\xf0\xf6\x71\x16\x19\x2a\x92\xd1\x35\xb9\xc1\x79\xc4\xcf\x5c\xd0\xe2\x15\x90\x0a\xbc\x16\xcc\x58\x9f\xf9\x01\xd1\xcd\x88\x36\xa9\x8f\xc2\xb7\x64\xde\xdf\xc1\x7d\xf5\xea\x55\x8b\x03\x5d\xae\x30\x55\x97\x41\x9f\x66\x83\xa1\xcb\x14\x3e\xa9\xcb\x48\x8c\xaa\x3c\xe1\x8b\xb9\x19\x89\x63\x4a\x13\xee\xf4\x75\x2c\x0a\xdd\x20\xb8\xa3\x1b\x34\x92\x5f\x15\x22\xc4\xf2\xbf\xed\xf3\x5d\x50\xba\xc8\x64\xa3\x9e\xe1\x22\x45\x1e\xa3\xb3\x1e\x90\xeb\x53\xb6\x93\x0e\xae\xa8\x3d\x98\x09\x17\x0c\xa3\x13\x67\x68\xe3\xeb\xab\x96\x0a\x95\x54\xf8\xa4\x7e\x4f\xcd\xcf\x41\x85\xd4\x87\xd2\x0a\xf4\x10\x63\xf5\xd0\x3a\xae\x66\x74\xcb\x3d\x7a\x7d\xcd\xef\x1c\x47\xb7\x29\x42\xcd\x79\xb5\x10\x38\x57\x17\xeb\x36\x7f\x4a\x7c\x56\x20\x52\xe2\xdc\xc7\x68\xa5\x87\xdb\xd4\x4f\xc9\x1c\x6e\x52\x32\x77\x7c\x81\x7c\x89\xb1\xf0\x58\x05\xed\xc0\x9c\xf0\xf5\x75\x08\xc7\x7e\x7b\x1a\xe4\x6d\xbf\x3c\x2d\xd3\x7c\x25\xb1\xfa\x31\xe6\xab\x33\x30\x9d\x6f\x4e\xa3\x1d\xfe\xe2\x38\x2a\x27\x05\x16\x5b\x8c\x36\x3e\x9b\xd8\x1d\x18\x57\x51\xd9\x08\xc3\x19\x2b\xa0\x12\x6a\x61\x70\x87\xc5\x77\x75\x67\xad\xb2\xa8\x58\x64\xc4\x63\x4e\x65\x00\x9c\xd5\xb4\x43\x12\xae\x52\x69\x31\xf0\x49\x5f\xad\xa5\x2e\x5f\x0f\xc9\x2e\xdc\xa3\xc8\x6b\x0c\x67\x79\xf7\xa9\xc2\x15\x76\x2d\x09\xe2\xfa\xd6\xa6\xfc\x33\xca\x73\x9f\xba\xae\xf9\x5d\x4a\x77\x28\x82\x29\xac\xa5\xc0\x7f\xd4\xc5\x6a\x99\x42\x18\x4e\x3c\xec\x22\x35\xbf\x4b\xd1\x0e\x45\xa8\xde\x54\x0b\x81\x0b\x75\xb1\xae\x16\x2c\xd7\x85\xc7\x5c\x4d\xb1\xbb\xb4\x6c\x13\x84\x9b\xd4\x4b\x21\x30\x95\xff\xed\x1b\x6d\xc9\x23\xa7\xc5\x2e\xcf\x7c\xb6\xdb\x2a\x0c\x43\x72\xc0\x52\xa5\x47\x35\x70\x03\xa6\x66\x87\x6b\x7d\xfb\xe3\xf6\xc6\xba\xd8\x6c\xb6\xe4\x67\x48\x24\x4b\xef\xdd\x7f\x85\xe2\x6c\x88\xf6\xe9\xc2\x35\x45\xda\x08\x40\xc9\x32\x76\x00\xe7\xf2\xde\x6e\xf4\xb8\xf6\xd8\x16\x97\xdc\x4e\xad\x9b\xf4\x60\xc7\x0b\xc4\x7a\x06\xb1\x58\x5b\x77\xc2\x53\x46\x32\x8f\x1a\xab\xd8\x9d\x0d\x50\x8b\x20\x9c\x65\x9c\x14\x02\x17\xf2\xbf\x4d\xc7\x17\x4a\x1f\x31\x2e\x7d\xba\x94\x1a\xc2\xa5\x6b\x9f\x28\x98\xbe\xb5\x20\xf8\x93\xd2\x2f\xea\xee\x90\x95\x43\xb2\xf5\x33\x72\x48\xb6\x2e\x8d\x3b\x14\x41\x4d\x1c\x92\x2d\x4c\xb7\x36\x25\x77\x7a\x34\x3d\x5e\xcb\x5d\x67\x26\x61\x6f\x71\x39\x2d\x7a\x74\x93\xa8\xfb\x7b\xe0\x5e\xb2\x61\x86\x6b\x4e\x8b\x53\x36\x08\x2d\xac\x3f\xf4\x9c\xc1\xda\x72\x6f\x31\x12\x4b\x9f\xfa\x6e\x00\x5c\x65\xdf\x25\x09\x77\xca\x44\x8b\x81\xef\xfa\x6a\xb7\x69\xe6\x42\x16\x91\x8f\x4d\xb3\x46\x38\x5a\x09\x7a\x84\x43\xad\x95\x35\x33\x5c\x9a\x1b\x6b\xd9\x95\xa9\xc7\xca\x43\x99\x3a\x17\x1e\x9a\xe4\x70\x16\x2d\xe9\x1c\xee\x53\xeb\xaa\x83\xe9\xe1\x49\x21\xf0\x82\xa9\x33\xcf\xde\xa3\x8a\x16\xd6\x09\x63\x8b\x7d\xea\xd0\x23\x8c\x96\x44\x33\xce\xb8\x6a\x9e\x58\xcf\xc3\xa1\xa5\x87\xc9\x85\xe4\x76\x96\x7f\x93\x1e\xae\x02\xa0\x25\x85\x7b\xb4\xa4\x56\x7b\x4a\x3f\x0b\xa6\xe2\x98\x05\x53\x61\xb1\x60\x7a\x7d\x63\x4a\x29\x04\xee\xe4\x7f\xab\x29\xe5\x9a\x0b\x3f\x03\xe1\x0a\xc1\xa5\x69\x8f\x26\x9c\x35\xa5\x91\x03\xb7\xe6\xc6\xfa\x65\x13\x0f\xeb\x02\x4e\x9c\xc6\x05\x4d\xf2\xe0\x15\x43\x4e\xc6\x98\x16\x0c\xfc\xd0\x49\x09\x31\xb1\xda\x00\x2c\x67\xc8\x67\xad\x5c\xb1\xbb\x72\xa6\x4d\x10\x4c\x3f\x25\x04\x3e\x9f\x23\xfb\x42\xb9\x99\x4d\x7a\xcf\x79\x8f\xf6\xbc\x5d\xba\x51\x53\xde\x6a\xbe\x6b\xed\x76\x1f\xd1\xdc\xc7\x62\x43\xb1\xbb\x0a\xab\x4d\x10\xac\xb0\x94\x10\xf8\x22\xff\x5b\x8d\x52\xb6\x44\x78\x1d\xb6\x36\x00\x2e\x3d\x0d\x89\x59\x9b\xca\x31\xe7\x95\x39\xef\x88\x0f\xb8\x02\xe3\x18\xb1\x31\xab\x02\x5d\x14\x41\x72\x9c\x91\x31\x9b\xe6\x03\x2d\x67\xb4\x3c\xe8\x64\x01\x3c\xe8\xa7\x7a\x95\xec\x56\x3f\x1c\xb4\x89\x50\xc1\xea\xcc\xa8\xf0\x62\xf5\x6b\x14\x50\x95\x1f\x15\xd4\x83\xf9\x6d\xdf\x86\xc8\x30\x9f\x53\x96\x78\x34\x68\x0d\x86\xb3\xbd\xef\x53\x05\xdc\x7d\xa8\x24\x41\x5c\xdf\x5a\xe7\x98\x2b\x8f\xe9\xe5\xca\xa5\x6c\x9d\x1a\x4c\xc9\xdd\x0a\x7e\x5c\xdb\xdd\x66\xa8\x53\x2f\x05\xf5\x58\x21\x68\x30\x9c\x25\xda\xa7\x0a\x57\xa2\xb5\x24\x30\x0e\x43\xee\xa8\x75\xd5\x80\x24\xc8\x63\xd5\x4b\x72\xbb\x3a\xac\x56\xfa\xc0\x23\xe8\x09\xca\xe0\x6a\x8a\xb2\x03\xc6\xbf\xcc\xc7\xd3\x89\x62\x77\x95\x53\x9b\x20\xa0\xe9\x2e\x4b\x11\x4c\xe5\x7f\xeb\x36\x1f\x43\xa5\x47\x13\xa3\xd8\x5d\x3a\xb6\x09\xc2\x6d\xf0\x49\x21\xf0\x49\xfe\xb7\xe9\xb8\x2e\xc8\x86\x26\x44\x3c\x4f\x4a\xc4\x38\x66\x1e\x3b\xf0\x7b\x50\xae\x6a\xd9\x10\x27\x7c\x63\x79\x3a\x27\x3b\x9c\x5a\x9e\x8b\x9a\x7a\xe0\x2a\x57\x0d\x01\xff\x2e\xc8\x1f\xea\x6e\xca\x37\x03\xd7\xbb\x2c\x20\x97\xf2\x45\xbf\x93\x54\x2c\xfd\xb1\x1e\xf6\x5e\xc8\x8c\xbe\xd3\xb9\x47\xb9\x48\x6e\xe7\xd0\xbd\x49\x0f\x37\x72\x4f\xe7\x1c\x3e\xa7\x73\xfb\x61\xea\x24\xa3\xeb\xd4\x43\x43\x03\xe0\x52\xb2\x4b\x12\x4c\x4f\x23\x06\xae\xf5\xd5\xa6\xed\xd3\x9a\x24\x8f\x73\xe2\x61\x17\x5b\x21\xb8\xf4\xed\xd1\x04\x3c\x8b\xad\xe5\xac\xe0\xf7\xea\xce\xba\xd6\xc2\x9f\x3c\x56\x5a\xf8\x93\x4b\xd5\x26\x39\xdc\x2a\x0b\x7f\x82\x3b\xfe\x64\x9d\x58\x93\x32\x59\x22\x8f\x8d\x73\x03\xe0\xfc\x42\x3b\x24\xe1\x3e\x52\x2d\x06\x3e\xeb\xab\x55\x5b\xf4\x82\xb3\x04\x71\x1f\x7d\x2b\x08\xa7\xc6\x15\xd1\x04\x09\x9a\x93\x64\x83\xb2\x31\xbe\xe2\xfa\x60\xa4\xe0\xc2\xc7\xe8\xb9\x41\xca\x08\x1f\x51\x1e\x7d\x94\x1c\x8d\x3f\xab\xd2\x80\xac\x33\x41\x5e\x05\x69\xa4\x47\xbe\x3e\x0c\xc3\xda\x91\x28\x4e\x5f\xe5\xad\x18\x29\x16\xb3\xf5\x7c\x3e\xde\xe6\xbd\xc1\x3a\xdd\x83\x9e\x1b\xe5\x15\xca\x5e\xd0\x92\x24\xc1\x3f\xe9\x4a\x1c\xe8\xef\xa8\x50\x3e\x95\xe0\x73\xf5\xf8\xac\xf5\x74\xd0\xbc\xbd\x01\xae\xbe\xa9\x06\xf4\xca\x3c\x19\x09\x28\x3f\xad\x06\xec\x86\x70\x31\x12\x28\x47\x65\x83\x73\x8b\xca\xb1\x30\xe6\xfb\x6a\x61\x99\x27\x23\x01\xb5\x2b\xc9\x1a\x4d\xf9\x94\x1c\x09\xd5\xf9\xd4\x1a\xc8\x6f\xed\xc7\x63\xa1\xeb\xcf\xae\x85\x5b\x3f\x1b\x09\xaa\xdc\x4b\xd6\x70\xfb\x7e\x26\x07\x00\x89\x36\xce\xd8\x2a\xa2\x3e\xc2\x06\xe8\x41\xfe\xb4\xda\x9a\x23\x96\xd0\xd4\xc7\xd8\x5c\x03\xb8\xa6\x44\x5d\x92\x81\xd3\x1b\xc3\x0c\xe7\xfa\x6a\x9d\x46\xa0\x2d\x9f\x08\x86\x0a\x9e\x21\xe1\xe3\x20\xb6\x0d\xe3\xea\xc4\x6d\x84\x41\x0d\x33\x6a\x61\xf0\x50\xdd\x59\x6d\x51\x44\xee\xe3\x47\x45\xb1\x3b\xf5\x6e\x11\x84\xd3\x57\x0a\x81\x33\xf9\xdf\x7a\x68\xc0\x38\xaf\x18\xaf\x66\xd6\x76\x7f\x71\xe8\xf0\x40\x97\x26\x94\xd5\x58\xed\xa8\xa3\x72\xc9\x71\xc0\x01\x24\x29\x08\x2f\x91\xc7\x06\x50\x83\xe1\xd2\x7a\x8f\x2a\xa4\x1b\x48\x23\x09\xae\xea\x5b\xc7\x21\x8a\x72\x3d\xe3\x3e\x16\x82\x1d\x18\x57\x16\xd8\x08\x43\x1f\x7c\xd0\xc2\xcc\x51\x85\x7b\xf5\xc3\xde\x54\x73\xfc\xaf\x7f\xfa\xb4\xd4\x92\xdf\xdd\x50\xb7\x28\x06\xb7\xd3\x92\x17\xce\xd5\xc5\xda\x4a\x67\xeb\x04\xfb\x1c\x66\xd6\xfc\xce\xaf\xb6\x4d\x11\xd0\x93\xa7\x94\x02\x37\xea\x72\xc8\x2f\x82\x47\x31\x61\xf7\x47\xda\x4a\x3f\xbd\x59\x32\x6b\xcf\x19\x3a\xd5\x63\x71\x8b\xd7\xe2\x94\xa8\xf5\x0e\x23\x5c\x2a\x9c\xe3\xfe\xb7\x7e\x02\x97\x7a\x77\x50\x91\x1e\x4e\xe0\xad\x1b\xd6\x5a\xa0\xc5\xe9\x91\xaf\x51\x63\xc7\x36\xf1\x80\xe1\xf1\x5b\x9c\x9f\x32\xb6\x8a\x8e\xe3\x4d\x34\xf3\x39\xd5\x44\x33\xf7\x61\xa6\x26\x7d\xb8\xf1\x08\xcd\xd8\xe8\xb3\x6a\x92\x79\x9a\xd1\xf5\x08\x47\x2a\x03\x33\x98\x66\x0c\x62\x29\xcd\x36\x20\xa1\x0b\x8f\x36\x8d\x2e\x9c\x0d\x5a\x9d\x1c\x6c\x04\x42\x17\x70\x43\x17\xd6\x71\x07\x4e\xfe\xf5\xd3\xff\xfd\xf5\x27\x8f\x51\x87\x41\x70\x8e\x39\x0c\xcd\x24\xc9\x48\xf3\x49\x0f\xae\x0b\x35\x0c\xc7\xec\x0d\xce\xd4\x55\xe2\x40\xbf\x35\x4c\xd5\x65\x50\xa3\x56\x43\xe8\x37\x56\x7b\xa9\x07\x4c\xcc\xe5\x58\xb8\x5c\x62\x86\x5f\xc3\xcf\xbb\x0d\xed\xe8\xa0\xdf\x4e\x1f\xca\x7d\x59\x23\xf2\x54\x47\xf0\x29\x9e\xe1\x17\xb2\xce\xfd\x5d\x2c\xf6\x91\x5c\x59\x73\x80\x36\xdc\x11\x0c\x23\x0f\x2e\xcc\xcd\xad\x96\xeb\xb0\x03\xce\x52\xe4\x63\x35\xd8\x80\x38\x7b\x80\x3d\xb2\xc0\x26\xbf\x52\x92\x31\xf5\xbd\x49\xfb\x0b\x41\xa6\x1c\x7d\xdc\x34\xa7\x6e\x2f\xcd\x69\x78\x27\xcd\x69\xc1\xe1\xc2\xee\xa2\x99\x61\x94\x08\xb2\xc1\x66\xfc\xe1\xa1\x66\x1f\xc9\xa5\xf3\x01\xda\x60\x19\x50\xc9\x33\xa3\x1b\x0e\xdf\xcc\x03\x3d\xcc\xb1\xe6\xcc\x82\xa1\x72\xf9\xe4\x61\x73\x62\x00\x5c\xf9\xd0\x25\x09\x6a\xdd\xb0\x7c\xca\x94\x7d\xc3\xf2\xc9\x7a\xe2\x2a\xa1\x3e\x9f\xb6\xe4\x76\xe9\xd9\x4a\x1f\xe1\xa0\x0e\x8d\xb1\x09\x6e\x98\xff\x8f\x48\xfc\x84\x8f\x03\x38\xad\x88\x50\x09\x53\x7a\x76\x6f\x6d\x74\x90\x40\xdc\xa7\x73\x36\x00\xce\xc6\xa7\x43\x32\x74\x0a\x68\xb8\x27\x02\x8f\xd9\xe6\x1b\xd8\x86\x69\x59\x70\x81\x04\x1a\xba\x92\xdd\xe3\x7d\xc0\xfd\xcd\x12\x63\x20\xc1\x69\x81\x4a\xe2\x61\x61\xa1\x01\x4c\xfa\x41\xcb\xe8\xb3\x9a\x64\xa0\xd9\x84\x86\x57\x47\xd0\xce\x4a\x62\x5d\x17\x79\xc1\x45\x8a\xb9\xc7\xd1\x6d\x03\xe0\xaa\x34\x5d\x92\x70\x67\x26\xb5\x18\xf8\x53\x5f\xad\x25\x96\xce\x12\x8f\xe2\x4a\x67\x89\x4b\xcf\x56\x7a\x38\x53\x98\x74\x96\xc0\x75\x3a\xb3\xee\xa7\xf0\x12\x31\x9f\x88\x44\x92\xdd\x3d\xd4\x6a\x08\x02\x0e\xb2\x10\x7b\x84\x58\xfe\xb7\xce\x47\x96\x1e\x25\x88\x96\xce\x02\x6c\x92\x83\x4d\x2e\x96\x09\x9c\x2d\xad\x85\xa7\xc2\x1d\xd3\x6c\xb6\xf6\x18\x53\x35\x18\xee\xde\xb5\x47\x15\x6a\x7e\xdf\x08\x82\xa9\xbe\x3d\x5f\x5b\xc7\x4e\x29\xe1\x6c\x5d\x7a\xf9\x71\xad\x21\x9c\xdd\x57\x8f\x68\x70\xff\x5e\x03\x4c\x4e\xf5\xda\xec\xd1\x83\x55\xb2\xe0\xa2\xba\x1b\xd6\x8b\xd5\xfc\x9b\xbc\x81\xb0\x7b\x82\x4e\xe9\x8b\x5f\x00\x9d\x97\x63\xf1\x73\x5e\xde\x22\x7c\xce\x8b\x8a\x9e\xf3\x62\x5f\xc9\x98\x61\x54\x10\x8f\xa3\x97\x9a\xdf\xd5\x59\x77\x28\x86\x6e\x61\x28\x5e\xb5\x5a\x7c\xf5\xd5\xda\x55\xcf\x48\x91\x7a\x9c\xac\x54\xec\xce\xb7\x97\x04\x1d\xc3\x61\xfd\xa4\x6b\x34\xac\x9f\x3d\x6e\x86\xf8\xde\x6e\xab\x29\xd9\x21\xe1\x1b\x38\x97\x77\xc3\x8d\x85\x35\x80\x7a\x27\x0d\xa1\x4c\x85\x6f\x70\xb1\x18\x6c\x2b\xac\xa1\x1e\x37\xa5\x06\xfa\x82\x9f\xff\x40\xd9\x1a\xdf\x23\xc2\xac\x05\xb0\x58\xa3\x0d\x9a\xe0\x0d\x2e\x84\x57\x2b\xdd\xc5\x71\x7d\x36\x56\xca\x70\xd3\x3e\x29\x0d\x2a\x69\xf0\x49\xfe\xfc\x28\x7f\x1d\x68\xb5\x73\xbe\x19\x9f\x09\x79\x5d\xcf\xec\x87\x5f\xeb\xe4\x70\x2e\x68\x6b\xe7\xda\x39\xdf\xc0\x2d\xdf\x58\x47\x8c\x3e\x4b\x1c\x2b\xf7\xaa\xc6\x2a\xfc\x42\xc6\x2a\xe7\x70\x6d\x5f\xaf\x98\x93\x0c\x4f\xb6\x7e\x9e\x7f\x1a\x0c\x97\x9e\x7b\x54\xe1\xa2\xc5\x91\x0c\x83\x92\x04\x97\x24\xc3\xdf\x0f\x79\xfc\x51\x61\xa6\x7c\x16\x6a\x0d\x80\x73\x30\xd9\x21\x09\x1b\xca\x2a\x9d\x41\x6c\x5f\x89\xf5\x0b\x29\xde\xf2\x9c\x7e\xb0\x64\xdf\xa4\x4c\x65\x69\xda\x2d\x34\x98\x8f\xc3\x40\xca\xdc\xde\x02\x9b\xf4\x80\x66\x18\x0c\xc1\x27\xca\xac\x67\xa5\x56\xb9\xc7\x81\x86\x55\xee\x3c\xcb\xd0\x24\x07\x6c\x7d\x76\x70\x7d\x6b\x8d\xc4\x29\x88\x97\x03\x40\xc5\xee\xd2\xae\x4d\x10\xd0\x81\x7e\x8e\x19\x3c\x90\x03\xce\xff\x56\x9e\x51\xe4\x56\x47\x83\xc8\xad\xde\xc4\xd9\xbd\x96\x02\xd7\x07\x3d\xd2\xcf\x19\xc6\x39\x62\x5e\x31\x38\x1b\x0c\x67\x83\xd3\xa7\x0a\xd7\xec\xd4\x92\xe0\xb2\xbe\xb5\xee\x54\x33\x5a\xe4\x1e\xe7\x70\x34\xbf\x4b\xe9\x0e\x45\xb8\x5d\x65\x25\x05\xae\x18\x2d\x6e\x7f\xb7\x96\xf2\x92\xf8\x94\xef\x92\xb8\x4b\xb6\x49\xf7\x8d\x13\x24\xa1\xae\x1b\x4f\x12\xfa\xc1\x8f\x91\xce\x14\x25\x2f\x5c\x2e\xc9\xb0\xb9\x77\xcd\x75\xaa\xfb\x2f\x0b\xeb\x8f\xdc\x7e\x48\x98\xa3\x9d\x97\x5f\x25\xc9\xee\x2a\x89\xdd\xd3\x1a\xb3\x11\x2e\x76\x6c\xf1\xe3\xda\x50\x03\x4f\xb5\x2b\x56\xf8\xf1\xbb\xbc\x0c\x31\xba\xea\x30\x5a\x0c\xaf\x56\x9c\x16\x25\x12\x1e\xa3\xde\x0a\xe1\xb0\xde\x3d\x8a\x53\x34\xaf\x58\xd4\x6a\xfd\x3d\x12\x4b\x9b\xcd\x58\x89\xd8\xe3\x84\x61\x9f\x83\x62\x0d\x86\xab\x0e\xec\x51\x85\x0b\xd6\x89\xd8\xa3\x94\x73\x78\xc5\x77\x25\xfe\xf9\x93\x87\x1d\x90\x62\x77\x76\xa2\x2d\x82\x70\x7d\xa8\x14\x02\xd7\xf2\xbf\x75\x5b\x1d\xcd\x66\x44\xf8\x74\x23\x15\x82\x4b\xd3\x1e\x4d\xb8\xed\x73\x23\x07\xbe\xa9\x1b\x7b\x77\xb2\x9a\x95\x1e\xe6\x8f\x92\xdb\x59\xa8\x4d\x7a\xb8\x32\x9d\x95\x39\x5c\x9f\xdf\xdf\x5a\xd5\x23\x85\x87\x69\x9e\xe4\x76\xaa\xd7\xa4\xbf\xc1\xfa\x88\x94\x06\xd7\xa4\xb0\x5a\xea\xc9\x79\x2e\xf1\xb1\x64\x35\x00\x2e\x75\xbb\x24\x41\xe7\xd2\x04\xe5\x70\x75\x66\x2d\x52\x5e\xe4\x3e\xe6\x4c\x45\xee\xb6\x63\x6a\xd2\xc3\xed\xad\x15\x79\x09\x71\x91\x5b\x8d\x96\xb6\x78\xf6\xc1\xc3\x0d\x8e\x62\x77\x29\xd8\x26\x08\xe8\x4c\x74\xf6\x61\x05\xdf\xe5\x7f\xbb\x35\x23\xf5\xa9\xa9\x82\xba\xab\x69\x93\x1e\xf0\x84\x12\xcd\xe1\x4c\x50\xeb\x36\x8e\x40\x0b\x4e\xd7\x1e\x95\xd4\x00\xb8\x46\xd7\x82\xa4\xcf\xb7\x88\x3d\xae\x47\xee\x00\x18\x11\xf0\x50\xe3\x58\x47\xb9\x58\x24\x1e\x51\x30\x25\xb7\xab\xa4\x5a\xe9\xc1\x4a\x4a\xca\x80\x8f\x22\xb1\x86\xaf\x9c\xfb\x44\x6b\x9c\xbb\x83\x35\xce\xc7\xc7\x6a\x9c\x8f\x0a\xd5\x68\x1a\xb0\x51\x72\x47\x2c\x06\x32\x9c\x53\x81\xe1\xb2\x1f\x97\x71\x18\xef\xb0\xf8\x2e\x6d\xe6\x78\x6e\x8f\x08\xa9\x56\x7c\xb1\xcf\x19\x48\x0d\x70\xac\x27\x6c\x48\xc2\xae\x2a\x63\x0e\x31\xb6\xfb\x96\x51\xba\xf9\xec\x8c\x68\x00\xe7\x10\xa7\x43\x12\x6e\x10\xa7\xc5\xc0\xf5\x27\x75\xb5\xee\x73\x21\xee\xe5\x53\x51\xf3\xbb\x74\xed\x50\x84\x73\xf4\xaa\xa4\xc0\xad\xba\xd8\x14\x55\x5b\x7f\x28\xcd\x89\xc7\xf2\x42\x83\xe1\x6c\x7f\xfb\x54\xe1\x5a\xe1\x5a\x12\xa8\xbd\xcc\x33\x79\x6b\x0f\x39\x29\x50\x99\xa1\xa2\xf0\x29\xea\x16\x88\x4b\xfd\x7d\xb2\x80\x91\x10\x6b\x51\xf0\xb5\x14\xe8\x5e\xdf\x5b\xdb\xaf\xfc\xc9\xa3\x53\x92\xdc\xce\x96\xab\x49\x0f\xd7\x6c\xe5\x4f\x25\x9c\xdd\xfe\x6e\xb5\x8f\x5d\x10\xb1\xf4\x3a\xc6\xab\xf8\x5d\x2a\x76\x28\xc2\xed\x18\x29\x29\xf0\x89\x88\xcf\xf6\xb3\xba\xca\x29\x89\xc7\xc6\x91\xe6\x3f\x36\xd0\x25\x3b\x1f\x47\x3b\x15\x82\xf2\x92\x3a\x6a\x32\xdb\xc5\xf1\xf4\xd6\x63\x60\xbc\x5c\xf5\x18\x0c\x0f\x37\x36\x06\x61\xa4\x5b\xa6\xe1\xf3\x08\xb2\xab\x8e\x90\xe5\xa8\x54\x93\x0a\xb2\x1b\xea\xd1\xa5\x87\x53\x95\x67\x85\x56\xfd\xf6\xc1\xac\x3c\xc5\x18\x48\xf9\xd3\xef\x2d\xb5\xab\x18\x0d\x37\xdc\x4f\x4c\x17\x8b\x63\x61\x90\x86\x5a\x99\x77\x71\x54\xa1\x1b\x24\x65\x86\x64\x35\x61\xa3\x1e\x9f\xf5\x8c\x3a\xbf\xe9\x26\x39\x58\x9d\x9b\xd1\x1d\x9c\x53\x6b\xc0\x67\xee\x73\x72\x86\xbb\x4f\xcd\xf0\x31\x27\x66\x6a\xd6\x09\x17\x94\xe1\xf0\xc7\x7c\x9f\x32\x88\xfb\x67\x6d\x4e\xe0\xd1\x6f\x27\x59\x63\x75\x67\x9d\x6c\x66\x48\x94\x5e\xc1\xb4\x2b\x04\x57\x36\xf7\x68\xbc\x77\xf1\xba\x70\x03\xe7\x89\x86\x19\x2e\xcd\xcd\x09\xf9\xda\x5a\xa3\xd8\x63\xb7\xdb\x03\x12\x8f\x7d\x98\x05\x71\x6e\xc0\x34\xc9\x21\xc7\x11\x72\x10\x61\x0f\xe7\x87\x04\x4f\x18\x29\x3d\x14\x6c\x30\x5c\x7a\xee\x51\x05\x8c\xee\x57\x49\x82\xe9\x12\x89\x58\xdd\x5a\x17\xd1\x70\x86\x17\xcc\x67\x45\xbb\x42\x70\x29\xde\xa3\x09\x67\xa3\x62\xe4\xc0\x83\xb9\xb1\x8e\x18\x79\xf1\xb3\xc7\x78\x91\x17\x3f\xbb\xbe\xe4\x56\xfa\xc0\xb5\x42\xc9\x09\x67\xf1\xdd\xcf\xd6\xef\xaf\x20\x82\x11\x1f\x9f\x5b\x06\xc0\x55\x4c\x5d\x92\x70\xae\x50\xb5\x18\xb8\xd3\xd7\x83\xab\x4b\x3e\xe7\x8a\x0d\x80\x73\x5c\xdf\x21\x09\xbb\xba\x54\x70\x88\xed\x67\x8c\xd1\x86\x79\x98\xe9\x4b\x6e\xa7\x8e\x4d\xba\x6f\x17\xd5\x82\x1a\x98\x01\x1b\x46\xe1\x6c\xc3\xe8\xb0\x6e\xa9\x66\xb3\x7e\x0e\x79\x96\x79\x4c\xdf\x25\xb7\x2b\xdb\x5a\xe9\xe1\x16\xa8\xb2\xac\x84\xdb\x2c\xb3\xae\xae\x96\x8b\xda\x05\x2a\xa1\xc5\x84\x67\xd4\xa3\x73\xb2\x80\xb9\x94\x3f\x4c\x1e\x2e\xc8\xd6\x02\x5a\x22\x41\x8a\x84\xfb\xc5\xb7\xe6\x51\x9c\x51\x6b\xf7\x85\x33\xaf\xb1\xb4\x62\x77\xe5\x45\x9b\x20\xdc\xaa\x9d\x14\x02\x1f\xe5\xff\x43\x6d\x61\xee\x73\x6a\xd5\x00\x1c\x6b\x0b\xf3\xf0\xa7\x56\x65\x5b\x98\xf3\x47\xb8\x8d\xbf\xd8\x63\xd3\x32\x52\x2c\x04\xce\x4b\x3f\xf7\x92\x5d\x1c\xe7\x6c\x49\x51\x4e\x7a\xa4\x21\xfd\x47\xb5\x5e\x0c\x62\xf5\xf3\xc1\xfc\x74\x7b\x5b\x79\xf6\xaa\xe8\x5d\x1c\x57\x8e\x58\x29\xdf\xd0\xcf\xca\xf3\xde\xbc\xd0\x94\x29\x66\x9b\xcc\xe7\xc0\xbf\x01\x70\xd6\x86\x0e\x49\x30\x2b\x30\x2d\x45\xb9\x21\xca\xec\x4e\x76\x8c\x9b\x17\x86\x53\xe2\x31\x06\x6a\xa3\x38\xd5\xde\xa7\x0b\xe8\x6c\x24\x25\x1c\xbe\xc9\xff\x76\xff\x69\x8c\xae\xb9\x4f\x78\x6e\x0d\xe0\x54\xb7\x43\x12\xd0\x95\x99\x12\x33\xa3\xa2\xf5\x30\xd6\x0f\xcf\xed\xbd\xd9\x8a\xfb\x9c\x4f\x92\xdc\x4e\xbd\xc3\x39\xea\xa8\x75\x4e\x4a\x88\x13\xeb\x88\xe6\x71\x3d\xc3\xac\xc0\xc2\x67\xcb\xb8\xc1\x70\xe9\xd9\x50\x4d\x12\x5a\xcc\xc9\x62\x92\x7b\x38\x49\x69\xa1\xa5\xb8\xcc\xe8\x73\x8e\x0b\xf1\x1a\x68\xcb\x72\xb4\x1b\xf9\x16\xca\x8a\x8e\xd8\x82\xd9\x43\x29\x50\x8e\x79\x89\x92\x31\x7b\xed\xfb\x60\x34\x7d\x15\x9c\x12\x33\x4e\xb8\xc0\x85\x98\x6c\x68\xb6\xce\x03\x81\x4e\x92\x0c\x91\x31\x87\x13\xf7\xb1\xe9\x98\xe8\x30\x7b\x30\xed\xc1\xb7\x71\x2a\x90\xe1\xf1\xbe\x1b\x3b\xc8\x9c\xae\x59\x82\xf9\xe4\x69\x4d\xc5\x6b\x54\x3f\x8e\x13\x86\x5f\xe5\x73\x30\xb1\xce\x26\x28\x49\xe8\xfa\x75\xbe\x30\x03\x39\x1a\x8a\x96\xb8\xe0\x4b\x32\x17\x93\xd9\x9a\x64\xa9\x69\x4d\x5e\x0b\x2e\x78\x57\xdb\xe4\x04\xe8\x37\xff\x4b\xb6\x83\xf0\xa5\x7e\x3c\x55\x4f\x6f\xd1\x40\xeb\xa0\x16\x6e\xab\x45\x6c\xe1\x5e\x34\x4f\xc7\x02\x2f\x4b\xd4\x02\xfc\x7c\x7f\x36\x16\x68\x45\x67\x2d\xa0\x6b\x3a\x1b\x0b\xd4\x34\x91\x2d\xbc\xbb\xfa\xe1\x68\x58\xd9\x58\xb6\x11\xe5\xef\xb1\x60\x4d\xe3\xf6\x97\x69\xdc\x5a\xc8\xf7\x75\xe2\x1f\x3a\xed\xf5\xa4\xfc\xa5\x9b\x50\xa7\x30\x45\x31\x5a\x24\x4d\x3b\xe8\xb4\x1f\x17\xeb\x74\xa8\x56\xeb\xfa\x57\xab\x75\x6d\xa1\xb7\x96\x1d\xa6\x0d\xc1\x78\x79\xa6\xcd\xfd\x4b\xb5\xb9\x1d\x39\x26\xe5\x77\x99\x30\x16\xdf\xb4\xc0\x2d\xdc\x58\x3f\x19\x0f\xa8\x5a\xcd\xbf\xaa\x86\xb8\x83\xac\x92\xce\x4c\x8a\xa7\x04\x0b\xf2\x30\xc8\xba\x41\x05\xd5\xa0\xfe\x65\xda\x67\xf8\x5a\x3d\x3f\x97\x8f\x75\x2b\xe7\x85\xdc\x87\x3c\xe0\xd6\x67\x41\x04\xca\x68\xe2\xe5\x93\xbc\x8d\xe2\x9c\xa6\xef\xd3\x05\xf4\xcd\xd3\xc8\x82\x0b\xfd\xe3\x6b\xb2\xe7\x5a\xdc\x6c\xf5\x69\xb7\xfe\x33\xb2\x50\x47\xd3\x3c\xf6\x0c\xbb\x40\xae\xcc\xb0\x93\x0e\xee\xa0\x7b\x30\x93\x37\x58\xff\x30\x71\x09\x2a\x91\x26\x32\xc1\x39\x59\x9c\x7a\x12\xf0\x30\x14\x7f\xca\x7a\x70\xf1\xef\x37\x07\x7c\x71\xf1\xb5\xc7\xda\x92\xe6\x77\x95\x4f\x87\x22\xdc\x9e\xa7\x92\x02\x53\x75\xb1\x46\x10\x6c\xed\x67\x8c\xd8\x3f\x43\xc2\x39\xed\x6c\xa5\x87\xdb\x39\x43\x82\xc3\x1d\xea\x37\xbd\xbd\x35\xbe\x92\x72\xb1\x60\x3e\x13\xed\x3d\x28\x67\x53\x74\x80\xf8\xed\x16\x0d\xef\x8d\x60\x6b\xb8\xc1\xec\xd7\xf1\xf9\xb0\xcc\x7e\x35\x69\x96\x73\xaf\xcb\xec\x57\x81\x19\xaf\xad\x5a\xad\xbb\x66\x0d\xc2\xc0\xa8\x6b\xd9\xaf\xf0\x39\xfb\xf5\x41\x09\xb8\xe9\xc6\xc8\x39\xce\x78\xf3\xeb\xc1\xe8\x4d\x38\xf1\xdc\x55\xc5\xc9\xd1\x5d\xd5\x86\x24\xe8\x4e\x02\x4e\x38\x7c\x9c\xc6\xb6\x52\x7f\x21\xe5\x24\xc5\xf3\x0c\x79\xd9\xb2\xb7\x51\x5c\x85\xbc\x78\x21\x65\x8f\x6e\x12\xed\x3f\x1b\x68\x0f\x50\x71\xc3\xa7\x17\x52\x5e\x98\x1f\x03\xbd\x7e\xd5\x18\x7f\x1e\x84\xa8\x96\xd6\xd2\xb5\xcf\xc2\x5c\xba\x76\x55\x8a\x56\x7a\xc0\xe9\x6e\xba\x86\x2f\xeb\x74\xed\x38\xc3\x31\x61\x68\xee\xb1\x85\xd0\x46\x71\xa9\x6b\xa1\x0b\x7e\xa4\x43\xca\xaa\xce\x75\x7c\x43\x73\xbb\xa5\x53\xee\xb3\x9d\x20\xb9\x9d\xbd\x7c\x1e\x7e\xfb\x40\xca\x80\xe9\xed\x95\xf5\xa3\x9f\x61\x54\x70\x81\x32\x8f\xad\xd2\x1a\xc2\xa5\x68\x9f\x28\x9c\x09\x69\x25\x48\x79\x4a\x54\x77\x07\x37\x88\x3d\x4e\xd3\x6b\xfe\x63\x8d\x7a\xf8\x93\xf4\x6a\x77\xf8\x09\xec\x27\xe8\x4d\xe0\x87\xc9\x82\x11\xaf\x50\xe6\x5d\x1c\x97\xd2\x56\xca\x70\xe6\x20\x5a\x1a\x68\x69\xf0\x89\x91\xf4\xd2\x3a\xa0\x59\x17\x29\x66\x82\x6e\xc7\x67\x41\x85\xe0\x52\xbe\x47\x13\x6a\x2f\xb4\x12\x03\xff\x36\x37\x56\x7f\x11\x74\x46\xc5\x9c\xa1\x1c\x6f\xa9\x8f\xcb\xe7\x2e\x8e\x4b\x7b\x2b\x65\xb8\x3d\xd1\x8e\x34\xf8\x26\x7f\x5e\x56\x3f\x6d\x19\xb2\xf3\x73\xe9\xb2\x73\xfb\x73\xd9\x0d\x74\xe6\xd2\x38\xa3\x51\x2e\x5d\x7e\x1c\xf2\xe7\xe2\xb5\xad\x7b\x64\x4b\xf7\x0d\xb6\x73\xf9\x12\x62\x6e\x75\xb0\x98\x53\x1f\x6b\x73\xc9\xed\x6e\x86\x4e\xb5\x32\x1f\xed\xba\x5a\x8a\x80\x5b\xda\x37\x1c\xd7\xef\x57\xc7\x05\x9a\xac\x38\xfb\xf0\x3f\xff\x1a\xaf\x69\x1f\xc9\xa5\xf5\x01\xda\x57\x2e\xde\x26\xe6\x91\x96\x02\xd7\xf1\xb7\x0f\xff\xf3\xaf\xef\x78\x16\x1f\x0c\x80\x24\xb6\x24\xf3\xf1\xac\xac\xf9\x5d\xba\x77\x28\xc2\xd9\x4a\x2b\x29\xf0\xa0\x2e\xd6\x31\x33\xcd\x7c\xc6\xca\x34\x73\x8f\x91\x9b\xf4\x70\x63\x63\x9a\x09\xb8\xa6\x99\xdd\xc6\xc6\x2b\xa8\x0b\x6f\x82\xb6\x58\xa7\x84\x32\x7d\x85\x76\xb3\x01\xef\xdd\x9a\xb6\x49\x6e\x88\x29\x2a\xaf\xd1\x6e\x66\x9d\xaf\x89\x25\x23\x3e\x53\x19\xcd\xef\xac\x85\x6d\x0a\x5f\xe3\xe1\x0e\xd8\xc0\x7a\xaa\x58\xe1\x41\x5d\x86\x99\x10\x77\x58\xad\xd9\x98\xb0\xe7\x52\xd0\x49\xe2\xe3\xf8\xb8\xc1\x70\xce\x8e\xfa\x54\xe1\xe6\x48\x4a\x12\x24\x39\x87\xa9\xba\x9d\xda\x7d\x22\xd3\x45\xe1\xb1\xea\x2b\xb9\x0f\x8f\x21\x5a\xa9\x83\x86\x10\x92\x0f\xbe\x2e\x8a\xcc\x32\x80\x48\xe8\x3a\x59\xfa\xf8\x31\x36\x00\xce\x52\xea\x90\x04\x5c\xaa\x56\x62\x60\x2a\xaf\x17\xd6\x73\xcd\x0b\x46\xe9\xc6\x67\xfb\x44\xf1\x1f\x2e\xa1\x4e\xfa\xa0\x32\xd2\x9c\xf0\x49\x5d\x6c\x03\x3d\xb4\xf0\x70\x53\x2c\xb9\x9d\x43\xbd\x26\x3d\xdc\x58\x0f\x2d\x10\xc4\x68\x61\x75\x53\x8c\x33\xc4\x05\x49\x38\x46\x2c\x59\x7a\xfa\x27\xdc\xc7\x72\xa9\x7e\x90\x3a\xa0\x65\x7a\x4b\x22\x7c\x6c\xff\xb2\x06\x68\xf5\x0a\x81\x78\x2c\xf6\xe1\x5b\x04\x3d\x54\xe1\x0e\x0f\x05\x3a\x4c\x7c\x42\x00\x34\xa1\x26\xac\x1d\x64\x93\x3c\x70\xa8\x90\xf0\x0d\xec\x07\x96\x30\x6d\x00\xa6\x09\x4d\x7d\x56\xc0\x2b\x04\x57\xb9\xf4\x68\xc2\xed\x95\x1a\x39\xf0\x09\xd3\xa9\xbc\xb1\xce\xc5\x9e\x67\x48\xf8\xac\x72\x1a\x00\x97\xc2\x5d\x92\xc1\xdb\xcc\x86\x7d\x72\x7a\x78\x71\x8f\x55\x25\x2d\x0b\x6e\x9f\xcf\xe5\x75\xd0\x86\x72\x8f\x77\x3f\x96\xb8\xd9\x2b\x24\x0c\x27\x62\xe3\x71\x82\xb4\x42\x70\xe5\xb9\xa6\x39\x39\x10\xd1\xe8\xa9\x70\xf5\x2e\x70\xa1\x6e\xec\x01\x84\x76\x79\xe9\xd1\xce\x49\x6e\x97\xaa\xad\xf4\x60\xf5\x42\xca\x80\x1f\x79\x69\x6d\xe7\x56\xc4\x27\xce\x80\xe4\x76\xa9\xd7\x4a\x0f\x37\xf1\x23\x0c\xc1\x35\xb1\xc7\x19\x50\x1e\xa1\x88\xd7\x81\x2a\x83\xe0\x52\xb3\x47\x13\x6e\xd1\xdc\xc8\x81\x33\x73\x63\x3f\x4f\x92\xad\x0b\xaf\x60\x79\x92\xdf\x39\x2c\x6b\x53\x04\x0c\x97\x27\xa5\x40\xac\x2e\x76\xef\x65\xc4\x63\x4e\x23\xb9\x5d\x4a\xfa\x38\xdd\x21\x3e\x87\x10\x4a\x5a\x7e\xf0\xe1\x1d\xef\xe6\x30\x1f\xef\x5e\x51\xf2\x8e\x10\x6c\x1d\x1e\xe5\x24\xc7\xda\xef\x51\x89\xd8\xb8\x75\x04\x59\xb8\x70\x8b\xc8\x29\x5e\x47\x5a\xe3\x2b\x29\x19\x6a\xc9\x70\x4b\x72\x7c\x5b\xfd\xb2\x9f\x4c\xc6\x82\x11\x1f\x23\x0b\x03\xe0\x1c\x81\x74\x48\xc2\x8d\x1e\xb4\x18\xb8\xd5\xd7\x83\x07\xf5\x9f\x7c\x0f\xea\x3f\x1d\x3f\xa8\xff\xf4\x36\x07\xf5\x9f\x38\xc4\x4f\x56\x4d\x93\x7c\xc2\xbd\x96\x89\x14\xbf\x4b\xcf\x0e\x45\xc0\x2d\x74\x98\x5a\x3d\x3e\xef\xb8\xcf\x7a\xaf\xe4\x76\x8e\x6a\x78\xf8\xf5\x5e\x29\x03\x7e\x70\xfb\x7a\xef\x3c\x23\x3e\x5d\xa0\x62\x77\x29\xd8\x26\x08\xe7\x12\x56\x0a\x81\x4b\xf9\xdf\x6a\x01\xc1\x10\x29\x04\xc3\x1e\x67\xa7\x6b\x08\x97\xae\x7d\xa2\x70\x16\x10\x95\x20\x38\xaf\xee\xac\x7a\x23\xee\xa3\x32\xaa\xdf\xce\xb2\x50\x96\xd0\x82\x0b\xd4\xea\x2d\xf0\x2e\x59\xa2\x62\x81\xef\x19\x2d\x31\x13\xcf\x75\x42\x2b\x40\xd8\x24\x5a\x62\x94\xb6\xac\xc1\x18\x9e\xd7\xf7\x9c\xe4\x65\x8b\x52\xd0\x47\x5c\x90\x97\x21\x19\x54\xaf\xc5\x55\x2f\xa7\xac\x5e\xe5\xcd\x71\x53\xc1\x9a\xb7\x34\xef\x0f\x1f\x7b\x0a\x0d\xc0\xd0\xaa\xa8\x88\x65\x03\xb8\x74\xde\xc0\x67\x75\x19\xc0\xc7\xf0\x1c\xbe\xe1\xf9\xf0\xf7\x8b\xd5\x65\x00\x5f\x55\x26\x0c\x1e\xcc\x9d\x2d\xb8\x4a\xe9\x33\x4d\x2a\xdd\xb3\xa4\x31\xa7\x43\x07\x4e\x92\x4a\x04\xd7\xa5\x75\x8a\x94\x20\xce\x51\x91\x32\xe4\xe3\x73\xa0\x05\xe2\xec\xf5\xc2\x5b\xd9\xd7\x6f\x02\xd3\xea\xce\x6e\x08\xbf\x4e\x96\x7e\x4d\x49\x0d\xe1\xd4\xb8\x47\x14\x76\x9b\x41\x0a\xd2\x1b\x0d\xf2\xee\xd0\x18\x2e\xf5\x0d\x10\x99\x1e\x0f\x10\x99\x8e\xd9\x58\xe9\xb0\x73\xc1\xf0\xdb\x44\xc6\x48\xd3\x19\x5c\xf4\xa3\x4c\x9e\xc6\xa7\x5f\x52\x72\xc7\xea\xce\x3a\x21\x7f\xe6\x19\xf5\x08\x99\xa2\xf9\x5d\x33\xa6\x0e\xc5\xc0\x59\xb6\x62\x85\x58\x5d\xac\x73\x9c\x72\x3d\x2b\x7c\xbc\x0b\x6b\x7e\x57\x7d\xe9\x50\x84\xf3\x3b\xa4\xa4\xc0\xfd\x7a\x76\x67\xf7\x2e\xbc\xe0\x3e\xd1\xc7\x16\x4d\x5c\x36\x6b\x19\xad\x38\x2d\xda\x44\x03\xd7\xc3\x39\x2d\xe0\xd3\x7e\xc8\x35\xd3\xbf\x48\xec\x3a\xaa\x8d\x47\x3f\xd5\xc1\x71\x76\x59\x36\xca\x70\xbd\x17\xa7\x45\x13\xb4\xe7\x9a\xd3\xe2\x8f\xea\x97\xd5\x86\x90\x7b\x4c\xdd\x18\x77\xce\xdb\x9a\x64\xdf\x65\x8e\x06\x69\xa0\x05\x21\xe7\xf0\x8d\x9f\xb2\xbc\xdf\x5a\xd9\x30\x4c\xd6\xda\xd3\x90\x79\x2c\xeb\xd7\x18\xae\xcc\xdb\xa3\x0a\xb6\xb2\xdf\x68\xde\xa8\x6c\x5f\xdd\xcf\x38\x4e\xd6\x8c\x08\x8f\xed\xf7\x16\x88\x4b\xfb\x7d\x32\xdf\x2a\xa4\xe0\xf0\x8f\xdb\x9b\x51\x99\xd4\x7a\x1f\xf8\x91\x67\x31\x59\x14\x48\xac\xd9\x29\x3e\xa3\x5b\xf9\xdb\x41\xb9\xbd\x89\xcd\xbd\x3d\xd0\x3f\x2d\x88\xf0\x18\x47\x6b\x7e\x57\x1e\x77\x28\x02\xba\x7b\x96\x52\xe0\x5c\x5d\xac\x2d\x90\x97\xa5\xc0\x31\xdb\x80\x51\xd1\x0b\x1b\xd6\x09\x2a\x49\xe8\x1c\x52\x81\x0f\xbf\x61\x3e\xcc\x71\x78\xcd\x75\x56\x92\x43\x7e\xc1\x48\xe2\xe3\x2c\x4e\x03\xb8\x32\xb7\x4b\x12\x6e\x77\x43\x8b\x01\x73\x18\xde\xea\x17\x92\x51\x41\x67\xeb\xb9\xc7\xd0\xcb\x20\xb8\xda\x90\x1e\xcd\x40\x8b\x84\x8a\x1b\xee\xcd\x8d\x3d\xb0\xab\xd7\x1e\x2a\x3f\xb2\x87\xca\x47\xed\xa1\x36\xbc\xc1\x57\x61\xa5\x10\x88\x0f\x6c\xc0\x6e\x70\x46\x13\xaf\xee\xa7\x42\x70\xe5\x51\x8f\x26\x5c\x68\x45\x23\x07\xfe\x30\x37\x0e\xb7\x01\x7e\xfb\x77\x2d\x10\x97\xe2\xfb\x64\x63\x5d\x05\x48\x88\xc9\xdb\x4c\x4a\xcd\xf1\x7e\xb5\x8b\xa5\x8f\xf5\x9f\xb8\x97\x65\x87\x30\x93\xd4\x06\xe9\xf0\x5c\x15\xf1\x5f\x7c\xb6\xca\x7f\x71\x15\x45\x93\x1c\x70\x83\xfc\x17\x38\x8b\x7f\xb1\x8e\xf4\xf4\xba\xa7\xc7\x28\x4f\x03\x38\x47\x78\x1d\x92\x70\x5b\x1f\x5a\x0c\xfc\x98\xaa\xab\xb5\xef\x40\xbb\x8c\x2e\x16\x5e\xa1\x5a\x1b\x0c\x97\xce\x7b\x54\xe1\x26\xf0\xb5\x24\xb8\x47\xbb\x1b\x7d\x6b\x0f\x16\xc9\xe6\x24\xf3\x28\x6a\x03\xe0\xea\x36\xbb\x24\x83\x23\x45\x2a\x66\x78\x40\xec\x92\x64\xd8\x3e\xa7\xa7\xd4\xe3\x98\xa7\xe4\x76\x95\x5a\x2b\x3d\xe0\x89\x0c\xfa\x04\xd7\x94\x3e\x59\x1b\x9a\x65\x32\xd9\xfa\x6c\x25\x2b\x7e\x67\x73\xd3\xa6\x18\x3a\x4e\xd6\xcc\xe1\xb7\xa1\x97\x09\x6c\x39\x7c\xb7\xc7\x22\xa4\xcb\xe2\xc5\x67\x49\xca\x00\xb8\xaa\xb1\x5a\xc7\xe9\xd2\x0d\x2d\x64\xc5\x0b\xd7\xfa\x6a\xad\xca\x64\x51\x78\x45\x33\xd0\xfc\xae\xb2\xd6\x14\x93\x44\x82\x8d\xed\xe6\x2b\x0c\x9a\x97\xeb\x31\xde\xa1\x3b\x28\x2a\x38\xdf\x68\x4b\x1c\x03\x42\xd2\x05\x1e\x61\x35\xda\xc1\xf0\x8e\x43\x66\x70\xbc\x02\x88\x19\x8c\x51\x01\xc4\x86\x55\x47\x2d\x09\x54\x45\x80\x2b\xf5\x63\x2a\xef\x07\x8d\x9d\x2a\x10\x5d\x13\x2a\x18\xfd\x6b\x0c\x90\xae\x0c\x06\x47\xc5\x6a\x1c\x66\x9c\x6b\x60\x54\x75\x30\x28\x57\xe9\x27\x5c\x8c\x01\x69\xe2\x98\x69\xa0\x71\x71\xcc\x0c\x98\x0e\x37\xa6\x81\x86\x87\x1b\x33\x20\x1c\x0b\x03\xb1\x17\x67\xcc\x0c\xbc\x78\x26\x26\x1c\xed\x7c\x9a\xc2\x06\xc3\x39\x7e\xeb\x53\x85\xb5\x5e\x51\x92\x94\x0d\x4b\x2c\xef\xac\xe3\xb8\x75\xc6\x91\xc7\x8a\xbe\xe6\x77\x8e\xdf\xda\x14\x01\x37\x5f\xa4\x14\xb8\x57\x97\x43\x2b\x66\x13\xbe\x45\x8b\x85\xcf\x11\x86\x36\x8a\x4b\x69\x0b\x5d\xd8\xa5\x30\x23\x4b\x2d\x6e\xc5\xfa\xfe\xb0\x2f\x78\x1f\xdb\x5d\x76\x64\xb8\x6e\xfc\xbf\xab\x26\x69\xb8\xe6\x16\x93\x19\x5e\xe2\x21\xa7\xff\x7a\xf1\x6b\x75\xe8\xda\x13\x9a\x8d\xc6\xca\xa3\xc4\x19\xc4\x25\xb6\x9d\x1a\xc4\x3b\x9c\x8c\xcf\x3c\xc9\xed\xca\xba\x56\x7a\xb8\x43\x58\x3b\x9c\xc0\xc7\x1d\x4e\xac\x06\xcf\x24\x61\xb4\x64\x54\xce\x1d\x5e\xc1\xf4\xd4\x82\xe6\x52\xdf\x41\x1f\xce\x28\xb5\x25\xb3\xb1\x50\x95\x0f\xef\xf5\xc3\x63\xd6\xaa\x1f\x3c\x8d\x55\x3f\x38\x67\x18\x6d\x8a\xb0\xa6\xaa\x1f\x20\xfe\x60\xf5\x7d\x46\xe9\x23\xc6\x25\x66\xde\xb1\xbc\xfb\x48\x2e\xc5\x0f\xd0\x06\xcb\x82\x5a\xde\xd1\x40\xdf\x0b\x46\x3d\xec\x3e\x25\xb7\x6b\xb6\xd4\x4a\x1f\xb8\xa0\xc7\xe8\x23\x7c\x62\xd4\x1e\x6e\x31\xdf\x60\x9f\x83\x0c\x1b\xec\x5c\x01\x6d\xa5\xfb\xb5\xf4\x2d\xa0\x81\x5f\xf1\x06\x67\x70\xbb\xc1\xa7\xac\x60\xd6\xed\x7c\xcd\x64\x69\xe7\x6b\x2f\x94\xfc\x29\xe3\x98\x6d\x7c\xea\xfd\x3e\x96\x2b\x33\x0f\x52\xbf\x9d\x03\xcc\xb8\x92\x6c\x35\x6b\x9b\xf9\xd8\x7f\x48\x6e\x57\xfd\x6f\xa5\x0f\x34\x4e\x9b\x51\x06\xd3\xf3\xaf\xdf\xec\x47\x57\xf5\x02\x7b\xca\x64\x56\x8d\xff\x78\x5b\x28\xae\x22\xb4\xd0\x85\x5e\xc8\x57\xb2\xcc\xfa\xfb\x85\xbc\xb7\x15\x1d\xa1\x3e\x5b\xe3\x84\xba\x37\xc6\xc9\xa8\x18\x10\x03\x27\xdf\x54\x20\xb8\xfa\xfa\x70\x66\xad\x99\x3b\x8f\x8d\xcc\x64\x37\x77\x29\xd7\x24\x0f\x5d\xe7\x4b\x76\xf3\xbd\x68\x1b\xaf\xed\xf7\x2c\xd9\xcd\x61\xba\x9b\x0f\x9a\x1b\x4b\x9e\x15\xda\x31\x2e\x39\xbf\x59\xc7\x37\x0c\x7b\x64\x68\x63\xa2\x7e\x60\x7e\xd4\xcf\xd0\xd7\xb6\xd0\x31\xe6\xdd\xf6\xc8\x70\x34\xf7\xd9\x2e\x96\xec\xce\x29\x50\x8b\x20\x60\xf4\x37\x9a\x97\x10\xcb\xff\x56\x1d\x0b\xf4\x88\x9f\x51\xee\x13\x1b\xbc\x82\x70\xb5\xd8\x32\x7d\x8f\x72\xa0\x26\x15\x37\xc4\xf2\xee\x3f\x67\xb7\x37\xd6\x56\x9c\x66\xa4\x58\xd0\x7f\x8e\x57\xc8\x00\xb8\x8a\xae\x4b\x12\xac\xf0\x8c\x18\xf8\xaa\xaf\x56\x87\x3a\x2a\xc9\x63\xb3\xd4\x00\x1c\xd7\x36\xf8\xa6\xa9\x11\x63\xb4\xb5\x6e\x9e\xe6\x24\xf3\xf0\x82\x26\xb9\x9d\x23\x54\x92\xd1\x49\x92\x91\x51\x4b\x12\x2d\x88\xb7\x19\x90\x49\x51\xa0\xdf\x16\x6e\x49\x46\xa7\xea\x76\x98\xb7\x05\x09\xa1\xdf\x56\x41\xc4\x07\xc7\x73\x0b\x56\x7a\xac\x68\x48\x6e\xe7\x50\xa8\x49\x0f\xd5\xf9\x49\x11\xf0\x89\x95\xd6\x05\x8d\x2d\x9e\x2d\xa9\xcf\x84\xcd\x00\xb8\x74\xec\x92\x84\x52\xd3\x48\x81\xef\xfa\x6a\x0f\xf3\xab\x56\xbc\x3c\xd6\x72\x17\xed\x55\xbb\x03\xe1\x7c\x47\x2e\xec\x0d\x0d\xe1\xab\x17\xef\xee\x17\x96\xe5\xbb\xd6\xea\x52\x8e\xbd\x96\x24\x1a\x0c\x77\xeb\xd1\xa3\x0a\xbb\x1a\xa5\x24\xe9\x35\x28\x75\x6b\x5d\x7a\x2a\x9e\x7f\xf1\x59\x79\x92\xec\xae\x5e\xbd\x4d\x30\x34\xf0\xbc\x64\x85\x33\xf9\xff\x60\xd8\x80\x0c\xe5\xb3\xd4\x63\x2e\xd2\x60\xb8\xca\x6d\x8f\x2a\xe8\x0a\x9a\x96\x04\x37\xea\x72\x68\xb9\xf0\x91\x14\x98\xfb\x38\x14\x6a\x81\x1c\x53\xbd\x4b\x36\xea\x90\x94\x81\x98\xcc\x09\xc3\x4b\x1a\xfe\x88\x99\xcc\x47\x23\x13\xbe\xe8\xeb\xe0\x33\x53\xd5\xbb\x56\x00\x97\xe6\xb7\x35\x86\x0b\x16\xe2\x79\xa2\x94\x19\x5d\x22\x0d\x86\xab\x40\xf6\xa8\x42\xf5\x13\x4a\x10\x48\x6c\xb8\x93\xb7\x9f\x85\xb0\xce\x0f\x48\xe9\xe3\xf7\x5c\x72\xbb\xd4\x6d\xa5\x87\x5b\x0c\x28\xe7\x1c\xae\xee\x2f\xad\xde\xfb\x55\xed\xf5\x71\xb0\x60\x00\x8e\x7e\x64\xe1\x5d\x2c\xa8\x8f\x22\xe7\xf0\xe5\xf6\xa0\xa6\x38\xf1\x31\xaa\xd4\x00\xc7\x34\x6d\x48\x02\x87\x61\xf9\x05\x3e\x4e\xad\x73\x04\xbe\xf2\x29\x50\xc9\xed\xd2\xb1\x95\x3e\xdc\xc8\x7b\x95\xf3\xc9\x0c\x89\x24\xbc\xe3\xf0\x55\xce\x21\x5e\x0d\x0c\x7e\xa8\xb8\xd4\xfb\x29\xde\x73\x79\x67\x6d\x14\x98\xc7\x5c\x80\x30\xe7\x54\xa0\x49\x0e\xd7\x22\xb0\x04\xae\x98\x75\x22\xb0\x4a\x7c\x4e\x2d\x26\xee\xa3\x8a\x49\xf8\xf3\x89\x09\x83\xeb\xc4\x3a\x14\x4c\x19\x2d\x67\x74\xe7\xb1\x3f\xa1\x01\x5c\x1a\x76\x49\xc2\xed\x44\x68\x31\x70\xa1\xaf\xd6\xd6\x2e\x11\x64\x83\xbd\xe2\x93\x18\x04\x67\x7b\xd7\xa5\x09\xd7\xe0\x19\x39\x70\xa6\x6e\xec\xb1\x4a\xe4\x1b\xa6\xeb\xcc\x67\x9e\x53\x43\x38\x1b\xc0\x1e\x51\xb8\x36\xac\x12\x04\x71\x75\x67\x3d\xb7\xe2\x7f\xdc\xf8\xa4\x93\xc6\x03\x0f\x19\x8f\x5e\x90\x6e\xce\x17\x3b\xcf\x16\x3f\x4e\x32\x8a\x52\xcc\x26\x27\x2d\xde\xc2\xe3\x41\xe5\x3b\x40\x36\x01\x27\x3a\x85\x3e\x45\x44\xcb\xff\x73\x2f\xe5\x91\x8a\x8c\x1c\xb7\xab\x3b\x45\x88\x86\xb2\x09\x59\x1d\x1f\x17\x9c\x22\x60\xc5\x6d\xe0\xbb\x57\x2a\x86\x9d\xbd\x14\x64\x25\x7a\x9d\xb7\x47\x1b\x64\x2d\x81\x02\x89\x53\xf6\x3d\x4f\x2a\x02\x8d\xd5\x11\xc3\xd6\x85\x50\x0e\xf5\x90\x6f\x39\xb7\x91\xac\x22\x96\x18\x65\x27\xc4\xaa\x39\x49\x88\xc6\xb2\x8a\x21\x05\x2f\x71\x72\x4a\xcb\x73\x92\xa4\x1a\xce\x2a\xec\xd4\x25\xca\x93\x44\xb5\xd7\x22\xfb\x69\x09\x3b\xc1\xbe\xf5\x24\x29\x12\xc9\x2a\xe2\x55\xaa\x5a\x0f\xcc\x50\xa6\xb8\xc4\x45\x8a\x8b\x84\xe0\xae\xbd\xcc\x11\x09\xa7\xb5\x8c\xaf\x80\xd5\x7d\xdd\xd1\x70\x1a\xa5\x75\x82\xda\x13\xe9\x95\xde\xa7\x5e\xb9\xe8\x3c\xf6\x2a\xe8\xce\xfb\xd9\x03\x3d\x76\x48\x4e\x5f\x31\x79\xd5\xba\xf2\xda\x05\x52\x65\xa5\xae\x36\xe6\xfd\x5e\xbf\xaf\xb7\x1a\x58\xd5\xa9\x61\xba\xfe\x63\xa1\x21\x1e\x4f\x88\x98\x3c\x70\x20\x60\x15\xf9\x68\x0e\xc6\xbc\xee\xb0\xc0\x2a\xca\xa4\xbd\xf6\x18\xc1\x1e\x4a\xcd\x24\xbe\xfe\x88\xc1\xae\x5a\x95\x5a\x55\x5c\x4e\xd7\xec\x04\xdf\x08\x43\xc7\x11\xaf\xdd\xb6\xf7\xfb\x8f\xff\x1f\x00\x00\xff\xff\x8d\xb9\x0f\x6b\xa2\x41\x01\x00"), - }, - "/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml": &vfsgen۰CompressedFileInfo{ - name: "camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml", - modTime: time.Time{}, - uncompressedSize: 23164, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5c\xcb\x77\x9b\x3c\x16\xdf\xfb\xaf\xd0\x69\x36\xdf\x77\x4e\x51\x1f\x99\x33\x8b\xcc\x2a\x4d\x93\xa9\xdb\x3a\xc9\x29\xfe\x5e\xb3\x93\xe1\x62\x14\x83\x84\x25\xd9\x4e\xfa\xd7\xcf\x11\x88\x97\x43\x04\x38\xa2\x59\xc4\x80\xee\xfd\xdd\x97\x9e\x57\x82\x33\xe4\xb9\xfb\x9b\x9d\xa1\xef\x34\x00\x26\x21\x44\x8a\x23\x15\x03\xba\xcc\x48\x10\x03\xf2\x79\xa4\x0e\x44\x00\xba\xe1\x3b\x16\x12\x45\x39\x43\xbf\x5d\xfa\x37\xbf\xa3\x1d\x0b\x41\x20\xce\x00\x71\x81\x52\x2e\x60\x76\x86\x02\xce\x94\xa0\xab\x9d\xe2\x02\x25\x05\x20\x22\x6b\x01\x90\x02\x53\x12\x23\xe4\x03\xe4\xe8\xb7\x77\xcb\xf9\xd5\x35\x8a\x68\x02\x28\xa4\xb2\x60\x82\x10\x1d\xa8\x8a\x67\x67\x48\xc5\x54\xa2\x03\x17\x1b\x14\x71\x81\x48\x18\x52\x2d\x98\x24\x88\xb2\x88\x8b\xb4\x50\x43\xc0\x9a\x88\x90\xb2\x35\x0a\x78\xf6\x24\xe8\x3a\x56\x88\x1f\x18\x08\x19\xd3\x0c\xcf\xce\xd0\x52\x9b\xe1\xdf\x94\x9a\xc8\x02\x36\x97\xa9\x38\xfa\x87\xef\x8c\x0d\x0d\x73\x8d\x17\xde\xa2\x3f\x41\x48\x2d\xe4\x23\x7e\x3f\x3b\x43\xbf\x69\x92\x37\xa6\xf0\xcd\xef\xff\x41\x4f\x7c\x87\x52\xf2\x84\x18\x57\x68\x27\xa1\x81\x0c\x8f\x01\x64\x0a\x51\x86\x02\x9e\x66\x09\x25\x2c\x80\xda\xac\x4a\x02\x46\xb9\x02\x1a\x83\xaf\x14\xa1\x0c\x91\xdc\x0c\xc4\xa3\x26\x19\x22\x6a\x76\x36\x3b\x43\xf9\x5f\xac\x54\x76\xf1\xee\xdd\xe1\x70\xc0\x24\x57\x17\x73\xb1\x7e\x57\x5a\xf7\xee\xfb\xfc\xea\xfa\xd6\xbf\xf6\x72\x95\x67\x67\xe8\x0f\x96\x80\x94\x48\xc0\x76\x47\x05\x84\x68\xf5\x84\x48\x96\x25\x34\x20\xab\x04\x50\x42\x0e\x3a\x70\x79\x74\xf2\xa0\x53\x86\x0e\x82\x2a\xca\xd6\x6f\x91\x34\x51\x9f\x9d\xb5\xa2\x53\xbb\xab\x54\x8f\xca\x16\x01\x67\x88\x30\xf4\xe6\xd2\x47\x73\xff\x0d\xfa\x74\xe9\xcf\xfd\xb7\xb3\x33\xf4\xd7\x7c\xf9\xe5\xee\x8f\x25\xfa\xeb\xf2\xc7\x8f\xcb\xdb\xe5\xfc\xda\x47\x77\x3f\xd0\xd5\xdd\xed\xe7\xf9\x72\x7e\x77\xeb\xa3\xbb\x1b\x74\x79\xfb\x0f\xfa\x36\xbf\xfd\xfc\x16\x01\x55\x31\x08\x04\x8f\x99\xd0\xfa\x73\x81\xa8\x76\x24\x84\x3a\xa6\x65\x05\x2a\x15\xd0\xf5\x43\xdf\xcb\x0c\x02\x1a\xd1\x00\x25\x84\xad\x77\x64\x0d\x68\xcd\xf7\x20\x98\xae\x1e\x19\x88\x94\x4a\x1d\x4e\x89\x08\x0b\x67\x67\x28\xa1\x29\x55\x79\x2d\x92\xcf\x8d\xd2\x62\x5c\xb6\xad\x19\xc9\xa8\xa9\x4e\x17\x28\x20\x29\x24\xcd\xf0\xed\x3f\xcc\x36\x94\x85\x17\xe8\x4a\x97\x5c\x11\x45\x12\xbe\x9e\xa5\xa0\x48\x48\x14\xb9\x98\x21\xc4\x48\x0a\x86\xd1\x0b\x8a\x72\xef\x03\xfe\x80\x3f\x78\x92\x91\x4c\xc6\x5c\x79\xdb\x1d\x11\x9b\x9d\x9c\x21\x94\x90\x15\x24\x52\xb3\x21\x1d\xed\x92\x6f\x93\x3f\x78\x26\xdc\xc0\xe1\x7d\xa9\xde\x39\x7e\x8f\x3f\xd8\x69\x13\x4e\x42\x10\x83\x58\xc4\x8e\x29\x9a\x42\x4d\x5b\xa8\xed\xdf\x5e\xde\xfb\x5f\xee\x96\x76\xa6\x4c\xf0\x3d\x0d\x41\x5c\xa0\xd2\x3a\x1d\x63\x6d\x99\xa1\x28\x8c\xb4\x61\x3f\x87\x30\x6e\xd1\x8d\x40\x47\xff\x2a\x21\x52\x5e\x20\xca\xb1\x21\xc0\x62\xc7\x18\x08\xfc\x5f\x60\x20\x88\x82\x70\x41\x28\xcb\xb9\x9a\x11\xa9\xf5\xee\xf0\x02\x2a\x85\x35\xcd\xfe\x88\xdf\xe3\x1b\xca\x48\xd2\xe4\xf6\x3a\x08\xdf\xe3\xf7\xde\xe2\x3c\xa7\x0a\x21\x03\x16\x02\x0b\x28\x98\x80\x7a\x68\x2d\xf8\x2e\x9b\x87\x17\x88\x8b\x75\xe9\xb4\x42\x93\x8d\x41\x26\x42\xd1\x88\x04\x4a\x13\x99\xd8\x7b\xc6\x61\x5e\xd3\x0b\x01\xc9\xc8\x8a\x26\x54\x55\xe8\x08\xc5\x40\x12\x15\x97\x77\x5d\x1a\xf4\x69\xd1\x94\xf0\x92\x3e\x86\xc6\x4b\x69\x20\x78\x26\xb8\xee\x36\xbd\x42\xb4\xe1\x13\x20\xd5\xaf\xd2\x42\xcb\x72\x0e\x9a\x25\x44\xe9\x81\xca\xd3\x5d\xf6\xac\xa6\x34\xfa\xb7\x89\x1f\xc2\x55\x50\xda\x35\x54\xfc\xcb\xa2\x35\x9a\x21\x92\x41\x0c\x69\xed\x33\x0f\xd1\xf0\x02\x35\xca\xcd\x88\x82\x22\x92\x48\xa8\x9e\x65\x44\x4a\xba\x87\xf6\xe3\x07\xb2\x27\xcb\xa7\xac\x09\xf6\x4c\x43\x3d\xde\x71\x06\x4c\x61\x2d\x03\x7f\x0d\x57\xc1\x55\xf9\xa8\xc3\x6c\x1d\x76\x77\x66\x6b\x34\x9b\xd9\x8d\xf2\xc9\xcc\xd6\x32\xf0\x0d\x4d\xc0\x66\x76\x16\x46\xee\xac\xce\xc2\xc8\x66\x74\x5d\x3c\x99\xcd\x59\x18\xe1\xfb\x30\xb2\x59\xac\xc8\x5a\xf2\x5d\xe6\xce\x6a\x03\x68\xe8\x74\xa7\x5c\x4c\x0a\x1b\x1a\x2b\x1a\x3e\x2d\x34\x75\x36\xc2\xaa\x1a\x09\x1b\x11\x78\x59\xe1\x7c\x26\x8a\xdc\xe4\x85\x5d\x4d\x98\x04\x1b\xc9\x99\xc3\x56\x5c\x00\xda\x4c\x7c\x90\x9c\x1d\xd1\x8d\x6c\xa5\x05\x2f\xfe\x5a\xfc\x5a\x0d\x0c\xe4\xde\x9d\x71\x81\xdc\xdb\x0c\xab\x8b\x47\x06\x2d\x90\x7b\x7c\x25\xf7\x56\x43\xf2\x66\xe0\xcc\x12\xd3\xbd\xbf\xd8\x00\x1b\xe5\x23\x5a\x60\xcd\x2b\xa7\x6e\xbe\x1a\x16\x7f\x51\x2a\xb3\x35\x60\x72\x90\x9e\x64\xd2\x9d\xdb\x0c\xa0\xcd\x73\x6d\x92\xc9\xec\x27\x07\x89\x25\x93\xd8\x67\xd2\xe6\x81\x3d\x49\x68\x48\x14\x17\xee\x7c\x50\x41\xda\xbc\x70\x4c\xd4\xe3\x07\x25\x76\xa7\xb9\xa1\x92\x83\xff\x2c\xaf\x6c\xee\xf8\x49\x33\xb7\xa3\xb7\x01\xb4\xf5\x0a\x6d\x92\x91\x3d\x83\x61\xc6\xff\xa3\x99\x1e\x9f\xad\x3d\x04\x03\xa5\x9e\xdc\x99\x96\xc3\xd9\x62\xdc\x24\x98\xac\x9e\xe7\x42\xf0\xad\xfe\x6f\x0b\xac\x24\x09\xc8\x88\x8b\xc0\x61\x6c\x6b\x4c\x9b\x17\x9e\x51\x4d\xe6\x8a\x5a\x12\xf6\xab\x4b\xab\x53\x40\xec\x13\x50\x0e\x3d\x52\x00\x5a\xdd\xd1\x22\x29\x7d\xd1\x68\xdf\x6e\x5c\x51\x48\xc1\x7e\xf1\x6b\x73\x82\x00\x12\x28\xba\x07\x4f\x2a\x01\x24\x75\x38\x18\x1c\x23\xdb\xdc\xf2\x02\xed\x64\x75\xa5\x94\x87\x8d\x3c\xfc\xc3\x3c\xf0\x8b\xfb\xbe\x51\x13\x36\x8e\x47\x4d\xd8\xf4\x8e\x9a\x35\xc9\xa4\xa3\x26\x6c\x24\xbe\xfe\xe6\xdb\x3c\x10\x70\xe1\xb0\x1f\xd1\x68\x86\xa8\xcc\xf1\x35\x27\x8d\x9c\x49\x45\x98\xaa\x1e\xc0\x63\x10\x13\xb6\x86\x7b\xc1\x33\x10\x55\x0f\xeb\x35\x57\x82\x1e\x8a\x81\x84\x20\xaa\x5b\x01\x51\x75\x2d\x69\x9a\x35\x28\x15\xdf\x00\xa3\x3f\xc7\x38\xac\x54\x13\x97\xca\xe1\x2b\x73\xf1\xdd\x94\x0c\xe0\xcd\x8c\xfe\xf8\xfa\xc8\xa0\x11\x18\x85\x29\xf9\xd2\x74\x04\x57\xe1\x1b\xfc\x25\xff\x19\xc1\x27\x20\xc2\x3f\x20\x1a\xaf\x9f\x9f\xff\x8c\xe0\x2b\x63\x22\xf0\xd2\x5c\xb5\x98\xdb\xf5\x07\x1e\xc1\x61\x9a\x45\xa3\xd9\x5a\x62\xa3\x7c\xb2\x66\xa8\x65\xe0\xeb\x47\xb0\xa6\x59\xf2\x91\xdf\xf1\xb2\xa7\xc6\xec\x9d\xd8\x78\x1d\x4b\x20\xd7\xc3\x58\x31\xb9\xc9\x97\x32\xf9\x0c\xa7\x6f\x3d\xa3\x9b\xe3\x2e\x71\xd9\x33\x69\x3c\x9b\x2b\x5a\x14\x93\xd5\x87\x42\x4a\xde\xc9\xec\x92\xde\x05\xdd\xb9\xe3\xf5\xdc\x79\xef\x72\xee\xfc\x97\xac\xe6\xce\xb1\x7f\x6e\x4f\x47\x09\xb7\x8b\x17\x03\x68\x5b\xbc\xb4\x49\x46\xe7\xa2\x72\x66\xbc\x24\xa2\x77\xf1\x12\xb9\x6c\xe6\x91\xbd\x7d\x47\xa7\xe7\x36\xa2\x93\x52\x1b\x66\x6a\x7c\x92\xdc\x13\x32\xb9\x02\x52\xae\x00\xdf\x1c\x77\x26\xe3\x78\xe5\xc9\xcc\x7e\x64\xef\xc6\x64\x42\x82\x8d\xc3\x55\x89\x86\xb3\xae\x49\x1a\x04\xd3\xad\xce\xb4\x10\xec\xeb\xff\x56\xdb\x1f\x52\xf9\xd1\xa1\xed\x1a\xce\x6a\x7b\x83\x60\x3a\xdb\xb5\x10\xec\xeb\xff\x7d\xbd\x77\x42\xd2\x55\x48\xdc\xf6\xe0\x05\x66\x5f\x2f\xde\xa2\x9a\xb4\x27\x2f\x24\xe1\xef\xf9\x4f\xef\x4a\x2b\x70\xbd\xd2\x0a\xfa\x57\x5a\xc1\xaf\x59\x69\x05\x12\x5f\x5f\x59\x57\x5a\x5a\xc5\x70\x97\x80\xc3\xfc\x64\x05\x69\x6d\x16\x47\x44\xd3\x35\x8d\x52\x10\xf6\xcb\x2b\xeb\x26\x5b\x73\xff\xd5\xe1\x76\xdb\xd1\xb6\xee\x8b\x7e\xe9\x22\x9c\x6e\x0b\xce\x08\x2b\x66\xc0\xf7\xe6\xae\x6f\x12\xfc\x28\x13\x87\x29\x2d\x8d\x66\x73\x48\xa3\x7c\x32\x3f\x68\x19\xf8\x6f\x99\x58\xf3\x58\xba\x8f\x75\x3b\x6e\xf4\x0d\x1b\x27\xcf\x73\x1e\x52\xe9\xad\x88\x0a\xe2\x5f\x31\xee\xe4\xc3\xce\xa8\xa9\x4a\xce\x95\xeb\x97\xf3\x7e\xd2\x57\xd6\x36\x49\x62\xee\xb0\x29\x92\x98\x5b\x5b\x60\x5d\x3e\x5d\xc3\x23\x31\xc7\xf7\x24\xe6\x36\xb3\x43\xfe\xd3\x65\xb7\x9c\xc3\xd9\x0c\x6f\x12\x4c\x66\x79\x2e\x04\x7f\xd6\xff\x6d\xb6\xaf\x80\x38\xdc\x13\xd7\x68\x36\xcb\x1b\xe5\xc3\xf7\xc9\xcc\xfa\x3c\x21\x72\x60\x43\x6d\xf0\x76\xa4\x21\x1b\x3a\x8c\xf3\xa8\x66\xc4\x9f\x80\xb0\x51\x6d\x50\x73\xe5\xba\xe3\xfc\x24\xdb\x00\xde\x2a\x77\x56\x09\xb4\xa4\xcc\xf4\x24\x47\x09\xc2\x64\x42\x94\xc3\x05\x73\x0b\xb6\x6f\x92\x75\x4c\x38\xe9\x54\xab\x12\x86\x97\xe5\x95\xad\x7e\xa7\x84\x3a\x4c\x23\x69\x34\x9b\x37\x68\x4a\x4e\x5e\x70\x6b\xde\x93\x47\xa2\x8c\x67\x27\xa4\x6e\x6a\xde\xd3\x87\xc0\xf4\xf4\x14\x83\xe6\x3d\x41\x70\x67\xfa\x26\xa5\x29\x78\xe9\x2e\x51\x34\x23\x42\x9d\x54\xbb\x74\x70\xf1\x82\xd0\x64\x40\x1b\x6d\xe4\x7e\xb4\x64\x5c\x49\xc6\x0b\x9a\xc2\xa2\xbc\xb3\x26\x82\x74\xf3\x9e\xe2\xd8\x42\x1b\xb7\xaf\x3b\x7e\x46\x39\x59\xeb\xcd\xbb\xb3\xfa\x18\x83\xee\xd8\x06\x1d\x65\x90\x8c\x6c\xe0\x89\xa4\x0e\xdb\x71\x05\x69\xab\x52\xba\xfc\x19\xe5\xc8\x69\x5b\xc9\x8d\x7d\x7d\xf5\xcf\xe5\xe2\xbb\xb5\x4a\xec\x53\x87\xa7\x57\x52\x5b\xe8\xab\xd2\xc9\xce\xab\xa4\xf8\xcf\xd4\x16\xd6\x0d\x89\x36\x0e\xd3\x23\x39\x9c\xcd\xe2\x26\xc1\x64\x75\x3c\x17\x82\xbf\xe9\xff\xf6\xf3\x0a\x2e\x33\x43\x1a\xcd\xba\xc4\x81\xa1\xd9\xa0\x93\xa3\xad\x45\x60\x1f\xec\x49\xa0\x84\xaf\xdd\x19\x9d\xf0\xb5\xcd\xe6\xba\x78\x2a\x93\x13\xbe\xc6\xdf\xf9\xda\xba\x8f\x71\xa0\x4a\xb9\x5c\x5a\x18\x40\x9b\xe1\x86\xc4\x0b\xa9\x80\x40\xa5\x20\x65\xbd\x51\x3b\x7a\x84\x2e\xc1\x24\x10\x71\xca\x22\xb7\x8d\xa2\x68\x0a\x09\x65\x93\x4f\x13\x8d\x3c\xdc\x72\x01\x5e\x16\x4f\x3f\xe7\x0f\x17\xc5\xc3\x51\x33\xf9\x12\xb6\x70\x46\x89\xe7\xe7\x77\x27\x01\x95\xfe\x28\xa1\x96\xe6\xde\xda\x73\x6c\x5d\x0e\x83\x5b\xeb\x6c\xb6\x2e\x1e\x3f\xb5\xdb\x26\x9e\x54\x5c\x40\x38\x75\xb0\xe5\x36\xc1\xfe\x76\xc8\x9c\xad\xcd\x53\x68\xa7\x59\xfd\xfc\xca\xba\x88\xe0\x6c\xcd\xc3\x95\xc3\x75\x44\x01\x68\x73\x7e\x9b\x64\x32\xf7\x19\x31\x78\xa1\x7f\x3f\xaf\xac\x5e\x68\xbe\x0c\x94\x82\x12\xd4\x65\x42\xbf\x0b\xdd\xea\x9f\x97\xe9\xa7\x73\x56\x43\x26\x36\x32\xf1\x42\x3f\xbc\x2f\x1e\x2e\x8a\x67\x36\x2f\x52\x16\x51\x46\x65\xe6\x32\xed\x52\x63\x5a\x17\xa7\xc7\x54\x93\xf9\xa9\x96\x84\xe7\xd5\xa5\xfd\xe8\xa2\x74\x98\xe9\x6e\xbc\x2f\xf6\xc2\x11\x45\x39\xfe\xd8\x66\xcd\xea\x91\x8c\x4e\xed\x41\x2d\x07\xff\x00\xa9\x46\xf5\x6b\x15\xd7\x65\x46\xad\xbb\x71\x71\xe0\x1d\x5c\x6e\xc6\xe5\x78\x36\x97\xb7\x28\xc6\x3a\xbd\x60\x9e\x7e\x23\x2f\x0e\xf0\x41\xe2\xbf\xec\x47\x46\x63\x87\x27\xd4\x48\x6c\x3d\xa0\x56\x17\x4f\x75\x2c\x4b\x9b\x7c\x19\x5b\x0f\xa7\xe5\xdf\x0b\xe0\xc9\x6a\xe7\xb0\xbe\xd4\x98\x36\xf3\x9f\x51\x4d\x35\x93\xaf\x05\xe1\xab\xe2\xf2\xd3\xce\x5a\x09\x56\x44\xc2\xbf\xff\xe5\x30\x63\x93\xe3\x19\xb2\xce\x5c\x44\x8b\x62\xe4\xe1\xa4\x82\x17\x7f\xca\x7f\xac\xe9\x87\x62\xc2\xec\x70\x27\x24\xc7\xb3\xc5\xb8\x45\x31\x55\x7c\x0b\x21\xb8\x98\xf9\x5b\xdf\x77\x8d\xa9\xc3\xc5\x9a\x46\xb3\xd9\xde\x28\x7f\x6d\xf6\x53\x43\x7d\xad\x5f\x32\x2c\x1e\xfc\x7d\x62\xd2\x4a\xf3\xe2\x9b\x98\x8a\x71\xc7\xa2\x4a\xae\xaf\xcf\x5f\x54\x1c\xca\xfa\x77\x9a\xd8\xeb\x67\x65\xbb\xc3\x3a\x5a\x61\x5a\xeb\xe9\x31\xd5\x64\x75\xb5\x6e\xb7\xb5\x2b\xfa\x4e\xd6\x6c\x28\x03\x49\x1d\x9f\xae\x31\xa0\xd6\x01\xea\x19\xd9\xe8\x85\x62\x03\xc2\x8b\xa8\x80\x98\xcb\x5f\xb2\x8d\x64\x64\xe2\x6f\xc5\xef\xa8\xaa\xae\xf9\x4b\x5d\x4b\x80\x1b\x73\xdf\x1b\x2a\x97\x67\x1b\x0c\x60\x6f\x88\xa6\x7f\x0b\x27\x77\x69\x2a\xf1\xb7\x85\xf5\x10\x94\xa2\xa9\xd3\x74\x98\x86\xb3\x59\xdf\x24\x98\x2e\xdd\xa4\x85\xe0\xa5\xfe\xdf\x7f\x04\xce\xe1\x89\x48\x03\xd8\x17\xfd\x9a\x64\xe2\x23\x70\x1f\xf1\xf5\x95\xf5\x54\xe4\x83\xe4\x2c\x23\xf5\xd7\x4b\x1c\xbc\x83\x6f\x10\x0d\x61\xc7\x6e\xff\x11\xc5\x10\xbb\x4a\x16\xac\x47\xb2\x7b\xa2\xe2\x9e\xed\x77\xb9\x75\xfd\xde\xf5\xb6\xff\xbd\xeb\xed\xaf\x79\xef\x7a\x2b\xb1\xbf\xed\x7d\x87\x8e\x12\x87\xfb\x56\x06\xb0\xcf\x03\x35\xc9\xa4\x1e\xa0\x24\xc5\xf3\xcb\x45\x97\x07\x36\x5e\xf1\x9d\x25\x6f\xd8\xde\xa4\xed\xeb\x3f\x0d\xa0\x2e\x01\x6b\xc1\xf9\x7e\xc0\x0b\xcf\x03\x44\x14\x50\x5d\x42\x36\x5c\x25\x74\x40\x52\x6a\x80\x90\x02\xaa\x4b\xc8\xc3\x80\xa6\x32\x40\xc0\x83\xec\x02\x7f\x74\x14\x86\xc7\xee\x28\xe8\xca\xe3\x46\x7b\xb2\x27\x9d\x11\x60\x44\xe9\x2a\xeb\x24\x04\x05\x56\x4b\x4c\xf9\x8d\xa9\x94\xbc\x36\xce\x4d\xa4\x4e\x11\xed\xcf\x54\xbd\x4e\x48\xe3\xbb\x53\xc7\x45\x94\xc9\x0c\x82\x41\xa7\x27\x86\x48\xaa\xe0\x3a\x85\x1d\x60\x15\x73\x3e\xe0\x75\x8e\x21\xa2\x0c\x58\xa7\xa0\x40\x0c\xf9\x4e\xcd\x10\x29\x1a\xa9\x53\x84\x93\xaa\x76\x04\x56\x2e\x50\x3b\xbe\x05\x36\xe4\xab\x68\xc3\x7a\x46\x07\x58\x6d\x75\x4f\x86\x2b\x50\x1a\xc9\xe0\x57\x22\x39\xd2\xa7\x3a\xce\xde\x7a\xfc\xaa\x40\xb7\xf4\xeb\x3e\x5b\xd1\x22\x19\x9e\xad\x74\x5a\x57\x5c\x07\xa4\x74\x65\x51\x6d\x8c\x7e\xaf\x1f\xeb\xeb\x03\x0c\xc7\x35\xbb\x63\xfa\xda\x28\x3d\xfe\xba\x21\x42\x26\xb4\xe8\x8d\x76\xf4\x9b\x99\x51\xe9\xd5\x33\x85\x23\x05\x1b\x33\x86\x4e\x15\x5b\xe5\x16\x25\xf3\xb8\x17\x5a\x6e\xd4\x2b\xa7\x01\x47\x2a\x36\xe6\x1b\x9d\x2a\x6e\x94\x1c\xa5\xdf\x6b\x67\x29\x47\xea\x3d\x48\xdb\xfa\x64\x4c\x78\x5f\x3d\xc3\x39\xd2\xec\xd1\x56\xf7\x1e\xc7\x55\xbd\xd7\x4f\x8f\x8e\xdd\x56\x4e\x93\xba\x1d\x57\x97\x0e\xac\x74\xa6\x55\x4b\xbe\x1b\xf4\xf1\x9c\x31\xf5\x6f\xc2\x01\xb0\x3a\xdf\xd6\x92\xd1\x1b\x91\xff\x07\x00\x00\xff\xff\x76\xbb\x5e\x25\x7c\x5a\x00\x00"), - }, "/camel-catalog-1.2.0-SNAPSHOT-main.yaml": &vfsgen۰CompressedFileInfo{ name: "camel-catalog-1.2.0-SNAPSHOT-main.yaml", modTime: time.Time{}, - uncompressedSize: 87430, + uncompressedSize: 87168, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x7d\x5b\x77\xdb\x38\xb2\xee\x7b\x7e\x05\xd7\xe4\x65\xef\x75\x46\x98\x6e\x67\xf6\xf4\xd9\x7d\x9e\x6c\x39\x4e\xec\xd8\x8e\x3b\xf4\x24\x99\x7e\xe9\x05\x91\x90\x04\x8b\x24\x68\x00\x92\x65\xff\xfa\xb3\x70\xe1\x55\x10\x24\xb2\x0c\xfb\xc1\xa4\x88\xaa\xaf\x58\x00\x88\x6b\xa1\xea\x7d\x34\x79\xbd\xbf\x77\xef\xa3\x6b\x9a\x90\x42\x90\x34\x92\x2c\x92\x4b\x12\x9d\x96\x38\x59\x92\x28\x66\x73\xf9\x84\x39\x89\x2e\xd8\xba\x48\xb1\xa4\xac\x88\xfe\xeb\x34\xbe\xf8\xef\x68\x5d\xa4\x84\x47\xac\x20\x11\xe3\x51\xce\x38\x79\xf7\x3e\x4a\x58\x21\x39\x9d\xad\x25\xe3\x51\x66\x00\x23\xbc\xe0\x84\xe4\xa4\x90\x02\x45\x51\x4c\x88\x46\xbf\xfd\x7a\x7f\x39\xfd\x18\xcd\x69\x46\xa2\x94\x0a\xc3\x44\xd2\xe8\x89\xca\xe5\xbb\xf7\x91\x5c\x52\x11\x3d\x31\xbe\x8a\xe6\x8c\x47\x38\x4d\xa9\x12\x8c\xb3\x88\x16\x73\xc6\x73\xf3\x1a\x9c\x2c\x30\x4f\x69\xb1\x88\x12\x56\x3e\x73\xba\x58\xca\x88\x3d\x15\x84\x8b\x25\x2d\xd1\xbb\xf7\xd1\xbd\x52\x23\xbe\xa8\xde\x44\x18\x58\x2d\x53\xb2\xe8\x3f\x6c\x6d\x75\x68\xa9\x6b\x73\xe1\xef\xd1\x77\xc2\x85\x12\x72\x82\x7e\x79\xf7\x3e\xfa\x2f\x45\xf2\x37\x9b\xf8\xb7\xff\xfe\x7f\xd1\x33\x5b\x47\x39\x7e\x8e\x0a\x26\xa3\xb5\x20\x2d\x64\xb2\x4d\x48\x29\x23\x5a\x44\x09\xcb\xcb\x8c\xe2\x22\x21\x8d\x5a\xb5\x04\x14\xe9\x17\x50\x18\x6c\x26\x31\x2d\x22\xac\xd5\x88\xd8\xbc\x4d\x16\x61\xf9\xee\xfd\xbb\xf7\x91\xfe\x5b\x4a\x59\xfe\xfe\x8f\x7f\x3c\x3d\x3d\x21\xac\x5f\x17\x31\xbe\xf8\x47\xa5\xdd\x3f\xae\x2f\xa7\x1f\x6f\xe3\x8f\x13\xfd\xca\xef\xde\x47\xff\x2e\x32\x22\x44\xc4\xc9\xe3\x9a\x72\x92\x46\xb3\xe7\x08\x97\x65\x46\x13\x3c\xcb\x48\x94\xe1\x27\x55\x70\xba\x74\x74\xa1\xd3\x22\x7a\xe2\x54\xd2\x62\xf1\xf7\x48\xd8\x52\x7f\xf7\xbe\x53\x3a\x4d\x76\x55\xaf\x47\x45\x87\x80\x15\x11\x2e\xa2\xbf\x9d\xc6\xd1\x65\xfc\xb7\xe8\xec\x34\xbe\x8c\xff\xfe\xee\x7d\xf4\xe3\xf2\xfe\xf3\xd7\x7f\xdf\x47\x3f\x4e\xbf\x7d\x3b\xbd\xbd\xbf\xfc\x18\x47\x5f\xbf\x45\xd3\xaf\xb7\xe7\x97\xf7\x97\x5f\x6f\xe3\xe8\xeb\x45\x74\x7a\xfb\x9f\xe8\xcb\xe5\xed\xf9\xdf\x23\x42\xe5\x92\xf0\x88\x6c\x4b\xae\xde\x9f\xf1\x88\xaa\x8c\x24\xa9\x2a\xd3\xaa\x02\x55\x2f\xa0\xea\x87\xfa\x2d\x4a\x92\xd0\x39\x4d\xa2\x0c\x17\x8b\x35\x5e\x90\x68\xc1\x36\x84\x17\xaa\x7a\x94\x84\xe7\x54\xa8\xe2\x14\x11\x2e\xd2\x77\xef\xa3\x8c\xe6\x54\xea\x5a\x24\x76\x95\x52\x62\x5e\xf3\xdb\x7a\x87\x4b\x6a\xab\xd3\xef\x51\x82\x73\x92\xb5\x8b\x6f\xf3\xeb\xbb\x15\x2d\xd2\xdf\xa3\xa9\x4a\x99\x62\x89\x33\xb6\x78\x97\x13\x89\x53\x2c\xf1\xef\xef\xa2\xa8\xc0\x39\xb1\x8c\x93\xc4\xa4\x4f\x7e\x45\x27\xe8\x97\x89\x28\x70\x29\x96\x4c\x4e\x72\x4c\x8b\x77\x51\x94\xe1\x19\xc9\x84\xe2\x89\x54\x51\x57\x4c\x2b\xfd\x60\x47\xb2\xc5\x42\x9b\xea\xdd\x3e\xa0\x5f\xd1\x2f\x7e\xda\x8c\xe1\x94\xf0\xa3\x58\xf8\xba\x90\x34\x27\x0d\xad\x79\xe7\xf8\xf6\xf4\x2e\xfe\xfc\xf5\xde\xcf\x54\x72\xb6\xa1\x29\xe1\xbf\x47\x5a\x35\x55\xba\x4a\x2d\x9b\x6c\x34\xf4\x01\xf7\xf8\x6d\x86\xa8\xba\xaf\x0a\x7d\x9a\x61\x21\x7e\x8f\x18\x5f\x54\xb2\xcd\x8b\xac\x90\xa2\x46\xa7\x0d\xa5\xe6\x6c\x17\x46\xf3\xd6\x8e\x3c\x88\xa2\xc7\x35\xe6\xab\xb5\x68\x2b\xfd\x01\xfd\x82\x4e\xb3\x72\x89\x4f\xda\xec\x13\x07\xe5\x2f\xe8\x97\xc9\xcd\x3f\x35\x55\x4a\x4a\x52\xa4\xa4\x48\x28\xb1\xe5\x39\x89\x16\x9c\xad\xcb\xcb\xd4\xf5\xde\x16\x19\x73\x49\xe7\x38\x91\x8a\xc8\x16\xfd\xc4\x66\xd9\xa4\xce\x87\x04\x97\x78\x46\x33\x2a\x6b\xe8\x28\x5a\x12\x9c\xc9\x65\xf5\xcb\x25\xfe\xd8\x57\x38\xf4\x1a\x46\x92\x25\xe6\x44\x48\x80\x50\xaf\x48\x85\x0d\x06\xd1\x6d\x83\x64\x4f\xef\x9a\x44\xfb\x6a\x26\xfd\x85\x96\xaa\xd1\xaf\xde\xf6\x90\x90\x5d\x01\x16\xc0\xa6\xab\x4a\x66\xfa\xb7\x3a\x03\x26\x51\x97\xe4\x01\x6f\xf0\xfd\x73\x49\x5a\x04\x3b\x65\xd1\xc0\x20\xcb\x8c\xfe\xa4\xe5\x05\xcd\xc8\x39\x96\xf8\x42\xa7\xb4\x94\x98\xb3\x72\xbc\x02\x73\x56\xda\x34\x91\x2c\x49\xde\x7e\x2f\x9a\xfe\x1e\x35\xc9\xb6\xfb\x8a\xe6\x38\x13\xa4\x7e\x56\x62\x21\xe8\x86\x74\x1f\x1f\xa3\xa3\xea\x5c\x59\x41\x0a\x89\xe6\xac\x44\x17\xac\x9c\x56\x0f\x5a\x9a\xe1\x97\x35\x07\x14\x8e\x66\xf7\x69\xa7\x09\x26\xb3\x8c\xcd\x86\x2b\xd9\x46\x78\x5c\x93\x35\x09\x9d\x4f\x5a\x14\x52\x2f\x8b\xce\x32\x36\x8b\x09\xdf\xd0\x84\x74\xb3\xed\x28\x08\xfd\xb6\xe8\x0f\xf5\xdf\x09\x62\x32\x4f\x90\x14\x8f\xcf\x7a\xc5\xed\xcb\xf9\x56\xfa\x81\x0c\x93\x7c\x3d\x2e\xbf\x94\x08\x14\x93\x14\xbb\xb4\xcb\x69\x01\xd0\x4e\x71\xfb\xb4\x6b\xa5\x07\xab\x0e\x4a\x06\xba\xa1\x85\x53\x3d\xfc\x24\x4e\x26\xf9\x23\xe0\xd3\x31\x00\xde\x8f\xa7\x43\x12\xae\xda\x3f\x89\x13\x94\x3f\xa2\x9b\x3f\x4e\x5c\x9a\x96\x9c\x16\x92\xf0\xf1\x9a\x5a\x00\x9f\xa6\x59\xc9\x43\x6b\x69\xdf\x02\xdd\x99\xab\x4b\xd3\x27\xc6\x53\x3d\xa2\x1e\xaf\x6b\x0d\xe1\xd3\xb6\x4f\x14\x4c\xe7\x5a\x10\xfa\x51\xdd\x39\xf5\x26\x33\xc1\x92\x15\x91\x00\xbd\x2b\x08\xaf\xde\x3d\xa2\x4a\xef\x56\x03\xf4\x3a\x6a\x57\x72\xd0\x8f\xea\xce\xd9\xfe\x66\x38\x59\x01\x1a\x60\xc5\xee\x6d\x81\x5b\x04\xc1\x8a\x58\x0b\x41\xb1\xfa\xef\xd2\x91\x16\xf3\x6c\xbd\x4d\x67\xe3\xd5\xac\x10\x7c\x9a\xf6\x68\x82\x29\x5b\xc9\x41\x97\xfa\xe6\x7c\xe6\x52\x39\x5b\xe7\x33\xc2\x1f\x40\x65\xdb\x60\x78\x5b\xad\x3e\x55\x30\xc5\x1b\x49\xe8\xba\xbe\x75\xd6\x69\x89\xb7\x80\x2a\x2d\xf1\xd6\x5b\xa3\x9b\xf4\x70\x15\x5a\xe2\x2d\x8a\xe5\xe9\x4f\xa7\x7a\x0f\xb9\x38\x01\xe8\xa7\xd8\xbd\x0a\xb6\x08\xc2\x69\xa8\x84\xa0\x58\xfd\x77\xe9\x38\xc7\x09\x99\x31\x06\xa8\xbd\x15\x82\x77\xda\xd1\xa5\x09\x37\xf7\xb0\x72\xd0\x85\xbd\x71\xa9\x9c\xaa\x36\x1a\x30\xc2\x30\xfc\x3e\x75\x3b\x14\xc1\x94\x35\x52\xd0\xb9\xbe\x38\x47\x8d\x65\x01\x18\x5c\x28\x6e\xef\x78\xb1\x49\x0f\x37\x58\x2c\x0b\x81\x4e\xcb\xc2\x39\x90\xd0\x03\x56\x41\x20\x2a\x5a\x84\x83\xc3\xe2\x86\x26\xec\xb8\x58\x10\x81\x62\xe2\xfe\x52\x1f\xf0\x16\xd0\xb1\x2a\x6e\x9b\xe8\x5c\xd5\x68\xa5\x1f\xf7\xde\xc5\x86\x70\x35\xc2\x55\x8c\xe8\x0a\x6f\x67\xce\xb5\x8c\xc7\x35\xe6\xf2\x65\xfc\x6b\x1b\x7e\x5f\xf9\x74\x28\x82\x95\x8e\x91\x82\xfe\xd0\x97\x3d\x95\x71\x22\x9e\xe6\xa0\xba\xa8\x00\x0e\x54\xc5\x16\x49\xc8\x9a\x88\xc4\xd3\x1c\xc5\x3f\x2e\x5c\x9a\x92\x65\xa2\xd8\xc6\x6b\x6a\x01\x7c\x9a\x76\x49\x82\x69\x6a\xc5\xa0\x8f\xe6\xea\x1c\x03\xa8\x99\xdc\x62\xf2\x04\x68\x65\x6a\x08\xef\x58\xa0\x47\x14\x6a\xb6\x62\xe4\xa0\x27\x81\x62\x7d\xa7\xe6\x2c\xfb\x17\x8d\x0a\xbc\xa0\x0c\xa0\xba\xe1\xf7\xe9\xdd\xa1\x08\x56\xd0\x46\x0a\xba\xd5\x17\xe7\xfa\x11\x2b\x16\x0c\x32\x71\xb1\x00\x3e\x55\xbb\x24\xe1\x16\x92\x8c\x18\x74\xa3\xae\xee\x49\x8b\xee\xd3\x28\xce\x81\x3d\x27\xc5\xf9\xc1\x9e\xb3\xa1\x09\xdb\x73\x52\x9c\xa3\xcb\xd3\x1b\x67\xcf\xa9\xda\x4d\xb2\x82\x8d\x13\x14\xc0\xa1\xb6\xb9\x21\x09\xda\x36\x93\x95\x40\x1f\xbf\xc4\xce\xd5\xb3\x0c\x4b\xd5\xb5\x4f\xb4\xf8\xd1\xfa\x76\x60\x7c\x5a\xbb\x08\xc3\xad\xa9\x59\x61\x48\xe1\xa3\x3b\xfb\xeb\xb3\x94\xce\xbd\x86\x07\x22\xe5\x33\x60\xbc\xa4\xd8\x7d\xaa\xb7\x09\x42\x35\xd6\x5a\xc6\xff\xa2\x2b\x75\xe9\xe8\xf9\xbf\x2d\x45\xb3\x17\xc0\xa8\x23\x7b\x99\xfb\x46\x85\x4d\xf2\xc0\x7d\xae\xec\x65\x8e\xae\xff\xbc\x70\x8e\x09\x75\xbb\x20\x39\x2e\x44\x86\x25\x64\x3b\xa8\x83\x73\xb0\x25\xea\x53\x86\x6d\x8f\x6a\x69\xe8\xbe\xba\x73\xb6\x4d\x1b\x40\x23\xbc\xf1\x36\xbf\x9b\x23\x1b\xde\xd1\x1b\x32\x9b\x1c\x7d\xcf\x5d\x3a\x25\xfc\xb9\x94\x6c\xbc\x5e\x86\xdf\xa7\x5b\x87\x62\x40\x41\x3a\x2b\x79\x07\x6c\x12\x95\x8b\x72\x54\x76\x18\x18\x74\x4e\x17\x54\xe2\x2c\xa6\x8b\x02\xcb\x35\x3f\x6e\x43\xaf\x9a\x4c\x59\x8c\xa9\xbe\xf4\x3e\x9e\xe3\x58\xef\x3e\xdd\x39\x3f\xba\x84\xe5\x44\xa6\x80\x32\xd1\xfc\xde\x32\x69\x53\x0c\xde\x78\x35\xdc\xc1\xfb\x4f\x23\x06\x4d\xf5\xc5\x55\x77\x67\x04\x17\x93\x0d\xce\x68\x8a\x25\x03\x2c\x12\x75\x71\x7c\xf9\xe6\xa4\x0c\x96\x01\x4a\x1a\xaa\xa5\xa1\x33\x82\x8b\xef\xd5\x2f\x57\x7e\xc0\x06\x12\x87\xc6\x0f\xe3\x86\x0d\x0d\xef\x88\xfa\xe2\xb2\x6a\x39\xc6\x1c\xc5\xb1\xf0\x39\xcc\x0a\xa4\x29\x03\x3d\x7e\xd9\x37\x6e\x91\x74\x05\xd8\xc9\x56\xdc\xbe\x0c\x6f\xa5\x07\xab\x62\x4a\x06\xba\xa7\x2b\xe7\x4e\x76\x82\xe7\x73\x42\x0b\x40\xb7\x5f\x21\x78\xdb\x22\x4b\x33\x19\xb9\x8c\xd0\x43\xc9\x18\x4e\xdf\x64\x41\xa2\x92\x88\xcc\xba\xc4\xd4\xfe\x9c\xee\xae\x4e\x1c\x0b\xa4\x5e\xbd\xc6\xb9\x66\x38\x75\x60\xd9\xd1\x04\xe1\x12\xb0\x9b\xa3\xd9\xbd\xe3\x91\x16\x41\xb0\x0c\xd4\x42\xd0\x77\xf5\xdf\x39\x29\x10\x19\x60\xdb\x59\x71\x7b\xa7\x04\x4d\x7a\x30\x05\x95\x0c\x74\x25\x32\xe7\x1e\x33\x2b\x49\x21\x24\x68\x2f\xb2\x86\xf0\x29\x5a\x13\x4d\x12\x5a\xa4\x63\x76\x3a\xfa\x38\x8b\x0c\x17\xc9\xe8\x0f\xb5\xc1\x59\x91\x67\x21\x59\xf1\x0a\x48\x05\x59\x4b\x6e\x0d\x4e\x61\x40\x6c\x33\xa2\xc9\xed\xa3\x88\x27\x3a\x0f\x5e\xb9\x6a\x71\xc8\x94\x2b\x9a\xea\xcb\xa0\x96\xa7\xc1\x30\x65\x8a\x3e\xe9\xcb\x48\x8c\xaa\x3c\xd1\x17\x7b\x33\x12\xc7\x96\x26\xba\x35\xd7\xb1\x28\x6c\x83\xd1\x2d\xdb\xe0\x91\xfc\xba\x10\x51\xac\xfe\xbb\x3e\xdf\x05\x63\x8b\x4c\xf5\x59\x19\x29\x52\x0c\x18\x7c\xf6\x80\x7c\x9f\xb2\x9b\x74\x70\x45\xed\xc1\x4c\x84\xe4\x24\xfc\xca\x9f\x91\x8a\x2a\xa9\xe8\x93\xfe\x3d\xb5\x3f\x07\x15\x52\x1f\xca\x28\xd0\x43\x8c\xf5\x43\xe7\xb4\x81\xb3\x27\x01\x18\xd4\x18\x7e\xef\x34\xa1\x4d\x11\x6a\x4a\x6f\x84\xa0\x33\x7d\x71\x9a\xbb\xa4\x14\xb2\xda\x94\x52\xef\x06\x57\x2b\x3d\x9c\x71\x4b\x4a\xe7\xe8\x3a\xa5\x73\xcf\x17\x28\x96\x84\x48\xc0\x7a\x71\x07\xe6\x88\xaf\xaf\x43\x38\xf6\xdb\x33\x20\x6f\xfb\xe5\x19\x99\xf6\x2b\x89\xf5\x8f\x31\x5f\x9d\x85\xe9\x7c\x73\x06\x6d\xff\x17\x27\x70\x39\x29\x88\x7c\x22\x78\x03\x31\xe6\xe8\xc0\xf8\x8a\xca\x45\x18\xce\x68\x07\x97\xa8\x16\x86\x6e\x89\xfc\xa1\xef\x9c\x55\x16\x17\x8b\x8c\x02\xa6\x8c\x16\xc0\x5b\x4d\x3b\x24\xe1\x2a\x95\x11\x83\x3e\x99\xab\xb3\xd4\xd5\xeb\x61\xd5\x85\x03\x8a\xbc\xc6\xf0\x96\x77\x9f\x2a\x5c\x61\xd7\x92\x50\x5c\xdf\xba\x94\x7f\xc6\x79\x0e\xa9\xeb\x86\xdf\xa7\x74\x87\x22\x98\xc2\x46\x0a\xfa\x8f\xbe\x38\x2d\xb4\x28\x27\x09\x60\xa2\x66\xf8\x7d\x8a\x76\x28\x42\xf5\xa6\x46\x08\x3a\xd7\x17\xe7\x62\xc8\x72\x5d\x00\xe6\x6a\x9a\xdd\xa7\x65\x9b\x20\xdc\x9a\x85\x12\x82\xa6\xea\xbf\xdb\xdc\x1b\xb2\x9e\xa5\xb8\x7d\x1a\xb6\xd2\xc3\xd9\xb5\x93\x15\x46\x3f\x88\x7b\x3d\xeb\x01\x27\x2b\xc1\x8a\x6d\x9e\x41\x6c\xb3\x2a\x0c\x4b\xb2\xc7\x42\xab\x47\x35\x70\xe1\xa0\x66\x47\x57\xe6\xf6\xe7\xcd\xb5\x73\xab\xc0\x9a\xa2\xcc\xb0\x4c\x96\x60\xab\x17\x8d\xe2\x6d\x67\x77\xe9\xc2\xb5\xb4\xc6\xf8\x45\xcb\xb2\xf6\x2f\x67\xea\xde\x6d\xdb\xbc\x06\x98\x83\x28\x6e\xaf\xd6\x4d\x7a\xb0\xf3\x52\x72\x3d\x43\xb1\x5c\x3b\x2d\x40\x52\x4e\x33\x40\x8d\xd5\xec\xde\xf6\xb5\x45\x10\xce\x00\x56\x09\x41\xe7\xea\xbf\x4b\xc7\x17\xc6\x56\x84\x94\x90\x1e\xb3\x86\xf0\xe9\xda\x27\x0a\xa6\x6f\x2d\x08\xfd\xc9\xd8\x17\x7d\xb7\xcf\xdc\x25\x79\x82\x59\xbb\x24\x4f\x3e\x8d\x3b\x14\x41\x6d\x5d\x92\x27\x34\x7d\x72\x29\xb9\x35\x93\x85\xf1\x5a\x6e\x3b\x13\x25\x77\x8b\x2b\x58\xd1\xa3\x9b\x44\xdd\xdf\x03\xcd\x22\x2c\x33\xba\x12\xac\x38\x66\x7b\xd7\xc1\xfa\xd3\x4c\x89\x9c\x2d\xf7\x13\xc1\x72\x09\xa9\xef\x16\xc0\xdf\xe3\xb6\x49\x02\x76\xba\x5a\x0c\xfa\x61\xae\xee\xa3\x0b\x42\xaa\x22\x1a\xaf\x6e\x85\x70\xb0\x12\xf4\x08\x87\x1e\x4a\x30\xcc\xe8\xc2\xde\x38\xcb\xae\x4c\x01\x0b\x2b\x65\xea\x5d\x57\x69\x92\xc3\x19\x67\xa5\x73\x74\x97\x3a\x17\x55\x6c\x0f\x4f\x0b\x49\x16\x5c\x7b\x71\x00\x8f\x2a\x5a\x58\x47\x8c\x2d\x76\xa9\x43\x8f\x30\x5a\x12\xed\x38\xe3\xb2\x79\xe2\x34\xdc\xc3\x4b\x80\xc1\x8c\xe2\xf6\x96\x7f\x93\x1e\xae\x02\xe0\x25\x43\x77\x78\xc9\x9c\x76\xc4\x30\x63\xbc\xe2\x90\x31\x5e\xe1\x30\xc6\x7b\x7d\x23\x62\x25\x04\xdd\xaa\xff\x4e\x13\xe2\xb5\x90\x30\xc3\xf8\x0a\xc1\xa7\x69\x8f\x26\x9c\x15\xb1\x95\x83\x6e\xec\x8d\xf3\xcb\xa6\x00\xdb\x10\x41\xbd\xa6\x21\x4d\xf2\xe0\x05\x51\x41\xc7\x18\x86\x0c\xfc\xd0\x69\x89\x62\xea\xb4\xe0\x58\xce\x30\x64\x2b\x40\xb3\xfb\x72\xa6\x4d\x10\x4c\x3f\x2d\x04\x7d\x3e\xc3\xee\x7d\x00\x3b\x9b\x04\xcf\x79\x0f\xf6\xbc\x5d\xba\x51\x53\xde\x6a\xbe\xeb\xec\x76\x57\x78\x0e\x59\x9f\xd0\xec\xbe\xc2\x6a\x13\x04\x2b\x2c\x2d\x04\x7d\x51\xff\x9d\x26\x45\x4f\x54\x82\x7c\x2a\x58\x00\x9f\x9e\x96\xc4\x2e\xbd\xe5\x44\x08\xbc\x18\xbd\x0b\x5f\x81\x09\x82\xf9\x98\x55\x81\x2e\x8a\xa4\x39\xc9\xe8\x18\x9b\x80\x81\x76\x4f\x46\x1e\xea\x64\x01\xba\x37\x4f\xcd\x22\xe0\x8d\x79\x38\x68\x8f\xa4\x82\x35\x99\x51\xe1\xc5\xfa\xd7\x28\xa0\x2a\x3f\x2a\xa8\x7b\xfb\xdb\xbd\xcb\x92\x11\x31\x67\x3c\x01\x34\x68\x0d\x86\xb7\xbd\xef\x53\x05\xdc\x5c\xa9\x24\xa1\xb8\xbe\x75\xce\x31\x1f\x00\xd3\xcb\x07\x9f\xb2\x75\x6a\x30\x25\xb7\x0f\xe8\xe7\xd5\xde\xb3\x3f\xd0\xd3\x30\x27\x47\x1c\x87\x39\x79\xa3\xf3\x30\x27\xd5\x81\x18\xa7\x7d\xbd\x3d\xdc\x56\x30\xc0\x82\x48\x83\xe1\xad\xc0\x7d\xaa\x70\x15\xb8\x96\x84\xac\xc3\xa7\x5b\xe6\x5c\x24\xa1\x09\x06\x2c\xf2\x29\x6e\x5f\xff\xdc\x4a\x1f\xe8\x58\x23\xc1\x19\xba\x9c\xe2\x6c\x8f\xa5\x3a\x87\x78\xaa\xd2\xec\xbe\x72\x6a\x13\x04\xb4\x33\xe7\x29\x46\x53\xf5\xdf\xb9\x69\xcb\x71\x09\x68\x51\x35\xbb\x4f\xc7\x36\x41\xb8\xed\x5a\x25\x04\x7d\x52\xff\x5d\x3a\xae\x0b\xba\x61\x09\x95\xcf\x93\x12\x73\x41\x38\xa0\xc5\xd9\x81\xf2\x55\xcb\x86\x38\x11\x1b\xc7\xd3\x39\xdd\x92\xd4\xf1\x5c\xd6\xd4\x03\x17\xf5\x6a\x08\xf4\xef\x82\x7e\xd7\x77\x53\xb1\x19\xb8\xbc\xe7\x00\xb9\x50\x2f\xfa\x83\xa6\x72\x09\xc7\xba\xdf\x79\x21\x3b\xd9\x48\xe7\x80\x72\x51\xdc\xde\x99\x4a\x93\x1e\x6e\xa2\x92\xce\x05\xfa\x9c\xce\x9d\xc7\x7a\x1f\x92\x8c\xad\x53\x80\x86\x16\xc0\xa7\x64\x97\x24\x9c\xe1\xaf\x11\x83\xae\xcc\xd5\xa5\xed\xe3\x9a\x26\xab\x39\x05\x18\x71\x57\x08\x3e\x7d\x7b\x34\x01\x5d\x2e\x18\x39\x0f\xe8\x8f\xea\xce\xb9\xb4\x24\x00\x6e\xf1\x0a\xe1\x75\x89\xd7\x24\x87\x5b\x54\x12\x8f\xe8\x56\x3c\x3a\xd7\x11\x68\x99\x2c\x31\xc0\x0c\xc2\x02\x78\xbf\xd0\x0e\x49\xb8\x8f\xd4\x88\x41\x9f\xcd\xd5\xa9\x2d\x7e\x21\x59\x82\x05\x44\xdf\x0a\xc2\xab\x71\x45\x34\xc1\x92\xe5\x34\xd9\xe0\x6c\x8c\xaf\xcf\x3e\x18\x2d\x84\x84\x98\xb0\x37\x48\x19\x15\x23\xca\xa3\x8f\x92\xe3\xf1\x07\xab\x1a\x90\x75\x26\xe9\xab\x20\x8d\xf4\xa8\xda\x87\xe1\xc4\x78\x82\x26\xe9\xab\xbc\x15\xa7\xc5\x62\xb6\x9e\xcf\xc7\x9f\x60\x68\xb0\x8e\xf7\x80\xea\x47\x79\x85\xb2\x97\xac\xa4\x49\xf0\x4f\xba\x12\x87\xcc\x77\x54\x68\x4f\x71\xe8\x73\xf5\xf8\xb4\xf5\x74\xd0\x32\x45\x03\x5c\x7d\x53\x0d\xe8\xa5\x7d\x32\x12\x50\x7d\x5a\x0d\xd8\x35\x15\x72\x24\x50\x8e\xcb\x06\xe7\x06\x97\x63\x61\xec\xf7\xd5\xc2\xb2\x4f\x46\x02\x1a\x57\xc0\x35\x9a\xf6\x09\x3c\x12\xaa\xf3\xa9\x35\x90\xdf\xda\x8f\xc7\x42\xd7\x9f\x5d\x0b\xb7\x7e\x36\x12\x54\xbb\x07\xae\xe1\x76\xfd\x04\x0f\x00\x92\x6d\x9c\xb1\x55\x44\x7f\x84\x0d\xd0\xbd\xfa\xe9\x3c\x39\x80\x79\xc2\x52\xc8\xd1\x01\x03\xe0\x9b\x12\x75\x49\x06\x4e\x6f\x2c\x33\x3a\x33\xd7\x7d\x2e\x1d\x5e\xc9\xa3\xc3\xd1\x0e\x1d\xde\xd4\x9f\x83\xcb\x9d\x83\x73\x71\x4d\xe6\x10\x77\x49\x9a\xdd\xab\x77\x8b\x20\x9c\xbe\x4a\x08\x3a\x55\xff\x9d\x47\x40\x6c\x40\x8f\xf1\x6a\x56\x08\x3e\x4d\x7b\x34\xa1\x8c\xe4\x2a\x31\xe8\xda\xde\xec\x71\x6b\x4b\x0b\x2a\x4a\x0c\xd8\xef\x6a\x30\x7c\x5a\xef\x50\x85\x74\x6e\x6b\x25\xa1\xcb\xfa\x76\xef\x7a\x71\x0a\x71\x8d\x55\x21\x1c\xf8\xa0\xdb\x34\xc3\xfd\xf6\x5b\xfe\xb7\x39\xfd\xa2\x57\x9d\xd3\x74\x86\xce\xd3\xd9\xc9\x30\x8f\xfd\x96\xd3\x1a\x73\x29\xfe\xfd\x47\x5c\xec\xc1\x9e\x72\x3d\x13\x10\x5b\xd4\x0e\x8c\xaf\x10\x5c\x84\xa1\x4f\x10\x19\x61\xf6\xcc\xcf\x9d\xfe\xe1\xee\x25\x05\xf9\xd7\x3f\x21\x9d\xa4\xe2\xf7\xf7\x91\x2d\x8a\xc1\x5d\xa4\xe2\x45\x67\xfa\xe2\xec\x20\xb3\x75\x42\x20\x4e\x0f\x0c\xbf\xb7\xc1\x6c\x53\x04\x74\x0d\xad\xa4\xa0\x6b\x7d\xd9\xe7\x3f\x05\x50\x4c\xc4\xdf\x3e\xb6\xd2\x8f\xef\x11\xec\xb2\x7f\x86\x8f\x75\x81\xdf\xe2\xad\xfa\x87\x76\x45\x69\xde\x61\x84\xeb\x95\x33\xd2\x6f\x66\x8f\xe0\xd2\xef\x8e\x74\x94\xa4\x23\x78\xeb\x3e\xad\x16\x78\xdd\xee\x4c\xed\x9e\x16\xd0\x7c\xb6\xd3\xd0\xee\x31\x71\x7f\x8b\xa6\xd8\x36\xa4\x9e\x73\x82\x2c\x83\x1c\x0f\x64\x99\xff\x54\x60\x93\x3e\xdc\x4c\x89\x65\x7c\xf4\xa1\x4f\xc5\x3c\xcd\xd8\x7a\x84\xc3\xa5\x81\x19\xcc\x32\x8e\x62\x25\xcd\x35\x16\x64\x0b\x40\x9b\xc6\x16\xde\x06\xad\x4e\x0e\x36\xf8\x63\x0b\x74\xcd\x16\xce\x21\x1f\x49\xfe\xf5\xcb\xff\xfd\xed\x17\xc0\x80\xcf\x22\x78\x87\x7b\x96\x66\x92\x64\xb4\xf9\xa4\x07\xd7\x85\x1a\x46\x10\xfe\x06\x87\x53\x2b\x71\xc8\xbc\x35\x9a\xea\xcb\xa0\x46\xad\x86\x30\x6f\xac\xb7\xb1\xf7\x1c\x66\x50\xd3\x90\x72\x49\x38\x79\x8d\xc0\x21\x2e\xb4\x83\xf3\x2d\x37\x7d\x28\x9f\x8f\x8d\xc8\x63\x23\x8b\xa4\x64\x46\x5e\xe8\x3a\x87\x3b\xb1\xed\x23\xf9\xb2\x66\x0f\x6d\xb8\xc3\x3e\x56\x1e\x3a\xb7\x37\x37\x46\xae\xc7\xe2\x3c\x4b\x31\xc4\x3e\xb5\x01\xf1\xf6\x00\x3b\x64\x81\x8d\xcb\x95\x24\x6b\x54\x7e\x9d\xf6\xd7\xe0\x6c\x39\x42\xfc\xfe\xa7\x7e\xb7\xff\x69\x78\xaf\xff\x69\x21\xd0\xb9\xcf\xe7\xff\x23\xd4\x7a\x49\x3c\x1e\xe1\xf3\xff\xf1\x8d\x7c\xfe\x3f\x0a\x14\x3f\xba\x7d\xfe\x73\x82\x13\x49\x37\xc4\x0e\xb7\x00\x6a\xf7\x91\x7c\xea\xef\xa1\x0d\x96\x0d\x95\x3c\x3b\x98\x13\xe8\x9b\x7d\x60\x46\x75\xce\x8a\xb0\xe0\xb8\x5c\x3e\x02\xac\x9b\x2c\x80\x2f\x1f\xba\x24\x41\xed\x68\x96\x8f\x99\xb6\xa4\x59\x3e\x3a\x8f\x32\x26\x0c\xd2\x92\x29\x6e\x9f\x9e\xad\xf4\x11\x7e\x3b\xf1\x18\x63\xfb\x86\xf9\xff\xc8\x04\x26\x7c\x1c\xc0\x71\x45\x84\x4b\x34\x65\xa7\x77\xce\x36\x16\x4b\x2c\x20\x63\x11\x0b\xe0\x6d\x6b\x3b\x24\x43\x67\xbc\x96\x7b\x22\xc9\x98\x0d\xe5\x81\x4d\xb6\x91\x85\xce\xb1\xc4\x43\xf7\x4c\x7a\xbc\xf7\xa4\xbf\x2d\x67\xf2\x8b\x64\xcf\x30\xbf\x1f\x16\xc0\x97\xe1\x5d\x92\x70\x71\x27\x8c\x18\xf4\xd1\x5c\xdd\x9e\x0a\x59\x81\x4b\x0a\xb0\x5c\x32\x00\x36\x7d\xef\x01\x8b\xd3\x9a\x64\xa8\x1f\x42\x0d\xaf\x4f\xb2\x9e\x96\xd4\xb9\xe8\xf5\x42\x8a\x94\x08\x80\x83\x0b\x0b\xe0\x2b\xb1\x2e\x49\xb8\xa3\xd7\x46\x0c\xfa\xd3\x5c\x9d\x25\x96\xce\x12\x40\x71\xa5\xb3\xc4\xa7\x67\x2b\x3d\x9c\x89\x59\x3a\x4b\xd0\x55\x3a\x73\xee\x53\x8a\x12\x73\x48\xfc\x42\xc5\xee\x1f\x47\x37\x04\x01\x47\xd0\x98\xaf\x50\xac\xfe\x3b\x47\x97\x4b\x40\x09\xe2\xa5\xb7\x00\x9b\xe4\x60\x33\xc7\x65\x82\x4e\x97\xce\xc2\x4b\x58\x21\x39\xcb\x66\x6b\xc0\x08\xb2\xc1\xf0\x8f\x25\x7a\x54\xa1\x16\x6f\x1a\x41\x68\x6a\x6e\xcf\xd6\xce\x91\x62\x4a\x05\x5f\x97\x20\x67\xde\x35\x84\xb7\xb3\xee\x11\x0d\x1e\xcd\xd4\x00\x93\x63\x5d\xf7\x03\xfa\xeb\x4a\x16\x3a\xaf\xee\x86\xf5\xd9\x35\xff\x26\x6f\x20\xdc\xe1\x00\x52\xf6\x02\x0b\xb7\xf7\x72\x28\xda\xde\xcb\x5b\x04\xdb\x7b\xd1\xb1\xf6\x5e\xdc\xcb\x54\x33\x82\x0b\x0a\x38\xc1\x6d\xf8\x7d\x9d\x75\x87\x62\xe8\xfe\x94\xe6\xd5\x5b\x01\x97\x5f\x9d\x5d\xf5\x8c\x16\x29\xe0\x80\xb6\x66\xf7\xbe\xbd\x22\xe8\x18\xe4\x9b\x27\x5d\x63\x7c\xf3\x6c\xb5\x19\x12\x80\xa1\xad\xa6\x62\x47\x89\xd8\xa0\x33\x75\x37\xdc\x08\xdf\x00\xe8\x77\x32\x10\xda\x04\xff\x9a\x14\x8b\xc1\x36\xf8\x06\x6a\xb5\x29\x0d\xd0\x17\xf2\xfc\x1d\x67\x6b\x72\x87\x29\x77\x16\xc0\x62\x8d\x37\x78\x42\x36\xa4\x90\xa0\x56\xba\x8b\xe3\xfb\x6c\x9c\x94\xe1\x26\xb9\x4a\x1a\xaa\xa4\xa1\x4f\xea\xe7\x47\xf5\x6b\x4f\xab\x9d\x8b\xcd\xf8\x4c\xc8\xeb\x7a\xe6\x3e\x43\x5f\x27\x87\xf3\x43\x5e\x47\x58\xc8\xc5\x06\xdd\x88\x8d\x73\xc4\x08\x59\xd0\x79\xf0\xaf\xe1\x3c\x84\x5f\xb6\x79\xc8\x05\xba\x72\xaf\xce\xcc\x69\x46\x26\x4f\x30\x07\x62\x0d\x86\x4f\xcf\x1d\xaa\x70\xb1\x65\x69\x46\x90\x96\x84\x2e\x68\x46\x7e\xec\x73\x1c\xa6\xa3\x34\x02\xed\x65\x14\x80\x77\x30\xd9\x21\x09\x1b\x09\x32\x9d\xa1\xd8\xbd\xcc\xae\x72\x04\x56\xbe\x87\x4a\xf6\x4d\xca\x54\x95\xa6\xdb\xfc\x86\x43\xdc\xaa\x32\xee\xf7\xa9\xda\xa4\x07\xb4\xb1\xe1\x18\x7d\x62\xdc\xed\xb9\x30\x07\x1c\x14\x7a\xc8\xbd\x67\x84\x9a\xe4\x80\xad\xcf\x16\x5d\xdd\x38\xe3\x76\x4b\x0a\x72\x93\xaa\xd9\x7d\xda\xb5\x09\x02\x46\x51\xc9\x09\x47\xf7\x74\x8f\x8b\xd4\x07\x60\x10\xd6\x87\x83\x31\x58\x1f\xde\x24\xe2\x89\x91\x82\xae\xf6\x86\x25\x99\x73\x42\x72\xcc\x41\x11\xbb\x1b\x0c\x6f\x83\xd3\xa7\x0a\xd7\xec\xd4\x92\xd0\x45\x7d\xeb\x34\x43\xe0\xac\xc8\x01\xe7\xdb\x0c\xbf\x4f\xe9\x0e\x45\x38\x93\x01\x2d\x05\x5d\x72\x56\xdc\xfc\xe1\x2c\xe5\x25\x85\x94\xef\x92\xfa\x4b\xb6\x49\x87\x06\x8b\x53\x50\x57\x8d\x43\x1a\xf3\xe0\xe7\x48\x9f\xac\x8a\x17\x5d\x2c\xe9\xb0\xb9\x77\xcd\x75\xac\x17\x41\x07\xeb\xcf\xdc\x7d\xf8\x5e\xe0\x2d\xc8\x3d\x9b\x62\xf7\x95\xc4\xf6\x71\x4d\xf8\x08\x4f\x5d\x0e\x3b\xbc\x0e\xd4\x40\xe7\x18\x9a\x15\xfd\xfc\x43\x5d\x86\x58\xd4\x75\x18\x1d\x56\x75\x9c\x08\xa9\x43\xe8\x80\x96\xee\xdb\x28\xbe\xcc\x74\xd0\x05\xdc\xa3\x15\x26\x92\x09\x2e\x29\xfa\x46\x84\xfc\x5a\x92\xe2\xb4\xa4\xfb\xf6\x2e\x4a\x2c\x01\x63\xff\x0a\x61\x7f\xe9\xf7\x28\x8e\x51\xa6\x62\xd1\x7b\x16\x77\x58\x2e\x5d\x66\x91\x25\xe6\x2b\x5d\x00\xc0\xa5\x6e\x8d\xe1\x2b\xbc\x1d\xaa\x50\xcb\xc2\x5a\x90\x2e\xbe\xbd\xeb\xde\x0f\xf2\x9f\xbf\x00\x4c\xdd\x34\xbb\x77\x28\xd1\x22\x08\x37\x92\x50\x42\xd0\x95\xfa\xef\x34\xa5\xc0\xb3\x19\x95\x90\xce\xb4\x42\xf0\x7e\x92\x5d\x9a\x70\x9f\xa3\x95\x83\xbe\xe9\x1b\x77\xa7\xfa\x30\x2b\x01\x16\xbe\x8a\xdb\x5b\xa8\x4d\x7a\xb8\x32\x9d\x95\x39\xba\x3a\xbb\xbb\x71\xaa\x47\x0b\x80\xf5\xa9\xe2\xf6\xaa\xd7\xa4\xbf\xc1\x2a\x91\x92\x86\xae\x68\xe1\x34\x46\x55\xb3\x7d\x68\xb4\xf6\x23\x82\xb5\xbf\x51\xac\xf6\x2a\x54\xbb\x73\x93\xb1\xc8\x21\x16\x7b\x45\xee\x37\xd5\x6b\xd2\xc3\xed\x30\x16\x79\x89\xe2\x22\x77\xda\xe5\x3d\x91\xd9\x07\x80\x4f\x31\xcd\xee\x53\xb0\x4d\x10\xd0\x33\xf3\xec\xc3\x03\xfa\xa1\xfe\xbb\x0d\x76\x19\xa4\xa6\x4a\xe6\xaf\xa6\x4d\x7a\xc0\xf3\x8f\x2c\x47\xa7\x92\x39\x37\xb3\x24\x5e\x08\xb6\x06\x54\x52\x0b\xe0\x9b\x63\x48\x9a\x3e\xdf\x60\xbe\x5a\x8f\xdc\x07\xb1\x22\xd0\x7d\x8d\xe3\x1c\xeb\x13\x99\x00\x02\x42\x2b\x6e\x5f\x49\xa9\x74\x1d\x8e\x71\x78\x71\xb5\x00\x84\xc4\xe3\x03\x63\x69\x84\x37\x59\x1b\x56\x92\xd0\x47\x99\xa4\x5f\xc8\xf3\xb0\x08\x58\x35\x67\xac\x34\x1d\xc7\xba\x77\x29\x7a\x0e\x89\xdd\x3c\xf7\x87\x6e\x9e\x8f\x8f\xdc\x3c\x1f\x15\xb8\xd9\xb6\xe1\xa3\xe4\x8e\x58\x15\xe6\x24\x67\x92\xa0\x8b\x7e\x94\xe6\x61\xbc\xc3\x4a\xb4\xcd\x1c\xcf\xdd\xf1\xa1\xf5\xd2\x3f\x81\x19\x40\x2b\x80\x43\x83\x81\x86\x24\xec\xf6\x02\x11\x28\x26\x6e\xe7\x5d\x5a\x37\xc8\x16\x99\x01\xf0\x8e\xf2\x3a\x24\xe1\xc6\xb1\x46\x0c\xba\xfa\xa4\xaf\xce\x0d\x4f\x2c\x40\x3e\x7a\x0d\xbf\x4f\xd7\x0e\x45\x38\xc7\xe1\x5a\x0a\xba\xd1\x17\xa7\x1d\xe7\x86\x14\x12\xa7\x39\x85\x98\x72\xd6\x18\xde\x2e\xa8\x4f\x15\xae\xfd\xaf\x25\x21\xbd\xa9\x7d\xaa\x6e\xdd\x11\x9a\x25\x2e\x33\x5c\x14\x90\xa2\x6e\x81\xf8\xd4\xdf\x25\x0b\x18\x38\xb8\x16\x85\xbe\x96\x12\xdf\x99\x7b\x67\xfb\x95\x3f\x02\x3a\x25\xc5\xed\x6d\xb9\x9a\xf4\x70\xcd\x56\xfe\x58\xa2\xd3\x9b\x3f\x9c\x66\xe1\xe6\xe8\x08\xe4\xfc\x4d\x85\x70\xa0\x81\x6e\xd3\x04\x3e\xa0\x52\x08\x14\x17\xee\x03\x2a\x0b\x2a\x97\x20\xdf\x04\x9a\xdf\xa7\x6a\x87\x22\xdc\x4e\xa9\x96\x82\x3e\x51\xf9\xd9\xed\x80\x40\x3b\xb9\x02\x6c\x98\x1a\xfe\x43\x53\x1b\xba\x85\x38\x6e\xab\x10\xb4\x93\xf1\x51\xcb\x17\x5d\x1c\xa0\xf7\x37\x0b\x03\x72\xfd\x66\x31\x00\x6e\xd1\x2c\xc2\x48\x37\x7f\xc3\x67\x8e\x74\x5b\x9d\x8b\xcd\x71\xa9\xa7\x91\x74\x3b\xd4\x43\x58\x0f\xa7\x2a\xcf\x0a\xad\xfa\x0d\xc1\xac\x3c\x8f\x59\x48\xf5\x13\xf6\x96\xc6\xf5\x98\x81\x1b\xee\x77\xac\x8b\x25\x88\xb4\x48\x43\xcf\x92\x74\x71\x74\xa1\x5b\x24\x6d\x7e\xe7\x34\xdd\x64\x80\xcf\x7a\xc6\xbc\xdf\x74\x93\x1c\xac\xce\xcd\xd8\x16\x9d\xb1\xad\x73\x35\x0d\x72\x3e\x4e\xf8\xcf\xc6\x89\x31\xe7\xe2\x6a\xd6\x89\x90\x8c\x93\xf0\xbe\x0b\x1e\x33\x14\xf7\x4f\xd4\x1d\xc1\x63\xde\x4e\xb1\xc6\xfa\xce\x39\xb7\xce\xb0\x2c\x71\x02\x38\x12\x51\x21\xf8\xb2\xb9\x47\x03\xde\xbd\xee\xc2\x0d\x9c\x16\x5b\x66\x74\x61\x6f\x8e\xc8\xd7\xd6\xaa\xd4\x0e\xbb\xdb\x0e\x96\x02\x76\xde\x16\xd4\xbb\xe5\xd6\x24\x87\x1c\x47\xa8\x41\x84\x3b\xd8\x2f\x96\x22\xe1\xb4\x04\x28\xd8\x60\xf8\xf4\xdc\xa1\x0a\xe7\xe6\xbe\x96\x84\xa6\x4b\x2c\x63\x7d\xeb\x5c\x36\x25\x19\x59\x70\xc8\x1e\x46\x85\xe0\x53\xbc\x47\x13\xce\x36\xcb\xca\x41\xf7\xf6\xc6\x39\x62\x14\xc5\xaf\x80\xf1\xa2\x28\x7e\xf5\x7d\xc9\xad\xf4\x81\xab\xc3\x8a\x13\x9d\xc6\xb7\xbf\x3a\xbf\xbf\x82\x4a\x4e\x21\x3e\x1c\x2d\x80\xaf\x98\xba\x24\xe1\x5c\x6b\x1b\x31\xe8\xd6\x5c\xf7\x2e\xa6\x01\x27\x6b\x47\xcc\xd5\xde\x68\xaa\x56\xcd\xd4\x9c\x9a\x6e\x38\xe0\x78\x8a\xe2\xf6\xea\xd8\xa4\x43\xbb\xa8\x16\xd4\xc0\x0c\xd8\x70\x86\x4e\x37\x9c\x0d\xeb\x96\x6a\x36\xe7\xe7\x90\x67\x19\x60\xb5\x42\x71\xfb\xb2\xad\x95\x1e\x6e\x3d\x2e\xcb\x4a\x74\x93\x65\xce\xc5\xe4\x72\x51\xbb\xd4\xa6\xac\x98\x88\x8c\x01\x3a\x27\x07\x98\x4f\xf9\xfd\xe4\xe1\x62\x54\x2e\x50\x4b\x24\x52\x22\xd1\xdd\xe2\x5b\xf3\x28\xce\xd8\x9e\xb3\xe7\xa0\xb1\xb4\x66\xf7\xe5\x45\x9b\x20\xe0\xa9\x73\x35\xb6\xfd\xa8\xfe\xef\x6b\x0b\x73\xc8\x69\x6d\x0b\x70\xa8\x2d\xcc\xc3\x9f\xd6\x56\x6d\x61\x2e\x56\xe8\x26\xfe\xe2\x9c\x17\x49\x4e\x8b\x85\x24\x79\x09\x73\x57\xdc\xc5\xf1\xce\x96\x34\xe5\xa4\x47\x1a\xd2\x29\x5e\xeb\xc5\x50\xac\x7f\xde\xdb\x9f\x7e\x17\x52\xcf\xa0\x8a\xde\xc5\xf1\xe5\x88\x93\xf2\x0d\x9d\x47\x3d\xef\xcc\x0b\x6d\x99\x12\xbe\xc9\x20\x6e\x3d\x2c\x80\xb7\x36\x74\x48\x82\xd9\xfd\x19\x29\xda\xb7\x5a\xe6\xf6\x1c\x66\x7d\x57\x71\x92\x52\xc0\x18\xa8\x8d\xe2\x55\x7b\x97\x2e\xa0\xb9\x6a\x4a\x05\xfa\xa6\xfe\xbb\x9d\x42\x72\xb6\x16\x00\x03\x55\x0b\xe0\x55\xb7\x43\x12\xd0\x3f\xa3\x16\x33\x63\xb2\xf5\x30\x36\x0f\xcf\xdc\xbd\xd9\x83\x80\x9c\xcb\x53\xdc\x5e\xbd\xc3\xb9\xe3\xa9\x75\x4e\x4a\x14\x27\xce\x11\xcd\x6a\x3d\x23\xbc\x20\x12\xb2\x43\xde\x60\xf8\xf4\x6c\xa8\x26\x09\x2b\xe6\x74\x31\xc9\x01\xae\x90\x5a\x68\x29\x29\x33\xf6\x9c\x93\x62\xbc\xe5\x4b\x0b\x6d\x59\x8e\x0e\x4b\xd2\x42\x79\x60\xa3\x5d\x73\xb7\x50\x0a\x9c\x13\x51\xe2\x64\x8c\x69\xc1\x2e\x18\x4b\x5f\x05\xa7\x24\x5c\x50\x21\x49\x21\x27\x1b\x96\xad\xf3\x40\xa0\x93\x24\xc3\x74\xcc\xa1\xdc\x5d\x6c\x36\x26\xda\xd8\x0e\x4c\x7b\xf0\x6d\x9d\x69\x64\x64\xbc\x43\xda\x0e\xb2\x60\x6b\x9e\x10\x31\x79\x5c\x33\xf9\x1a\xd5\x4f\x90\x84\x93\x57\xf9\x1c\x6c\xec\xcc\x09\x4e\x12\xb6\x7e\x9d\x2f\xcc\x42\x8e\x86\x62\x25\x29\xc4\x92\xce\xe5\x64\xb6\xa6\x59\x6a\x5b\x93\xd7\x82\x0b\xde\xd5\x36\x39\x81\xcc\x9b\xff\xa5\xda\x41\xf4\xa5\x7e\x3c\xd5\x4f\x6f\xf0\x40\x63\xa8\x16\x6e\xab\x45\x6c\xe1\x9e\x37\x4f\xc7\x02\x2f\x4b\xdc\x02\xfc\x7c\x77\x3a\x16\xe8\x81\xcd\x5a\x40\x57\x6c\x36\x16\xa8\x69\x22\x5b\x78\xb7\xf5\xc3\xd1\xb0\xaa\xb1\x6c\x23\xaa\xdf\x63\xc1\x9a\xc6\xed\x2f\xdb\xb8\xb5\x90\xef\xea\xc4\xef\x26\xed\xf5\xa4\xfc\x65\x9a\x50\xaf\x30\x4d\x31\x5a\x24\x4b\x3b\xe8\xac\x1f\x67\xf1\x78\xa8\x56\xeb\xfa\x57\xab\x75\x6d\xa1\xb7\x96\x1d\xa6\x0d\xc1\x78\x79\xb6\xcd\xfd\x4b\xb7\xb9\x1d\x39\x36\xe5\x0f\x95\x30\x16\xdf\xb6\xc0\x2d\xdc\xd8\x3c\x19\x0f\xa8\x5b\xcd\xbf\xaa\x86\xb8\x83\xac\x93\x4e\x6d\x0a\x50\x82\x03\x79\x18\x64\xdd\xa0\x22\xdd\xa0\xfe\x65\xdb\x67\xf4\xb5\x7a\x7e\xa6\x1e\x9b\x56\x0e\x84\xdc\x87\xdc\xef\x01\x97\x24\x27\x40\x03\x23\x92\x9c\xf8\x06\xb7\x3d\x9a\xb0\x06\x46\x24\x39\x41\xa7\x3f\xe2\x93\x8f\x53\xa7\x8d\x51\x4a\x17\x54\xe2\x8c\x25\xa0\xd0\x12\x6d\x14\xef\xc2\xc4\x2e\x5d\x40\x2f\x5c\x8d\x2c\x74\x6e\x7e\x7c\x4d\x76\x22\x44\xb4\x8a\x6d\x05\x71\x19\x53\x21\x1c\x2c\xf8\x55\x78\xe7\x31\xba\xe0\x57\xaa\x31\xbf\x71\x07\x6e\xb7\xc1\x68\x66\x74\xa1\xcf\xdc\x02\x36\x85\xbb\x40\x3e\xe5\xdd\xa4\x83\x47\x60\x3d\x98\xc9\x1b\x2c\x70\xd9\x68\x3a\x95\x48\x1b\x4f\xe7\x8c\x2e\x8e\x3d\xe2\xbc\x1f\x4a\x3c\x66\x3d\xb8\xf8\x8f\xeb\x3d\x4e\x06\xc5\x1a\xb0\x78\x68\xf8\x7d\xe5\xd3\xa1\x08\xb7\xa9\xad\xa5\xa0\xa9\xbe\xb8\x14\x2d\x5a\x1b\x56\x23\x36\x48\x9b\x13\x2d\xee\xdd\xd1\x51\x27\x5e\x06\x6e\x8d\x62\x29\xd0\xed\xce\x81\x93\xde\x22\x6e\xc9\x84\x5c\x70\xc8\x4a\xca\x0e\x94\xb7\xe5\xdd\x43\xfc\x76\xab\xc2\x77\x56\xb0\x2b\x57\x96\xd9\x6f\xe3\xf3\x61\x99\xfd\x66\xd3\x1c\x47\xd9\x97\xd9\x6f\x92\x70\x51\x5b\x69\x3b\xb7\x45\x1b\x84\x81\x61\x5a\xb3\xdf\xd0\xe7\xec\xb7\x7b\x2d\xe0\xba\x1b\x54\xef\x30\xe3\xf5\x6f\x7b\xc3\x3d\x92\x04\xb8\x6d\x4e\x92\x83\xdb\xe6\x0d\x49\xd0\xad\x22\x92\x08\xf4\x71\x1a\xbb\x4a\xfd\x85\x96\x93\x94\xcc\x33\x0c\x3a\x9b\xd1\x46\xf1\x15\xf2\xe2\x85\x96\x3d\xba\x49\xb4\xfb\x6c\xa0\xc1\x47\xc5\x8d\x3e\xbd\xd0\xf2\xdc\xfe\x18\xe8\xce\xb0\xc6\xf8\x73\x2f\x44\xb5\x76\x9a\xae\x21\x2b\xaf\xe9\xda\x57\x29\x5a\xe9\x01\xd7\x33\xd2\x35\xfa\xb2\x4e\xd7\x9e\x33\x49\x13\x8e\xe7\x80\x3d\xa2\x36\x8a\x4f\x5d\x07\x5d\xf0\x23\x4a\x4a\x56\x75\x4e\xe9\x1b\x9e\xbb\x4d\xd9\x72\xc8\x7e\x91\xe2\xf6\xf6\xf2\x79\xf8\xfd\x21\x25\x03\x4d\x6f\x2e\x9d\x1f\xfd\x8c\xe0\x42\x48\x9c\x01\xf6\xc2\x6b\x08\x9f\xa2\x7d\xa2\x70\x36\xc2\x95\x20\xed\x02\x56\xdf\xed\xb5\x00\x00\x38\xc8\x30\xfc\x87\x1a\xf5\xf0\xce\x31\xf4\xf6\xff\x23\x72\x3b\xc5\xb0\xe1\x8a\x26\x0b\x4e\xd3\x39\xa0\x16\x77\x71\x7c\x4a\x3b\x29\xc3\xd9\xfb\x18\x69\xc8\x48\x43\x9f\x38\x4d\x2f\x9c\x03\x9a\x75\x91\x12\x2e\xd9\xd3\xf8\x2c\xa8\x10\x7c\xca\xf7\x68\x42\x6d\x76\x57\x62\xd0\xbf\xed\x8d\xd3\x05\x0c\x9b\x31\x39\xe7\x38\x27\x4f\x0c\xe2\xcb\xbe\x8b\xe3\xd3\xde\x49\x19\x6e\xd3\xbb\x23\x0d\x7d\x53\x3f\x2f\xaa\x9f\xae\x0c\xd9\xc2\xbc\x34\x6d\xfd\x2e\x9a\xb6\x03\xfd\x33\x35\x5e\xb6\xb4\x97\xa6\x9f\xfb\x5c\x34\x81\xf6\xed\x0f\xec\xd9\xbf\xc1\x7e\xbd\x58\xa2\x58\x38\x8f\xeb\xe7\x0c\x72\x9c\x40\x71\xfb\x9b\xa1\x63\x8f\x11\x8c\xf6\xc9\xaf\x44\xa0\x1b\xd6\x3f\x19\x60\xde\xaf\x8e\x66\x37\x79\x10\xfc\xc3\xff\xfc\x6b\xbc\xa6\x7d\x24\x9f\xd6\x7b\x68\x5f\xb9\x78\x9b\x48\x7d\x46\x0a\xba\x8a\xbf\x7d\xf8\x9f\x7f\xfd\x20\xb3\x78\x6f\xd8\x3e\xf9\x44\x33\x88\xcb\x78\xc3\xef\xd3\xbd\x43\x11\xce\x18\x5e\x4b\x41\xf7\xfa\xe2\x1c\x33\xb3\x0c\x32\x56\x66\x99\x7f\x8c\xdc\xa4\x87\x1b\x1b\xb3\x4c\xa2\x2b\x96\xb9\x8d\xa8\x40\xb1\xb9\x44\x13\x7b\xcb\x39\x25\x54\xe9\x0f\x78\x3b\x1b\xf0\xde\xad\x69\x9b\xe2\x46\x31\xc3\xe5\x15\xde\xce\x9c\xf3\x35\xb9\xe4\x14\x32\x95\x31\xfc\xde\x5a\xd8\xa6\x80\x5a\x87\x77\xc0\x06\xd6\x53\xcd\x8a\xee\xf5\x65\x98\x8d\x78\x87\xd5\x99\x8d\x09\x7f\x2e\x25\x9b\x24\x90\xe5\xf9\x06\xc3\x3b\x3b\xea\x53\x85\x9b\x23\x69\x49\x28\xc9\x05\x9a\xea\xdb\xa9\xdb\xd9\xfb\x36\xcf\x26\x0f\x78\x0b\xf8\x08\x2a\x04\xcf\x58\x42\xb2\x15\x29\xe8\xcb\x10\x4d\x9a\xf1\x44\xc5\xcc\xd1\xcf\x9b\xeb\x7b\xfb\xc3\x31\xb4\x60\x8b\x02\xb0\x7e\xad\xb8\xf7\x6b\xd0\x4a\x1d\xf4\xf2\x8a\x0f\x7d\x5d\x14\x99\xe3\x7d\x13\xb6\x4e\x96\x10\x57\xf3\x16\xc0\x5b\xdf\x3a\x24\x01\x17\xdd\xb5\x18\x34\x55\xd7\x73\xe7\x11\xfc\x05\x67\x6c\x03\xd9\x08\xd2\xfc\xfb\x4b\xa8\x93\x3e\xa8\x8c\x0c\x27\xfa\xa4\x2f\xae\x21\x2b\x5e\x00\x3c\xc9\x2b\x6e\xef\xa0\xb5\x49\x0f\x37\x6a\xc5\x0b\x8c\x62\xbc\x70\x7a\x92\x27\x19\x16\x92\x26\x82\x60\x9e\x2c\x81\xce\x53\x77\xb1\x7c\xaa\xef\xa5\x0e\x78\x88\xa2\x25\x11\x7d\x6c\xff\x72\x65\x0d\x2c\x04\xf1\xa1\xd8\xc3\x6f\x11\x74\x58\x87\x1b\xde\x17\x68\x38\x81\x44\x69\x69\xa2\x01\x39\xbb\xfa\x26\x79\xe0\xa0\x27\x11\x1b\xb4\x1b\xfb\xc7\xb6\x01\x84\x25\x2c\x85\xac\xe5\x57\x08\xbe\x72\xe9\xd1\x84\xdb\xf5\xb5\x72\xd0\x27\xc2\xa6\xea\xc6\x39\xab\x7c\x9e\x61\x09\x59\xaf\xb5\x00\x3e\x85\xbb\x24\x83\x37\xcc\x2d\xbb\x5e\x35\x0d\x9d\x67\x56\x16\xba\x79\x3e\x53\xd7\x41\x5b\xe3\x3d\xde\xb3\x3d\x96\x1a\x29\xe5\x24\x91\x1b\xc0\x61\xe7\x0a\xc1\x97\xe7\x86\xe6\xe8\x58\x71\xa3\x27\xf5\xd5\xbb\xa0\x73\x7d\xe3\x8e\xf1\x66\xed\x85\xa0\xc6\x29\x87\xf7\x04\x4f\xde\x68\x53\xf0\xa4\xda\x15\x74\x1a\xa7\x6c\xf3\x12\x34\xdc\x2d\xbd\xcd\x7a\x2b\x3d\x98\x8a\x4a\x06\xfa\x99\x97\x6e\x3f\xb5\x8c\xaf\x52\x0c\x18\x6a\x59\x00\x9f\x92\x5d\x92\x70\xde\x6a\x8d\x18\xf4\xc3\x5c\xdd\x7e\xa4\x21\x71\x7e\x14\xb7\x4f\xcf\x56\x7a\xb8\xf5\x09\xca\x31\xba\xa2\xee\x38\x3f\xda\x11\x1f\x05\x1d\xec\xb4\x08\xde\x4f\xb3\x4b\x13\xee\xd3\xb4\x72\xd0\xa9\xbd\x71\x9f\x6b\xcb\xd6\x05\x28\x58\xad\xe2\xf7\x8e\xb9\xdb\x14\x01\xc3\xd5\x2a\x29\x28\xd6\x17\xb7\xd3\x48\x0a\x98\xb0\x2a\x6e\x9f\x92\x10\xe7\x5f\x14\x72\x18\xaa\x64\xe5\x07\x08\xef\x78\xef\xb2\xf9\x78\xaf\xb6\x8a\x77\x84\x60\xe7\xd8\x37\xa7\x39\x31\xfe\xd7\x4a\xcc\xc7\x2d\x77\xa9\xc2\x45\x37\x98\x1e\xe3\xfd\xa8\x35\x78\x56\x92\x51\x2d\x19\xdd\xd0\x9c\xdc\x54\xbf\xdc\x1e\x12\x88\xe4\x14\xd2\xf1\x5b\x00\xef\xf0\xb2\x43\x12\x6e\x68\x68\xc4\xa0\x1b\x73\xdd\xeb\x30\xe4\x11\x68\xf9\x24\x1e\x0f\x3b\x0c\x79\x7c\x1b\x87\x21\x8f\x02\xc5\x8f\x4e\x4d\x93\x7c\x22\x40\xab\x99\x9a\xdf\xa7\x67\x87\x22\xa0\xa5\x07\x9a\x3a\x63\x0d\x6c\x05\x64\x5b\x42\x71\x7b\xc7\x70\x22\xfc\xb6\x84\x92\x81\x7e\x0a\xf7\xb6\xc4\x3c\xa3\x90\x2e\x50\xb3\xfb\x14\x6c\x13\x84\xf3\xc4\xad\x84\xa0\x0b\xf5\xdf\x69\xa8\xc3\x31\x2d\x24\x27\x00\x1f\x0e\x35\x84\x4f\xd7\x3e\x51\x38\x43\x9d\x4a\x10\x3a\xab\xee\xf6\xce\xb6\xa0\xbe\x3a\x4e\x8e\x70\xd6\x71\xf2\x46\xde\x3a\x4e\x2a\x77\x1d\xce\xd9\xd6\x0c\x0b\x48\x09\xe3\xfa\xbd\x1c\x8b\xbe\x09\x2b\x84\xc4\xad\xce\x91\x6c\x93\x25\x2e\x16\xe4\x8e\xb3\x92\x70\xf9\x5c\x27\xb4\xe2\x91\x4e\xa2\x25\xc1\x69\xcb\x46\x93\x93\x79\x7d\x2f\x68\x5e\xb6\x28\x21\x1b\x17\xd5\xcb\x69\x5b\x74\x75\x73\xd8\x80\xb7\xe6\x2d\xed\xfb\xa3\x8f\x3d\x85\x06\x60\x18\x55\x74\x80\xd4\x01\x5c\x26\x6f\xd0\x67\x7d\x19\xc0\xc7\xc9\x1c\x7d\x23\xf3\xe1\xef\x17\xeb\xcb\x00\xbe\x66\x3f\xc8\xb3\x19\xf4\x50\x42\x66\x85\xa5\x7f\x52\x38\xe6\x50\xfe\xc0\x39\x61\x89\xd1\x55\xe9\x9c\x11\x26\x58\x08\x5c\xa4\x1c\x43\x5c\xbd\xb4\x40\xbc\x9d\x7c\xf8\xb3\x2f\xf5\x9b\xa0\x69\x75\xe7\x3e\x9e\xb2\x4e\x96\xb0\xa6\xa4\x86\xf0\x6a\xdc\x23\x0a\xbb\x65\xa6\x04\x99\x4d\x33\x75\xb7\x6f\xc8\x9a\x42\xe3\x51\xa7\x87\xe3\x51\xa7\x63\x36\x09\x3b\xec\x42\x72\xf2\x36\x21\xa8\xd2\x74\x86\xce\xfb\x41\xad\x8f\xe3\x33\x2f\xa9\xb8\x63\x7d\xe7\x5c\x7f\x78\x16\x19\x03\xc4\x26\x33\xfc\x36\xd9\x6d\x16\xd2\xa6\x18\xb8\xa8\xa0\x59\x51\xac\x2f\xce\x29\x5d\xb9\x9e\x15\x10\xa7\xee\x86\xdf\x57\x5f\x3a\x14\xe1\xdc\xbd\x69\x29\xe8\x6e\x3d\xbb\x75\x3b\x75\x5f\x08\x48\xb0\xd3\x45\x13\x06\xd6\x59\x46\x0f\x82\x15\x6d\xa2\x81\x7b\x3b\x82\x15\xe8\xd3\x6e\x84\x57\xdb\xbf\x28\xec\x3a\x7c\x1c\xa0\x9f\xea\xe0\x78\xbb\x2c\x17\x65\xb8\xde\x4b\xb0\xa2\x89\x8e\x77\x25\x58\xf1\xbd\xfa\xe5\xb4\xec\x15\x80\x99\x2a\x17\xde\x69\x6a\x93\x0c\x5d\xd5\x69\x90\x06\xda\xf5\x0a\x81\xbe\x89\x63\xb6\xaa\x5a\x0b\x39\x96\xc9\x59\x7b\x1a\x32\xc0\x16\x55\x8d\xe1\xcb\xbc\x1d\xaa\x60\xbb\x54\x8d\xe6\x8d\xca\x7b\xac\x95\x04\x49\xd6\x9c\x4a\xc0\xfe\x46\x0b\xc4\xa7\x7d\x8b\x6c\x22\xe8\x62\xc4\xde\xe6\x2e\xce\x86\x70\x3a\x1f\xb1\x6d\xe2\xee\x46\x14\x2a\xf9\x79\x73\x3d\x2a\xcf\x5b\xaf\x85\x7e\xe6\x59\x4c\x17\x05\x96\x6b\x3e\xcc\xf3\x7f\x0f\xe4\xbb\x52\x8f\xf6\x77\xb2\x0f\x55\xf6\x0e\xc8\xcd\x75\x6c\xef\x9d\x95\x7f\xc6\x0a\x2a\x01\x43\x7b\xc3\xef\x2b\xf6\x0e\x45\x40\xc7\xff\x4a\x0a\x3a\xd3\x17\x67\xa3\x08\x32\xc4\x39\x64\x7a\x33\x2a\x72\x71\xc3\x3a\x79\xab\x98\xd5\xdf\x88\x18\x16\x42\xa2\xe6\xda\x13\xdd\xda\xba\x15\x01\x8c\xee\x0c\x80\x2f\x73\xbb\x24\xe1\xf6\x97\x8c\x18\x64\xdd\xa2\x38\x3d\x04\x73\x26\xd9\x6c\x3d\x07\x8c\x06\x2d\x82\xaf\x1d\xea\xd1\x0c\x34\xf8\xa9\xb8\xd1\x9d\xbd\x71\x87\xb6\x07\xed\xd9\x8b\x03\x7b\xf6\x62\xd4\x9e\x7d\xc3\x1b\x7c\x1d\x5c\x09\x41\xf1\x9e\x0d\xff\x0d\xc9\x58\x02\xea\x11\x2b\x04\x5f\x1e\xf5\x68\x82\xa9\x5a\xc9\x41\xdf\xed\x8d\xc7\xbf\x08\x6c\x07\xb5\x05\xe2\x53\x7c\x97\x6c\xac\x4f\x11\x05\x31\x79\x9b\x79\xb2\xf5\x03\xa2\xf7\x11\x8d\xff\x8f\x23\x77\x13\xdd\x10\x76\xde\xdc\x20\xed\x9f\x3e\x63\x01\xf1\x6e\x24\xfc\x8e\x8d\x44\x78\x9f\x46\xe2\x04\x9d\xee\xb1\x1b\x32\x4b\xb1\x80\x81\xa7\x01\xf0\x0e\x3a\x3b\x24\xe1\x36\x9f\x8c\x18\xf4\x73\xaa\xaf\xce\xbe\x03\x6f\x33\xb6\x58\x80\xc2\xb4\x37\x18\x3e\x9d\x77\xa8\xc2\xad\x29\xd4\x92\xd0\x1d\xde\x5e\x9b\x5b\x77\xa0\x68\x3e\xa7\x19\xa0\xa8\x2d\x80\xaf\xdb\xec\x92\x0c\x8e\x12\xad\x99\xd1\x3d\xe6\x17\x34\x23\xee\x65\x06\xc6\x00\xe7\xc1\x15\xb7\xaf\xd4\x5a\xe9\x01\x8f\x6e\xb1\x47\x74\xc5\xd8\xa3\xb3\xa1\x59\x26\x93\x27\xc8\x66\xbe\xe6\xf7\x36\x37\x6d\x8a\xa1\xe3\x64\xc3\x1c\xde\x10\x60\x99\xa0\x27\x81\x7e\xb8\x83\xf0\xb2\x65\xf1\x02\x59\x25\xb3\x00\xbe\x6a\xac\x97\x96\xba\x74\x43\x0b\x59\xf3\xa2\x2b\x73\x75\x56\x65\xba\x28\x40\x71\x6d\x0c\xbf\xaf\xac\x0d\xc5\x24\x51\x60\x63\xbb\xf9\x0a\x83\xe5\xe5\x7a\x4c\x9c\x80\x0e\x8a\x8e\x4a\x3b\xda\x16\xca\x82\xd0\x74\x41\x46\x2f\x5c\x58\x0c\x70\x44\x4a\x8b\x03\x0a\x25\x69\x31\x46\x85\x92\x1c\x56\x1d\x8d\x24\xa4\x2b\x02\xba\xd4\x3f\xa6\xea\x7e\xd0\xd8\xa9\x02\x31\x35\xa1\x82\x31\xbf\xc6\x00\x99\xca\x60\x71\x74\x90\xe2\x61\xb6\xef\x16\x46\x57\x07\x8b\x72\x99\x7e\x22\xc5\x18\x90\x26\xa2\xa5\x01\x1a\x17\xd1\xd2\x82\x99\xc0\x93\x06\x68\x78\xe0\x49\x0b\x22\x88\xb4\x10\x3b\x11\x27\xed\xc0\x4b\x64\x72\x22\xf0\x16\xd2\x14\x36\x18\xde\xf1\x5b\x9f\x2a\xac\xfd\x90\x96\xa4\xad\x88\x62\x75\xe7\x1c\xc7\xad\x33\x81\x01\x9b\x0c\x86\xdf\x3b\x7e\x6b\x53\x04\xdc\x0f\x52\x52\xd0\x9d\xbe\xec\x5b\x31\x9b\x88\x27\xbc\x58\x40\x4e\x08\xb5\x51\x7c\x4a\x3b\xe8\xc2\x2e\x85\x59\x59\x7a\x71\x2b\x36\xf7\xfb\xa3\x82\x40\xac\xa7\xf9\x81\xe1\xba\x8d\x04\xa2\x9b\xa4\xe1\x9a\x3b\xac\x78\x44\x49\x86\x1c\xae\x6d\x1d\xe7\x53\xaf\x60\x62\xb6\x1f\xd1\x6c\x34\x86\x27\x25\xc9\x50\x5c\x12\xd7\xa1\x5c\xb2\x25\xc9\xf8\xcc\x53\xdc\xbe\xac\x6b\xa5\x87\x3b\xe3\xb8\x25\x09\xfa\xb8\x25\x89\xd3\xe4\x9c\x26\x9c\x95\x9c\xa9\xb9\xc3\x2b\x18\xff\x3a\xd0\x7c\xea\x7b\xe8\xc3\x99\x05\xb7\x64\x36\x36\xc2\xea\xe1\x9d\x79\x78\xc8\x5e\xf8\x03\xd0\x5c\xf8\x83\x77\x86\xd1\xa6\x08\x6b\x2c\xfc\x01\xc5\x1f\x9c\x96\x35\x1c\xd2\x2b\x2a\x6e\x9f\x82\xad\xf4\x80\xae\x0e\x58\x81\xa6\xdc\xdd\xfd\xbd\x30\xb6\x22\xa4\x24\x7c\x92\xeb\xd3\x27\xe3\x55\xed\x23\xf9\xd4\xde\x43\x1b\x2c\x0b\x6a\x79\x46\x1c\xba\xd1\x97\x3d\xe7\xf0\x01\x96\xa7\x8a\xdb\x37\x19\x6c\xa5\x0f\x5c\xaf\xe4\x6c\x85\x3e\x71\xe6\x8e\x2b\x9c\x6f\x08\xe4\xa4\xcc\x86\x78\x17\x78\x5b\xe9\xb0\x8e\xac\x05\x34\xb0\x91\xda\x90\x0c\xdd\x6c\xc8\x31\x0b\xb4\x75\x37\x56\x33\x39\xba\xb1\xda\x1b\xaf\x78\xcc\x04\xe1\x1b\x48\xbd\xdf\xc5\xf2\x65\xe6\x5e\xea\xb7\x73\x04\x1c\x57\x92\x9d\xcd\xdd\x0c\x62\x71\xa3\xb8\x7d\xf5\xbf\x95\x3e\xb0\x0d\x9b\x31\x8e\xa6\x67\x5f\xbf\xb9\x0f\xbe\x9b\xfd\x83\x94\xab\xac\x1a\xff\xf1\xb6\x50\x7c\x45\xe8\xa0\x0b\xbd\x4f\xa1\x65\xd9\xed\x85\x73\x75\xef\x2a\x3a\xca\x20\x3b\xff\x94\xf9\xf7\xfd\xe9\xa8\x60\x47\x03\xd7\x16\x98\xc4\xe8\xf2\xeb\xfd\xa9\xb3\x66\x6e\x01\xfb\xb4\xc9\x76\xee\xed\x86\xeb\xe4\xa1\xcb\x98\xc9\x76\xbe\x13\x56\xea\xb5\xfd\x3f\x26\xdb\x39\x9a\x6e\xe7\x83\xa6\xfe\x8a\xe7\x01\x6f\xb9\x50\x9c\xdf\x9c\xc3\x37\x4e\x00\x19\xda\x1c\x0a\xd8\x33\xfd\xeb\x67\xe8\x6b\xdb\x44\x59\x83\x7a\x77\x08\x54\x96\x43\x76\xc3\x15\xbb\x4f\xb9\x36\x41\xc0\x30\xa7\x2c\x2f\x51\xac\xfe\x3b\x75\x2c\xf0\x8a\x3c\xe3\x1c\xd0\xef\xd7\x10\xbe\x16\x5b\xa5\xef\x50\x0e\xd4\xa4\xe2\x46\xb1\xba\xfb\xcf\xe9\xcd\xb5\xb3\x15\x67\x19\x2d\x16\xec\x9f\xe3\x15\xb2\x00\xbe\xa2\xeb\x92\x04\x2b\x3c\x2b\x06\x7d\x35\x57\x57\x01\x1a\x12\xc0\x5e\xb0\x05\x38\xac\x6d\xf0\x3d\x61\x2b\xc6\x6a\xeb\xdc\x1b\xce\x69\x06\xf0\x06\xa9\xb8\xbd\x23\x54\x9a\xb1\x49\x92\xd1\x51\x2b\x2e\x2d\x88\xb7\x19\x90\x29\x51\xc8\xbc\x2d\xba\xa1\x19\x9b\xea\xdb\x61\xbe\x5a\x14\x84\x79\x5b\x0d\x11\xef\x1d\xcf\xe9\x73\x6e\x09\xc0\x0f\xb2\x05\xf0\x65\x7f\x97\x24\xec\x51\xba\xe4\x09\x4d\x9f\xdc\x31\x75\x78\x09\x58\x9a\x52\xdc\xde\x41\x5f\x93\x1e\xaa\x9b\x57\x22\xd0\x27\x5e\x3a\x57\xa6\x9e\xc8\x6c\xc9\x20\x53\x53\x0b\xe0\xd3\xb1\x4b\x12\x4a\x4d\x2b\x05\xfd\x30\x57\x77\xe4\x7e\xbd\x74\x09\x58\x94\x5f\xb4\x97\x5f\xf7\x44\xe8\x1f\xb9\x42\x3b\x34\x2a\xbf\x59\x85\xbd\x5b\x38\xd6\x61\x5b\xcb\x84\x39\x01\x2d\xbe\x34\x18\xfe\x76\xb2\x47\x15\x76\x59\x51\x4b\x32\x8b\x89\xfa\xd6\xd9\x3e\x15\xcf\x27\x90\x25\x44\xc5\xee\x1b\xbf\xb4\x09\x06\xda\x90\x68\x56\x74\xaa\xfe\xef\x0d\x14\x93\xe1\x7c\x96\x02\x66\x5d\x0d\xc6\x81\x06\xb6\x4b\x15\x74\x29\xd4\x48\x42\xd7\xfa\xb2\x6f\xdd\x77\x45\x0b\x22\x20\x8e\xd7\x5a\x20\x87\x54\xef\x92\x8d\x3a\x80\x67\x21\x26\x73\xca\xc9\x92\x85\x3f\xbe\xa8\xf2\xd1\xca\x44\x5f\xcc\x75\xf0\x79\xbc\xea\x5d\x2b\x80\x0b\xfb\xdb\x19\xb5\x8b\x48\xf9\x3c\xd1\xca\x8c\x2e\x91\x06\xc3\x57\x20\x3b\x54\xa1\xfa\x09\x2d\x08\x29\x6c\x74\xab\x6e\x3f\x4b\xe9\x9c\x09\xd1\x12\x12\xe9\x42\x71\xfb\xd4\x6d\xa5\x87\x5b\xf6\x28\xe7\x02\x5d\xde\x5d\x38\xe3\xb5\xe8\xda\x0b\x0c\x8c\x78\x44\x5c\xc4\x37\x0a\x8b\x58\x45\x45\xdc\xa7\x29\x34\xf6\xe7\x11\xa1\x3f\xdf\x28\xf2\xa7\x0e\xfc\xb9\x27\xe8\xa7\x78\x80\x14\xa8\xe2\xf6\xe9\xd8\x4a\x1f\x6e\xad\xff\x90\x8b\xc9\x0c\xcb\x24\x7c\xa8\x88\x87\x5c\xa0\xf8\x61\x60\x3c\x63\xcd\xa5\xdf\x4f\xf3\x9e\xa9\x3b\x67\xa3\xc0\x01\x73\x01\xca\xbd\x53\x81\x26\x39\x5c\x8b\xc0\x13\x74\xc9\x9d\x13\x81\x87\x04\x72\x22\x36\xf1\x1f\x83\x4d\xc2\x9f\x7d\x4d\x38\xba\x4a\x9c\x43\xc1\x94\xb3\x72\xc6\xb6\x80\x9d\x18\x03\xe0\xd3\xb0\x4b\x12\x6e\xcf\xc5\x88\x41\xe7\xe6\xea\x6c\xed\x12\x49\x37\x04\x14\x91\xca\x22\x78\xdb\xbb\x2e\x4d\xb8\x06\xcf\xca\x41\xa7\xfa\xc6\x1d\x9d\x4a\xbd\x61\xba\xce\x20\xf3\x9c\x1a\xc2\xdb\x00\xf6\x88\xc2\xb5\x61\x95\x20\x14\x57\x77\xce\x03\x48\xf0\xa3\xec\x47\x9d\x62\x1f\x78\x80\x7d\xf4\xd2\x7b\x73\x76\xdd\x7b\x6e\x7d\x35\xc9\x18\x4e\x09\x9f\x1c\xb5\x4c\x8d\x56\x7b\x95\xef\x00\xb9\x04\x1c\xe9\x3c\xff\x18\x11\x2d\x3f\xf9\xbd\x94\x15\x93\x19\x3d\x6c\x0a\x72\x8c\x10\x03\xe5\x12\xf2\x70\x78\x5c\x70\x8c\x80\x07\xe1\x02\xdf\xbe\x52\x31\x6c\xdd\xa5\xa0\x2a\xd1\xeb\xbc\x3d\xde\x60\x67\x09\x14\x58\x1e\xb3\xc3\x7b\x54\x11\x18\xac\x8e\x18\xbe\x2e\xa4\xf6\x4d\x89\xa1\xe5\xdc\x46\x72\x8a\x58\x12\x9c\x1d\x11\x9d\xec\x28\x21\x06\xcb\x29\x86\x16\xa2\x24\xc9\x31\x2d\xcf\x51\x92\x6a\x38\xa7\xb0\x63\x97\x28\x8f\x12\xd5\x5e\x8b\xec\xa7\x1d\x65\x92\x75\x94\x94\xda\xfc\xaa\x9f\xf0\x2a\x55\xad\x07\x66\x29\x53\x52\x92\x22\x25\x45\x42\x49\xd7\x32\xe8\x80\x84\xe3\x5a\xc6\x57\xc0\xea\xbe\xee\x68\x38\x83\xd2\x3a\x0a\x0f\x44\x7a\xa5\xf7\xa9\x57\x2e\x3a\x8f\x41\x05\xdd\x79\x3f\x77\x68\xdf\x0e\xc9\xf1\x2b\x26\xaf\x5a\x57\x5e\xbb\x40\xaa\xac\x34\xd5\xc6\xbe\xdf\xeb\xf7\xf5\x4e\x53\xb2\x3a\x35\x4c\xd7\x7f\x28\x84\xce\xea\x88\x18\xf9\x03\x07\x02\x4e\x91\x2b\x7b\xc2\xe9\x75\x87\x05\x4e\x51\x36\xed\xb5\xc7\x08\xee\x80\x57\x36\xf1\xf5\x47\x0c\x6e\xd5\xaa\xd4\xaa\xe2\x0a\xb6\xe6\x47\x38\xb9\x18\x3a\x8e\x78\xed\xb6\xbd\xdf\x7f\xfc\xff\x00\x00\x00\xff\xff\xdf\x55\xf4\xb0\x86\x55\x01\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x7d\x5b\x77\xdb\x38\xb2\xee\x7b\x7e\x05\xd7\xe4\x65\xef\x75\x46\x98\x6e\x67\xf6\xf4\xd9\x7d\x9e\x6c\x39\x4e\xec\xd8\x8e\x3b\xf4\x24\x99\x7e\xe9\x05\x91\x90\x04\x8b\x24\x68\x00\x92\x65\xff\xfa\xb3\x70\xe1\x55\x10\x24\xb2\x0c\xfb\xc1\xa4\x88\xaa\xaf\x58\x00\x88\x6b\xa1\xea\x7d\x34\x79\xbd\xbf\x77\xef\xa3\x6b\x9a\x90\x42\x90\x34\x92\x2c\x92\x4b\x12\x9d\x96\x38\x59\x92\x28\x66\x73\xf9\x84\x39\x89\x2e\xd8\xba\x48\xb1\xa4\xac\x88\xfe\xeb\x34\xbe\xf8\xef\x68\x5d\xa4\x84\x47\xac\x20\x11\xe3\x51\xce\x38\x79\xf7\x3e\x4a\x58\x21\x39\x9d\xad\x25\xe3\x51\x66\x00\x23\xbc\xe0\x84\xe4\xa4\x90\x02\x45\x51\x4c\x88\x46\xbf\xfd\x7a\x7f\x39\xfd\x18\xcd\x69\x46\xa2\x94\x0a\xc3\x44\xd2\xe8\x89\xca\xe5\xbb\xf7\x91\x5c\x52\x11\x3d\x31\xbe\x8a\xe6\x8c\x47\x38\x4d\xa9\x12\x8c\xb3\x88\x16\x73\xc6\x73\xf3\x1a\x9c\x2c\x30\x4f\x69\xb1\x88\x12\x56\x3e\x73\xba\x58\xca\x88\x3d\x15\x84\x8b\x25\x2d\xd1\xbb\xf7\xd1\xbd\x52\x23\xbe\xa8\xde\x44\x18\x58\x2d\x53\xb2\xe8\x3f\x6c\x6d\x75\x68\xa9\x6b\x73\xe1\xef\xd1\x77\xc2\x85\x12\x72\x82\x7e\x79\xf7\x3e\xfa\x2f\x45\xf2\x37\x9b\xf8\xb7\xff\xfe\x7f\xd1\x33\x5b\x47\x39\x7e\x8e\x0a\x26\xa3\xb5\x20\x2d\x64\xb2\x4d\x48\x29\x23\x5a\x44\x09\xcb\xcb\x8c\xe2\x22\x21\x8d\x5a\xb5\x04\x14\xe9\x17\x50\x18\x6c\x26\x31\x2d\x22\xac\xd5\x88\xd8\xbc\x4d\x16\x61\xf9\xee\xfd\xbb\xf7\x91\xfe\x5b\x4a\x59\xfe\xfe\x8f\x7f\x3c\x3d\x3d\x21\xac\x5f\x17\x31\xbe\xf8\x47\xa5\xdd\x3f\xae\x2f\xa7\x1f\x6f\xe3\x8f\x13\xfd\xca\xef\xde\x47\xff\x2e\x32\x22\x44\xc4\xc9\xe3\x9a\x72\x92\x46\xb3\xe7\x08\x97\x65\x46\x13\x3c\xcb\x48\x94\xe1\x27\x55\x70\xba\x74\x74\xa1\xd3\x22\x7a\xe2\x54\xd2\x62\xf1\xf7\x48\xd8\x52\x7f\xf7\xbe\x53\x3a\x4d\x76\x55\xaf\x47\x45\x87\x80\x15\x11\x2e\xa2\xbf\x9d\xc6\xd1\x65\xfc\xb7\xe8\xec\x34\xbe\x8c\xff\xfe\xee\x7d\xf4\xe3\xf2\xfe\xf3\xd7\x7f\xdf\x47\x3f\x4e\xbf\x7d\x3b\xbd\xbd\xbf\xfc\x18\x47\x5f\xbf\x45\xd3\xaf\xb7\xe7\x97\xf7\x97\x5f\x6f\xe3\xe8\xeb\x45\x74\x7a\xfb\x9f\xe8\xcb\xe5\xed\xf9\xdf\x23\x42\xe5\x92\xf0\x88\x6c\x4b\xae\xde\x9f\xf1\x88\xaa\x8c\x24\xa9\x2a\xd3\xaa\x02\x55\x2f\xa0\xea\x87\xfa\x2d\x4a\x92\xd0\x39\x4d\xa2\x0c\x17\x8b\x35\x5e\x90\x68\xc1\x36\x84\x17\xaa\x7a\x94\x84\xe7\x54\xa8\xe2\x14\x11\x2e\xd2\x77\xef\xa3\x8c\xe6\x54\xea\x5a\x24\x76\x95\x52\x62\x5e\xf3\xdb\x7a\x87\x4b\x6a\xab\xd3\xef\x51\x82\x73\x92\xb5\x8b\x6f\xf3\xeb\xbb\x15\x2d\xd2\xdf\xa3\xa9\x4a\x99\x62\x89\x33\xb6\x78\x97\x13\x89\x53\x2c\xf1\xef\xef\xa2\xa8\xc0\x39\xb1\x8c\x93\xc4\xa4\x4f\x7e\x45\x27\xe8\x97\x89\x28\x70\x29\x96\x4c\x4e\x72\x4c\x8b\x77\x51\x94\xe1\x19\xc9\x84\xe2\x89\x54\x51\x57\x4c\x2b\xfd\x60\x47\xb2\xc5\x42\x9b\xea\xdd\x3e\xa0\x5f\xd1\x2f\x7e\xda\x8c\xe1\x94\xf0\xa3\x58\xf8\xba\x90\x34\x27\x0d\xad\x79\xe7\xf8\xf6\xf4\x2e\xfe\xfc\xf5\xde\xcf\x54\x72\xb6\xa1\x29\xe1\xbf\x47\x5a\x35\x55\xba\x4a\x2d\x9b\x6c\x34\xf4\x01\xf7\xf8\x6d\x86\xa8\xba\xaf\x0a\x7d\x9a\x61\x21\x7e\x8f\x18\x5f\x54\xb2\xcd\x8b\xac\x90\xa2\x46\xa7\x0d\xa5\xe6\x6c\x17\x46\xf3\xd6\x8e\x3c\x88\xa2\xc7\x35\xe6\xab\xb5\x68\x2b\xfd\x01\xfd\x82\x4e\xb3\x72\x89\x4f\xda\xec\x13\x07\xe5\x2f\xe8\x97\xc9\xcd\x3f\x35\x55\x4a\x4a\x52\xa4\xa4\x48\x28\xb1\xe5\x39\x89\x16\x9c\xad\xcb\xcb\xd4\xf5\xde\x16\x19\x73\x49\xe7\x38\x91\x8a\xc8\x16\xfd\xc4\x66\xd9\xa4\xce\x87\x04\x97\x78\x46\x33\x2a\x6b\xe8\x28\x4a\x38\x2b\xaa\x7b\x97\xf0\x63\x5f\xe0\xd0\x4b\x28\x39\x96\x74\x49\x70\x26\x97\x6f\x21\xd4\x48\xb2\xc4\x9c\x08\x09\x10\xea\x15\xa9\xb0\xc1\x20\xba\x39\x92\xec\xe9\x5d\x93\x68\x5f\xcd\xa4\xbf\xd0\x52\xf5\x33\xd5\xdb\x1e\x12\xb2\x2b\xc0\x02\xd8\x74\x55\xaf\x4d\x97\x5a\x67\xc0\x24\xea\x92\x3c\xe0\x0d\xbe\x7f\x2e\x49\x8b\x60\xa7\x2c\x1a\x18\x64\x99\xd1\x9f\xb4\xbc\xa0\x19\x39\xc7\x12\x5f\xe8\x94\x96\x12\x73\x56\x8e\x57\x60\xce\x4a\x9b\x26\x92\x25\xc9\xdb\xef\x45\xd3\xdf\xa3\x26\xd9\xf6\x98\xd1\x1c\x67\x82\xd4\xcf\x4a\x2c\x04\xdd\x90\xee\xe3\x63\x74\x54\xfd\x39\x2b\x48\x21\xd1\x9c\x95\xe8\x82\x95\xd3\xea\x41\x4b\x33\xfc\xb2\xe6\x80\xc2\xd1\xec\x3e\xed\x34\xc1\x64\x96\xb1\xd9\x70\x25\xdb\x08\x8f\x6b\xb2\x26\xa1\xf3\x49\x8b\x42\xea\x65\xd1\x59\xc6\x66\x31\xe1\x1b\x9a\x90\x6e\xb6\x1d\x05\xa1\xdf\x16\xfd\xa1\xfe\x3b\x41\x4c\xe6\x09\x92\xe2\xf1\x59\xaf\xb8\x7d\x39\xdf\x4a\x3f\x90\x61\x92\xaf\xc7\xe5\x97\x12\x81\x62\x92\x62\x97\x76\x39\x2d\x00\xda\x29\x6e\x9f\x76\xad\xf4\x60\xd5\x41\xc9\x40\x37\xb4\x70\xaa\x87\x9f\xc4\xc9\x24\x7f\x04\x7c\x3a\x06\xc0\xfb\xf1\x74\x48\xc2\x55\xfb\x27\x71\x82\xf2\x47\x74\xf3\xc7\x89\x4b\xd3\x92\xd3\x42\x12\x3e\x5e\x53\x0b\xe0\xd3\x34\x2b\x79\x68\x2d\xed\x5b\xa0\x3b\x73\x75\x69\xfa\xc4\x78\xaa\x07\xf1\xe3\x75\xad\x21\x7c\xda\xf6\x89\x82\xe9\x5c\x0b\x42\x3f\xaa\x3b\xa7\xde\x64\x26\x58\xb2\x22\x12\xa0\x77\x05\xe1\xd5\xbb\x47\x54\xe9\xdd\x6a\x80\x5e\x47\xed\x4a\x0e\xfa\x51\xdd\x39\xdb\xdf\x0c\x27\x2b\x40\x03\xac\xd8\xbd\x2d\x70\x8b\x20\x58\x11\x6b\x21\x28\x56\xff\x5d\x3a\xd2\x62\x9e\xad\xb7\xe9\x6c\xbc\x9a\x15\x82\x4f\xd3\x1e\x4d\x30\x65\x2b\x39\xe8\x52\xdf\x9c\xcf\x5c\x2a\x67\xeb\x7c\x46\xf8\x03\xa8\x6c\x1b\x0c\x6f\xab\xd5\xa7\x0a\xa6\x78\x23\x09\x5d\xd7\xb7\xce\x3a\x2d\xf1\x16\x50\xa5\x25\xde\x7a\x6b\x74\x93\x1e\xae\x42\x4b\xbc\x45\xb1\x3c\xfd\xe9\x54\xef\x21\x17\x27\x00\xfd\x14\xbb\x57\xc1\x16\x41\x38\x0d\x95\x10\x14\xab\xff\x2e\x1d\xe7\x38\x21\x33\xc6\x00\xb5\xb7\x42\xf0\x4e\x3b\xba\x34\xe1\xe6\x1e\x56\x0e\xba\xb0\x37\x2e\x95\x53\xd5\x46\x03\x46\x18\x86\xdf\xa7\x6e\x87\x22\x98\xb2\x46\x0a\x3a\xd7\x17\xe7\xa8\xb1\x2c\x00\x83\x0b\xc5\xed\x1d\x2f\x36\xe9\xe1\x06\x8b\x65\x21\xd0\x69\x59\x38\x07\x12\x7a\xc0\x2a\x08\x44\x45\x8b\x70\x70\x58\xdc\xd0\x84\x1d\x17\x0b\x22\x50\x4c\xdc\x5f\xea\x03\xde\x02\x3a\x56\xc5\x6d\x13\x9d\xab\x1a\xad\xf4\xe3\xde\xbb\xd8\x10\xae\x46\xb8\x8a\x11\x5d\xe1\xed\xcc\xb9\x96\xf1\xb8\xc6\x5c\xbe\x8c\x7f\x6d\xc3\xef\x2b\x9f\x0e\x45\xb0\xd2\x31\x52\xd0\x1f\xfa\xb2\xa7\x32\x4e\xc4\xd3\x1c\x54\x17\x15\xc0\x81\xaa\xd8\x22\x09\x59\x13\x91\x78\x9a\xa3\xf8\xc7\x85\x4b\x53\xb2\x4c\x14\xdb\x78\x4d\x2d\x80\x4f\xd3\x2e\x49\x30\x4d\xad\x18\xf4\xd1\x5c\x9d\x63\x00\x35\x93\x5b\x4c\x9e\x00\xad\x4c\x0d\xe1\x1d\x0b\xf4\x88\x42\xcd\x56\x8c\x1c\xf4\x24\x50\xac\xef\xd4\x9c\x65\xff\xa2\x51\x81\x17\x94\x01\x54\x37\xfc\x3e\xbd\x3b\x14\xc1\x0a\xda\x48\x41\xb7\xfa\xe2\x5c\x3f\x62\xc5\x82\x41\x26\x2e\x16\xc0\xa7\x6a\x97\x24\xdc\x42\x92\x11\x83\x6e\xd4\xd5\x3d\x69\xd1\x7d\x1a\xc5\x39\xb0\xe7\xa4\x38\x3f\xd8\x73\x36\x34\x61\x7b\x4e\x8a\x73\x74\x79\x7a\xe3\xec\x39\x55\xbb\x49\x56\xb0\x71\x82\x02\x38\xd4\x36\x37\x24\x41\xdb\x66\xb2\x12\xe8\xe3\x97\xd8\xb9\x7a\x96\x61\xa9\xba\xf6\x89\x16\x3f\x5a\xdf\x0e\x8c\x4f\x6b\x17\x61\xb8\x35\x35\x2b\x0c\x29\x7c\x74\x67\x7f\x7d\x96\xd2\xb9\xd7\xf0\x40\xa4\x7c\x06\x8c\x97\x14\xbb\x4f\xf5\x36\x41\xa8\xc6\x5a\xcb\xf8\x5f\x74\xa5\x2e\x1d\x3d\xff\xb7\xa5\x68\xf6\x02\x18\x75\x64\x2f\x73\xdf\xa8\xb0\x49\x1e\xb8\xcf\x95\xbd\xcc\xd1\xf5\x9f\x17\xce\x31\xa1\x6e\x17\x24\xc7\x85\xc8\xb0\x84\x6c\x07\x75\x70\x0e\xb6\x44\x7d\xca\xb0\xed\x51\x2d\x0d\xdd\x57\x77\xce\xb6\x69\x03\x68\x84\x37\xde\xe6\x77\x73\x64\xc3\x3b\x7a\x43\x66\x93\xa3\xef\xb9\x4b\xa7\x84\x3f\x97\x92\x8d\xd7\xcb\xf0\xfb\x74\xeb\x50\x0c\x28\x48\x67\x25\xef\x80\x4d\xa2\x72\x51\x8e\xca\x0e\x03\x83\xce\xe9\x82\x4a\x9c\xc5\x74\x51\x60\xb9\xe6\xc7\x6d\xe8\x55\x93\x29\x8b\x31\xd5\x97\xde\xc7\x73\x1c\xeb\xdd\xa7\x3b\xe7\x47\x97\xb0\x9c\xc8\x14\x50\x26\x9a\xdf\x5b\x26\x6d\x8a\xc1\x1b\xaf\x86\x3b\x78\xff\x69\xc4\xa0\xa9\xbe\xb8\xea\xee\x8c\xe0\x62\xb2\xc1\x19\x4d\xb1\x64\x80\x45\xa2\x2e\x8e\x2f\xdf\x9c\x94\xc1\x32\x40\x49\x43\xb5\x34\x74\x46\x70\xf1\xbd\xfa\xe5\xca\x0f\xd8\x40\xe2\xd0\xf8\x61\xdc\xb0\xa1\xe1\x1d\x51\x5f\x5c\x56\x2d\xc7\x98\xa3\x38\x16\x3e\x87\x59\x81\x34\x65\xa0\xc7\x2f\xfb\xc6\x2d\x92\xae\x00\x3b\xd9\x8a\xdb\x97\xe1\xad\xf4\x60\x55\x4c\xc9\x40\xf7\x74\xe5\xdc\xc9\x4e\xf0\x7c\x4e\x68\x01\xe8\xf6\x2b\x04\x6f\x5b\x64\x69\x26\x23\x97\x11\x7a\x28\x19\xc3\xe9\x9b\x2c\x48\x54\x12\x91\x59\x97\x98\xda\x9f\xd3\xdd\xd5\x89\x63\x81\xd4\xab\xd7\x38\xd7\x0c\xa7\x0e\x2c\x3b\x9a\x20\x5c\x02\x76\x73\x34\xbb\x77\x3c\xd2\x22\x08\x96\x81\x5a\x08\xfa\xae\xfe\x3b\x27\x05\x22\x03\x6c\x3b\x2b\x6e\xef\x94\xa0\x49\x0f\xa6\xa0\x92\x81\xae\x44\xe6\xdc\x63\x66\x25\x29\x84\x04\xed\x45\xd6\x10\x3e\x45\x6b\xa2\x49\x42\x8b\x74\xcc\x4e\x47\x1f\x67\x91\xe1\x22\x19\xfd\xa1\x36\x38\x2b\xf2\x2c\x24\x2b\x5e\x01\xa9\x20\x6b\xd9\x18\x64\x42\x80\xd8\x66\x44\x93\xdb\x47\x11\x4f\x74\x1e\xbc\x72\xd5\xe2\x90\x29\x57\x34\xd5\x97\x41\x2d\x4f\x83\x61\xca\x14\x7d\xd2\x97\x91\x18\x55\x79\xa2\x2f\xf6\x66\x24\x8e\x2d\x4d\x74\x6b\xae\x63\x51\xd8\x06\xa3\x5b\xb6\xc1\x23\xf9\x75\x21\xa2\x58\xfd\x77\x7d\xbe\x0b\xc6\x16\x99\xea\xb3\x32\x52\xa4\x18\x30\xf8\xec\x01\xf9\x3e\x65\x37\xe9\xe0\x8a\xda\x83\x99\x08\xc9\x49\xf8\x95\x3f\x23\x15\x55\x52\xd1\x27\xfd\x7b\x6a\x7f\x0e\x2a\xa4\x3e\x94\x51\xa0\x87\x18\xeb\x87\xce\x69\x03\x67\x4f\x02\x30\xa8\x31\xfc\xde\x69\x42\x9b\x22\xd4\x94\xde\x08\x41\x67\xfa\xe2\x34\x77\x49\x29\x64\xb5\x29\xa5\xde\x0d\xae\x56\x7a\x38\xe3\x96\x94\xce\xd1\x75\x4a\xe7\x9e\x2f\x50\x2c\x09\x91\x80\xf5\xe2\x0e\xcc\x11\x5f\x5f\x87\x70\xec\xb7\x67\x40\xde\xf6\xcb\x33\x32\xed\x57\x12\xeb\x1f\x63\xbe\x3a\x0b\xd3\xf9\xe6\x0c\xda\xfe\x2f\x4e\xe0\x72\x52\x10\xf9\x44\xf0\x06\x62\xcc\xd1\x81\xf1\x15\x95\x8b\x30\x9c\xd1\x0e\x2e\x51\x2d\x0c\xdd\x12\xf9\x43\xdf\x39\xab\x2c\x2e\x16\x19\x05\x4c\x19\x2d\x80\xb7\x9a\x76\x48\xc2\x55\x2a\x23\x06\x7d\x32\x57\x67\xa9\xab\xd7\xc3\xb2\x75\x22\x67\x44\x91\xd7\x18\xde\xf2\xee\x53\x85\x2b\xec\x5a\x12\x8a\xeb\x5b\x97\xf2\xcf\x38\xcf\x21\x75\xdd\xf0\xfb\x94\xee\x50\x04\x53\xd8\x48\x41\xff\xd1\x17\xa7\x85\x16\xe5\x24\x01\x4c\xd4\x0c\xbf\x4f\xd1\x0e\x45\xa8\xde\xd4\x08\x41\xe7\xfa\xe2\x5c\x0c\x59\xae\x0b\xc0\x5c\x4d\xb3\xfb\xb4\x6c\x13\x84\x5b\xb3\x50\x42\xd0\x54\xfd\x77\x9b\x7b\x43\xd6\xb3\x14\xb7\x4f\xc3\x56\x7a\x38\xbb\x76\xb2\xc2\xe8\x07\x71\xaf\x67\x3d\xe0\x64\x25\x58\xb1\xcd\x33\x88\x6d\x56\x85\x61\x49\xf6\x58\x68\xf5\xa8\x06\x2e\x1c\xd4\xec\xe8\xca\xdc\xfe\xbc\xb9\x76\x6e\x15\x58\x53\x94\x19\x96\xc9\x12\x6c\xf5\xa2\x51\xbc\xed\xec\x2e\x5d\xb8\x96\xd6\x18\xbf\x68\x59\xd6\xfe\xe5\x4c\xdd\xbb\x6d\x9b\xd7\x00\x73\x10\xc5\xed\xd5\xba\x49\x0f\x76\x5e\x4a\xae\x67\x28\x96\x6b\xa7\x05\x48\xca\x69\x06\xa8\xb1\x9a\xdd\xdb\xbe\xb6\x08\xc2\x19\xc0\x2a\x21\xe8\x5c\xfd\x77\xe9\xf8\xc2\xd8\x8a\x90\x12\xd2\x63\xd6\x10\x3e\x5d\xfb\x44\xc1\xf4\xad\x05\xa1\x3f\x19\xfb\xa2\xef\xf6\x99\xbb\x24\x4f\x30\x6b\x97\xe4\xc9\xa7\x71\x87\x22\xa8\xad\x4b\xf2\x84\xa6\x4f\x2e\x25\xb7\x66\xb2\x30\x5e\xcb\x6d\x67\xa2\xe4\x6e\x71\x05\x2b\x7a\x74\x93\xa8\xfb\x7b\xa0\x59\x84\x65\x46\x57\x82\x15\xc7\x6c\xef\x3a\x58\x7f\x9a\x29\x91\xb3\xe5\x7e\x22\x58\x2e\x21\xf5\xdd\x02\xf8\x7b\xdc\x36\x49\xc0\x4e\x57\x8b\x41\x3f\xcc\xd5\x7d\x74\x41\x48\x55\x44\xe3\xd5\xad\x10\x0e\x56\x82\x1e\xe1\xd0\x43\x09\x86\x19\x5d\xd8\x1b\x67\xd9\x95\x29\x60\x61\xa5\x4c\xbd\xeb\x2a\x4d\x72\x38\xe3\xac\x74\x8e\xee\x52\xe7\xa2\x8a\xed\xe1\x69\x21\xc9\x82\x6b\xc7\x11\xe0\x51\x45\x0b\xeb\x88\xb1\xc5\x2e\x75\xe8\x11\x46\x4b\xa2\x1d\x67\x5c\x36\x4f\x9c\x86\x7b\x78\x09\x30\x98\x51\xdc\xde\xf2\x6f\xd2\xc3\x55\x00\xbc\x64\xe8\x0e\x2f\x99\xd3\x8e\x18\x66\x8c\x57\x1c\x32\xc6\x2b\x1c\xc6\x78\xaf\x6f\x44\xac\x84\xa0\x5b\xf5\xdf\x69\x42\xbc\x16\x12\x66\x18\x5f\x21\xf8\x34\xed\xd1\x84\xb3\x22\xb6\x72\xd0\x8d\xbd\x71\x7e\xd9\x14\x60\x1b\x22\xa8\xd7\x34\xa4\x49\x1e\xbc\x20\x2a\xe8\x18\xc3\x90\x81\x1f\x3a\x2d\x51\x4c\x9d\x16\x1c\xcb\x19\x86\x6c\x05\x68\x76\x5f\xce\xb4\x09\x82\xe9\xa7\x85\xa0\xcf\x67\xd8\xbd\x0f\x60\x67\x93\xe0\x39\xef\xc1\x9e\xb7\x4b\x37\x6a\xca\x5b\xcd\x77\x9d\xdd\xee\x0a\xcf\x21\xeb\x13\x9a\xdd\x57\x58\x6d\x82\x60\x85\xa5\x85\xa0\x2f\xea\xbf\xd3\xa4\xe8\x89\x4a\x90\x4f\x05\x0b\xe0\xd3\xd3\x92\xd8\xa5\xb7\x9c\x08\x81\x17\xa3\x77\xe1\x2b\x30\x41\x30\x1f\xb3\x2a\xd0\x45\x91\x34\x27\x19\x1d\x63\x13\x30\xd0\xee\xc9\xc8\x43\x9d\x2c\x40\xf7\xe6\xa9\x59\x04\xbc\x31\x0f\x07\xed\x91\x54\xb0\x26\x33\x2a\xbc\x58\xff\x1a\x05\x54\xe5\x47\x05\x75\x6f\x7f\xbb\x77\x59\x32\x22\xe6\x8c\x27\x80\x06\xad\xc1\xf0\xb6\xf7\x7d\xaa\x80\x9b\x2b\x95\x24\x14\xd7\xb7\xce\x39\xe6\x03\x60\x7a\xf9\xe0\x53\xb6\x4e\x0d\xa6\xe4\xf6\x01\xfd\xbc\xda\x7b\xf6\x07\x7a\x1a\xe6\xe4\x88\xe3\x30\x27\x6f\x74\x1e\xe6\xa4\x3a\x10\xe3\xb4\xaf\xb7\x87\xdb\x0a\x06\x58\x10\x69\x30\xbc\x15\xb8\x4f\x15\xae\x02\xd7\x92\x90\x75\xf8\x74\xcb\x9c\x8b\x24\x34\xc1\x80\x45\x3e\xc5\xed\xeb\x9f\x5b\xe9\x03\x1d\x6b\x24\x38\x43\x97\x53\x9c\xed\xb1\x54\xe7\x10\x4f\x55\x9a\xdd\x57\x4e\x6d\x82\x80\x76\xe6\x3c\xc5\x68\xaa\xfe\x3b\x37\x6d\x39\x2e\x01\x2d\xaa\x66\xf7\xe9\xd8\x26\x08\xb7\x5d\xab\x84\xa0\x4f\xea\xbf\x4b\xc7\x75\x41\x37\x2c\xa1\xf2\x79\x52\x62\x2e\x08\x07\xb4\x38\x3b\x50\xbe\x6a\xd9\x10\x27\x62\xe3\x78\x3a\xa7\x5b\x92\x3a\x9e\xcb\x9a\x7a\xe0\xa2\x5e\x0d\x81\xfe\x5d\xd0\xef\xfa\x6e\x2a\x36\x03\x97\xf7\x1c\x20\x17\xea\x45\x7f\xd0\x54\x2e\xe1\x58\xf7\x3b\x2f\x64\x27\x1b\xe9\x1c\x50\x2e\x8a\xdb\x3b\x53\x69\xd2\xc3\x4d\x54\xd2\xb9\x40\x9f\xd3\xb9\xf3\x58\xef\x43\x92\xb1\x75\x0a\xd0\xd0\x02\xf8\x94\xec\x92\x84\x33\xfc\x35\x62\xd0\x95\xb9\xba\xb4\x7d\x5c\xd3\x64\x35\xa7\x00\x23\xee\x0a\xc1\xa7\x6f\x8f\x26\xa0\xcb\x05\x23\xe7\x01\xfd\x51\xdd\x39\x97\x96\x04\xc0\x2d\x5e\x21\xbc\x2e\xf1\x9a\xe4\x70\x8b\x4a\xe2\x11\xdd\x8a\x47\xe7\x3a\x02\x2d\x93\x25\x06\x98\x41\x58\x00\xef\x17\xda\x21\x09\xf7\x91\x1a\x31\xe8\xb3\xb9\x3a\xb5\xc5\x2f\x24\x4b\xb0\x80\xe8\x5b\x41\x78\x35\xae\x88\x26\x58\xb2\x9c\x26\x1b\x9c\x8d\xf1\xf5\xd9\x07\xa3\x85\x90\x10\x13\xf6\x06\x29\xa3\x62\x44\x79\xf4\x51\x72\x3c\xfe\x60\x55\x03\xb2\xce\x24\x7d\x15\xa4\x91\x1e\x55\xfb\x30\x9c\x18\xe7\xd3\x24\x7d\x95\xb7\xe2\xb4\x58\xcc\xd6\xf3\xf9\xf8\x13\x0c\x0d\xd6\xf1\x1e\x50\xfd\x28\xaf\x50\xf6\x92\x95\x34\x09\xfe\x49\x57\xe2\x90\xf9\x8e\x0a\xed\x29\x0e\x7d\xae\x1e\x9f\xb6\x9e\x0e\x5a\xa6\x68\x80\xab\x6f\xaa\x01\xbd\xb4\x4f\x46\x02\xaa\x4f\xab\x01\xbb\xa6\x42\x8e\x04\xca\x71\xd9\xe0\xdc\xe0\x72\x2c\x8c\xfd\xbe\x5a\x58\xf6\xc9\x48\x40\xe3\x0a\xb8\x46\xd3\x3e\x81\x47\x42\x75\x3e\xb5\x06\xf2\x5b\xfb\xf1\x58\xe8\xfa\xb3\x6b\xe1\xd6\xcf\x46\x82\x6a\xf7\xc0\x35\xdc\xae\x9f\xe0\x01\x40\xb2\x8d\x33\xb6\x8a\xe8\x8f\xb0\x01\xba\x57\x3f\x9d\x27\x07\x30\x4f\x58\x0a\x39\x3a\x60\x00\x7c\x53\xa2\x2e\xc9\xc0\xe9\x8d\x65\x46\x67\xe6\xba\xcf\xa5\xc3\x2b\x79\x74\x38\xda\xa1\xc3\x9b\xfa\x73\x70\xb9\x73\x70\x2e\xae\xc9\x1c\xe2\x2e\x49\xb3\x7b\xf5\x6e\x11\x84\xd3\x57\x09\x41\xa7\xea\xbf\xf3\x08\x88\x8d\x21\x32\x5e\xcd\x0a\xc1\xa7\x69\x8f\x26\x94\x91\x5c\x25\x06\x5d\xdb\x9b\x3d\x6e\x6d\x69\x41\x45\x89\x01\xfb\x5d\x0d\x86\x4f\xeb\x1d\xaa\x90\xce\x6d\xad\x24\x74\x59\xdf\xee\x5d\x2f\x4e\x21\xae\xb1\x2a\x84\x03\x1f\x74\x9b\x66\xb8\xdf\x7e\xcb\xff\x36\xa7\x5f\xf4\xaa\x73\x9a\xce\xd0\x79\x3a\x3b\x19\xe6\xb1\xdf\x72\x5a\x63\x2e\xc5\xbf\xff\x88\x8b\x3d\xd8\x53\xae\x67\x02\x62\x8b\xda\x81\xf1\x15\x82\x8b\x30\xf4\x09\x22\x23\xcc\x9e\xf9\xb9\xd3\x3f\xdc\xbd\xa4\x20\xff\xfa\x27\xa4\x93\x54\xfc\xfe\x3e\xb2\x45\x31\xb8\x8b\x54\xbc\xe8\x4c\x5f\x9c\x1d\x64\xb6\x4e\x08\xc4\xe9\x81\xe1\xf7\x36\x98\x6d\x8a\x80\xae\xa1\x95\x14\x74\xad\x2f\xfb\xfc\xa7\x00\x8a\x89\xf8\xdb\xc7\x56\xfa\xf1\x3d\x82\x5d\xf6\xcf\xf0\xb1\x2e\xf0\x5b\xbc\x55\xff\xd0\xae\x28\xcd\x3b\x8c\x70\xbd\x72\x46\xfa\xcd\xec\x11\x5c\xfa\xdd\x91\x0e\xcc\x74\x04\x6f\xdd\xa7\xd5\x02\xaf\xdb\x9d\xa9\xdd\xd3\x02\x9a\xcf\x76\x1a\xda\x3d\x26\xee\x6f\xd1\x14\xdb\x86\xd4\x73\x4e\x90\x65\x90\xe3\x81\x2c\xf3\x9f\x0a\x6c\xd2\x87\x9b\x29\xb1\x8c\x8f\x3e\xf4\xa9\x98\xa7\x19\x5b\x8f\x70\xb8\x34\x30\x83\x59\xc6\x51\xac\xa4\xb9\xc6\x82\x6c\x01\x68\xd3\xd8\xc2\xdb\xa0\xd5\xc9\xc1\x06\x7f\x6c\x81\xae\xd9\xc2\x39\xe4\x23\xc9\xbf\x7e\xf9\xbf\xbf\xfd\x02\x18\xf0\x59\x04\xef\x70\xcf\xd2\x4c\x92\x8c\x36\x9f\xf4\xe0\xba\x50\xc3\x08\xc2\xdf\xe0\x70\x6a\x25\x0e\x99\xb7\x46\x53\x7d\x19\xd4\xa8\xd5\x10\xe6\x8d\xf5\x36\xf6\x9e\xc3\x0c\x6a\x1a\x52\x2e\x09\x27\xaf\x11\x38\xc4\x85\x76\x70\xbe\xe5\xa6\x0f\xe5\xf3\xb1\x11\x79\x6c\x64\x91\x94\xcc\xc8\x0b\x5d\xe7\x70\x27\xb6\x7d\x24\x5f\xd6\xec\xa1\x0d\x77\xd8\xc7\xca\x43\xe7\xf6\xe6\xc6\xc8\xf5\x58\x9c\x67\x29\x86\xd8\xa7\x36\x20\xde\x1e\x60\x87\x2c\xb0\x71\xb9\x92\x64\x8d\xca\xaf\xd3\xfe\x1a\x9c\x2d\x47\x88\xdf\xff\xd4\xef\xf6\x3f\x0d\xef\xf5\x3f\x2d\x04\x3a\xf7\xf9\xfc\x7f\x84\x5a\x2f\x89\xc7\x23\x7c\xfe\x3f\xbe\x91\xcf\xff\x47\x81\xe2\x47\xb7\xcf\x7f\x4e\x70\x22\xe9\x86\xd8\xe1\x16\x40\xed\x3e\x92\x4f\xfd\x3d\xb4\xc1\xb2\xa1\x92\x67\x07\x73\x02\x7d\xb3\x0f\xcc\xa8\xce\x59\x11\x16\x1c\x97\xcb\x47\x80\x75\x93\x05\xf0\xe5\x43\x97\x24\xa8\x1d\xcd\xf2\x31\xd3\x96\x34\xcb\x47\xe7\x51\xc6\x84\x41\x5a\x32\xc5\xed\xd3\xb3\x95\x3e\xc2\x6f\x27\x1e\x63\x6c\xdf\x30\xff\x1f\x99\xc0\x84\x8f\x03\x38\xae\x88\x70\x89\xa6\xec\xf4\xce\xd9\xc6\x62\x89\x05\x64\x2c\x62\x01\xbc\x6d\x6d\x87\x64\xe8\x8c\xd7\x72\x4f\x24\x19\xb3\xa1\x3c\xb0\xc9\x36\xb2\xd0\x39\x96\x78\xe8\x9e\x49\x8f\xf7\x9e\xf4\xb7\xe5\x4c\x7e\x91\xec\x19\xe6\xf7\xc3\x02\xf8\x32\xbc\x4b\x12\x2e\xee\x84\x11\x83\x3e\x9a\xab\xdb\x53\x21\x2b\x70\x49\x01\x96\x4b\x06\xc0\xa6\xef\x3d\x60\x71\x5a\x93\x0c\xf5\x43\xa8\xe1\xf5\x49\xd6\xd3\x92\x3a\x17\xbd\x5e\x48\x91\x12\x01\x70\x70\x61\x01\x7c\x25\xd6\x25\x09\x77\xf4\xda\x88\x41\x7f\x9a\xab\xb3\xc4\xd2\x59\x02\x28\xae\x74\x96\xf8\xf4\x6c\xa5\x87\x33\x31\x4b\x67\x09\xba\x4a\x67\xce\x7d\x4a\x51\x62\x0e\x89\x5f\xa8\xd8\xfd\xe3\xe8\x86\x20\xe0\x08\x1a\xf3\x15\x8a\xd5\x7f\xe7\xe8\x72\x09\x28\x41\xbc\xf4\x16\x60\x93\x1c\x6c\xe6\xb8\x4c\xd0\xe9\xd2\x59\x78\x09\x2b\x24\x67\xd9\x6c\x0d\x18\x41\x36\x18\xfe\xb1\x44\x8f\x2a\xd4\xe2\x4d\x23\x08\x4d\xcd\xed\xd9\xda\x39\x52\x4c\xa9\xe0\xeb\x12\xe4\xcc\xbb\x86\xf0\x76\xd6\x3d\xa2\xc1\xa3\x99\x1a\x60\x72\xac\xeb\x7e\x40\x7f\x5d\xc9\x42\xe7\xd5\xdd\xb0\x3e\xbb\xe6\xdf\xe4\x0d\x84\x3b\x1c\x40\xca\x5e\x60\xe1\xf6\x5e\x0e\x45\xdb\x7b\x79\x8b\x60\x7b\x2f\x3a\xd6\xde\x8b\x7b\x99\x6a\x46\x70\x41\x01\x27\xb8\x0d\xbf\xaf\xb3\xee\x50\x0c\xdd\x9f\xd2\xbc\x7a\x2b\xe0\xf2\xab\xb3\xab\x9e\xd1\x22\x05\x1c\xd0\xd6\xec\xde\xb7\x57\x04\x1d\x83\x7c\xf3\xa4\x6b\x8c\x6f\x9e\xad\x36\x43\x02\x30\xb4\xd5\x54\xec\x28\x11\x1b\x74\xa6\xee\x86\x1b\xe1\x1b\x00\xfd\x4e\x06\x42\x9b\xe0\x5f\x93\x62\x31\xd8\x06\xdf\x40\xad\x36\xa5\x01\xfa\x42\x9e\xbf\xe3\x6c\x4d\xee\x30\xe5\xce\x02\x58\xac\xf1\x06\x4f\xc8\x86\x14\x12\xd4\x4a\x77\x71\x7c\x9f\x8d\x93\x32\xdc\x24\x57\x49\x43\x95\x34\xf4\x49\xfd\xfc\xa8\x7e\xed\x69\xb5\x73\xb1\x19\x9f\x09\x79\x5d\xcf\xdc\x67\xe8\xeb\xe4\x70\x7e\xc8\xeb\x08\x0b\xb9\xd8\xa0\x1b\xb1\x71\x8e\x18\x21\x0b\x3a\x0f\xfe\x35\x9c\x87\xf0\xcb\x36\x0f\xb9\x40\x57\xee\xd5\x99\x39\xcd\xc8\xe4\x09\xe6\x40\xac\xc1\xf0\xe9\xb9\x43\x15\x2e\xb6\x2c\xcd\x08\xd2\x92\xd0\x05\xcd\xc8\x8f\x7d\x8e\xc3\x74\x94\x46\xa0\xbd\x8c\x02\xf0\x0e\x26\x3b\x24\x61\x23\x41\xa6\x33\x14\xbb\x97\xd9\x55\x8e\xc0\xca\xf7\x50\xc9\xbe\x49\x99\xaa\xd2\x74\x9b\xdf\x70\x88\x5b\x55\xc6\xfd\x3e\x55\x9b\xf4\x80\x36\x36\x1c\xa3\x4f\x8c\xbb\x3d\x17\xe6\x80\x83\x42\x0f\xb9\xf7\x8c\x50\x93\x1c\xb0\xf5\xd9\xa2\xab\x1b\x67\xdc\x6e\x49\x41\x6e\x52\x35\xbb\x4f\xbb\x36\x41\xc0\x28\x2a\x39\xe1\xe8\x9e\xee\x71\x91\xfa\x00\x0c\xc2\xfa\x70\x30\x06\xeb\xc3\x9b\x44\x3c\x31\x52\xd0\xd5\xde\xb0\x24\x73\x4e\x48\x8e\x39\x28\x62\x77\x83\xe1\x6d\x70\xfa\x54\xe1\x9a\x9d\x5a\x12\xba\xa8\x6f\x9d\x66\x08\x9c\x15\x39\xe0\x7c\x9b\xe1\xf7\x29\xdd\xa1\x08\x67\x32\xa0\xa5\xa0\x4b\xce\x8a\x9b\x3f\x9c\xa5\xbc\xa4\x90\xf2\x5d\x52\x7f\xc9\x36\xe9\xd0\x60\x71\x0a\xea\xaa\x71\x48\x63\x1e\xfc\x1c\xe9\x93\x55\xf1\xa2\x8b\x25\x1d\x36\xf7\xae\xb9\x8e\xf5\x22\xe8\x60\xfd\x99\xbb\x0f\xdf\x0b\xbc\x05\xb9\x67\x53\xec\xbe\x92\xd8\x3e\xae\x09\x1f\xe1\xa9\xcb\x61\x87\xd7\x81\x1a\xe8\x1c\x43\xb3\xa2\x9f\x7f\xa8\xcb\x10\x8b\xba\x0e\xa3\xc3\xaa\x8e\x13\x21\x75\x08\x1d\xd0\xd2\x7d\x1b\xc5\x97\x99\x0e\xba\x80\x7b\xb4\xc2\x44\x32\xc1\x25\x45\xdf\x88\x90\x5f\x4b\x52\x9c\x96\x74\xdf\xde\x45\x89\x25\x60\xec\x5f\x21\xec\x2f\xfd\x1e\xc5\x31\xca\x54\x2c\x7a\xcf\xe2\x0e\xcb\xa5\xcb\x2c\xb2\xc4\x7c\xa5\x0b\x00\xb8\xd4\xad\x31\x7c\x85\xb7\x43\x15\x6a\x59\x58\x0b\xd2\xc5\xb7\x77\xdd\xfb\x41\xfe\xf3\x17\x80\xa9\x9b\x66\xf7\x0e\x25\x5a\x04\xe1\x46\x12\x4a\x08\xba\x52\xff\x9d\xa6\x14\x78\x36\xa3\x12\xd2\x99\x56\x08\xde\x4f\xb2\x4b\x13\xee\x73\xb4\x72\xd0\x37\x7d\xe3\xee\x54\x1f\x66\x25\xc0\xc2\x57\x71\x7b\x0b\xb5\x49\x0f\x57\xa6\xb3\x32\x47\x57\x67\x77\x37\x4e\xf5\x68\x01\xb0\x3e\x55\xdc\x5e\xf5\x9a\xf4\x37\x58\x25\x52\xd2\xd0\x15\x2d\x9c\xc6\xa8\x6a\xb6\x0f\x8d\xd6\x7e\x44\xb0\xf6\x37\x8a\xd5\x5e\x85\x6a\x77\x6e\x32\x16\x39\xc4\x62\xaf\xc8\xfd\xa6\x7a\x4d\x7a\xb8\x1d\xc6\x22\x2f\x51\x5c\xe4\x4e\xbb\xbc\x27\x32\xfb\x00\xf0\x29\xa6\xd9\x7d\x0a\xb6\x09\x02\x7a\x66\x9e\x7d\x78\x40\x3f\xd4\x7f\xb7\xc1\x2e\x83\xd4\x54\xc9\xfc\xd5\xb4\x49\x0f\x78\xfe\x91\xe5\xe8\x54\x32\xe7\x66\x96\xc4\x0b\xc1\xd6\x80\x4a\x6a\x01\x7c\x73\x0c\x49\xd3\xe7\x1b\xcc\x57\xeb\x91\xfb\x20\x56\x04\xba\xaf\x71\x9c\x63\x7d\x22\x13\x40\x40\x68\xc5\xed\x2b\x29\x95\xae\xc3\x31\x0e\x2f\xae\x16\x80\x90\x78\x7c\x60\x2c\x8d\xf0\x26\x6b\xc3\x4a\x12\xfa\x28\x93\xf4\x0b\x79\x1e\x16\x01\xab\xe6\x8c\x95\xa6\xe3\x58\xf7\x2e\x45\xcf\x21\xb1\x9b\xe7\xfe\xd0\xcd\xf3\xf1\x91\x9b\xe7\xa3\x02\x37\xdb\x36\x7c\x94\xdc\x11\xab\xc2\x9c\xe4\x4c\x12\x74\xd1\x8f\xd2\x3c\x8c\x77\x58\x89\xb6\x99\xe3\xb9\x3b\x3e\xb4\x5e\xfa\x27\x30\x03\x68\x05\x70\x68\x30\xd0\x90\x84\xdd\x5e\x20\x02\xc5\xc4\xed\xbc\x4b\xeb\x06\xd9\x22\x33\x00\xde\x51\x5e\x87\x24\xdc\x38\xd6\x88\x41\x57\x9f\xf4\xd5\xb9\xe1\x89\x05\xc8\x47\xaf\xe1\xf7\xe9\xda\xa1\x08\xe7\x38\x5c\x4b\x41\x37\xfa\xe2\xb4\xe3\xdc\x90\x42\xe2\x34\xa7\x10\x53\xce\x1a\xc3\xdb\x05\xf5\xa9\xc2\xb5\xff\xb5\x24\xa4\x37\xb5\x4f\xd5\xad\x3b\x42\xb3\xc4\x65\x86\x8b\x02\x52\xd4\x2d\x10\x9f\xfa\xbb\x64\x01\x03\x07\xd7\xa2\xd0\xd7\x52\xe2\x3b\x73\xef\x6c\xbf\xf2\x47\x40\xa7\xa4\xb8\xbd\x2d\x57\x93\x1e\xae\xd9\xca\x1f\x4b\x74\x7a\xf3\x87\xd3\x2c\xdc\x1c\x1d\x81\x9c\xbf\xa9\x10\x0e\x34\xd0\x6d\x9a\xc0\x07\x54\x0a\x81\xe2\xc2\x7d\x40\x65\x41\xe5\x12\xe4\x9b\x40\xf3\xfb\x54\xed\x50\x84\xdb\x29\xd5\x52\xd0\x27\x2a\x3f\xbb\x1d\x10\x68\x27\x57\x80\x0d\x53\xc3\x7f\x68\x6a\x43\xb7\x10\xc7\x6d\x15\x82\x76\x32\x3e\x6a\xf9\xa2\x8b\x03\xf4\xfe\x66\x61\x40\xae\xdf\x2c\x06\xc0\x2d\x9a\x45\x18\xe9\xe6\x6f\xf8\xcc\x91\x6e\xab\x73\xb1\x39\x2e\xf5\x34\x92\x6e\x87\x7a\x08\xeb\xe1\x54\xe5\x59\xa1\x55\xbf\x21\x98\x95\xe7\x31\x0b\xa9\x7e\xc2\xde\xd2\xb8\x1e\x33\x70\xc3\xfd\x8e\x75\xb1\x04\x91\x16\x69\xe8\x59\x92\x2e\x8e\x2e\x74\x8b\xa4\xcd\xef\x9c\xa6\x9b\x0c\xf0\x59\xcf\x98\xf7\x9b\x6e\x92\x83\xd5\xb9\x19\xdb\xa2\x33\xb6\x75\xae\xa6\x41\xce\xc7\x09\xff\xd9\x38\x31\xe6\x5c\x5c\xcd\x3a\x11\x92\x71\x12\xde\x77\xc1\x63\x86\xe2\xfe\x89\xba\x23\x78\xcc\xdb\x29\xd6\x58\xdf\x39\xe7\xd6\x19\x96\x25\x4e\x00\x47\x22\x2a\x04\x5f\x36\xf7\x68\xc0\xbb\xd7\x5d\xb8\x81\xd3\x62\xcb\x8c\x2e\xec\xcd\x11\xf9\xda\x5a\x95\xda\x61\x77\xdb\xc1\x52\xc0\xce\xdb\x82\x7a\xb7\xdc\x9a\xe4\x90\xe3\x08\x35\x88\x70\x07\xfb\xc5\x52\x24\x9c\x96\x00\x05\x1b\x0c\x9f\x9e\x3b\x54\xe1\xdc\xdc\xd7\x92\xd0\x74\x89\x65\xac\x6f\x9d\xcb\xa6\x24\x23\x0b\x0e\xd9\xc3\xa8\x10\x7c\x8a\xf7\x68\xc2\xd9\x66\x59\x39\xe8\xde\xde\x38\x47\x8c\xa2\xf8\x15\x30\x5e\x14\xc5\xaf\xbe\x2f\xb9\x95\x3e\x70\x75\x58\x71\xa2\xd3\xf8\xf6\x57\xe7\xf7\x57\x50\xc9\x29\xc4\x87\xa3\x05\xf0\x15\x53\x97\x24\x9c\x6b\x6d\x23\x06\xdd\x9a\xeb\xde\xc5\x34\xe0\x64\xed\x88\xb9\xda\x1b\x4d\xd5\xaa\x99\x9a\x53\xd3\x0d\x07\x1c\x4f\x51\xdc\x5e\x1d\x9b\x74\x68\x17\xd5\x82\x1a\x98\x01\x1b\xce\xd0\xe9\x86\xb3\x61\xdd\x52\xcd\xe6\xfc\x1c\xf2\x2c\x03\xac\x56\x28\x6e\x5f\xb6\xb5\xd2\xc3\xad\xc7\x65\x59\x89\x6e\xb2\xcc\xb9\x98\x5c\x2e\x6a\x97\xda\x94\x15\x13\x91\x31\x40\xe7\xe4\x00\xf3\x29\xbf\x9f\x3c\x5c\x8c\xca\x05\x6a\x89\x44\x4a\x24\xba\x5b\x7c\x6b\x1e\xc5\x19\xdb\x73\xf6\x1c\x34\x96\xd6\xec\xbe\xbc\x68\x13\x04\x3c\x75\xae\xc6\xb6\x1f\xd5\xff\x7d\x6d\x61\x0e\x39\xad\x6d\x01\x0e\xb5\x85\x79\xf8\xd3\xda\xaa\x2d\xcc\xc5\x0a\xdd\xc4\x5f\x9c\xf3\x22\xc9\x69\xb1\x90\x24\x2f\x61\xee\x8a\xbb\x38\xde\xd9\x92\xa6\x9c\xf4\x48\x43\x3a\xc5\x6b\xbd\x18\x8a\xf5\xcf\x7b\xfb\xd3\xef\x42\xea\x19\x54\xd1\xbb\x38\xbe\x1c\x71\x52\xbe\xa1\xf3\xa8\xe7\x9d\x79\xa1\x2d\x53\xc2\x37\x19\xc4\xad\x87\x05\xf0\xd6\x86\x0e\x49\x30\xbb\x3f\x23\x45\xfb\x56\xcb\xdc\x9e\xc3\xac\xef\x2a\x4e\x52\x0a\x18\x03\xb5\x51\xbc\x6a\xef\xd2\x05\x34\x57\x4d\xa9\x40\xdf\xd4\x7f\xb7\x53\x48\xce\xd6\x02\x60\xa0\x6a\x01\xbc\xea\x76\x48\x02\xfa\x67\xd4\x62\x66\x4c\xb6\x1e\xc6\xe6\xe1\x99\xbb\x37\x7b\x10\x90\x73\x79\x8a\xdb\xab\x77\x38\x77\x3c\xb5\xce\x49\x89\xe2\xc4\x39\xa2\x59\xad\x67\x84\x17\x44\x42\x76\xc8\x1b\x0c\x9f\x9e\x0d\xd5\x24\x61\xc5\x9c\x2e\x26\x39\xc0\x15\x52\x0b\x2d\x25\x65\xc6\x9e\x73\x52\x8c\xb7\x7c\x69\xa1\x2d\xcb\xd1\x61\x49\x5a\x28\x0f\x6c\xb4\x6b\xee\x16\x4a\x81\x73\x22\x4a\x9c\x8c\x31\x2d\xd8\x05\x63\xe9\xab\xe0\x94\x84\x0b\x2a\x24\x29\xe4\x64\xc3\xb2\x75\x1e\x08\x74\x92\x64\x98\x8e\x39\x94\xbb\x8b\xcd\xc6\x44\x1b\xdb\x81\x69\x0f\xbe\xad\x33\x8d\x8c\x8c\x77\x48\xdb\x41\x16\x6c\xcd\x13\x22\x26\x8f\x6b\x26\x5f\xa3\xfa\x09\x92\x70\xf2\x2a\x9f\x83\x8d\x9d\x39\xc1\x49\xc2\xd6\xaf\xf3\x85\x59\xc8\xd1\x50\xac\x24\x85\x58\xd2\xb9\x9c\xcc\xd6\x34\x4b\x6d\x6b\xf2\x5a\x70\xc1\xbb\xda\x26\x27\x90\x79\xf3\xbf\x54\x3b\x88\xbe\xd4\x8f\xa7\xfa\xe9\x0d\x1e\x68\x0c\xd5\xc2\x6d\xb5\x88\x2d\xdc\xf3\xe6\xe9\x58\xe0\x65\x89\x5b\x80\x9f\xef\x4e\xc7\x02\x3d\xb0\x59\x0b\xe8\x8a\xcd\xc6\x02\x35\x4d\x64\x0b\xef\xb6\x7e\x38\x1a\x56\x35\x96\x6d\x44\xf5\x7b\x2c\x58\xd3\xb8\xfd\x65\x1b\xb7\x16\xf2\x5d\x9d\xf8\xdd\xa4\xbd\x9e\x94\xbf\x4c\x13\xea\x15\xa6\x29\x46\x8b\x64\x69\x07\x9d\xf5\xe3\x2c\x1e\x0f\xd5\x6a\x5d\xff\x6a\xb5\xae\x2d\xf4\xd6\xb2\xc3\xb4\x21\x18\x2f\xcf\xb6\xb9\x7f\xe9\x36\xb7\x23\xc7\xa6\xfc\xa1\x12\xc6\xe2\xdb\x16\xb8\x85\x1b\x9b\x27\xe3\x01\x75\xab\xf9\x57\xd5\x10\x77\x90\x75\xd2\xa9\x4d\x01\x4a\x70\x20\x0f\x83\xac\x1b\x54\xa4\x1b\xd4\xbf\x6c\xfb\x8c\xbe\x56\xcf\xcf\xd4\x63\xd3\xca\x81\x90\xfb\x90\xfb\x3d\xe0\x92\xe4\x04\x68\x60\x44\x92\x13\xdf\xe0\xb6\x47\x13\xd6\xc0\x88\x24\x27\xe8\xf4\x47\x7c\xf2\x71\xea\xb4\x31\x4a\xe9\x82\x4a\x9c\xb1\x04\x14\x5a\xa2\x8d\xe2\x5d\x98\xd8\xa5\x0b\xe8\x85\xab\x91\x85\xce\xcd\x8f\xaf\xc9\x4e\x84\x88\x56\xb1\xad\x20\x2e\x63\x2a\x84\x83\x05\xbf\x0a\xef\x3c\x46\x17\xfc\x4a\x35\xe6\x37\xee\xc0\xed\x36\x18\xcd\x8c\x2e\xf4\x99\x5b\xc0\xa6\x70\x17\xc8\xa7\xbc\x9b\x74\xf0\x08\xac\x07\x33\x79\x83\x05\x2e\x1b\x4d\xa7\x12\x69\xe3\xe9\x9c\xd1\xc5\xb1\x47\x9c\xf7\x43\x89\xc7\xac\x07\x17\xff\x71\xbd\xc7\xc9\xa0\x58\x03\x16\x0f\x0d\xbf\xaf\x7c\x3a\x14\xe1\x36\xb5\xb5\x14\x34\xd5\x17\x97\xa2\x45\x6b\xc3\x6a\xc4\x06\x69\x73\xa2\xc5\xbd\x3b\x3a\xea\xc4\xcb\xc0\xad\x51\x2c\x05\xba\xdd\x39\x70\xd2\x5b\xc4\x2d\x99\x90\x0b\x0e\x59\x49\xd9\x81\xf2\xb6\xbc\x7b\x88\xdf\x6e\x55\xf8\xce\x0a\x76\xe5\xca\x32\xfb\x6d\x7c\x3e\x2c\xb3\xdf\x6c\x9a\xe3\x28\xfb\x32\xfb\x4d\x12\x2e\x6a\x2b\x6d\xe7\xb6\x68\x83\x30\x30\x4c\x6b\xf6\x1b\xfa\x9c\xfd\x76\xaf\x05\x5c\x77\x83\xea\x1d\x66\xbc\xfe\x6d\x6f\xb8\x47\x92\x00\xb7\xcd\x49\x72\x70\xdb\xbc\x21\x09\xba\x55\x44\x12\x81\x3e\x4e\x63\x57\xa9\xbf\xd0\x72\x92\x92\x79\x86\x41\x67\x33\xda\x28\xbe\x42\x5e\xbc\xd0\xb2\x47\x37\x89\x76\x9f\x0d\x34\xf8\xa8\xb8\xd1\xa7\x17\x5a\x9e\xdb\x1f\x03\xdd\x19\xd6\x18\x7f\xee\x85\xa8\xd6\x4e\xd3\x35\x64\xe5\x35\x5d\xfb\x2a\x45\x2b\x3d\xe0\x7a\x46\xba\x46\x5f\xd6\xe9\xda\x73\x26\x69\xc2\xf1\x1c\xb0\x47\xd4\x46\xf1\xa9\xeb\xa0\x0b\x7e\x44\x49\xc9\xaa\xce\x29\x7d\xc3\x73\xb7\x29\x5b\x0e\xd9\x2f\x52\xdc\xde\x5e\x3e\x0f\xbf\x3f\xa4\x64\xa0\xe9\xcd\xa5\xf3\xa3\x9f\x11\x5c\x08\x89\x33\xc0\x5e\x78\x0d\xe1\x53\xb4\x4f\x14\xce\x46\xb8\x12\xa4\x5d\xc0\xea\xbb\xbd\x16\x00\x00\x07\x19\x86\xff\x50\xa3\x1e\xde\x39\x86\xde\xfe\x7f\x44\x6e\xa7\x18\x36\x5c\xd1\x64\xc1\x69\x3a\x07\xd4\xe2\x2e\x8e\x4f\x69\x27\x65\x38\x7b\x1f\x23\x0d\x19\x69\xe8\x13\xa7\xe9\x85\x73\x40\xb3\x2e\x52\xc2\x25\x7b\x1a\x9f\x05\x15\x82\x4f\xf9\x1e\x4d\xa8\xcd\xee\x4a\x0c\xfa\xb7\xbd\x71\xba\x80\x61\x33\x26\xe7\x1c\xe7\xe4\x89\x41\x7c\xd9\x77\x71\x7c\xda\x3b\x29\xc3\x6d\x7a\x77\xa4\xa1\x6f\xea\xe7\x45\xf5\xd3\x95\x21\x5b\x98\x97\xa6\xad\xdf\x45\xd3\x76\xa0\x7f\xa6\xc6\xcb\x96\xf6\xd2\xf4\x73\x9f\x8b\x26\xd0\xbe\xfd\x81\x3d\xfb\x37\xd8\xaf\x17\x4b\x14\x0b\xe7\x71\xfd\x9c\x41\x8e\x13\x28\x6e\x7f\x33\x74\xec\x31\x82\xd1\x3e\xf9\x95\x08\x74\xc3\xfa\x27\x03\xcc\xfb\xd5\xd1\xec\x26\x0f\x82\x7f\xf8\x9f\x7f\x8d\xd7\xb4\x8f\xe4\xd3\x7a\x0f\xed\x2b\x17\x6f\x13\xa9\xcf\x48\x41\x57\xf1\xb7\x0f\xff\xf3\xaf\x1f\x64\x16\xef\x0d\xdb\x27\x9f\x68\x06\x71\x19\x6f\xf8\x7d\xba\x77\x28\xc2\x19\xc3\x6b\x29\xe8\x5e\x5f\x9c\x63\x66\x96\x41\xc6\xca\x2c\xf3\x8f\x91\x9b\xf4\x70\x63\x63\x96\x49\x74\xc5\x32\xb7\x11\x15\x28\x36\x97\x68\x62\x6f\x39\xa7\x84\x2a\xfd\x01\x6f\x67\x03\xde\xbb\x35\x6d\x53\xdc\x28\x66\xb8\xbc\xc2\xdb\x99\x73\xbe\x26\x97\x9c\x42\xa6\x32\x86\xdf\x5b\x0b\xdb\x14\x50\xeb\xf0\x0e\xd8\xc0\x7a\xaa\x59\xd1\xbd\xbe\x0c\xb3\x11\xef\xb0\x3a\xb3\x31\xe1\xcf\xa5\x64\x93\x04\xb2\x3c\xdf\x60\x78\x67\x47\x7d\xaa\x70\x73\x24\x2d\x09\x25\xb9\x40\x53\x7d\x3b\x75\x3b\x7b\xdf\xe6\xd9\xe4\x01\x6f\x01\x1f\x41\x85\xe0\x19\x4b\x48\xb6\x22\x05\x7d\x19\xa2\x49\x33\x9e\xa8\x98\x39\xfa\x79\x73\x7d\x6f\x7f\x38\x86\x16\x6c\x51\x00\xd6\xaf\x15\xf7\x7e\x0d\x5a\xa9\x83\x5e\x5e\xf1\xa1\xaf\x8b\x22\x73\xbc\x6f\xc2\xd6\xc9\x12\xe2\x6a\xde\x02\x78\xeb\x5b\x87\x24\xe0\xa2\xbb\x16\x83\xa6\xea\x7a\xee\x3c\x82\xbf\xe0\x8c\x6d\x20\x1b\x41\x9a\x7f\x7f\x09\x75\xd2\x07\x95\x91\xe1\x44\x9f\xf4\xc5\x35\x64\xc5\x0b\x80\x27\x79\xc5\xed\x1d\xb4\x36\xe9\xe1\x46\xad\x78\x81\x51\x8c\x17\x4e\x4f\xf2\x24\xc3\x42\xd2\x44\x10\xcc\x93\x25\xd0\x79\xea\x2e\x96\x4f\xf5\xbd\xd4\x01\x0f\x51\xb4\x24\xa2\x8f\xed\x5f\xae\xac\x81\x85\x20\x3e\x14\x7b\xf8\x2d\x82\x0e\xeb\x70\xc3\xfb\x02\x0d\x27\x90\x28\x2d\x4d\x34\x20\x67\x57\xdf\x24\x0f\x1c\xf4\x24\x62\x83\x76\x63\xff\xd8\x36\x80\xb0\x84\xa5\x90\xb5\xfc\x0a\xc1\x57\x2e\x3d\x9a\x70\xbb\xbe\x56\x0e\xfa\x44\xd8\x54\xdd\x38\x67\x95\xcf\x33\x2c\x21\xeb\xb5\x16\xc0\xa7\x70\x97\x64\xf0\x86\xb9\x65\xd7\xab\xa6\xa1\xf3\xcc\xca\x42\x37\xcf\x67\xea\x3a\x68\x6b\xbc\xc7\x7b\xb6\xc7\x52\x23\xa5\x9c\x24\x72\x03\x38\xec\x5c\x21\xf8\xf2\xdc\xd0\x1c\x1d\x2b\x6e\xf4\xa4\xbe\x7a\x17\x74\xae\x6f\xdc\x31\xde\xac\xbd\x10\xd4\x38\xe5\xf0\x9e\xe0\xc9\x1b\x6d\x0a\x9e\x54\xbb\x82\x4e\xe3\x94\x6d\x5e\x82\x86\xbb\xa5\xb7\x59\x6f\xa5\x07\x53\x51\xc9\x40\x3f\xf3\xd2\xed\xa7\x96\xf1\x55\x8a\x01\x43\x2d\x0b\xe0\x53\xb2\x4b\x12\xce\x5b\xad\x11\x83\x7e\x98\xab\xdb\x8f\x34\x24\xce\x8f\xe2\xf6\xe9\xd9\x4a\x0f\xb7\x3e\x41\x39\x46\x57\xd4\x1d\xe7\x47\x3b\xe2\xa3\xa0\x83\x9d\x16\xc1\xfb\x69\x76\x69\xc2\x7d\x9a\x56\x0e\x3a\xb5\x37\xee\x73\x6d\xd9\xba\x00\x05\xab\x55\xfc\xde\x31\x77\x9b\x22\x60\xb8\x5a\x25\x05\xc5\xfa\xe2\x76\x1a\x49\x01\x13\x56\xc5\xed\x53\x12\xe2\xfc\x8b\x42\x0e\x43\x95\xac\xfc\x00\xe1\x1d\xef\x5d\x36\x1f\xef\xd5\x56\xf1\x8e\x10\xec\x1c\xfb\xe6\x34\x27\xc6\xff\x5a\x89\xf9\xb8\xe5\x2e\x55\xb8\xe8\x06\xd3\x63\xbc\x1f\xb5\x06\xcf\x4a\x32\xaa\x25\xa3\x1b\x9a\x93\x9b\xea\x97\xdb\x43\x02\x91\x9c\x42\x3a\x7e\x0b\xe0\x1d\x5e\x76\x48\xc2\x0d\x0d\x8d\x18\x74\x63\xae\x7b\x1d\x86\x3c\x02\x2d\x9f\xc4\xe3\x61\x87\x21\x8f\x6f\xe3\x30\xe4\x51\xa0\xf8\xd1\xa9\x69\x92\x4f\x04\x68\x35\x53\xf3\xfb\xf4\xec\x50\x04\xb4\xf4\x40\x53\x67\xac\x81\xad\x80\x6c\x4b\x28\x6e\xef\x18\x4e\x84\xdf\x96\x50\x32\xd0\x4f\xe1\xde\x96\x98\x67\x14\xd2\x05\x6a\x76\x9f\x82\x6d\x82\x70\x9e\xb8\x95\x10\x74\xa1\xfe\x3b\x0d\x75\x38\xa6\x85\xe4\x04\xe0\xc3\xa1\x86\xf0\xe9\xda\x27\x0a\x67\xa8\x53\x09\x42\x67\xd5\xdd\xde\xd9\x16\xd4\x57\xc7\xc9\x11\xce\x3a\x4e\xde\xc8\x5b\xc7\x49\xe5\xae\xc3\x39\xdb\x9a\x61\x01\x29\x61\x5c\xbf\x97\x63\xd1\x37\x61\x85\x90\xb8\xd5\x39\x92\x6d\xb2\xc4\xc5\x82\xdc\x71\x56\x12\x2e\x9f\xeb\x84\x56\x3c\xd2\x49\xb4\x24\x38\x6d\xd9\x68\x72\x32\xaf\xef\x05\xcd\xcb\x16\x25\x64\xe3\xa2\x7a\x39\x6d\x8b\xae\x6e\x0e\x1b\xf0\xd6\xbc\xa5\x7d\x7f\xf4\xb1\xa7\xd0\x00\x0c\xa3\x8a\x0e\x90\x3a\x80\xcb\xe4\x0d\xfa\xac\x2f\x03\xf8\x38\x99\xa3\x6f\x64\x3e\xfc\xfd\x62\x7d\x19\xc0\xd7\xec\x07\x79\x36\x83\x1e\x4a\xc8\xac\xb0\xf4\x4f\x0a\xc7\x1c\xca\x1f\x38\x27\x2c\x31\xba\x2a\x9d\x33\xc2\x04\x0b\x81\x8b\x94\x63\x88\xab\x97\x16\x88\xb7\x93\x0f\x7f\xf6\xa5\x7e\x13\x34\xad\xee\xdc\xc7\x53\xd6\xc9\x12\xd6\x94\xd4\x10\x5e\x8d\x7b\x44\x61\xb7\xcc\x94\x20\xb3\x69\xa6\xee\xf6\x0d\x59\x53\x68\x3c\xea\xf4\x70\x3c\xea\x74\xcc\x26\x61\x87\x5d\x48\x4e\xde\x26\x04\x55\x9a\xce\xd0\x79\x3f\xa8\xf5\x71\x7c\xe6\x25\x15\x77\xac\xef\x9c\xeb\x0f\xcf\x22\x63\x80\xd8\x64\x86\xdf\x26\xbb\xcd\x42\xda\x14\x03\x17\x15\x34\x2b\x8a\xf5\xc5\x39\xa5\x2b\xd7\xb3\x02\xe2\xd4\xdd\xf0\xfb\xea\x4b\x87\x22\x9c\xbb\x37\x2d\x05\xdd\xad\x67\xb7\x6e\xa7\xee\x0b\x01\x09\x76\xba\x68\xc2\xc0\x3a\xcb\xe8\x41\xb0\xa2\x4d\x34\x70\x6f\x47\xb0\x02\x7d\xda\x8d\xf0\x6a\xfb\x17\x85\x5d\x87\x8f\x03\xf4\x53\x1d\x1c\x6f\x97\xe5\xa2\x0c\xd7\x7b\x09\x56\x34\xd1\xf1\xae\x04\x2b\xbe\x57\xbf\x9c\x96\xbd\x02\x30\x53\xe5\xc2\x3b\x4d\x6d\x92\xa1\xab\x3a\x0d\xd2\x40\xbb\x5e\x21\xd0\x37\x71\xcc\x56\x55\x6b\x21\xc7\x32\x39\x6b\x4f\x43\x06\xd8\xa2\xaa\x31\x7c\x99\xb7\x43\x15\x6c\x97\xaa\xd1\xbc\x51\x79\x8f\xb5\x92\x20\xc9\x9a\x53\x09\xd8\xdf\x68\x81\xf8\xb4\x6f\x91\x4d\x04\x5d\x8c\xd8\xdb\xdc\xc5\xd9\x10\x4e\xe7\x23\xb6\x4d\xdc\xdd\x88\x42\x25\x3f\x6f\xae\x47\xe5\x79\xeb\xb5\xd0\xcf\x3c\x8b\xe9\xa2\xc0\x72\xcd\x87\x79\xfe\xef\x81\x7c\x57\xea\xd1\xfe\x4e\xf6\xa1\xca\xde\x01\xb9\xb9\x8e\xed\xbd\xb3\xf2\xcf\x58\x41\x25\x60\x68\x6f\xf8\x7d\xc5\xde\xa1\x08\xe8\xf8\x5f\x49\x41\x67\xfa\xe2\x6c\x14\x41\x86\x38\x87\x4c\x6f\x46\x45\x2e\x6e\x58\x27\x6f\x15\xb3\xfa\x1b\x11\xc3\x42\x48\xd4\x5c\x7b\xa2\x5b\x5b\xb7\x22\x80\xd1\x9d\x01\xf0\x65\x6e\x97\x24\xdc\xfe\x92\x11\x83\xac\x5b\x14\xa7\x87\x60\xce\x24\x9b\xad\xe7\x80\xd1\xa0\x45\xf0\xb5\x43\x3d\x9a\x81\x06\x3f\x15\x37\xba\xb3\x37\xee\xd0\xf6\xa0\x3d\x7b\x71\x60\xcf\x5e\x8c\xda\xb3\x6f\x78\x83\xaf\x83\x2b\x21\x28\xde\xb3\xe1\xbf\x21\x19\x4b\x40\x3d\x62\x85\xe0\xcb\xa3\x1e\x4d\x30\x55\x2b\x39\xe8\xbb\xbd\xf1\xf8\x17\x81\xed\xa0\xb6\x40\x7c\x8a\xef\x92\x8d\xf5\x29\xa2\x20\x26\x6f\x33\x4f\xb6\x7e\x40\xf4\x3e\xa2\xf1\xff\x71\xe4\x6e\xa2\x1b\xc2\xce\x9b\x1b\xa4\xfd\xd3\x67\x2c\x20\xde\x8d\x84\xdf\xb1\x91\x08\xef\xd3\x48\x9c\xa0\xd3\x3d\x76\x43\x66\x29\x16\x30\xf0\x34\x00\xde\x41\x67\x87\x24\xdc\xe6\x93\x11\x83\x7e\x4e\xf5\xd5\xd9\x77\xe0\x6d\xc6\x16\x0b\x50\x98\xf6\x06\xc3\xa7\xf3\x0e\x55\xb8\x35\x85\x5a\x12\xba\xc3\xdb\x6b\x73\xeb\x0e\x14\xcd\xe7\x34\x03\x14\xb5\x05\xf0\x75\x9b\x5d\x92\xc1\x51\xa2\x35\x33\xba\xc7\xfc\x82\x66\xc4\xbd\xcc\xc0\x18\xe0\x3c\xb8\xe2\xf6\x95\x5a\x2b\x3d\xe0\xd1\x2d\xf6\x88\xae\x18\x7b\x74\x36\x34\xcb\x64\xf2\x04\xd9\xcc\xd7\xfc\xde\xe6\xa6\x4d\x31\x74\x9c\x6c\x98\xc3\x1b\x02\x2c\x13\xf4\x24\xd0\x0f\x77\x10\x5e\xb6\x2c\x5e\x20\xab\x64\x16\xc0\x57\x8d\xf5\xd2\x52\x97\x6e\x68\x21\x6b\x5e\x74\x65\xae\xce\xaa\x4c\x17\x05\x28\xae\x8d\xe1\xf7\x95\xb5\xa1\x98\x24\x0a\x6c\x6c\x37\x5f\x61\xb0\xbc\x5c\x8f\x89\x13\xd0\x41\xd1\x51\x69\x47\xdb\x42\x59\x10\x9a\x2e\xc8\xe8\x85\x0b\x8b\x01\x8e\x48\x69\x71\x40\xa1\x24\x2d\xc6\xa8\x50\x92\xc3\xaa\xa3\x91\x84\x74\x45\x40\x97\xfa\xc7\x54\xdd\x0f\x1a\x3b\x55\x20\xa6\x26\x54\x30\xe6\xd7\x18\x20\x53\x19\x2c\x8e\x0e\x52\x3c\xcc\xf6\xdd\xc2\xe8\xea\x60\x51\x2e\xd3\x4f\xa4\x18\x03\xd2\x44\xb4\x34\x40\xe3\x22\x5a\x5a\x30\x13\x78\xd2\x00\x0d\x0f\x3c\x69\x41\x04\x91\x16\x62\x27\xe2\xa4\x1d\x78\x89\x4c\x4e\x04\xde\x42\x9a\xc2\x06\xc3\x3b\x7e\xeb\x53\x85\xb5\x1f\xd2\x92\xb4\x15\x51\xac\xee\x9c\xe3\xb8\x75\x26\x30\x60\x93\xc1\xf0\x7b\xc7\x6f\x6d\x8a\x80\xfb\x41\x4a\x0a\xba\xd3\x97\x7d\x2b\x66\x13\xf1\x84\x17\x0b\xc8\x09\xa1\x36\x8a\x4f\x69\x07\x5d\xd8\xa5\x30\x2b\x4b\x2f\x6e\xc5\xe6\x7e\x7f\x54\x10\x88\xf5\x34\x3f\x30\x5c\xb7\x91\x40\x74\x93\x34\x5c\x73\x87\x15\x8f\x28\xc9\x90\xc3\xb5\xad\xe3\x7c\xea\x15\x4c\xcc\xf6\x23\x9a\x8d\xc6\xf0\xa4\x24\x19\x8a\x4b\xe2\x3a\x94\x4b\xb6\x24\x19\x9f\x79\x8a\xdb\x97\x75\xad\xf4\x70\x67\x1c\xb7\x24\x41\x1f\xb7\x24\x71\x9a\x9c\xd3\x84\xb3\x92\x33\x35\x77\x78\x05\xe3\x5f\x07\x9a\x4f\x7d\x0f\x7d\x38\xb3\xe0\x96\xcc\xc6\x46\x58\x3d\xbc\x33\x0f\x0f\xd9\x0b\x7f\x00\x9a\x0b\x7f\xf0\xce\x30\xda\x14\x61\x8d\x85\x3f\xa0\xf8\x83\xd3\xb2\x86\x43\x7a\x45\xc5\xed\x53\xb0\x95\x1e\xd0\xd5\x01\x2b\xd0\x94\xbb\xbb\xbf\x17\xc6\x56\x84\x94\x84\x4f\x72\x7d\xfa\x64\xbc\xaa\x7d\x24\x9f\xda\x7b\x68\x83\x65\x41\x2d\xcf\x88\x43\x37\xfa\xb2\xe7\x1c\x3e\xc0\xf2\x54\x71\xfb\x26\x83\xad\xf4\x81\xeb\x95\x9c\xad\xd0\x27\xce\xdc\x71\x85\xf3\x0d\x81\x9c\x94\xd9\x10\xef\x02\x6f\x2b\x1d\xd6\x91\xb5\x80\x06\x36\x52\x1b\x92\xa1\x9b\x0d\x39\x66\x81\xb6\xee\xc6\x6a\x26\x47\x37\x56\x7b\xe3\x15\x8f\x99\x20\x7c\x03\xa9\xf7\xbb\x58\xbe\xcc\xdc\x4b\xfd\x76\x8e\x80\xe3\x4a\xb2\xb3\xb9\x9b\x41\x2c\x6e\x14\xb7\xaf\xfe\xb7\xd2\x07\xb6\x61\x33\xc6\xd1\xf4\xec\xeb\x37\xf7\xc1\x77\xb3\x7f\x90\x72\x95\x55\xe3\x3f\xde\x16\x8a\xaf\x08\x1d\x74\xa1\xf7\x29\xb4\x2c\xbb\xbd\x70\xae\xee\x5d\x45\x47\x19\x64\xe7\x9f\x32\xff\xbe\x3f\x1d\x15\xec\x68\xe0\xda\x02\x93\x18\x5d\x7e\xbd\x3f\x75\xd6\xcc\x2d\x60\x9f\x36\xd9\xce\xbd\xdd\x70\x9d\x3c\x74\x19\x33\xd9\xce\x77\xc2\x4a\xbd\xb6\xff\xc7\x64\x3b\x47\xd3\xed\x7c\xd0\xd4\x5f\xf1\x3c\xe0\x2d\x17\x8a\xf3\x9b\x73\xf8\xc6\x09\x20\x43\x9b\x43\x01\x7b\xa6\x7f\xfd\x0c\x7d\x6d\x9b\x28\x6b\x50\xef\x0e\x81\xca\x72\xc8\x6e\xb8\x62\xf7\x29\xd7\x26\x08\x18\xe6\x94\xe5\x25\x8a\xd5\x7f\xa7\x8e\x05\x5e\x91\x67\x9c\x03\xfa\xfd\x1a\xc2\xd7\x62\xab\xf4\x1d\xca\x81\x9a\x54\xdc\x28\x56\x77\xff\x39\xbd\xb9\x76\xb6\xe2\x2c\xa3\xc5\x82\xfd\x73\xbc\x42\x16\xc0\x57\x74\x5d\x92\x60\x85\x67\xc5\xa0\xaf\xe6\xea\x2a\x40\x43\x02\xd8\x0b\xb6\x00\x87\xb5\x0d\xbe\x27\x6c\xc5\x58\x6d\x9d\x7b\xc3\x39\xcd\x00\xde\x20\x15\xb7\x77\x84\x4a\x33\x36\x49\x32\x3a\x6a\xc5\xa5\x05\xf1\x36\x03\x32\x25\x0a\x99\xb7\x45\x37\x34\x63\x53\x7d\x3b\xcc\x57\x8b\x82\x30\x6f\xab\x21\xe2\xbd\xe3\x39\x7d\xce\x2d\x01\xf8\x41\xb6\x00\xbe\xec\xef\x92\x84\x3d\x4a\x97\x3c\xa1\xe9\x93\x3b\xa6\x0e\x2f\x01\x4b\x53\x8a\xdb\x3b\xe8\x6b\xd2\x43\x75\xf3\x4a\x04\xfa\xc4\x4b\xe7\xca\xd4\x13\x99\x2d\x19\x64\x6a\x6a\x01\x7c\x3a\x76\x49\x42\xa9\x69\xa5\xa0\x1f\xe6\xea\x8e\xdc\xaf\x97\x2e\x01\x8b\xf2\x8b\xf6\xf2\xeb\x9e\x08\xfd\x23\x57\x68\x87\x46\xe5\x37\xab\xb0\x77\x0b\xc7\x3a\x6c\x6b\x99\x30\x27\xa0\xc5\x97\x06\xc3\xdf\x4e\xf6\xa8\xc2\x2e\x2b\x6a\x49\x66\x31\x51\xdf\x3a\xdb\xa7\xe2\xf9\x04\xb2\x84\xa8\xd8\x7d\xe3\x97\x36\xc1\x40\x1b\x12\xcd\x8a\x4e\xd5\xff\xbd\x81\x62\x32\x9c\xcf\x52\xc0\xac\xab\xc1\x38\xd0\xc0\x76\xa9\x82\x2e\x85\x1a\x49\xe8\x5a\x5f\xf6\xad\xfb\xae\x68\x41\x04\xc4\xf1\x5a\x0b\xe4\x90\xea\x5d\xb2\x51\x07\xf0\x2c\xc4\x64\x4e\x39\x59\xb2\xf0\xc7\x17\x55\x3e\x5a\x99\xe8\x8b\xb9\x0e\x3e\x8f\x57\xbd\x6b\x05\x70\x61\x7f\x3b\xa3\x76\x11\x29\x9f\x27\x5a\x99\xd1\x25\xd2\x60\xf8\x0a\x64\x87\x2a\x54\x3f\xa1\x05\x21\x85\x8d\x6e\xd5\xed\x67\x29\x9d\x33\x21\x5a\x42\x22\x5d\x28\x6e\x9f\xba\xad\xf4\x70\xcb\x1e\xe5\x5c\xa0\xcb\xbb\x0b\x67\xbc\x16\x5d\x7b\x81\x81\x11\x8f\x88\x8b\xf8\x46\x61\x11\xab\xa8\x88\xfb\x34\x85\xc6\xfe\x3c\x22\xf4\xe7\x1b\x45\xfe\xd4\x81\x3f\xf7\x04\xfd\x14\x0f\x90\x02\x55\xdc\x3e\x1d\x5b\xe9\xc3\xad\xf5\x1f\x72\x31\x99\x61\x99\x84\x0f\x15\xf1\x90\x0b\x14\x3f\x0c\x8c\x67\xac\xb9\xf4\xfb\x69\xde\x33\x75\xe7\x6c\x14\x38\x60\x2e\x40\xb9\x77\x2a\xd0\x24\x87\x6b\x11\x78\x82\x2e\xb9\x73\x22\xf0\x90\x40\x4e\xc4\x26\xfe\x63\xb0\x49\xf8\xb3\xaf\x09\x47\x57\x89\x73\x28\x98\x72\x56\xce\xd8\x16\xb0\x13\x63\x00\x7c\x1a\x76\x49\xc2\xed\xb9\x18\x31\xe8\xdc\x5c\x9d\xad\x5d\x22\xe9\x86\x80\x22\x52\x59\x04\x6f\x7b\xd7\xa5\x09\xd7\xe0\x59\x39\xe8\x54\xdf\xb8\xa3\x53\xa9\x37\x4c\xd7\x19\x64\x9e\x53\x43\x78\x1b\xc0\x1e\x51\xb8\x36\xac\x12\x84\xe2\xea\xce\x79\x00\x09\x7e\x94\xfd\xa8\x53\xec\x03\x0f\xb0\x8f\x5e\x7a\x6f\xce\xae\x7b\xcf\xad\xaf\x26\x19\xc3\x29\xe1\x93\xa3\x96\xa9\xd1\x6a\xaf\xf2\x1d\x20\x97\x80\x23\x9d\xe7\x1f\x23\xa2\xe5\x27\xbf\x97\xb2\x62\x32\xa3\x87\x4d\x41\x8e\x11\x62\xa0\x5c\x42\x1e\x0e\x8f\x0b\x8e\x11\xf0\x20\x5c\xe0\xdb\x57\x2a\x86\xad\xbb\x14\x54\x25\x7a\x9d\xb7\xc7\x1b\xdc\x11\xc0\xd7\x85\xd4\x4e\x23\x31\xb4\x00\xda\x48\x4e\x11\x4b\x82\xb3\x23\xc2\x86\x1d\x25\xc4\x60\x39\xc5\xd0\x42\x94\x24\x39\xa6\x49\x38\x4a\x52\x0d\xe7\x14\x76\xec\xda\xe1\x51\xa2\xda\x8b\x84\xfd\xb4\xa3\x6c\xa5\x8e\x92\x52\xdb\x45\xf5\x13\x56\x05\x96\xc7\xec\xf2\x1f\x25\xc5\x82\x59\xca\x94\x94\xa4\x48\x49\x91\x50\xd2\x35\xd9\x39\x20\xe1\xb8\x26\x0b\x80\x65\xde\xb2\x75\xa8\x1c\x88\xf4\x4a\xef\x53\xaf\x01\x74\x1e\x83\x4a\xa6\xf3\x7e\xee\x20\xb9\x1d\x92\xe3\xd7\x1e\x5e\xb5\x70\x5f\xbb\x40\xaa\xac\x34\x75\xc6\xbe\xdf\xeb\xf7\x9a\x4e\xa3\xac\x3a\x35\x4c\x27\x7a\x28\x18\xcd\xea\x88\x68\xf3\x03\xbb\x54\xa7\xc8\x95\x3d\x2b\xf4\xba\x1d\xac\x53\x94\x4d\x7b\xed\xde\xd6\x1d\x3a\xca\x26\xbe\x7e\xdf\xeb\x56\x4d\xa5\xfe\xff\x00\x00\x00\xff\xff\x08\x14\x0d\x63\x80\x54\x01\x00"), }, "/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml": &vfsgen۰CompressedFileInfo{ name: "camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml", modTime: time.Time{}, - uncompressedSize: 26766, + uncompressedSize: 26457, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5c\xc9\x76\xdc\xa8\xd7\xdf\xd7\x53\x70\xe2\x4d\xf7\x39\x11\x49\xc7\xdd\xbd\xf0\xb7\xf2\xd8\x71\xe2\xe9\xb3\xaa\x93\x74\x76\x94\x44\x49\xb8\x24\x90\x81\x1a\xec\xa7\xff\x1f\x10\x1a\x2d\x23\xa9\x8c\xe2\x85\x4b\x25\x2e\xbf\x3b\x21\xb8\x5c\x6e\xe9\x00\x78\xee\xfe\x66\x07\xe0\x8a\x04\x98\x0a\x1c\x02\xc9\x80\x8c\x31\x38\xce\x50\x10\x63\xe0\xb3\xa5\xdc\x22\x8e\xc1\x05\x5b\xd3\x10\x49\xc2\x28\xf8\xed\xd8\xbf\xf8\x1d\xac\x69\x88\x39\x60\x14\x03\xc6\x41\xca\x38\x9e\x1d\x80\x80\x51\xc9\xc9\x62\x2d\x19\x07\x49\x0e\x08\x50\xc4\x31\x4e\x31\x95\x02\x02\xe0\x63\xac\xd1\x6f\x6e\xe7\x97\xa7\xe7\x60\x49\x12\x0c\x42\x22\xf2\x4e\x38\x04\x5b\x22\xe3\xd9\x01\x90\x31\x11\x60\xcb\xf8\x0a\x2c\x19\x07\x28\x0c\x89\x62\x8c\x12\x40\xe8\x92\xf1\x34\x17\x83\xe3\x08\xf1\x90\xd0\x08\x04\x2c\x7b\xe2\x24\x8a\x25\x60\x5b\x8a\xb9\x88\x49\x06\x67\x07\x60\xae\xd4\xf0\x2f\x0a\x49\x44\x0e\xab\x79\x4a\x06\xfe\x63\x6b\xa3\x43\x4d\x5d\x63\x85\xf7\xe0\x1b\xe6\x42\x31\xf9\x04\x3f\xce\x0e\xc0\x6f\x8a\xe4\x9d\x69\x7c\xf7\xfb\xff\x81\x27\xb6\x06\x29\x7a\x02\x94\x49\xb0\x16\xb8\x86\x8c\x77\x01\xce\x24\x20\x14\x04\x2c\xcd\x12\x82\x68\x80\x2b\xb5\x4a\x0e\x10\x68\x01\x14\x06\x5b\x48\x44\x28\x40\x5a\x0d\xc0\x96\x75\x32\x80\xe4\xec\x60\x76\x00\xf4\x5f\x2c\x65\x76\xf4\xe1\xc3\x76\xbb\x85\x48\x8b\x0b\x19\x8f\x3e\x14\xda\x7d\xb8\xba\x3c\x3d\xbf\xf1\xcf\x3d\x2d\xf2\xec\x00\xfc\x4b\x13\x2c\x04\xe0\xf8\x71\x4d\x38\x0e\xc1\xe2\x09\xa0\x2c\x4b\x48\x80\x16\x09\x06\x09\xda\x2a\xc7\x69\xef\x68\xa7\x13\x0a\xb6\x9c\x48\x42\xa3\xf7\x40\x18\xaf\xcf\x0e\x1a\xde\xa9\xcc\x55\x88\x47\x44\x83\x80\x51\x80\x28\x78\x77\xec\x83\x4b\xff\x1d\x38\x39\xf6\x2f\xfd\xf7\xb3\x03\xf0\xfd\x72\xfe\xf9\xf6\xdf\x39\xf8\x7e\x7c\x7f\x7f\x7c\x33\xbf\x3c\xf7\xc1\xed\x3d\x38\xbd\xbd\x39\xbb\x9c\x5f\xde\xde\xf8\xe0\xf6\x02\x1c\xdf\xfc\x07\xbe\x5e\xde\x9c\xbd\x07\x98\xc8\x18\x73\x80\x77\x19\x57\xf2\x33\x0e\x88\x32\x24\x0e\x95\x4f\x8b\x01\x54\x08\xa0\xc6\x87\xfa\x2e\x32\x1c\x90\x25\x09\x40\x82\x68\xb4\x46\x11\x06\x11\xdb\x60\x4e\xd5\xf0\xc8\x30\x4f\x89\x50\xee\x14\x00\xd1\x70\x76\x00\x12\x92\x12\xa9\x47\x91\x78\xa9\x94\x62\xe3\xf2\xd9\x9a\xa1\x8c\x98\xe1\x74\x04\x02\x94\xe2\xa4\xee\xbe\xcd\x1f\xb3\x15\xa1\xe1\x11\x38\x55\x2d\xa7\x48\xa2\x84\x45\xb3\x14\x4b\x14\x22\x89\x8e\x66\x00\x50\x94\x62\xd3\xd1\x0b\xf2\x76\xef\x0f\xf8\x09\x7e\xf4\x04\x45\x99\x88\x99\xf4\x1e\xd7\x88\xaf\xd6\x62\x06\x40\x82\x16\x38\x11\xaa\x1b\x50\xde\x2e\xfa\xad\xf4\x8d\x17\xcc\x0d\x1c\xdc\x14\xe2\x1d\xc2\x3f\xe0\x47\x3b\x6d\xc2\x50\x88\xf9\xa0\x2e\x7c\x4d\x25\x49\x71\x45\x9b\x8b\xed\xdf\x1c\xdf\xf9\x9f\x6f\xe7\xf6\x4e\x19\x67\x1b\x12\x62\x7e\x04\x0a\xed\x94\x8f\x95\x66\x86\x22\x57\xd2\x86\xfd\x12\xc2\x98\x45\x3d\x04\xca\xfb\xa7\x09\x12\xe2\x08\x10\x06\x0d\x01\xe4\x6b\x4a\x31\x87\xff\x60\x8a\x39\x92\x38\xbc\x46\x84\xea\x5e\x75\x8f\x54\x72\x77\x58\x01\x14\xcc\xea\x6a\x1f\xc2\x8f\xf0\x38\xc9\x62\xf4\xa9\xde\xdd\xeb\xa0\xfc\x08\x3f\x7a\xd7\x7f\x6a\xaa\x10\x67\x98\x86\x98\x06\x04\x1b\x8f\x7a\x20\xe2\x6c\x9d\x5d\x86\x47\x80\xf1\xa8\xb0\x5a\x2e\xca\xca\x20\x23\x2e\xc9\x12\x05\x52\x11\x19\xe7\x7b\xc6\x62\x5e\xdd\x0c\x01\xca\xd0\x82\x24\x44\x96\xe8\x00\xc4\x18\x25\x32\x2e\xbe\x75\x49\xd0\x27\x45\x9d\xc3\x6b\xf2\x18\x1a\x2f\x25\x01\x67\x19\x67\x6a\xde\xf4\x72\xd6\xa6\x1f\xc7\x42\xfe\x2a\x29\x14\x2f\xe7\xa0\x59\x82\xa4\x5a\xa9\x3c\x35\x67\xcf\x2a\x4a\x23\x7f\x93\xf8\x21\x5c\x04\x85\x5e\x43\xd9\xbf\xce\x5a\xa1\x19\x22\x11\xc4\x38\xad\x6c\xe6\x01\x12\x1e\x81\x5a\xbb\x59\x52\xc0\x12\x25\x02\x97\xf7\x32\x24\x04\xd9\xe0\xe6\xed\x07\xb4\x41\xf3\xa7\xac\x0e\xf6\x42\x42\xb5\xe0\x31\x8a\xa9\x84\x8a\x07\xfc\x12\x2e\x82\xd3\xe2\x56\x87\xda\xca\xed\xee\xd4\x56\x68\x36\xb5\x6b\xed\x93\xa9\xad\x78\xc0\x0b\x92\x60\x9b\xda\x59\xb8\x74\xa7\x75\x16\x2e\x6d\x4a\x57\xcd\x93\xe9\x9c\x85\x4b\x78\x17\x2e\x6d\x1a\x2f\x08\x0d\x9f\xdc\xe9\xac\xe1\x0c\x95\x9a\x91\xf3\x88\xb0\x26\xad\x26\xf0\x02\xb1\x69\xdd\x59\x92\x1d\x0e\x5b\xf7\x56\x9b\x6c\x84\xda\x15\x3b\xa8\xbb\xc3\x40\x6c\xe0\x89\xba\x3a\x15\x9b\x33\x24\xd1\x85\x6e\x1c\x01\xa0\x65\xca\x21\x2e\xd4\xe5\x15\xa6\x91\x8c\xf7\x82\x5a\x6d\xb2\x1c\xe8\x2b\x7e\xfa\x86\x92\x35\xbe\x43\x84\xb7\x90\x9a\x96\xdc\x65\xa8\x9a\xed\xdf\xee\x18\x0d\x67\xa8\x8a\x30\xac\x66\xcd\x7a\xf3\x10\x63\x17\x10\x50\x77\x84\x3f\xee\x90\x8c\xaf\xcc\xbd\x0e\x65\x24\x8a\x04\x5b\x67\xee\xd4\x31\x80\xb6\x91\x26\x49\xf8\x74\xad\xa8\xf7\x1c\x44\x86\x05\x9c\x97\x38\x56\x7f\x3d\xa0\x60\x25\x18\x75\xb8\x56\xe4\x80\x36\x15\x1f\x04\xa3\x2d\xba\x91\x6b\x41\xde\x17\x7e\xc9\x3f\xad\x0a\x06\x62\xe3\x4e\xb9\x6a\x02\xe8\x54\xac\x6a\x1e\xe9\x34\xf5\xcc\xbf\x7c\xdc\x9b\xbc\xf5\x64\xeb\x4c\x13\x13\x44\x80\xd7\xa6\xf9\x5a\xfb\x88\x79\xbe\xea\x2b\xa6\x5e\x24\x14\x2c\xfc\x2c\x65\x66\x5b\x26\xd0\x56\x78\x82\x0a\x77\x66\x33\x80\x36\xcb\x35\x49\x26\xd3\x1f\x6d\x05\x14\x54\x40\x9f\x0a\x9b\x05\x36\x28\x21\x21\x92\x8c\xbb\xb3\x41\x09\x69\xb3\x42\x9b\xa8\xc7\x0e\x92\xaf\xf7\x33\x43\xc9\x07\x7e\x2b\xae\x6c\xe6\x78\x26\x99\xdb\x18\xd1\x00\xda\x66\x85\x26\xc9\xc8\x99\xc1\x74\x86\x3f\x49\xa6\xa2\x40\xeb\x0c\x41\xb1\x94\x0e\x83\x22\x0d\x67\xf3\x71\x9d\x60\xb2\x71\xae\x99\xc0\x1b\xf5\xdf\xe6\x58\x81\x12\x2c\x96\x8c\x07\x0e\x7d\x5b\x61\xda\xac\xf0\x82\x6a\x32\x53\x54\x9c\xa0\x5f\x5e\x5a\xa3\x64\x8e\x08\x95\x1c\x3b\xb4\x49\x09\x69\x33\x49\x9b\x68\x32\x8b\x94\x8c\xe0\x49\x71\x65\x1d\x24\x98\x6f\x12\x2c\x1d\x8e\x90\x1c\xd0\x3a\x3c\x1a\x24\x85\x25\x6a\xf3\x9d\x9b\xa1\x91\x73\x81\x7e\xfe\x69\x33\x02\xc7\x28\x90\x64\x83\x3d\x21\x39\x46\xa9\xc3\xc5\xb1\x8d\x6c\x33\xcb\x2b\xb4\x93\x8d\x94\x82\x1f\x34\xfc\xe0\xbd\xb9\xe1\xe7\xdf\xfb\xa2\x08\xbc\x72\x1c\x45\xe0\x55\x6f\x14\x51\x91\x4c\x1a\x45\xe0\x95\x80\xe7\x5f\x7d\x9b\x05\x02\xc6\x1d\xce\x21\x0a\xed\xf5\x3d\x5d\xc0\xa8\x90\x88\x56\xdb\x54\xbc\x0b\x62\x44\x23\x7c\xc7\x59\x86\x79\xb9\xe2\x78\xf5\xfc\x8b\x07\x62\x8c\x42\xcc\xcb\xaf\x1c\x2f\xcb\x6b\x41\xd2\xac\x46\x29\xd9\x0a\x53\xf2\x3c\xc6\x60\xe5\xbe\xb1\x10\x0e\x9e\x9a\x8b\xc6\xee\xd1\xde\x37\x33\xf2\xc3\xf3\x96\x42\x23\x30\x72\x55\x74\x42\x68\x44\xaf\xdc\x36\xf0\xb3\xfe\x18\xd1\x8f\xe3\x25\xbc\xc7\xcb\xf1\xf2\xf9\xfa\x63\x44\xbf\xc2\x27\x1c\xce\xcd\x95\x65\x5b\x8e\x77\xd8\x61\x72\x53\xa1\xd9\x9e\xc4\x5a\xfb\x64\x8f\xa1\xe2\x01\xcf\x77\xd8\x9a\xdc\xd4\x91\x90\xe3\x6d\x60\x85\xd9\x1b\xe8\x79\x1d\x5b\x42\xd7\xcb\x58\x1e\xec\xe9\xad\x9d\x8e\xf8\xfa\xf6\x77\xf9\x64\xee\x70\x3d\xd7\x78\xd6\xe5\xbc\x4e\x31\x5d\xa4\xa7\xb9\xc0\x7c\x6d\xb2\x4f\xcc\x54\xac\x13\x97\x53\xb3\xc2\xb3\x19\xa0\x41\x31\x99\x01\x72\x2e\x7a\x96\x5d\x27\xbd\x3b\xfc\x43\xc7\x1b\xfc\xc3\xbe\x95\xb9\xa4\x98\x76\x7b\x7f\x08\xfd\x43\x9b\xf2\x12\x71\xb7\xbb\x59\x03\x68\xdb\xcd\x36\x49\x46\x27\x27\x75\x67\x38\x47\xbc\x77\x37\xfb\x40\x38\x72\x98\x96\x24\x1c\xd9\xbc\x5a\x6b\x9f\xee\x08\x8b\x70\x04\xbf\x10\x8e\xac\x47\x58\x2e\xa7\xf7\xa5\x7d\x5e\x5f\xee\x9f\xe3\x5b\xee\x95\xe2\x33\x73\xe8\x5e\x7c\xf7\x38\x37\xe3\x38\x65\x12\xc3\x8b\xf6\x22\x32\xae\xaf\xd8\xbb\xb3\xbf\xec\x49\x4f\x3e\xaf\x5d\xc6\xd5\x1a\xce\x3a\x75\x29\x02\x6f\x91\xb0\xc5\xbe\xae\xcb\x11\x1e\xd7\x78\x3d\xf9\xde\x5e\xb3\x82\x4a\x58\x78\x92\xb0\x85\xda\xd9\x92\x76\xba\x63\x10\x84\x96\x16\xfe\xbf\xfa\xdf\x09\xd2\x0a\x01\x12\x14\xac\x1c\x46\x14\x0a\xce\x1a\x50\xd4\x08\xa6\x8b\x27\x14\x13\xe8\xab\xff\x56\xdd\x1f\x52\xf1\xc9\xa1\xee\x0a\xce\xaa\x7b\x8d\x60\x3a\xdd\x15\x13\xe8\xab\xff\x7d\x81\x44\x82\xd2\x45\xe8\x70\xd1\xa9\x30\xfb\x02\x8a\x06\xd5\xa4\x41\x45\xce\x09\x5e\xe9\x8f\xde\xac\x47\xe0\x3a\xeb\x11\xf4\x67\x3d\x82\x5f\x93\xf5\x08\x04\x3c\x3f\xb5\x66\x3d\x94\x88\xe1\x3a\xc1\x0e\xcf\x4e\x4a\x48\xeb\x63\xd1\x22\x9a\xee\xd1\x28\x18\x41\xbf\xb8\xb2\x96\x99\xd4\x2b\x90\x1c\x16\x9c\xb4\x0a\x9b\x5e\xb5\x4b\x17\xe1\x74\x45\x28\x86\x59\xbe\x1b\xbd\x33\xdf\xfa\x36\xa4\x3b\x91\x38\x4c\x2f\x2b\x34\x9b\x41\x6a\xed\x93\xd9\x41\xf1\x80\x3f\x44\x62\xcd\x29\xab\x39\xd6\xed\xba\xd1\xb7\x6c\xec\x1d\x7b\x3e\xa4\xc2\x5b\x20\x19\xc4\xbf\x62\xdd\xd1\xcb\xce\xa8\x90\x45\xf7\xd2\xf2\xe9\xbe\x27\xea\xca\xfa\x4c\xa2\x98\x39\x7c\x14\x51\xcc\xac\x4f\x60\xd5\x3e\xdd\x83\x87\x62\x06\xef\x50\xcc\x6c\x6a\x87\xec\xd9\xe5\xb4\xac\xe1\x6c\x8a\xd7\x09\x26\xd3\x5c\x33\x81\x67\xea\xbf\xf5\x54\x0f\x23\x87\xf5\x3a\x0a\xcd\xa6\x79\xad\x7d\xf8\x19\xbe\x49\x15\x25\x48\x0c\x7c\x50\x6b\x7d\x3b\x8e\x04\x6a\x32\x8c\x3c\x1f\xc4\x88\xc2\x13\x8c\xe8\xa8\x67\x50\xf5\xd2\xb2\x43\x5d\xcc\x3d\xa0\x6f\x99\xc7\x2e\x19\x5a\xd2\xd7\x2a\xc8\x91\x1c\x51\x91\x20\xe9\x72\xf7\x57\x87\xed\x0b\xb2\xda\x84\x93\x86\x5a\x25\x33\x38\x2f\xae\x6c\xe3\x3b\x45\xc4\x61\x46\x53\xa1\xd9\xac\x41\x52\xb4\x77\x12\x44\xf5\xdd\x7b\x25\xca\x58\xb6\x47\x16\xb1\xea\xbb\xff\x12\x98\xee\x9f\xf6\x51\x7d\xf7\x60\xdc\x99\x49\x4c\x49\x8a\xbd\x74\x9d\x48\x92\x21\x2e\xf7\x1a\x5d\xca\xb9\xf0\x1a\x91\x64\xc0\x33\x5a\x4b\x43\x2a\xce\xb0\xe4\x0c\xaf\x49\x8a\xaf\x8b\x6f\xd6\x9c\xa4\x7a\xbc\xa7\x28\xa9\x6a\xe2\xf6\x4d\xc7\x2f\x28\xa7\xab\xaf\x50\xd3\x59\x55\x62\xa5\x26\xb6\x41\x65\x56\x82\xa2\x15\x7e\x42\xa9\xc3\xe7\xb8\x84\xb4\x0d\x29\xd5\xfe\x82\x72\x64\xd8\x56\xf4\x86\xbe\xba\xfa\xef\xf8\xfa\xca\x3a\x24\x36\x0e\x8f\x9f\x36\xd6\xa3\xa7\xcd\xc0\x63\xa7\xfd\x6b\xe9\x52\xf8\xcd\x7a\xda\xb4\x42\xcb\x95\xc3\xf4\x88\x86\xb3\x69\x5c\x27\x98\x6c\x8c\x6b\x26\xf0\xab\xfa\x6f\xaf\x1d\x72\x99\x19\x52\x68\xd6\x2d\x0e\x1e\x9a\x0d\xda\xdb\xdb\x8a\x05\xf4\xb1\x3d\x09\x14\x39\xad\x0d\x8f\x86\x14\x86\x47\xfb\x56\x85\xab\x8e\xf0\x9f\xbe\x7a\xf0\x84\x45\xee\x14\x4a\x58\x64\xf3\x62\xd5\x3c\x95\x13\x13\x16\xc1\x2b\x16\x59\x0f\x09\xb7\x44\x4a\x97\x9b\x25\x03\x68\x53\xdc\x90\x78\x21\xe1\x38\x90\x29\x16\xa2\x2a\x03\x19\x1d\x73\x14\x60\x02\x23\xbe\xcf\xb6\xbd\x89\x22\x49\x8a\x13\x42\x27\x0f\x7c\x0d\x3f\xd8\x30\x01\x9c\xe7\x77\xcf\xf4\xcd\xeb\xfc\xe6\xa8\xbd\x49\x01\x9b\x1b\xa3\xc0\xf3\xf5\xb7\xbd\x80\x0a\x7b\x14\x50\x73\xf3\xdd\x36\xa4\x58\x42\x68\xc4\xfe\x74\x37\xa4\x0c\xa0\x6d\x48\x35\x49\x26\x73\x9b\x61\x03\x6f\xf3\x4f\xeb\x8a\xf0\xe8\x32\xbc\x79\xb4\xee\x52\xaa\xe6\xf1\x21\xfb\x63\xe2\x09\xc9\x78\xf9\x3b\xb5\xe9\x32\x5e\x8f\x09\xf4\x1f\x87\xc4\xe2\xcd\x3e\xb9\x74\xaa\xab\xaf\xaf\xac\xc9\x0f\xb6\x73\x18\x76\xb3\x9d\x35\xd6\x2e\x9b\xa7\x0b\xb0\xd9\x0e\x9e\xb0\x9d\x75\x3b\xcc\x68\xc4\xc2\x85\xc3\x1d\x71\x0e\x68\xd3\xbc\x49\x32\x99\xf6\x86\x0d\xbc\x56\x9f\x67\x0b\xab\x15\xea\x3f\xec\x4e\xb1\xe4\xc4\xe5\xd1\x54\x17\xba\xd5\x3e\xaf\xd3\x4f\x67\xac\x1a\x4f\x68\x78\xc2\x6b\x75\xf3\x2e\xbf\x79\x9d\xdf\xb3\x59\x91\xd0\x25\xa1\x44\x64\x2e\x13\x88\x15\xa6\xcd\x62\x2f\xa8\x26\xb3\x53\xc5\x09\x5e\x96\x97\xd6\x00\x09\x27\x38\xe2\x2e\xcb\x08\x0b\x44\x6b\x88\xd4\xa4\x99\x2e\x0e\x31\x7c\xe0\xdc\x5c\xd8\x7f\x1b\x20\x1c\x1e\x5f\xd5\x5e\x83\xf0\xca\x6f\x00\xc4\xf8\xdf\x45\x54\x5d\x3d\x94\x91\xa9\xad\xa7\xf8\xc0\x7b\x2c\xe4\xa8\x45\xad\xec\x75\x9c\x11\xeb\x11\x7b\x1c\x78\x5b\x97\x27\xec\x1a\xcf\x66\xf2\x06\xc5\x58\xa3\xe7\x9d\xa7\x3f\x9d\x8f\x03\xb8\x15\xf0\xbb\xfd\x37\x19\xb1\xc3\x12\x70\x14\x5b\x2b\xc0\xab\xe6\xa9\xea\x9e\x95\xca\xc7\xb1\xb5\xfa\x5b\xbf\x07\x8b\x25\x8b\xb5\xc3\xf1\x52\x61\xda\xd4\x7f\x41\x35\xd5\x66\xb6\x62\x04\x4f\xf3\xcb\x93\xb5\x75\x10\x2c\x90\xc0\x7f\x3b\xdc\x86\xe4\x78\x86\xac\xfb\x3d\x10\x75\x8a\xb1\xaf\x77\xd0\x7d\xe1\x89\xfe\xb0\xe7\x28\x9e\x1d\xbe\xcf\x23\x79\x5e\xda\x34\xaa\x9a\x47\xaa\x93\x3c\x2f\xe1\xd5\xcf\x0b\xab\x22\xf9\xe6\xd7\xe1\x39\xad\xc6\xb3\x0d\xd6\x06\xc5\x54\x03\x35\x67\x02\xf3\x5d\xbc\xb5\x98\x37\x26\x0e\x13\x2f\x0a\xcd\xa6\x7b\xad\xfd\xad\x67\x33\x0a\xea\x4b\x95\x88\xcb\x6f\xfc\xd8\x33\xa5\xae\xfa\xc2\x8b\x98\xf0\x71\x85\xb4\x45\xaf\x2f\x2f\x53\x7a\x43\xbb\xfe\x48\x13\xfb\xf8\x2c\x75\x77\x38\x46\x4b\x4c\xeb\x38\x6d\x53\x4d\x36\x56\xab\x27\xb6\x32\x85\x6d\xcc\x6e\xf1\x42\xb0\x60\x85\xa5\xf7\x20\xf8\xe1\x5f\x7f\xbb\xb3\x4c\x1b\xd9\x66\x9f\x57\x68\x1d\x07\x1d\x25\x17\x98\x73\x81\x5f\xfc\xfb\xc3\xbf\xfe\xfe\x8e\x17\xbe\xbe\xdd\x57\x1f\xb9\x22\x14\x0b\xe2\xb8\x46\xd2\x80\x5a\x23\x92\x17\x64\xe3\x2b\xb9\x2b\x08\x6f\x49\x38\x8e\x99\xf8\x25\xc5\x00\x86\x27\xfc\x9a\x7f\x8e\xab\xe7\xde\x0a\x58\xc8\x5a\x00\x5c\x98\xef\xbd\xae\x72\x59\xa1\x66\x00\x7b\x5d\x34\xfd\xef\x9a\xb5\x49\x53\x01\xbf\x5e\x5b\x4b\x59\x25\x49\x9d\x1e\x01\x28\x38\x9b\xf6\x75\x82\xe9\xb6\xb6\x8a\x09\x9c\xab\xff\xfd\x85\xcc\x0e\xeb\xda\x0d\x60\x9f\xf7\x2b\x92\x89\x0b\x99\x3f\xc1\xf3\x53\x6b\x6d\xfb\x33\xc9\xbc\x10\x2f\x13\xe4\xf4\x1c\xa8\x8e\x6a\x8b\x25\xa2\x67\x92\xb5\xe8\xf4\x4b\x51\x5a\xf7\x46\x86\x9f\x45\x6f\xf8\xcf\x33\xc9\xce\xcc\x97\x91\x2f\x39\x2b\x31\x7e\xbe\x0a\xd1\x54\xf9\x41\x30\xea\xf6\x05\x67\x05\xa2\x21\xec\x28\x7e\x6b\x51\x0c\x31\x53\xd1\x05\xaa\xd0\xa9\xe7\x1d\x67\xfa\xe7\x8c\x8f\x8e\xe7\x46\xf1\xd8\xff\x8a\xa4\xc7\x5f\xf3\x8a\xa4\x47\x01\xfd\xc7\xde\xd7\x3b\x10\x97\xe9\x3f\x03\xd8\x67\x01\x32\x7d\xf2\x4f\x59\x80\xa0\x14\x5e\x1e\x5f\x77\x59\x60\xe5\xe5\x6f\xde\xf5\x86\x95\xea\xd8\x5e\x07\x5b\x03\xea\x62\x10\x71\xc6\x36\x03\xde\x4d\x34\x80\x45\x0e\xd5\xc5\x64\xc5\x64\x42\x06\x64\xb6\x07\x30\xc9\xa1\xba\x98\x3c\x0c\x78\x54\x06\x30\x78\x10\x5d\xe0\x3b\x47\x6e\xd8\x75\x7b\x41\x0d\x1e\x37\xd2\xa3\x0d\xea\xf4\x00\x45\x52\x0d\x59\x27\x2e\xc8\xb1\x1a\x6c\x8a\x97\x0e\xa7\xe8\xad\x7e\xae\x23\x75\xb2\x68\xbe\xb7\xf8\x6d\x4c\x6a\x2f\x22\x6e\x37\x11\x2a\x32\x1c\x0c\x2a\x26\x1c\xc2\xa9\x84\xeb\x64\xb6\xc5\x8b\x98\xb1\x01\xbf\x6e\x1c\xc2\xca\x80\x75\x32\x0a\xf8\x90\xb2\xa1\x21\x5c\x14\x52\x27\x0b\x27\x43\xad\x05\x56\x44\x31\x1d\x2f\x87\x1e\xf2\x9a\xec\x61\x33\xa3\x03\xac\xa6\xb8\x7b\xc3\xe5\x28\xb5\x63\x94\x37\x22\x39\x92\xa7\xfc\x75\x57\xe3\xf6\x9b\x1c\xdd\x90\xaf\xbb\xd4\xb0\x41\x32\x3c\xcf\xef\x74\xac\xb8\x76\x48\x61\xca\x7c\xd8\x18\xf9\xde\xbe\xd6\x57\xd5\x6f\xed\x91\xdd\x11\xbe\xd6\x5a\xdb\xef\xbb\x07\xc0\xb8\x16\xbc\x53\x86\x7e\x37\x33\x22\xbd\x39\x52\x68\x09\x58\x8b\x18\x3a\x45\x6c\xb4\x5b\x84\xd4\x7e\xcf\xa5\x5c\xc9\x37\x86\x01\x2d\x11\x6b\xf1\x46\xa7\x88\x2b\x29\x46\xc9\xf7\xd6\x28\xa5\x25\xde\x83\xb0\xed\x4f\xc6\xb8\xf7\xcd\x11\x4e\x4b\xb2\x9d\x6d\xec\xed\xc6\x0d\xbd\xb7\x87\x47\x6d\xb3\x15\x61\x52\xb7\xe1\xaa\xd6\x81\x83\xce\x3c\xd5\x82\xad\x07\xbd\xe7\x72\xcc\xf8\x9b\x70\x01\x2c\xcb\xbd\x1b\x3c\x7a\x3d\xf2\xbf\x00\x00\x00\xff\xff\xd6\x47\xac\xbb\x8e\x68\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5c\x5b\x77\xdb\xa8\xf6\x7f\xf7\xa7\x60\x35\x2f\xe7\xac\x55\xd1\x4e\x33\x33\x0f\xf9\x3f\x25\x69\x32\x4d\x9b\xdb\x3f\xf2\xb4\x9d\x79\xc3\x12\x96\x88\x25\x50\x00\x5f\x92\x4f\x7f\x16\x08\x5d\xa3\x20\xc9\x46\xcd\x43\x2c\x8b\xbd\x7f\xfb\x86\x60\xb3\x85\x39\x02\x9e\xbb\xbf\xd9\x11\xb8\x26\x01\xa6\x02\x87\x40\x32\x20\x63\x0c\x4e\x33\x14\xc4\x18\xf8\x6c\x29\xb7\x88\x63\x70\xc9\xd6\x34\x44\x92\x30\x0a\xfe\x73\xea\x5f\xfe\x17\xac\x69\x88\x39\x60\x14\x03\xc6\x41\xca\x38\x9e\x1d\x81\x80\x51\xc9\xc9\x62\x2d\x19\x07\x49\x0e\x08\x50\xc4\x31\x4e\x31\x95\x02\x02\xe0\x63\xac\xd1\x6f\xef\xe6\x57\xe7\x17\x60\x49\x12\x0c\x42\x22\x72\x26\x1c\x82\x2d\x91\xf1\xec\x08\xc8\x98\x08\xb0\x65\x7c\x05\x96\x8c\x03\x14\x86\x44\x09\x46\x09\x20\x74\xc9\x78\x9a\xab\xc1\x71\x84\x78\x48\x68\x04\x02\x96\x3d\x73\x12\xc5\x12\xb0\x2d\xc5\x5c\xc4\x24\x83\xb3\x23\x30\x57\x66\xf8\x97\x85\x26\x22\x87\xd5\x32\x25\x03\xff\xb0\xb5\xb1\xa1\x66\xae\xf1\xc2\x7b\xf0\x1d\x73\xa1\x84\x7c\x82\x1f\x67\x47\xe0\x3f\x8a\xe4\x9d\x69\x7c\xf7\xdf\xff\x03\xcf\x6c\x0d\x52\xf4\x0c\x28\x93\x60\x2d\x70\x0d\x19\xef\x02\x9c\x49\x40\x28\x08\x58\x9a\x25\x04\xd1\x00\x57\x66\x95\x12\x20\xd0\x0a\x28\x0c\xb6\x90\x88\x50\x80\xb4\x19\x80\x2d\xeb\x64\x00\xc9\xd9\xd1\xec\x08\xe8\xbf\x58\xca\xec\xe4\xc3\x87\xed\x76\x0b\x91\x56\x17\x32\x1e\x7d\x28\xac\xfb\x70\x7d\x75\x7e\x71\xeb\x5f\x78\x5a\xe5\xd9\x11\xf8\x9b\x26\x58\x08\xc0\xf1\xd3\x9a\x70\x1c\x82\xc5\x33\x40\x59\x96\x90\x00\x2d\x12\x0c\x12\xb4\x55\x81\xd3\xd1\xd1\x41\x27\x14\x6c\x39\x91\x84\x46\xef\x81\x30\x51\x9f\x1d\x35\xa2\x53\xb9\xab\x50\x8f\x88\x06\x01\xa3\x00\x51\xf0\xee\xd4\x07\x57\xfe\x3b\x70\x76\xea\x5f\xf9\xef\x67\x47\xe0\xc7\xd5\xfc\xcb\xdd\xdf\x73\xf0\xe3\xf4\xe1\xe1\xf4\x76\x7e\x75\xe1\x83\xbb\x07\x70\x7e\x77\xfb\xf9\x6a\x7e\x75\x77\xeb\x83\xbb\x4b\x70\x7a\xfb\x0f\xf8\x76\x75\xfb\xf9\x3d\xc0\x44\xc6\x98\x03\xbc\xcb\xb8\xd2\x9f\x71\x40\x94\x23\x71\xa8\x62\x5a\x74\xa0\x42\x01\xd5\x3f\xd4\x77\x91\xe1\x80\x2c\x49\x00\x12\x44\xa3\x35\x8a\x30\x88\xd8\x06\x73\xaa\xba\x47\x86\x79\x4a\x84\x0a\xa7\x00\x88\x86\xb3\x23\x90\x90\x94\x48\xdd\x8b\xc4\x6b\xa3\x94\x18\x97\xcf\xd6\x0c\x65\xc4\x74\xa7\x13\x10\xa0\x14\x27\xf5\xf0\x6d\x7e\x9b\xad\x08\x0d\x4f\xc0\xb9\x6a\x39\x47\x12\x25\x2c\x9a\xa5\x58\xa2\x10\x49\x74\x32\x03\x80\xa2\x14\x1b\x46\x2f\xc8\xdb\xbd\xdf\xe0\x27\xf8\xd1\x13\x14\x65\x22\x66\xd2\x7b\x5a\x23\xbe\x5a\x8b\x19\x00\x09\x5a\xe0\x44\x28\x36\xa0\xa2\x5d\xf0\xad\xf4\x8d\x57\xc2\x0d\x1c\xdc\x14\xea\x1d\xc3\xdf\xe0\x47\x3b\x6d\xc2\x50\x88\xf9\x20\x16\xbe\xa6\x92\xa4\xb8\xa2\xcd\xd5\xf6\x6f\x4f\xef\xfd\x2f\x77\x73\x3b\x53\xc6\xd9\x86\x84\x98\x9f\x80\xc2\x3a\x15\x63\x65\x99\xa1\xc8\x8d\xb4\x61\xbf\x86\x30\x6e\x51\x0f\x81\x8a\xfe\x79\x82\x84\x38\x01\x84\x41\x43\x00\xf9\x9a\x52\xcc\xe1\x5f\x98\x62\x8e\x24\x0e\x6f\x10\xa1\x9a\xab\x1e\x91\x4a\xef\x0e\x2f\x80\x42\x58\xdd\xec\x63\xf8\x11\x9e\x26\x59\x8c\x3e\xd5\xd9\xbd\x0e\xca\x8f\xf0\xa3\x77\xf3\xbb\xa6\x0a\x71\x86\x69\x88\x69\x40\xb0\x89\xa8\x07\x22\xce\xd6\xd9\x55\x78\x02\x18\x8f\x0a\xaf\xe5\xaa\xac\x0c\x32\xe2\x92\x2c\x51\x20\x15\x91\x09\xbe\x67\x3c\xe6\xd5\xdd\x10\xa0\x0c\x2d\x48\x42\x64\x89\x0e\x40\xc0\x19\x2d\xae\xbb\xe4\x0f\xd5\xa1\x4f\x0f\x25\xc7\x90\xc6\x18\x25\x32\x3e\x44\x68\xdd\xa8\xb7\x44\x1b\x1a\x2f\x25\x01\x67\x19\x67\x6a\xa8\xf6\x72\xd1\x86\x8f\x63\x21\x7f\x95\x16\x4a\x96\x73\xd0\x2c\x41\x52\x4d\x8e\x9e\x9a\x26\x66\x15\xa5\xd1\xbf\x49\xfc\x18\x2e\x82\xc2\xae\xa1\xe2\xdf\x16\xad\xd0\x0c\x91\x08\x62\x9c\x56\x3e\xf3\x00\x09\x4f\x40\xad\xdd\xcc\x62\x60\x89\x12\x81\xcb\x7b\x19\x12\x82\x6c\x70\xf3\xf6\x23\xda\xa0\xf9\x73\x56\x07\x7b\xa5\xa1\x9a\x63\x19\xc5\x54\x42\x25\x03\x7e\x0d\x17\xc1\x79\x71\xab\xc3\x6c\x15\x76\x77\x66\x2b\x34\x9b\xd9\xb5\xf6\xc9\xcc\x56\x32\xe0\x25\x49\xb0\xcd\xec\x2c\x5c\xba\xb3\x3a\x0b\x97\x36\xa3\xab\xe6\xc9\x6c\xce\xc2\x25\xbc\x0f\x97\x36\x8b\x17\x84\x86\xcf\xee\x6c\xd6\x70\x86\x4a\x4d\x02\x79\x12\x5a\xd3\x56\x13\x78\x81\xd8\xb4\xee\x2c\xc9\x0e\x87\xad\x7b\xab\x4d\x36\xc2\xec\x4a\x1c\xd4\xec\x30\x10\x1b\x78\xa6\xae\xce\xc5\xe6\x33\x92\xe8\x52\x37\x8e\x00\xd0\x3a\xe5\x10\x97\xea\xf2\x1a\xd3\x48\xc6\x7b\x41\xad\x36\x59\x0e\xf4\x0d\x3f\x7f\x47\xc9\x1a\xdf\x23\xc2\x5b\x48\x4d\x4f\xee\x32\x54\x8d\xf6\x87\x07\x46\xc3\x19\xaa\x22\xf3\xab\x79\xb3\xde\x3c\xc4\xd9\x05\x04\xd4\x8c\xf0\xe7\x3d\x92\xf1\xb5\xb9\xd7\x61\x8c\x44\x91\x60\xeb\xcc\x9d\x39\x06\xd0\xd6\xd3\x24\x09\x9f\x6f\x14\xf5\x9e\x9d\xc8\x88\x80\xf3\x12\xc7\x1a\xaf\x47\x14\xac\x44\x95\x14\x38\x98\x2b\x72\x40\x9b\x89\x8f\x82\xd1\x16\xdd\xc8\xb9\x20\xe7\x85\x5f\xf3\x4f\xab\x81\x81\xd8\xb8\x33\xae\x1a\x00\x3a\x0d\xab\x9a\x47\x06\x4d\x3d\xf3\xaf\x1f\xf7\xa6\x6c\x3d\xd8\x3a\xb3\xc4\x24\x11\xe0\xad\x61\xbe\xd6\x3e\x62\x9c\xaf\x78\xc5\xd4\x93\x84\x82\x85\x5f\xa4\xcc\x6c\xd3\x04\xda\x0a\x4f\x50\xe1\xce\x6d\x06\xd0\xe6\xb9\x26\xc9\x64\xf6\xa3\xad\x80\x82\x0a\xe8\x53\x61\xf3\xc0\x06\x25\x24\x44\x92\x71\x77\x3e\x28\x21\x6d\x5e\x68\x13\xf5\xf8\x41\xf2\xf5\x7e\x6e\x28\xe5\xc0\xef\xc5\x95\xcd\x1d\x2f\x24\x73\x9b\x23\x1a\x40\xdb\xa8\xd0\x24\x19\x39\x32\x18\x66\xf8\x2f\xc9\x54\x16\x68\x1d\x21\x28\x96\xd2\x61\x52\xa4\xe1\x6c\x31\xae\x13\x4c\xd6\xcf\xb5\x10\x78\xab\xfe\xdb\x02\x2b\x50\x82\xc5\x92\xf1\xc0\x61\x6c\x2b\x4c\x9b\x17\x5e\x51\x4d\xe6\x8a\x4a\x12\xf4\xcb\x4b\x6b\x96\xcc\x11\xa1\x92\x63\x87\x3e\x29\x21\x6d\x2e\x69\x13\x4d\xe6\x91\x52\x10\x3c\x2b\xae\xac\x9d\x04\xf3\x4d\x82\xa5\xc3\x1e\x92\x03\x5a\xbb\x47\x83\xa4\xf0\x44\x6d\xbc\x73\xd3\x35\x72\x29\xd0\xcf\x3f\x6d\x4e\xe0\x18\x05\x92\x6c\xb0\x27\x24\xc7\x28\x75\x38\x39\xb6\x91\x6d\x6e\x79\x83\x76\xb2\x9e\x52\xc8\x83\x46\x1e\x7c\x30\x37\xfc\xfc\x7b\x5f\x16\x81\x57\x8e\xb3\x08\xbc\xea\xcd\x22\x2a\x92\x49\xb3\x08\xbc\x12\xf0\xe2\x9b\x6f\xf3\x40\xc0\xb8\xc3\x31\x44\xa1\xbd\xbd\xa6\x0b\x18\x15\x12\xd1\x6a\x99\x8a\x77\x41\x8c\x68\x84\xef\x39\xcb\x30\x2f\x67\x1c\xaf\x5e\x7f\xf1\x40\x8c\x51\x88\x79\xf9\x95\xe3\x65\x79\x2d\x48\x9a\xd5\x28\x25\x5b\x61\x4a\x5e\xc6\x38\xac\x5c\x37\x16\xca\xc1\x73\x73\xd1\x58\x3d\xda\x79\x33\xa3\x3f\xbc\x68\x19\x34\x02\x23\x37\x45\x17\x84\x46\x70\xe5\xbe\x81\x5f\xf4\xc7\x08\x3e\x8e\x97\xf0\x01\x2f\xc7\xeb\xe7\xeb\x8f\x11\x7c\x45\x4c\x38\x9c\x9b\x2b\xcb\xb2\x1c\xef\xb0\xc3\xe2\xa6\x42\xb3\x3d\x89\xb5\xf6\xc9\x1e\x43\x25\x03\x5e\xec\xb0\xb5\xb8\xa9\x33\x21\xc7\xcb\xc0\x0a\xb3\x37\xd1\xf3\x3a\x96\x84\xae\xa7\xb1\x3c\xd9\xd3\x4b\x3b\x9d\xf1\xf5\xad\xef\xf2\xc1\xdc\xe1\x7c\xae\xf1\xac\xd3\x79\x9d\x62\xba\x4c\x4f\x4b\x81\xf9\xdc\x64\x1f\x98\xa9\x58\x27\x2e\x87\x66\x85\x67\x73\x40\x83\x62\x32\x07\xe4\x52\xf4\x28\xbb\x4e\x7a\x57\xf8\xc7\x8e\x17\xf8\xc7\x7d\x33\x73\x49\x31\xed\xf2\xfe\x18\xfa\xc7\x36\xe3\x25\xe2\x6e\x57\xb3\x06\xd0\xb6\x9a\x6d\x92\x8c\x2e\x4e\x6a\x66\x38\x47\xbc\x77\x35\xfb\x48\x38\x72\x58\x96\x24\x1c\xd9\xa2\x5a\x6b\x9f\xee\x15\x16\xe1\x08\x7e\x25\x1c\x59\x5f\x61\xb9\x1c\xde\x97\xf6\x71\x7d\xb9\x7f\x8d\x6f\xb9\x57\x89\xcf\x8c\xa1\x7b\xc9\xdd\xe3\xbd\x19\xc7\x29\x93\x18\x5e\xb6\x27\x91\x71\xbc\x62\x6f\x66\x7f\xd9\x53\x9e\x7c\x59\xbb\xcc\xab\x35\x9c\x75\xe8\x52\x04\xde\x22\x61\x8b\x7d\x43\x97\x23\x3c\xad\xf1\x7a\xf2\xb5\xbd\x16\x05\x95\xb2\xf0\x2c\x61\x0b\xb5\xb2\x25\xed\x72\xc7\x20\x08\xad\x2d\xfc\x7f\xf5\xbf\x13\xa4\x95\x02\x24\x28\x58\x39\xcc\x28\x14\x9c\x35\xa1\xa8\x11\x4c\x97\x4f\x28\x21\xd0\x57\xff\xad\xb6\x3f\xa6\xe2\x93\x43\xdb\x15\x9c\xd5\xf6\x1a\xc1\x74\xb6\x2b\x21\xd0\x57\xff\xfb\x12\x89\x04\xa5\x8b\xd0\xe1\xa4\x53\x61\xf6\x25\x14\x0d\xaa\x49\x93\x8a\x5c\x12\xbc\xd6\x1f\xbd\x55\x8f\xc0\x75\xd5\x23\xe8\xaf\x7a\x04\xbf\xa6\xea\x11\x08\x78\x71\x6e\xad\x7a\x28\x15\xc3\x75\x82\x1d\xbe\x3b\x29\x21\xad\x8f\x45\x8b\x68\xba\x47\xa3\x10\x04\xfd\xe2\xca\xba\xcd\xa4\xbe\x03\xc9\xe1\x86\x93\xd6\xc6\xa6\x37\xfd\xd2\x45\x38\xdd\x26\x14\x23\x2c\x5f\x8d\xde\x9b\x6f\x7d\x0b\xd2\x9d\x48\x1c\x96\x97\x15\x9a\xcd\x21\xb5\xf6\xc9\xfc\xa0\x64\xc0\x9f\x22\xb1\xd6\x94\xd5\x18\xeb\x76\xde\xe8\x9b\x36\xf6\xce\x3d\x1f\x53\xe1\x2d\x90\x0c\xe2\x5f\x31\xef\xe8\x69\x67\x54\xca\xa2\xb9\xb4\x7e\x9a\xf7\x4c\x5d\x59\x9f\x49\x14\x33\x87\x8f\x22\x8a\x99\xf5\x09\xac\xda\xa7\x7b\xf0\x50\xcc\xe0\x3d\x8a\x99\xcd\xec\x90\xbd\xb8\x1c\x96\x35\x9c\xcd\xf0\x3a\xc1\x64\x96\x6b\x21\xf0\xb3\xfa\x6f\x7d\xab\x87\x91\xc3\xfd\x3a\x0a\xcd\x66\x79\xad\x7d\xf8\x3b\x7c\x53\x2a\x4a\x90\x18\xf8\xa0\xd6\x78\x3b\x5e\x09\xd4\x74\x18\xf9\x7e\x10\x23\x0a\xcf\x30\xa2\xa3\x9e\x41\xc5\xa5\x75\x87\x7a\xff\xf8\x00\xde\xb2\x8e\x5d\x0a\xb4\x94\xaf\x55\x92\x23\x39\xa2\x22\x41\xd2\xe5\xea\xaf\x0e\xdb\x97\x64\xb5\x09\x27\x4d\xb5\x4a\x61\x70\x5e\x5c\xd9\xfa\x77\x8a\x88\xc3\x8a\xa6\x42\xb3\x79\x83\xa4\x68\xef\x22\x88\xe2\xdd\x7b\x26\xca\x58\xb6\x47\x15\xb1\xe2\xdd\x7f\x0a\x4c\xf7\x2f\xfb\x28\xde\x3d\x04\x77\x56\x12\x53\x92\x62\x2f\x5d\x27\x92\x64\x88\xcb\xbd\x7a\x97\x0a\x2e\xbc\x41\x24\x19\xf0\x8c\xd6\xca\x90\x4a\x32\x2c\x25\xc3\x1b\x92\xe2\x9b\xe2\x9b\xb5\x26\xa9\x1e\xef\x29\xb6\x54\x35\x71\xfb\x86\xe3\x57\x94\xd3\xed\xaf\x50\xc3\x59\xb5\xc5\x4a\x0d\x6c\x83\xb6\x59\x09\x8a\x56\xf8\x19\xa5\x0e\x9f\xe3\x12\xd2\xd6\xa5\x54\xfb\x2b\xca\x91\x69\x5b\xc1\x0d\x7d\x75\xf5\xcf\xe9\xcd\xb5\xb5\x4b\x6c\x1c\xbe\x7e\xda\x58\x5f\x3d\x6d\x06\xbe\x76\xda\x7f\x2f\x5d\x0a\xbf\x5b\xdf\x36\xad\xd0\x72\xe5\xb0\x3c\xa2\xe1\x6c\x16\xd7\x09\x26\xeb\xe3\x5a\x08\xfc\xa6\xfe\xdb\xf7\x0e\xb9\xac\x0c\x29\x34\xeb\x12\x07\x0f\xad\x06\xed\x1d\x6d\x25\x02\xfa\xd8\x5e\x04\x8a\x9c\xee\x0d\x8f\x86\x6c\x0c\x8f\xf6\xdd\x15\xae\x18\xe1\x5f\x7d\xfb\xc1\x13\x16\xb9\x33\x28\x61\x91\x2d\x8a\x55\xf3\x54\x41\x4c\x58\x04\xaf\x59\x64\x7d\x49\xb8\x25\x52\xba\x5c\x2c\x19\x40\x9b\xe1\x86\xc4\x0b\x09\xc7\x81\x4c\xb1\x10\xd5\x36\x90\xd1\x39\x47\x01\x26\x30\xe2\xfb\x2c\xdb\x9b\x28\x92\xa4\x38\x21\x74\xf2\xc4\xd7\xc8\x83\x0d\x17\xc0\x79\x7e\xf7\xb3\xbe\x79\x93\xdf\x1c\xb5\x36\x29\x60\x73\x67\x14\x78\xbe\xfe\xb6\x17\x50\xe1\x8f\x02\x6a\x6e\xbe\xdb\xba\x14\x4b\x08\x8d\xd8\xef\xee\xba\x94\x01\xb4\x75\xa9\x26\xc9\x64\x61\x33\x62\xe0\x5d\xfe\x69\x9d\x11\x9e\x5c\xa6\x37\x4f\xd6\x55\x4a\xd5\x3c\x3e\x65\x7f\x4a\x3c\x21\x19\x2f\x7f\xa7\x36\x5d\xc5\xeb\x29\x81\xfe\xd3\x90\x5c\xbc\xc9\x93\x6b\xa7\x58\x7d\x7d\x65\x2d\x7e\xb0\x9d\xc3\xb4\x9b\xed\xac\xb9\x76\xd9\x3c\x5d\x82\xcd\x76\xf0\x8c\xed\xac\xcb\x61\x46\x23\x16\x2e\x1c\xae\x88\x73\x40\x9b\xe5\x4d\x92\xc9\xac\x37\x62\xe0\x8d\xfa\xfc\xbc\xb0\x7a\xa1\xfe\xc3\xee\x14\x4b\x4e\x5c\xbe\x9a\xea\x42\xb7\xfa\xe7\x6d\xfa\xe9\x9c\x55\x93\x09\x8d\x4c\x78\xa3\x6e\xde\xe7\x37\x6f\xf2\x7b\x36\x2f\x12\xba\x24\x94\x88\xcc\x65\x01\xb1\xc2\xb4\x79\xec\x15\xd5\x64\x7e\xaa\x24\xc1\xab\xf2\xd2\x9a\x20\xe1\x04\x47\xdc\xe5\x36\xc2\x02\xd1\x9a\x22\x35\x69\xa6\xcb\x43\x8c\x1c\x38\x37\x17\xf6\xdf\x06\x08\x87\xaf\xaf\x6a\xc7\x20\xbc\xf1\x1b\x00\x31\xfe\x77\x11\x15\xab\x87\x32\x32\xb5\xf7\x94\x1c\xf8\x80\x85\x1c\x35\xa9\x95\x5c\xa7\x19\xb1\xbe\x62\x8f\x03\x6f\xeb\xf2\x0d\xbb\xc6\xb3\xb9\xbc\x41\x31\xd6\xe9\x39\xf3\xf4\x6f\xe7\xe3\x00\x6e\x05\xfc\x61\xff\x4d\x46\xec\x70\x0b\x38\x8a\xad\x3b\xc0\xab\xe6\xa9\xf6\x3d\x2b\x93\x4f\x63\xeb\xee\x6f\x7d\xf4\x16\x4b\x16\x6b\x87\xfd\xa5\xc2\xb4\x99\xff\x8a\x6a\xaa\xc5\x6c\x25\x08\x9e\xe7\x97\x67\x6b\x6b\x27\x58\x20\x81\xff\x74\xb8\x0c\xc9\xf1\x0c\x59\xf7\x39\x10\x75\x8a\xb1\xc7\x3b\x68\x5e\x78\xa6\x3f\xec\x35\x8a\x17\x87\xe7\x79\x24\x2f\x4b\x9b\x45\x55\xf3\x48\x73\x92\x97\x25\xbc\xfe\xf7\xd2\x6a\x48\xbe\xf8\x75\xf8\x9e\x56\xe3\xd9\x3a\x6b\x83\x62\xaa\x8e\x9a\x0b\x81\xf9\x2a\xde\xba\x99\x37\x26\x0e\x0b\x2f\x0a\xcd\x66\x7b\xad\xfd\xd0\x77\x33\x0a\xea\x6b\x55\x88\xcb\x6f\xfc\xdc\xb3\xa4\xae\x78\xe1\x65\x4c\xf8\xb8\x8d\xb4\x05\xd7\xd7\xd7\x25\xbd\xa1\xac\x3f\xd3\xc4\xde\x3f\x4b\xdb\x1d\xf6\xd1\x12\xd3\xda\x4f\xdb\x54\x93\xf5\xd5\xea\x89\xad\x5c\x61\xeb\xb3\x5b\xbc\x10\x2c\x58\x61\xe9\x3d\x0a\x7e\xfc\xc7\x9f\xee\x3c\xd3\x46\xb6\xf9\xe7\x0d\x5a\xc7\x49\x47\x29\x05\xe6\x52\xe0\x57\xff\xe1\xf8\x8f\x3f\x7f\xe0\x85\xaf\x6f\xf7\xed\x8f\x5c\x11\x8a\x05\x71\xbc\x47\xd2\x80\x5a\x33\x92\x57\x64\xe3\x77\x72\x57\x10\xde\x92\x70\x1c\x33\xf1\x4b\x36\x03\x18\x99\xf0\x5b\xfe\x39\x6e\x3f\xf7\x56\xc0\x42\xd7\x02\xe0\xd2\x7c\xef\x0d\x95\xcb\x1d\x6a\x06\xb0\x37\x44\xd3\xff\xae\x59\xbb\x34\x15\xf0\xdb\x8d\x75\x2b\xab\x24\xa9\xd3\x57\x00\x0a\xce\x66\x7d\x9d\x60\xba\xa5\xad\x12\x02\xe7\xea\x7f\xff\x46\x66\x87\xfb\xda\x0d\x60\x5f\xf4\x2b\x92\x89\x37\x32\x7f\x82\x17\xe7\xd6\xbd\xed\x2f\x24\xf3\x42\xbc\x4c\x90\xd3\xf7\x40\x75\x54\x5b\x2e\x11\xbd\x90\xac\x45\xa7\x0f\x45\x69\xdd\x1b\x99\x7e\x16\xdc\xf0\xaf\x17\x92\x7d\x36\x5f\x46\x1e\x72\x56\x62\xfc\xfb\x26\x44\xd3\xe4\x47\xc1\xa8\xdb\x03\xce\x0a\x44\x43\xd8\xb1\xf9\xad\x45\x31\xc4\x4d\x05\x0b\x54\xa9\x53\xcf\x19\x67\xfa\xe7\x8c\x4f\x8e\xc7\x46\xf1\xd4\x7f\x44\xd2\xd3\xaf\x39\x22\xe9\x49\x40\xff\xa9\xf7\x78\x07\xe2\xb2\xfc\x67\x00\xfb\x3c\x40\xa6\x2f\xfe\x29\x0f\x10\x94\xc2\xab\xd3\x9b\x2e\x0f\xac\xbc\xfc\xb0\x5f\x6f\xd8\x56\x1d\xdb\x09\xb4\x35\xa0\x2e\x01\x11\x67\x6c\x33\xe0\x6c\xa2\x01\x22\x72\xa8\x2e\x21\x2b\x26\x13\x32\xa0\xb2\x3d\x40\x48\x0e\xd5\x25\xe4\x71\xc0\xa3\x32\x40\xc0\xa3\xe8\x02\xdf\x39\x0a\xc3\xae\x3b\x0a\xaa\xf3\xb8\xd1\x1e\x6d\x50\x43\x40\x71\xf0\x6f\x8a\x0e\x0d\x40\x1d\xa9\x53\x44\xf3\x40\xe1\xc3\x84\xd4\x4e\x08\x6e\x37\x11\x2a\x32\x1c\x0c\xda\xe5\x37\x44\x52\x09\xd7\x29\x6c\x8b\x17\x31\x63\x03\x7e\x76\x38\x44\x94\x01\xeb\x14\x54\x3f\x00\xfa\x30\x29\xe5\x11\xcf\xed\x86\x15\x45\x52\x0d\x5b\x4e\xa4\x18\xb0\x22\xbd\xe8\x38\xb5\x79\xd8\x71\xd5\x43\x86\xac\x03\xb0\x72\x2d\x6b\x2f\x24\x0e\x44\x72\xa4\x4f\xf9\x3b\xa9\xc6\xed\x83\x22\xd3\xd0\xaf\x7b\xd3\x5e\x83\x64\x78\xc5\xdc\x69\x70\x5d\x07\xa4\x70\x65\xde\x67\x8c\x7e\x87\xcf\x9a\xd5\x3e\xb2\x76\x57\xec\x48\x04\x6b\xad\xed\xc3\xea\x01\x30\xa1\x05\xef\x94\xa3\xdf\xcd\x8c\x4a\x07\xcf\xb9\x2d\x05\x6b\x73\x6f\xa7\x8a\x8d\x76\x8b\x92\x3a\xee\xb9\x96\x2b\x79\xe0\x84\xda\x52\xb1\x36\x73\x77\xaa\xb8\x92\x62\x94\x7e\x87\xce\xf7\x2d\xf5\x1e\x85\x2d\xd3\x1f\x13\xde\x83\x73\x85\x96\x66\x3b\x5b\xdf\xdb\x8d\xeb\x7a\x87\x27\x1a\x6d\xb7\x15\x09\x47\xb7\xe3\xaa\xd6\xfe\xa0\xfe\x2f\x00\x00\xff\xff\x1a\xa6\x1a\x6c\x59\x67\x00\x00"), }, "/cr-example.yaml": &vfsgen۰CompressedFileInfo{ name: "cr-example.yaml", @@ -372,10 +344,6 @@ var assets = func() http.FileSystem { fs["/builder-role-kubernetes.yaml"].(os.FileInfo), fs["/builder-role-openshift.yaml"].(os.FileInfo), fs["/builder-service-account.yaml"].(os.FileInfo), - fs["/camel-catalog-1.1.0-main.yaml"].(os.FileInfo), - fs["/camel-catalog-1.1.0-quarkus.yaml"].(os.FileInfo), - fs["/camel-catalog-1.1.1-SNAPSHOT-main.yaml"].(os.FileInfo), - fs["/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml"].(os.FileInfo), fs["/camel-catalog-1.2.0-SNAPSHOT-main.yaml"].(os.FileInfo), fs["/camel-catalog-1.2.0-SNAPSHOT-quarkus.yaml"].(os.FileInfo), fs["/cr-example.yaml"].(os.FileInfo), diff --git a/pkg/apis/camel/v1/integration_types.go b/pkg/apis/camel/v1/integration_types.go index 742c296571..c1d5efd869 100644 --- a/pkg/apis/camel/v1/integration_types.go +++ b/pkg/apis/camel/v1/integration_types.go @@ -113,6 +113,9 @@ type SourceSpec struct { // Loader is an optional id of the org.apache.camel.k.RoutesLoader that will // interpret this source at runtime Loader string `json:"loader,omitempty"` + // Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader + // uses to pre/post process sources + Interceptors []string `json:"interceptors,omitempty"` } // Language -- diff --git a/pkg/apis/camel/v1/zz_generated.deepcopy.go b/pkg/apis/camel/v1/zz_generated.deepcopy.go index b4cc23d7b6..ca39df9165 100644 --- a/pkg/apis/camel/v1/zz_generated.deepcopy.go +++ b/pkg/apis/camel/v1/zz_generated.deepcopy.go @@ -206,7 +206,9 @@ func (in *BuilderTask) DeepCopyInto(out *BuilderTask) { if in.Sources != nil { in, out := &in.Sources, &out.Sources *out = make([]SourceSpec, len(*in)) - copy(*out, *in) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } } if in.Resources != nil { in, out := &in.Resources, &out.Resources @@ -486,6 +488,13 @@ func (in *Capability) DeepCopyInto(out *Capability) { *out = make([]MavenArtifact, len(*in)) copy(*out, *in) } + if in.Metadata != nil { + in, out := &in.Metadata, &out.Metadata + *out = make(map[string]string, len(*in)) + for key, val := range *in { + (*out)[key] = val + } + } return } @@ -1067,7 +1076,9 @@ func (in *IntegrationSpec) DeepCopyInto(out *IntegrationSpec) { if in.Sources != nil { in, out := &in.Sources, &out.Sources *out = make([]SourceSpec, len(*in)) - copy(*out, *in) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } } if in.Resources != nil { in, out := &in.Resources, &out.Resources @@ -1120,7 +1131,9 @@ func (in *IntegrationStatus) DeepCopyInto(out *IntegrationStatus) { if in.GeneratedSources != nil { in, out := &in.GeneratedSources, &out.GeneratedSources *out = make([]SourceSpec, len(*in)) - copy(*out, *in) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } } if in.GeneratedResources != nil { in, out := &in.GeneratedResources, &out.GeneratedResources @@ -1256,6 +1269,11 @@ func (in *RuntimeSpec) DeepCopy() *RuntimeSpec { func (in *SourceSpec) DeepCopyInto(out *SourceSpec) { *out = *in out.DataSpec = in.DataSpec + if in.Interceptors != nil { + in, out := &in.Interceptors, &out.Interceptors + *out = make([]string, len(*in)) + copy(*out, *in) + } return } diff --git a/pkg/trait/dependencies.go b/pkg/trait/dependencies.go index 39aa2b2ea9..79d5ecc4f2 100644 --- a/pkg/trait/dependencies.go +++ b/pkg/trait/dependencies.go @@ -78,13 +78,14 @@ func (t *dependenciesTrait) Apply(e *Environment) error { for _, d := range v.Dependencies { dependencies.Add(fmt.Sprintf("mvn:%s/%s", d.GroupID, d.ArtifactID)) } - } - // add language specific dependencies - if util.StringSliceExists(v.Languages, string(lang)) { - dependencies.Add(fmt.Sprintf("mvn:%s/%s", v.GroupID, v.ArtifactID)) - - for _, d := range v.Dependencies { - dependencies.Add(fmt.Sprintf("mvn:%s/%s", d.GroupID, d.ArtifactID)) + } else if s.Loader == "" { + // add language specific dependencies + if util.StringSliceExists(v.Languages, string(lang)) { + dependencies.Add(fmt.Sprintf("mvn:%s/%s", v.GroupID, v.ArtifactID)) + + for _, d := range v.Dependencies { + dependencies.Add(fmt.Sprintf("mvn:%s/%s", d.GroupID, d.ArtifactID)) + } } } } diff --git a/pkg/trait/dependencies_test.go b/pkg/trait/dependencies_test.go index b1e524df91..8a376e2b6c 100644 --- a/pkg/trait/dependencies_test.go +++ b/pkg/trait/dependencies_test.go @@ -193,6 +193,9 @@ func TestIntegrationAutoGeneratedDeps(t *testing.T) { ) } +// in this test the language of the source is something unrelated to the +// loader to test the order in which loader and language are taken into +// account when dependencies are computed func TestIntegrationCustomLoader(t *testing.T) { catalog, err := camel.DefaultCatalog() assert.Nil(t, err) @@ -205,11 +208,11 @@ func TestIntegrationCustomLoader(t *testing.T) { Sources: []v1.SourceSpec{ { DataSpec: v1.DataSpec{ - Name: "flow.yaml", - Content: "- from:\n uri: direct:foo\n steps:\n - to: log:bar", + Name: "flow.java", + Content: `from("direct:foo").to("log:bar");`, }, - Language: v1.LanguageYaml, - Loader: "knative-source", + Language: v1.LanguageJavaSource, + Loader: "yaml", }, }, }, @@ -230,9 +233,7 @@ func TestIntegrationCustomLoader(t *testing.T) { []string{ "camel:direct", "camel:log", - "mvn:org.apache.camel.k/camel-k-loader-knative", "mvn:org.apache.camel.k/camel-k-loader-yaml", - "mvn:org.apache.camel.k/camel-k-runtime-knative", "mvn:org.apache.camel.k/camel-k-runtime-main"}, e.Integration.Status.Dependencies, ) diff --git a/pkg/trait/trait_types.go b/pkg/trait/trait_types.go index 40045b23ec..c3a50e3a43 100644 --- a/pkg/trait/trait_types.go +++ b/pkg/trait/trait_types.go @@ -494,6 +494,9 @@ func (e *Environment) ComputeSourcesURI() []string { if s.Compression { params = append(params, "compression=true") } + if s.Interceptors != nil { + params = append(params, "interceptors="+strings.Join(s.Interceptors, ",")) + } if len(params) > 0 { src = fmt.Sprintf("%s?%s", src, strings.Join(params, "&")) From 5cc5b5aa45a7be6c54004ef47a3e589a447a5bf9 Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Mon, 9 Mar 2020 16:57:03 +0100 Subject: [PATCH 5/9] Adapt cron trait to latest camel-k-runtime #1329 --- e2e/cron_test.go | 9 ++ pkg/trait/cron.go | 79 +++++++--- pkg/trait/cron_test.go | 328 ++++++++++++++++++++++++++++++++++++++- pkg/trait/trait_types.go | 11 +- 4 files changed, 398 insertions(+), 29 deletions(-) diff --git a/e2e/cron_test.go b/e2e/cron_test.go index a64936ad76..857f7f9ac3 100644 --- a/e2e/cron_test.go +++ b/e2e/cron_test.go @@ -58,5 +58,14 @@ func TestRunCronExample(t *testing.T) { Eventually(integrationLogs(ns, "cron-fallback"), testTimeoutShort).Should(ContainSubstring("Magicstring!")) Expect(kamel("delete", "--all", "-n", ns).Execute()).Should(BeNil()) }) + + t.Run("cron-fallback-quarkus", func(t *testing.T) { + RegisterTestingT(t) + + Expect(kamel("run", "-n", ns, "files/cron.groovy").Execute()).Should(BeNil()) + Eventually(integrationPodPhase(ns, "cron"), testTimeoutMedium).Should(Equal(v1.PodRunning)) + Eventually(integrationLogs(ns, "cron"), testTimeoutShort).Should(ContainSubstring("Magicstring!")) + Expect(kamel("delete", "--all", "-n", ns).Execute()).Should(BeNil()) + }) }) } diff --git a/pkg/trait/cron.go b/pkg/trait/cron.go index 44454388b6..6b6ac85506 100644 --- a/pkg/trait/cron.go +++ b/pkg/trait/cron.go @@ -20,6 +20,7 @@ package trait import ( "fmt" "regexp" + "sort" "strconv" "strings" @@ -31,7 +32,6 @@ import ( v1 "github.com/apache/camel-k/pkg/apis/camel/v1" "github.com/apache/camel-k/pkg/metadata" "github.com/apache/camel-k/pkg/util" - "github.com/apache/camel-k/pkg/util/envvar" "github.com/apache/camel-k/pkg/util/kubernetes" "github.com/apache/camel-k/pkg/util/uri" ) @@ -125,7 +125,18 @@ func (t *cronTrait) Configure(e *Environment) (bool, error) { return false, nil } - if !e.IntegrationInPhase(v1.IntegrationPhaseInitialization) && !e.InPhase(v1.IntegrationKitPhaseReady, v1.IntegrationPhaseDeploying) { + if !e.IntegrationInPhase(v1.IntegrationPhaseInitialization, v1.IntegrationPhaseDeploying) { + return false, nil + } + + if _, ok := e.CamelCatalog.Runtime.Capabilities["cron"]; !ok { + e.Integration.Status.SetCondition( + v1.IntegrationConditionCronJobAvailable, + corev1.ConditionFalse, + v1.IntegrationConditionCronJobNotAvailableReason, + "the runtime provider %s does not declare 'cron' capability", + ) + return false, nil } @@ -156,7 +167,14 @@ func (t *cronTrait) Configure(e *Environment) (bool, error) { t.ConcurrencyPolicy = string(v1beta1.ForbidConcurrent) } - if t.Schedule == "" && t.Components == "" && t.Fallback == nil { + hasQuarkus := false + + qt := e.GetTrait("quarkus") + if qt != nil { + hasQuarkus = qt.(*quarkusTrait).Enabled != nil && *(qt.(*quarkusTrait).Enabled) + } + + if (hasQuarkus || (t.Schedule == "" && t.Components == "")) && t.Fallback == nil { // If there's at least a `cron` endpoint, add a fallback implementation fromURIs, err := t.getSourcesFromURIs(e) if err != nil { @@ -169,10 +187,8 @@ func (t *cronTrait) Configure(e *Environment) (bool, error) { break } } - } } - dt := e.Catalog.GetTrait("deployer") if dt != nil { t.deployer = *dt.(*deployerTrait) @@ -180,7 +196,7 @@ func (t *cronTrait) Configure(e *Environment) (bool, error) { // Fallback strategy can be implemented in any other controller if t.Fallback != nil && *t.Fallback { - if e.InPhase(v1.IntegrationKitPhaseReady, v1.IntegrationPhaseDeploying) { + if e.IntegrationInPhase(v1.IntegrationPhaseDeploying) { e.Integration.Status.SetCondition( v1.IntegrationConditionCronJobAvailable, corev1.ConditionFalse, @@ -202,7 +218,7 @@ func (t *cronTrait) Configure(e *Environment) (bool, error) { return false, err } if strategy != ControllerStrategyCronJob { - if e.InPhase(v1.IntegrationKitPhaseReady, v1.IntegrationPhaseDeploying) { + if e.IntegrationInPhase(v1.IntegrationPhaseDeploying) { e.Integration.Status.SetCondition( v1.IntegrationConditionCronJobAvailable, corev1.ConditionFalse, @@ -217,30 +233,43 @@ func (t *cronTrait) Configure(e *Environment) (bool, error) { } func (t *cronTrait) Apply(e *Environment) error { - if t.Fallback != nil && *t.Fallback { - if e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { + if e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { + if capability, ok := e.CamelCatalog.Runtime.Capabilities["cron"]; ok { + for _, dependency := range capability.Dependencies { + util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, fmt.Sprintf("mvn:%s/%s", dependency.GroupID, dependency.ArtifactID)) + } + + // sort the dependencies to get always the same list if they don't change + sort.Strings(e.Integration.Status.Dependencies) + } + + if t.Fallback != nil && *t.Fallback { util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, genericCronComponentFallback) } - } else { - if e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { - util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, "mvn:org.apache.camel.k/camel-k-runtime-cron") - } else if e.InPhase(v1.IntegrationKitPhaseReady, v1.IntegrationPhaseDeploying) { - cronJob := t.getCronJobFor(e) - maps := e.ComputeConfigMaps() + } - e.Resources.AddAll(maps) - e.Resources.Add(cronJob) + if e.IntegrationInPhase(v1.IntegrationPhaseDeploying) { + if e.ApplicationProperties == nil { + e.ApplicationProperties = make(map[string]string) + } - e.Integration.Status.SetCondition( - v1.IntegrationConditionCronJobAvailable, - corev1.ConditionTrue, - v1.IntegrationConditionCronJobAvailableReason, - fmt.Sprintf("CronJob name is %s", cronJob.Name), - ) + e.ApplicationProperties["camel.main.duration-max-messages"] = "1" + e.ApplicationProperties["loader.interceptor.cron.overridable-components"] = t.Components + e.Interceptors = append(e.Interceptors, "cron") - envvar.SetVal(&e.EnvVars, "CAMEL_K_CRON_OVERRIDE", t.Components) - } + cronJob := t.getCronJobFor(e) + maps := e.ComputeConfigMaps() + + e.Resources.AddAll(maps) + e.Resources.Add(cronJob) + + e.Integration.Status.SetCondition( + v1.IntegrationConditionCronJobAvailable, + corev1.ConditionTrue, + v1.IntegrationConditionCronJobAvailableReason, + fmt.Sprintf("CronJob name is %s", cronJob.Name)) } + return nil } diff --git a/pkg/trait/cron_test.go b/pkg/trait/cron_test.go index f36791b24b..c077fe2553 100644 --- a/pkg/trait/cron_test.go +++ b/pkg/trait/cron_test.go @@ -18,10 +18,21 @@ limitations under the License. package trait import ( + "context" + "fmt" "strings" "testing" - "github.com/magiconair/properties/assert" + "github.com/apache/camel-k/pkg/util" + + v1 "github.com/apache/camel-k/pkg/apis/camel/v1" + "github.com/apache/camel-k/pkg/util/camel" + k8sutils "github.com/apache/camel-k/pkg/util/kubernetes" + corev1 "k8s.io/api/core/v1" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + + passert "github.com/magiconair/properties/assert" + "github.com/stretchr/testify/assert" ) func TestCronFromURI(t *testing.T) { @@ -198,13 +209,324 @@ func TestCronFromURI(t *testing.T) { if res != nil { gotCron = res.schedule } - assert.Equal(t, gotCron, thetest.cron) + passert.Equal(t, gotCron, thetest.cron) gotComponents := "" if res != nil { gotComponents = strings.Join(res.components, ",") } - assert.Equal(t, gotComponents, thetest.components) + passert.Equal(t, gotComponents, thetest.components) }) } } + +func TestCronDeps(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + traitCatalog := NewCatalog(context.TODO(), nil) + + environment := Environment{ + CamelCatalog: catalog, + Catalog: traitCatalog, + Integration: &v1.Integration{ + ObjectMeta: metav1.ObjectMeta{ + Name: "test", + Namespace: "ns", + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseInitialization, + }, + Spec: v1.IntegrationSpec{ + Profile: v1.TraitProfileKnative, + Sources: []v1.SourceSpec{ + { + DataSpec: v1.DataSpec{ + Name: "routes.java", + Content: `from("cron:tab?schedule=0 0/2 * * ?").to("log:test")`, + }, + Language: v1.LanguageJavaSource, + }, + }, + Resources: []v1.ResourceSpec{}, + Traits: map[string]v1.TraitSpec{}, + }, + }, + IntegrationKit: &v1.IntegrationKit{ + Status: v1.IntegrationKitStatus{ + Phase: v1.IntegrationKitPhaseReady, + }, + }, + Platform: &v1.IntegrationPlatform{ + Spec: v1.IntegrationPlatformSpec{ + Cluster: v1.IntegrationPlatformClusterOpenShift, + Build: v1.IntegrationPlatformBuildSpec{ + PublishStrategy: v1.IntegrationPlatformBuildPublishStrategyS2I, + Registry: v1.IntegrationPlatformRegistrySpec{Address: "registry"}, + }, + Profile: v1.TraitProfileKnative, + }, + }, + EnvVars: make([]corev1.EnvVar, 0), + ExecutedTraits: make([]Trait, 0), + Resources: k8sutils.NewCollection(), + } + environment.Platform.ResyncStatusFullConfig() + + c, err := NewFakeClient("ns") + assert.Nil(t, err) + + tc := NewCatalog(context.TODO(), c) + + err = tc.apply(&environment) + + assert.Nil(t, err) + assert.NotEmpty(t, environment.ExecutedTraits) + + ct := environment.GetTrait("cron").(*cronTrait) + assert.NotNil(t, ct) + assert.Nil(t, ct.Fallback) + + capability, ok := environment.CamelCatalog.Runtime.Capabilities["cron"] + assert.True(t, ok) + + for _, dependency := range capability.Dependencies { + assert.True(t, util.StringSliceExists(environment.Integration.Status.Dependencies, fmt.Sprintf("mvn:%s/%s", dependency.GroupID, dependency.ArtifactID))) + } +} + +func TestCronDepsFallback(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + traitCatalog := NewCatalog(context.TODO(), nil) + + environment := Environment{ + CamelCatalog: catalog, + Catalog: traitCatalog, + Integration: &v1.Integration{ + ObjectMeta: metav1.ObjectMeta{ + Name: "test", + Namespace: "ns", + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseInitialization, + }, + Spec: v1.IntegrationSpec{ + Profile: v1.TraitProfileKnative, + Sources: []v1.SourceSpec{ + { + DataSpec: v1.DataSpec{ + Name: "routes.java", + Content: `from("cron:tab?schedule=0 0/2 * * ?").to("log:test")`, + }, + Language: v1.LanguageJavaSource, + }, + }, + Resources: []v1.ResourceSpec{}, + Traits: map[string]v1.TraitSpec{ + "cron": { + Configuration: map[string]string{ + "fallback": "true", + }, + }, + }, + }, + }, + IntegrationKit: &v1.IntegrationKit{ + Status: v1.IntegrationKitStatus{ + Phase: v1.IntegrationKitPhaseReady, + }, + }, + Platform: &v1.IntegrationPlatform{ + Spec: v1.IntegrationPlatformSpec{ + Cluster: v1.IntegrationPlatformClusterOpenShift, + Build: v1.IntegrationPlatformBuildSpec{ + PublishStrategy: v1.IntegrationPlatformBuildPublishStrategyS2I, + Registry: v1.IntegrationPlatformRegistrySpec{Address: "registry"}, + }, + Profile: v1.TraitProfileKnative, + }, + }, + EnvVars: make([]corev1.EnvVar, 0), + ExecutedTraits: make([]Trait, 0), + Resources: k8sutils.NewCollection(), + } + environment.Platform.ResyncStatusFullConfig() + + c, err := NewFakeClient("ns") + assert.Nil(t, err) + + tc := NewCatalog(context.TODO(), c) + + err = tc.apply(&environment) + + assert.Nil(t, err) + assert.NotEmpty(t, environment.ExecutedTraits) + + ct := environment.GetTrait("cron").(*cronTrait) + assert.NotNil(t, ct) + assert.NotNil(t, ct.Fallback) + + capability, ok := environment.CamelCatalog.Runtime.Capabilities["cron"] + assert.True(t, ok) + + for _, dependency := range capability.Dependencies { + assert.True(t, util.StringSliceExists(environment.Integration.Status.Dependencies, fmt.Sprintf("mvn:%s/%s", dependency.GroupID, dependency.ArtifactID))) + } + + assert.True(t, util.StringSliceExists(environment.Integration.Status.Dependencies, genericCronComponentFallback)) +} + +func TestCronWithMain(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + traitCatalog := NewCatalog(context.TODO(), nil) + + environment := Environment{ + CamelCatalog: catalog, + Catalog: traitCatalog, + Integration: &v1.Integration{ + ObjectMeta: metav1.ObjectMeta{ + Name: "test", + Namespace: "ns", + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseDeploying, + }, + Spec: v1.IntegrationSpec{ + Profile: v1.TraitProfileKnative, + Sources: []v1.SourceSpec{ + { + DataSpec: v1.DataSpec{ + Name: "routes.java", + Content: `from("cron:tab?schedule=0 0/2 * * ?").to("log:test")`, + }, + Language: v1.LanguageJavaSource, + }, + }, + Resources: []v1.ResourceSpec{}, + Traits: map[string]v1.TraitSpec{ + "quarkus": { + Configuration: map[string]string{ + "enabled": "false", + }, + }, + }, + }, + }, + IntegrationKit: &v1.IntegrationKit{ + Status: v1.IntegrationKitStatus{ + Phase: v1.IntegrationKitPhaseReady, + }, + }, + Platform: &v1.IntegrationPlatform{ + Spec: v1.IntegrationPlatformSpec{ + Cluster: v1.IntegrationPlatformClusterOpenShift, + Build: v1.IntegrationPlatformBuildSpec{ + PublishStrategy: v1.IntegrationPlatformBuildPublishStrategyS2I, + Registry: v1.IntegrationPlatformRegistrySpec{Address: "registry"}, + }, + Profile: v1.TraitProfileKnative, + }, + }, + EnvVars: make([]corev1.EnvVar, 0), + ExecutedTraits: make([]Trait, 0), + Resources: k8sutils.NewCollection(), + } + environment.Platform.ResyncStatusFullConfig() + + c, err := NewFakeClient("ns") + assert.Nil(t, err) + + tc := NewCatalog(context.TODO(), c) + + err = tc.apply(&environment) + + assert.Nil(t, err) + assert.NotEmpty(t, environment.ExecutedTraits) + assert.Nil(t, environment.GetTrait("quarkus")) + + ct := environment.GetTrait("cron").(*cronTrait) + assert.NotNil(t, ct) + assert.Nil(t, ct.Fallback) + assert.True(t, util.StringSliceExists(environment.Interceptors, "cron")) +} + +func TestCronWithQuarkus(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + traitCatalog := NewCatalog(context.TODO(), nil) + + environment := Environment{ + CamelCatalog: catalog, + Catalog: traitCatalog, + Integration: &v1.Integration{ + ObjectMeta: metav1.ObjectMeta{ + Name: "test", + Namespace: "ns", + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseDeploying, + }, + Spec: v1.IntegrationSpec{ + Profile: v1.TraitProfileKnative, + Sources: []v1.SourceSpec{ + { + DataSpec: v1.DataSpec{ + Name: "routes.java", + Content: `from("cron:tab?schedule=0 0/2 * * ?").to("log:test")`, + }, + Language: v1.LanguageJavaSource, + }, + }, + Resources: []v1.ResourceSpec{}, + Traits: map[string]v1.TraitSpec{ + "quarkus": { + Configuration: map[string]string{ + "enabled": "true", + }, + }, + }, + }, + }, + IntegrationKit: &v1.IntegrationKit{ + Status: v1.IntegrationKitStatus{ + Phase: v1.IntegrationKitPhaseReady, + }, + }, + Platform: &v1.IntegrationPlatform{ + Spec: v1.IntegrationPlatformSpec{ + Cluster: v1.IntegrationPlatformClusterOpenShift, + Build: v1.IntegrationPlatformBuildSpec{ + PublishStrategy: v1.IntegrationPlatformBuildPublishStrategyS2I, + Registry: v1.IntegrationPlatformRegistrySpec{Address: "registry"}, + }, + Profile: v1.TraitProfileKnative, + }, + }, + EnvVars: make([]corev1.EnvVar, 0), + ExecutedTraits: make([]Trait, 0), + Resources: k8sutils.NewCollection(), + } + environment.Platform.ResyncStatusFullConfig() + + c, err := NewFakeClient("ns") + assert.Nil(t, err) + + tc := NewCatalog(context.TODO(), c) + + err = tc.apply(&environment) + + assert.Nil(t, err) + assert.NotEmpty(t, environment.ExecutedTraits) + assert.NotNil(t, environment.GetTrait("quarkus")) + + ct := environment.GetTrait("cron").(*cronTrait) + assert.NotNil(t, ct) + assert.NotNil(t, ct.Fallback) + assert.True(t, *ct.Fallback) + assert.True(t, util.StringSliceExists(environment.Interceptors, "cron")) +} diff --git a/pkg/trait/trait_types.go b/pkg/trait/trait_types.go index c3a50e3a43..e6d751e341 100644 --- a/pkg/trait/trait_types.go +++ b/pkg/trait/trait_types.go @@ -209,6 +209,7 @@ type Environment struct { ExecutedTraits []Trait EnvVars []corev1.EnvVar ApplicationProperties map[string]string + Interceptors []string } // ControllerStrategy is used to determine the kind of controller that needs to be created for the integration @@ -483,6 +484,7 @@ func (e *Environment) ComputeSourcesURI() []string { srcName := strings.TrimPrefix(s.Name, "/") src := path.Join(root, srcName) src = "file:" + src + interceptors := make([]string, 0, len(s.Interceptors)) params := make([]string, 0) if s.InferLanguage() != "" { @@ -494,8 +496,15 @@ func (e *Environment) ComputeSourcesURI() []string { if s.Compression { params = append(params, "compression=true") } + if s.Interceptors != nil { - params = append(params, "interceptors="+strings.Join(s.Interceptors, ",")) + interceptors = append(interceptors, s.Interceptors...) + } + if e.Interceptors != nil { + interceptors = append(interceptors, e.Interceptors...) + } + if len(interceptors) > 0 { + params = append(params, "interceptors="+strings.Join(interceptors, ",")) } if len(params) > 0 { From 4a242504cd7b7ad81164f4395453b1d08ed6accf Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Mon, 9 Mar 2020 19:00:50 +0100 Subject: [PATCH 6/9] chore: remove leftovers --- build/maven/pom-runtime.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml index 10698a1e53..0241670fce 100644 --- a/build/maven/pom-runtime.xml +++ b/build/maven/pom-runtime.xml @@ -121,17 +121,6 @@ - - org.apache.camel.k - camel-k-quarkus-loader-knative - ${runtime.version} - - - com.oracle.substratevm - * - - - org.apache.camel.k camel-k-quarkus-loader-xml From 6149f95adc3fbde25b614babf27a9b851c94381a Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Mon, 9 Mar 2020 20:05:31 +0100 Subject: [PATCH 7/9] Fix e2e tests for openapi --- e2e/openapi_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/openapi_test.go b/e2e/openapi_test.go index 09ce3a16b5..0abdf0dfd4 100644 --- a/e2e/openapi_test.go +++ b/e2e/openapi_test.go @@ -37,7 +37,7 @@ func TestOpenAPIService(t *testing.T) { "run", "-n", ns, "--name", "petstore", - "--open-api", "examples/petstore-api.yaml", + "--open-api", "files/petstore-api.yaml", "files/petstore.groovy", ).Execute()).Should(BeNil()) @@ -64,7 +64,7 @@ func TestOpenAPIDeployment(t *testing.T) { "run", "-n", ns, "--name", "petstore", - "--open-api", "examples/petstore-api.yaml", + "--open-api", "files/petstore-api.yaml", "files/petstore.groovy", ).Execute()).Should(BeNil()) From 579d1a4b8244bf68a9caa537020cf460fd06f347 Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Tue, 10 Mar 2020 09:03:04 +0100 Subject: [PATCH 8/9] Fix project generation for quarkus --- pkg/builder/runtime/quarkus.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkg/builder/runtime/quarkus.go b/pkg/builder/runtime/quarkus.go index ab920a564f..538474f4ed 100644 --- a/pkg/builder/runtime/quarkus.go +++ b/pkg/builder/runtime/quarkus.go @@ -20,6 +20,7 @@ package runtime import ( "fmt" "io/ioutil" + "os" "path" yaml2 "gopkg.in/yaml.v2" @@ -118,6 +119,21 @@ func buildQuarkusRunner(ctx *builder.Context) error { mc.LocalRepository = ctx.Build.Maven.LocalRepository mc.Timeout = ctx.Build.Maven.GetTimeout().Duration + resourcesPath := path.Join(mc.Path, "src", "main", "resources") + if err := os.MkdirAll(resourcesPath, os.ModePerm); err != nil { + return errors.Wrap(err, "failure while creating resource folder") + } + + // generate an empty application.properties so that there will be something in + // target/classes as if such directory does not exist, the quarkus maven plugin + // mai fail the build + // + // in the future there should be a way to provide build information from secrets, + // configmap, etc. + if _, err := os.Create(path.Join(resourcesPath, "application.properties")); err != nil { + return errors.Wrap(err, "failure while creating application.properties") + } + // Build the project mc.AddArgument("package") if err := maven.Run(mc); err != nil { From 850e36db48815db6cad2750f75574ab0b58ef83a Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Tue, 10 Mar 2020 11:11:07 +0100 Subject: [PATCH 9/9] Fix e2e tests for openapi (take 2) --- e2e/openapi_test.go | 2 -- e2e/test_support.go | 13 +++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/e2e/openapi_test.go b/e2e/openapi_test.go index 0abdf0dfd4..e4fb0c08c5 100644 --- a/e2e/openapi_test.go +++ b/e2e/openapi_test.go @@ -41,8 +41,6 @@ func TestOpenAPIService(t *testing.T) { "files/petstore.groovy", ).Execute()).Should(BeNil()) - Eventually(integrationPodPhase(ns, "petstore"), testTimeoutLong). - Should(Equal(corev1.PodRunning)) Eventually(knativeService(ns, "petstore"), testTimeoutLong). Should(Not(BeNil())) diff --git a/e2e/test_support.go b/e2e/test_support.go index 5dc29e5b92..4394a65025 100644 --- a/e2e/test_support.go +++ b/e2e/test_support.go @@ -82,6 +82,7 @@ func init() { client.FastMapperAllowedAPIGroups["project.openshift.io"] = true client.FastMapperAllowedAPIGroups["eventing.knative.dev"] = true client.FastMapperAllowedAPIGroups["messaging.knative.dev"] = true + client.FastMapperAllowedAPIGroups["serving.knative.dev"] = true var err error testContext = context.TODO() @@ -472,7 +473,7 @@ func configmap(ns string, name string) func() *corev1.ConfigMap { func knativeService(ns string, name string) func() *servingv1.Service { return func() *servingv1.Service { - cm := servingv1.Service{ + answer := servingv1.Service{ TypeMeta: metav1.TypeMeta{ Kind: "Service", APIVersion: servingv1.SchemeGroupVersion.String(), @@ -486,19 +487,19 @@ func knativeService(ns string, name string) func() *servingv1.Service { Namespace: ns, Name: name, } - if err := testClient.Get(testContext, key, &cm); err != nil && k8serrors.IsNotFound(err) { + if err := testClient.Get(testContext, key, &answer); err != nil && k8serrors.IsNotFound(err) { return nil } else if err != nil { log.Errorf(err, "Error while retrieving knative service %s", name) return nil } - return &cm + return &answer } } func deployment(ns string, name string) func() *appsv1.Deployment { return func() *appsv1.Deployment { - cm := appsv1.Deployment{ + answer := appsv1.Deployment{ TypeMeta: metav1.TypeMeta{ Kind: "Deployment", APIVersion: appsv1.SchemeGroupVersion.String(), @@ -512,13 +513,13 @@ func deployment(ns string, name string) func() *appsv1.Deployment { Namespace: ns, Name: name, } - if err := testClient.Get(testContext, key, &cm); err != nil && k8serrors.IsNotFound(err) { + if err := testClient.Get(testContext, key, &answer); err != nil && k8serrors.IsNotFound(err) { return nil } else if err != nil { log.Errorf(err, "Error while retrieving deployment %s", name) return nil } - return &cm + return &answer } }