From 376ddd262eefcc1886e52cf5559a313203c00d39 Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Mon, 2 Mar 2020 18:49:29 +0100 Subject: [PATCH 1/2] Add support for capabilities --- deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml | 2949 +++++++++++++++++ .../camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml | 775 +++++ deploy/resources.go | 16 + pkg/apis/camel/v1/common_types.go | 17 +- pkg/apis/camel/v1/zz_generated.deepcopy.go | 28 + pkg/trait/dependencies.go | 8 +- pkg/trait/probes.go | 39 +- pkg/trait/probes_test.go | 46 +- pkg/trait/rest-dsl.go | 26 + pkg/trait/rest-dsl_test.go | 59 +- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 3 +- 12 files changed, 3941 insertions(+), 27 deletions(-) create mode 100644 deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml create mode 100644 deploy/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml diff --git a/deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml b/deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml new file mode 100644 index 0000000000..a4d6dd043d --- /dev/null +++ b/deploy/camel-catalog-1.1.1-SNAPSHOT-main.yaml @@ -0,0 +1,2949 @@ +# --------------------------------------------------------------------------- +# 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 new file mode 100644 index 0000000000..602f5f2130 --- /dev/null +++ b/deploy/camel-catalog-1.1.1-SNAPSHOT-quarkus.yaml @@ -0,0 +1,775 @@ +# --------------------------------------------------------------------------- +# 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/resources.go b/deploy/resources.go index d17d2dda46..103dc06006 100644 --- a/deploy/resources.go +++ b/deploy/resources.go @@ -102,6 +102,20 @@ var assets = func() http.FileSystem { 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"), + }, "/cr-example.yaml": &vfsgen۰CompressedFileInfo{ name: "cr-example.yaml", modTime: time.Time{}, @@ -346,6 +360,8 @@ var assets = func() http.FileSystem { 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["/cr-example.yaml"].(os.FileInfo), fs["/crd-build.yaml"].(os.FileInfo), fs["/crd-camel-catalog.yaml"].(os.FileInfo), diff --git a/pkg/apis/camel/v1/common_types.go b/pkg/apis/camel/v1/common_types.go index 0bcc485b9c..70f9c2196e 100644 --- a/pkg/apis/camel/v1/common_types.go +++ b/pkg/apis/camel/v1/common_types.go @@ -88,11 +88,18 @@ type MavenArtifact struct { // RuntimeSpec -- type RuntimeSpec struct { - Version string `json:"version" yaml:"version"` - Provider RuntimeProvider `json:"provider" yaml:"provider"` - ApplicationClass string `json:"applicationClass" yaml:"applicationClass"` - Dependencies []MavenArtifact `json:"dependencies" yaml:"dependencies"` - Metadata map[string]string `json:"metadata,omitempty" yaml:"metadata,omitempty"` + Version string `json:"version" yaml:"version"` + Provider RuntimeProvider `json:"provider" yaml:"provider"` + ApplicationClass string `json:"applicationClass" yaml:"applicationClass"` + Dependencies []MavenArtifact `json:"dependencies" yaml:"dependencies"` + Metadata map[string]string `json:"metadata,omitempty" yaml:"metadata,omitempty"` + Capabilities map[string]Capability `json:"capabilities,omitempty" yaml:"capabilities,omitempty"` +} + +// Capability -- +type Capability struct { + Dependencies []MavenArtifact `json:"dependencies" yaml:"dependencies"` + Metadata map[string]string `json:"metadata,omitempty" yaml:"metadata,omitempty"` } const ( diff --git a/pkg/apis/camel/v1/zz_generated.deepcopy.go b/pkg/apis/camel/v1/zz_generated.deepcopy.go index 8ec7148670..b4cc23d7b6 100644 --- a/pkg/apis/camel/v1/zz_generated.deepcopy.go +++ b/pkg/apis/camel/v1/zz_generated.deepcopy.go @@ -478,6 +478,27 @@ func (in *CamelScheme) DeepCopy() *CamelScheme { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *Capability) DeepCopyInto(out *Capability) { + *out = *in + if in.Dependencies != nil { + in, out := &in.Dependencies, &out.Dependencies + *out = make([]MavenArtifact, len(*in)) + copy(*out, *in) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Capability. +func (in *Capability) DeepCopy() *Capability { + if in == nil { + return nil + } + out := new(Capability) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ConfigurationSpec) DeepCopyInto(out *ConfigurationSpec) { *out = *in @@ -1211,6 +1232,13 @@ func (in *RuntimeSpec) DeepCopyInto(out *RuntimeSpec) { (*out)[key] = val } } + if in.Capabilities != nil { + in, out := &in.Capabilities, &out.Capabilities + *out = make(map[string]Capability, len(*in)) + for key, val := range *in { + (*out)[key] = *val.DeepCopy() + } + } return } diff --git a/pkg/trait/dependencies.go b/pkg/trait/dependencies.go index 6dee19f60f..39aa2b2ea9 100644 --- a/pkg/trait/dependencies.go +++ b/pkg/trait/dependencies.go @@ -52,9 +52,7 @@ func (t *dependenciesTrait) Configure(e *Environment) (bool, error) { } func (t *dependenciesTrait) Apply(e *Environment) error { - if e.Integration.Spec.Dependencies != nil { - e.Integration.Status.Dependencies = strset.New(e.Integration.Spec.Dependencies...).List() - } else { + if e.Integration.Status.Dependencies == nil { e.Integration.Status.Dependencies = make([]string, 0) } @@ -92,6 +90,10 @@ func (t *dependenciesTrait) Apply(e *Environment) error { } } + for _, dependency := range e.Integration.Spec.Dependencies { + util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, dependency) + } + // add dependencies back to integration dependencies.Each(func(item string) bool { util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, item) diff --git a/pkg/trait/probes.go b/pkg/trait/probes.go index 4c9de57603..6049b1fd4e 100644 --- a/pkg/trait/probes.go +++ b/pkg/trait/probes.go @@ -18,6 +18,7 @@ limitations under the License. package trait import ( + "fmt" "sort" "strconv" @@ -73,6 +74,11 @@ func newProbesTrait() Trait { func (t *probesTrait) Configure(e *Environment) (bool, error) { if t.Enabled != nil && *t.Enabled { + // check if the runtime provides 'health' capabilities + if _, ok := e.CamelCatalog.Runtime.Capabilities["health"]; !ok { + t.L.Infof("the runtime provider %s does not declare 'health' capability", e.CamelCatalog.Runtime.Provider) + } + return e.IntegrationInPhase( v1.IntegrationPhaseInitialization, v1.IntegrationPhaseDeploying, @@ -84,21 +90,13 @@ func (t *probesTrait) Configure(e *Environment) (bool, error) { } func (t *probesTrait) Apply(e *Environment) error { - if e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { - util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, "mvn:org.apache.camel.k/camel-k-runtime-health") - - // sort the dependencies to get always the same list if they don't change - sort.Strings(e.Integration.Status.Dependencies) + t.computeDependencies(e) + if e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { e.Integration.Status.Configuration = append(e.Integration.Status.Configuration, - // - // TODO: At the moment the servlet engine is used only for health but we need to - // have a dedicated servlet trait and maybe an option to create a dedicated - // server for management stuffs like health - // - v1.ConfigurationSpec{Type: "property", Value: "customizer.servlet.enabled=true"}, - v1.ConfigurationSpec{Type: "property", Value: "customizer.servlet.bindHost=" + t.BindHost}, - v1.ConfigurationSpec{Type: "property", Value: "customizer.servlet.bindPort=" + strconv.Itoa(t.BindPort)}, + v1.ConfigurationSpec{Type: "property", Value: "customizer.inspector.enabled=true"}, + v1.ConfigurationSpec{Type: "property", Value: "customizer.inspector.bind-host=" + t.BindHost}, + v1.ConfigurationSpec{Type: "property", Value: "customizer.inspector.bind-port=" + strconv.Itoa(t.BindPort)}, v1.ConfigurationSpec{Type: "property", Value: "customizer.health.enabled=true"}, v1.ConfigurationSpec{Type: "property", Value: "customizer.health.path=" + t.Path}, ) @@ -155,3 +153,18 @@ func (t *probesTrait) newReadinessProbe() *corev1.Probe { return &p } + +func (t *probesTrait) computeDependencies(e *Environment) { + if !e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { + return + } + + if capability, ok := e.CamelCatalog.Runtime.Capabilities["health"]; 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) + } +} diff --git a/pkg/trait/probes_test.go b/pkg/trait/probes_test.go index 48286637ed..6d4c046c4b 100644 --- a/pkg/trait/probes_test.go +++ b/pkg/trait/probes_test.go @@ -20,6 +20,8 @@ package trait import ( "testing" + "github.com/apache/camel-k/pkg/util/camel" + v1 "github.com/apache/camel-k/pkg/apis/camel/v1" "github.com/apache/camel-k/pkg/util/kubernetes" @@ -31,7 +33,11 @@ import ( ) func TestProbesDeps(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + e := Environment{ + CamelCatalog: catalog, Integration: &v1.Integration{ Status: v1.IntegrationStatus{ Phase: v1.IntegrationPhaseInitialization, @@ -54,7 +60,38 @@ func TestProbesDeps(t *testing.T) { assert.Contains(t, e.Integration.Status.Dependencies, "mvn:org.apache.camel.k/camel-k-runtime-health") } +func TestProbesDepsQuarkus(t *testing.T) { + catalog, err := camel.QuarkusCatalog() + assert.Nil(t, err) + + e := Environment{ + CamelCatalog: catalog, + Integration: &v1.Integration{ + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseInitialization, + }, + }, + } + + enabled := true + + tr := newProbesTrait().(*probesTrait) + tr.Enabled = &enabled + tr.BindPort = 9191 + + ok, err := tr.Configure(&e) + assert.Nil(t, err) + assert.True(t, ok) + + err = tr.Apply(&e) + assert.Nil(t, err) + assert.Contains(t, e.Integration.Status.Dependencies, "mvn:org.apache.camel.quarkus/camel-quarkus-microprofile-health") +} + func TestProbesOnDeployment(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + target := appsv1.Deployment{ Spec: appsv1.DeploymentSpec{ Template: corev1.PodTemplateSpec{ @@ -68,7 +105,8 @@ func TestProbesOnDeployment(t *testing.T) { } e := Environment{ - Resources: kubernetes.NewCollection(&target), + CamelCatalog: catalog, + Resources: kubernetes.NewCollection(&target), Integration: &v1.Integration{ Status: v1.IntegrationStatus{ Phase: v1.IntegrationPhaseDeploying, @@ -99,6 +137,9 @@ func TestProbesOnDeployment(t *testing.T) { } func TestProbesOnKnativeService(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + target := serving.Service{ Spec: serving.ServiceSpec{ ConfigurationSpec: serving.ConfigurationSpec{ @@ -118,7 +159,8 @@ func TestProbesOnKnativeService(t *testing.T) { } e := Environment{ - Resources: kubernetes.NewCollection(&target), + CamelCatalog: catalog, + Resources: kubernetes.NewCollection(&target), Integration: &v1.Integration{ Status: v1.IntegrationStatus{ Phase: v1.IntegrationPhaseDeploying, diff --git a/pkg/trait/rest-dsl.go b/pkg/trait/rest-dsl.go index d3992b2184..527a00f623 100644 --- a/pkg/trait/rest-dsl.go +++ b/pkg/trait/rest-dsl.go @@ -24,9 +24,12 @@ import ( "os" "path" "path/filepath" + "sort" "strconv" "strings" + "github.com/apache/camel-k/pkg/util" + corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" @@ -59,6 +62,11 @@ func (t *restDslTrait) Configure(e *Environment) (bool, error) { return false, nil } + // check if the runtime provides 'rest' capabilities + if _, ok := e.CamelCatalog.Runtime.Capabilities["rest"]; !ok { + t.L.Infof("the runtime provider %s does not declare 'rest' capability", e.CamelCatalog.Runtime.Provider) + } + for _, resource := range e.Integration.Spec.Resources { if resource.Type == v1.ResourceTypeOpenAPI { return e.IntegrationInPhase(v1.IntegrationPhaseInitialization), nil @@ -73,6 +81,8 @@ func (t *restDslTrait) Apply(e *Environment) error { return nil } + t.computeDependencies(e) + root := os.TempDir() tmpDir, err := ioutil.TempDir(root, "rest-dsl") if err != nil { @@ -240,3 +250,19 @@ func (t *restDslTrait) generateMavenProject(e *Environment) (maven.Project, erro return p, nil } + +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 { + 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) + } +} diff --git a/pkg/trait/rest-dsl_test.go b/pkg/trait/rest-dsl_test.go index d02203c7d5..4f71ebb3ac 100644 --- a/pkg/trait/rest-dsl_test.go +++ b/pkg/trait/rest-dsl_test.go @@ -20,13 +20,20 @@ package trait import ( "testing" + "github.com/apache/camel-k/pkg/util/camel" + v1 "github.com/apache/camel-k/pkg/apis/camel/v1" "github.com/stretchr/testify/assert" ) func TestRestDslTraitApplicability(t *testing.T) { - e := &Environment{} + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + e := &Environment{ + CamelCatalog: catalog, + } trait := newRestDslTrait() enabled, err := trait.Configure(e) @@ -55,3 +62,53 @@ func TestRestDslTraitApplicability(t *testing.T) { assert.Nil(t, err) assert.True(t, enabled) } + +func TestRestDslTraitDeps(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + e := &Environment{ + CamelCatalog: catalog, + Integration: &v1.Integration{ + Spec: v1.IntegrationSpec{ + Resources: []v1.ResourceSpec{ + {Type: v1.ResourceTypeOpenAPI}, + }, + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseInitialization, + }, + }, + } + + trait := newRestDslTrait().(*restDslTrait) + trait.computeDependencies(e) + + assert.Contains(t, e.Integration.Status.Dependencies, "mvn:org.apache.camel/camel-rest") + assert.Contains(t, e.Integration.Status.Dependencies, "mvn:org.apache.camel/camel-undertow") +} + +func TestRestDslTraitDepsQuarkus(t *testing.T) { + catalog, err := camel.QuarkusCatalog() + assert.Nil(t, err) + + e := &Environment{ + CamelCatalog: catalog, + Integration: &v1.Integration{ + Spec: v1.IntegrationSpec{ + Resources: []v1.ResourceSpec{ + {Type: v1.ResourceTypeOpenAPI}, + }, + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseInitialization, + }, + }, + } + + trait := newRestDslTrait().(*restDslTrait) + trait.computeDependencies(e) + + assert.Contains(t, e.Integration.Status.Dependencies, "mvn:org.apache.camel.quarkus/camel-quarkus-rest") + assert.Contains(t, e.Integration.Status.Dependencies, "mvn:org.apache.camel.quarkus/camel-quarkus-platform-http") +} diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index a8dae10967..d722404eda 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.0" + DefaultRuntimeVersion = "1.1.1-SNAPSHOT" // BuildahVersion -- BuildahVersion = "1.14.0" diff --git a/script/Makefile b/script/Makefile index 57eea8516a..63022937c2 100644 --- a/script/Makefile +++ b/script/Makefile @@ -16,8 +16,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION := 1.0.0-SNAPSHOT LAST_RELEASED_VERSION := 1.0.0-RC2 -RUNTIME_VERSION := 1.1.0 -QUARKUS_VERSION := 1.2.0.Final +RUNTIME_VERSION := 1.1.1-SNAPSHOT BUILDAH_VERSION := 1.14.0 KANIKO_VERSION := 0.17.1 BASE_IMAGE := adoptopenjdk/openjdk8:slim From ed97253531868c9e8917152b8af38f2daf5d620b Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Tue, 3 Mar 2020 11:23:36 +0100 Subject: [PATCH 2/2] Use env var to enable stagin profile --- build/maven/pom-runtime.xml | 8 ++++---- examples/greetings.groovy | 2 +- script/Makefile | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml index 6f9ef894dc..72dd8e02f3 100644 --- a/build/maven/pom-runtime.xml +++ b/build/maven/pom-runtime.xml @@ -74,7 +74,7 @@ org.apache.camel.k - camel-k-runtime-servlet + camel-k-runtime-inspector ${runtime.version} @@ -301,14 +301,14 @@ staging - staging.repo + env.STAGING_RUNTIME_REPO staging - ${staging.repo} + ${env.STAGING_RUNTIME_REPO} true @@ -321,7 +321,7 @@ staging - ${staging.repo} + ${env.STAGING_RUNTIME_REPO} true diff --git a/examples/greetings.groovy b/examples/greetings.groovy index 0a96f500ec..54cccb4f9e 100644 --- a/examples/greetings.groovy +++ b/examples/greetings.groovy @@ -17,7 +17,7 @@ */ // -// kamel run --dev --name greetings --dependency=camel-rest --dependency camel-undertow --property camel.rest.port=8080 --open-api examples/greetings-api.json --logging-level org.apache.camel.k=DEBUG examples/greetings.groovy +// kamel run --dev --name greetings --property camel.rest.port=8080 --open-api examples/greetings-api.json examples/greetings.groovy // from('direct:greeting-api') diff --git a/script/Makefile b/script/Makefile index 63022937c2..db86084bf0 100644 --- a/script/Makefile +++ b/script/Makefile @@ -30,7 +30,7 @@ LINT_DEADLINE := 10m # Used to push pre-release artifacts STAGING_IMAGE_NAME := docker.io/camelk/camel-k -STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1178 +#STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1178 # When packaging artifacts into the docker image, you can "copy" them from local maven # or "download" them from Apache Snapshots and Maven Central @@ -136,8 +136,8 @@ build-kamel: go build $(GOFLAGS) -o kamel ./cmd/kamel/*.go build-resources: - ./script/build_catalog.sh $(RUNTIME_VERSION) -Dstaging.repo=$(STAGING_RUNTIME_REPO) -Dcatalog.file=camel-catalog-$(RUNTIME_VERSION)-main.yaml - ./script/build_catalog.sh $(RUNTIME_VERSION) -Dstaging.repo=$(STAGING_RUNTIME_REPO) -Dcatalog.file=camel-catalog-$(RUNTIME_VERSION)-quarkus.yaml -Dcatalog.runtime=quarkus + STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" ./script/build_catalog.sh $(RUNTIME_VERSION) -Dcatalog.file=camel-catalog-$(RUNTIME_VERSION)-main.yaml + STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" ./script/build_catalog.sh $(RUNTIME_VERSION) -Dcatalog.file=camel-catalog-$(RUNTIME_VERSION)-quarkus.yaml -Dcatalog.runtime=quarkus ./script/embed_resources.sh deploy build-olm: