diff --git a/build/maven/pom-runtime.xml b/build/maven/pom-runtime.xml index a38ead5f69..06a728d881 100644 --- a/build/maven/pom-runtime.xml +++ b/build/maven/pom-runtime.xml @@ -58,6 +58,26 @@ camel-knative ${runtime.version} + + org.apache.camel.k + camel-k-knative-consumer + ${runtime.version} + + + org.apache.camel.k + camel-k-knative-consumer-deployment + ${runtime.version} + + + org.apache.camel.k + camel-k-knative-producer + ${runtime.version} + + + org.apache.camel.k + camel-k-knative-producer-deployment + ${runtime.version} + org.apache.camel.k camel-knative-http @@ -68,21 +88,41 @@ camel-k-core ${runtime.version} + + org.apache.camel.k + camel-k-core-deployment + ${runtime.version} + org.apache.camel.k camel-k-knative ${runtime.version} + + org.apache.camel.k + camel-k-knative-deployment + ${runtime.version} + org.apache.camel.k camel-k-master ${runtime.version} + + org.apache.camel.k + camel-k-master-deployment + ${runtime.version} + org.apache.camel.k camel-k-cron ${runtime.version} + + org.apache.camel.k + camel-k-cron-deployment + ${runtime.version} + diff --git a/deploy/camel-catalog-1.7.0-SNAPSHOT.yaml b/deploy/camel-catalog-1.7.0-SNAPSHOT.yaml new file mode 100644 index 0000000000..492c51322c --- /dev/null +++ b/deploy/camel-catalog-1.7.0-SNAPSHOT.yaml @@ -0,0 +1,3008 @@ +# --------------------------------------------------------------------------- +# 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.7.0-snapshot + labels: + app: camel-k + camel.apache.org/catalog.loader.version: 3.8.0 + camel.apache.org/catalog.version: 3.8.0 + camel.apache.org/runtime.version: 1.7.0-SNAPSHOT +spec: + runtime: + version: 1.7.0-SNAPSHOT + provider: quarkus + applicationClass: io.quarkus.bootstrap.runner.QuarkusEntryPoint + metadata: + camel-quarkus.version: 1.7.0 + camel.version: 3.8.0 + quarkus.version: 1.12.0.Final + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-runtime + capabilities: + circuit-breaker: + dependencies: + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-microprofile-fault-tolerance + cron: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-cron + health: + dependencies: + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-microprofile-health + master: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-master + platform-http: + dependencies: + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-platform-http + rest: + dependencies: + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-platform-http + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-rest + tracing: + dependencies: + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-opentracing + artifacts: + camel-k-cron: + groupId: org.apache.camel.k + artifactId: camel-k-cron + camel-k-kamelet-reify: + groupId: org.apache.camel.k + artifactId: camel-k-kamelet-reify + schemes: + - id: kamelet-reify + http: false + passive: false + camel-k-knative: + groupId: org.apache.camel.k + artifactId: camel-k-knative + schemes: + - id: knative + http: true + passive: false + producer: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-knative-producer + consumer: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-knative-consumer + camel-k-master: + groupId: org.apache.camel.k + artifactId: camel-k-master + camel-k-webhook: + groupId: org.apache.camel.k + artifactId: camel-k-webhook + camel-quarkus-activemq: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-activemq + schemes: + - id: activemq + http: false + passive: false + javaTypes: + - org.apache.camel.component.activemq.ActiveMQComponent + camel-quarkus-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-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-amqp: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-amqp + schemes: + - id: amqp + http: false + passive: false + javaTypes: + - org.apache.camel.component.amqp.AMQPComponent + camel-quarkus-apns: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-apns + schemes: + - id: apns + http: false + passive: false + javaTypes: + - org.apache.camel.component.apns.ApnsComponent + camel-quarkus-arangodb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-arangodb + schemes: + - id: arangodb + http: false + passive: false + javaTypes: + - org.apache.camel.component.arangodb.ArangoDbComponent + camel-quarkus-as2: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-as2 + schemes: + - id: as2 + http: false + passive: false + javaTypes: + - org.apache.camel.component.as2.AS2Component + camel-quarkus-asn1: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-asn1 + dataformats: + - asn1 + javaTypes: + - org.apache.camel.dataformat.asn1.ASN1DataFormat + camel-quarkus-asterisk: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-asterisk + schemes: + - id: asterisk + http: false + passive: false + javaTypes: + - org.apache.camel.component.asterisk.AsteriskComponent + camel-quarkus-atlasmap: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-atlasmap + schemes: + - id: atlasmap + http: false + passive: false + javaTypes: + - org.apache.camel.component.atlasmap.AtlasMapComponent + camel-quarkus-atmos: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-atmos + schemes: + - id: atmos + http: false + passive: false + javaTypes: + - org.apache.camel.component.atmos.AtmosComponent + camel-quarkus-atom: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-atom + schemes: + - id: atom + http: false + passive: false + javaTypes: + - org.apache.camel.component.atom.AtomComponent + camel-quarkus-atomix: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-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-quarkus-avro: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-avro + dataformats: + - avro + javaTypes: + - org.apache.camel.dataformat.avro.AvroDataFormat + camel-quarkus-avro-rpc: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-avro-rpc + schemes: + - id: avro + http: false + passive: false + javaTypes: + - org.apache.camel.component.avro.AvroComponent + camel-quarkus-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-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-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-aws-iam: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws-iam + schemes: + - id: aws-iam + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.iam.IAMComponent + camel-quarkus-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.firehose.KinesisFirehoseComponent + - org.apache.camel.component.aws.kinesis.KinesisComponent + 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-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-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-aws-sdb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws-sdb + schemes: + - id: aws-sdb + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.sdb.SdbComponent + camel-quarkus-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-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-swf: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws-swf + schemes: + - id: aws-swf + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws.swf.SWFComponent + camel-quarkus-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-aws2-athena: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-athena + schemes: + - id: aws2-athena + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.athena.Athena2Component + camel-quarkus-aws2-cw: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-cw + schemes: + - id: aws2-cw + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.cw.Cw2Component + camel-quarkus-aws2-ddb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-ddb + schemes: + - id: aws2-ddb + http: false + passive: false + - id: aws2-ddbstream + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.ddb.Ddb2Component + - org.apache.camel.component.aws2.ddbstream.Ddb2StreamComponent + camel-quarkus-aws2-ec2: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-ec2 + schemes: + - id: aws2-ec2 + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.ec2.AWS2EC2Component + camel-quarkus-aws2-ecs: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-ecs + schemes: + - id: aws2-ecs + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.ecs.ECS2Component + camel-quarkus-aws2-eks: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-eks + schemes: + - id: aws2-eks + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.eks.EKS2Component + camel-quarkus-aws2-eventbridge: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-eventbridge + schemes: + - id: aws2-eventbridge + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.eventbridge.EventbridgeComponent + camel-quarkus-aws2-iam: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-iam + schemes: + - id: aws2-iam + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.iam.IAM2Component + camel-quarkus-aws2-kinesis: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-kinesis + schemes: + - id: aws2-kinesis + http: false + passive: false + - id: aws2-kinesis-firehose + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.firehose.KinesisFirehose2Component + - org.apache.camel.component.aws2.kinesis.Kinesis2Component + camel-quarkus-aws2-kms: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-kms + schemes: + - id: aws2-kms + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.kms.KMS2Component + camel-quarkus-aws2-lambda: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-lambda + schemes: + - id: aws2-lambda + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.lambda.Lambda2Component + camel-quarkus-aws2-mq: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-mq + schemes: + - id: aws2-mq + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.mq.MQ2Component + camel-quarkus-aws2-msk: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-msk + schemes: + - id: aws2-msk + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.msk.MSK2Component + camel-quarkus-aws2-s3: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-s3 + schemes: + - id: aws2-s3 + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.s3.AWS2S3Component + camel-quarkus-aws2-ses: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-ses + schemes: + - id: aws2-ses + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.ses.Ses2Component + camel-quarkus-aws2-sns: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-sns + schemes: + - id: aws2-sns + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.sns.Sns2Component + camel-quarkus-aws2-sqs: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-sqs + schemes: + - id: aws2-sqs + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.sqs.Sqs2Component + camel-quarkus-aws2-sts: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-sts + schemes: + - id: aws2-sts + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.sts.STS2Component + camel-quarkus-aws2-translate: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-translate + schemes: + - id: aws2-translate + http: false + passive: false + javaTypes: + - org.apache.camel.component.aws2.translate.Translate2Component + camel-quarkus-azure: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-azure + schemes: + - id: azure-blob + http: false + passive: false + - id: azure-queue + http: false + passive: false + javaTypes: + - org.apache.camel.component.azure.blob.BlobServiceComponent + - org.apache.camel.component.azure.queue.QueueServiceComponent + camel-quarkus-azure-eventhubs: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-azure-eventhubs + schemes: + - id: azure-eventhubs + http: false + passive: false + javaTypes: + - org.apache.camel.component.azure.eventhubs.EventHubsComponent + camel-quarkus-azure-storage-blob: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-azure-storage-blob + schemes: + - id: azure-storage-blob + http: false + passive: false + javaTypes: + - org.apache.camel.component.azure.storage.blob.BlobComponent + camel-quarkus-azure-storage-queue: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-azure-storage-queue + schemes: + - id: azure-storage-queue + http: false + passive: false + javaTypes: + - org.apache.camel.component.azure.storage.queue.QueueComponent + camel-quarkus-barcode: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-barcode + dataformats: + - barcode + javaTypes: + - org.apache.camel.dataformat.barcode.BarcodeDataFormat + camel-quarkus-base64: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-base64 + dataformats: + - base64 + javaTypes: + - org.apache.camel.dataformat.base64.Base64DataFormat + 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-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-beanio: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-beanio + dataformats: + - beanio + javaTypes: + - org.apache.camel.dataformat.beanio.BeanIODataFormat + camel-quarkus-beanstalk: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-beanstalk + schemes: + - id: beanstalk + http: false + passive: false + javaTypes: + - org.apache.camel.component.beanstalk.BeanstalkComponent + camel-quarkus-bindy: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-bindy + dataformats: + - bindy-csv + - bindy-fixed + - bindy-kvp + javaTypes: + - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat + - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat + - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat + camel-quarkus-bonita: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-bonita + schemes: + - id: bonita + http: false + passive: false + javaTypes: + - org.apache.camel.component.bonita.BonitaComponent + camel-quarkus-box: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-box + schemes: + - id: box + http: false + passive: false + javaTypes: + - org.apache.camel.component.box.BoxComponent + camel-quarkus-braintree: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-braintree + schemes: + - id: braintree + http: false + passive: false + javaTypes: + - org.apache.camel.component.braintree.BraintreeComponent + camel-quarkus-browse: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-browse + schemes: + - id: browse + http: false + passive: true + javaTypes: + - org.apache.camel.component.browse.BrowseComponent + camel-quarkus-caffeine: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-caffeine + schemes: + - id: caffeine-cache + http: false + passive: false + - id: caffeine-loadcache + http: false + passive: false + javaTypes: + - org.apache.camel.component.caffeine.cache.CaffeineCacheComponent + - org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent + camel-quarkus-cassandraql: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-cassandraql + schemes: + - id: cql + http: false + passive: false + javaTypes: + - org.apache.camel.component.cassandra.CassandraComponent + camel-quarkus-cbor: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-cbor + dataformats: + - cbor + javaTypes: + - org.apache.camel.component.cbor.CBORDataFormat + camel-quarkus-chatscript: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-chatscript + schemes: + - id: chatscript + http: false + passive: false + javaTypes: + - org.apache.camel.component.chatscript.ChatScriptComponent + camel-quarkus-chunk: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-chunk + schemes: + - id: chunk + http: false + passive: false + javaTypes: + - org.apache.camel.component.chunk.ChunkComponent + camel-quarkus-cm-sms: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-cm-sms + schemes: + - id: cm-sms + http: false + passive: false + javaTypes: + - org.apache.camel.component.cm.CMComponent + camel-quarkus-cmis: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-cmis + schemes: + - id: cmis + http: false + passive: false + javaTypes: + - org.apache.camel.component.cmis.CMISComponent + camel-quarkus-coap: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-coap + schemes: + - id: coap + http: false + passive: false + - id: coap+tcp + http: false + passive: false + - id: coaps + http: false + passive: false + - id: coaps+tcp + http: false + passive: false + javaTypes: + - org.apache.camel.coap.CoAPComponent + camel-quarkus-cometd: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-cometd + schemes: + - id: cometd + http: false + passive: false + - id: cometds + http: false + passive: false + javaTypes: + - org.apache.camel.component.cometd.CometdComponent + camel-quarkus-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-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-corda: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-corda + schemes: + - id: corda + http: false + passive: false + javaTypes: + - org.apache.camel.component.corda.CordaComponent + camel-quarkus-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.header.HeaderLanguage + - org.apache.camel.language.property.ExchangePropertyLanguage + - org.apache.camel.language.ref.RefLanguage + - org.apache.camel.language.simple.FileLanguage + - org.apache.camel.language.simple.SimpleLanguage + - org.apache.camel.language.tokenizer.TokenizeLanguage + camel-quarkus-couchbase: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-couchbase + schemes: + - id: couchbase + http: false + passive: false + javaTypes: + - org.apache.camel.component.couchbase.CouchbaseComponent + camel-quarkus-couchdb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-couchdb + schemes: + - id: couchdb + http: false + passive: false + javaTypes: + - org.apache.camel.component.couchdb.CouchDbComponent + camel-quarkus-cron: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-cron + schemes: + - id: cron + http: false + passive: false + javaTypes: + - org.apache.camel.component.cron.CronComponent + camel-quarkus-crypto: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-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-quarkus-csimple: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-csimple + languages: + - csimple + javaTypes: + - org.apache.camel.language.csimple.CSimpleLanguage + camel-quarkus-csv: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-csv + dataformats: + - csv + javaTypes: + - org.apache.camel.dataformat.csv.CsvDataFormat + 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-debezium-mongodb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-debezium-mongodb + schemes: + - id: debezium-mongodb + http: false + passive: false + javaTypes: + - org.apache.camel.component.debezium.DebeziumMongodbComponent + camel-quarkus-debezium-mysql: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-debezium-mysql + schemes: + - id: debezium-mysql + http: false + passive: false + javaTypes: + - org.apache.camel.component.debezium.DebeziumMySqlComponent + camel-quarkus-debezium-postgres: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-debezium-postgres + schemes: + - id: debezium-postgres + http: false + passive: false + javaTypes: + - org.apache.camel.component.debezium.DebeziumPostgresComponent + camel-quarkus-debezium-sqlserver: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-debezium-sqlserver + schemes: + - id: debezium-sqlserver + http: false + passive: false + javaTypes: + - org.apache.camel.component.debezium.DebeziumSqlserverComponent + camel-quarkus-digitalocean: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-digitalocean + schemes: + - id: digitalocean + http: false + passive: false + javaTypes: + - org.apache.camel.component.digitalocean.DigitalOceanComponent + camel-quarkus-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-disruptor: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-disruptor + schemes: + - id: disruptor + http: false + passive: false + - id: disruptor-vm + http: false + passive: false + javaTypes: + - org.apache.camel.component.disruptor.DisruptorComponent + - org.apache.camel.component.disruptor.vm.DisruptorVmComponent + camel-quarkus-djl: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-djl + schemes: + - id: djl + http: false + passive: false + javaTypes: + - org.apache.camel.component.djl.DJLComponent + camel-quarkus-dns: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-dns + schemes: + - id: dns + http: false + passive: false + javaTypes: + - org.apache.camel.component.dns.DnsComponent + 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-drill: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-drill + schemes: + - id: drill + http: false + passive: false + javaTypes: + - org.apache.camel.component.drill.DrillComponent + camel-quarkus-dropbox: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-dropbox + schemes: + - id: dropbox + http: false + passive: false + javaTypes: + - org.apache.camel.component.dropbox.DropboxComponent + camel-quarkus-ehcache: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ehcache + schemes: + - id: ehcache + http: false + passive: false + javaTypes: + - org.apache.camel.component.ehcache.EhcacheComponent + camel-quarkus-elasticsearch-rest: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-elasticsearch-rest + schemes: + - id: elasticsearch-rest + http: false + passive: false + javaTypes: + - org.apache.camel.component.elasticsearch.ElasticsearchComponent + camel-quarkus-elsql: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-elsql + schemes: + - id: elsql + http: false + passive: false + javaTypes: + - org.apache.camel.component.elsql.ElsqlComponent + camel-quarkus-etcd: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-etcd + schemes: + - id: etcd-keys + http: false + passive: false + - id: etcd-stats + http: false + passive: false + - id: etcd-watch + http: false + passive: false + javaTypes: + - org.apache.camel.component.etcd.EtcdKeysComponent + - org.apache.camel.component.etcd.EtcdStatsComponent + - org.apache.camel.component.etcd.EtcdWatchComponent + camel-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-facebook: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-facebook + schemes: + - id: facebook + http: false + passive: false + javaTypes: + - org.apache.camel.component.facebook.FacebookComponent + camel-quarkus-fastjson: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-fastjson + dataformats: + - json-fastjson + javaTypes: + - org.apache.camel.component.fastjson.FastjsonDataFormat + 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-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-file-watch: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-file-watch + schemes: + - id: file-watch + http: false + passive: false + javaTypes: + - org.apache.camel.component.file.watch.FileWatchComponent + camel-quarkus-flatpack: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-flatpack + schemes: + - id: flatpack + http: false + passive: false + dataformats: + - flatpack + javaTypes: + - org.apache.camel.component.flatpack.FlatpackComponent + - org.apache.camel.dataformat.flatpack.FlatpackDataFormat + camel-quarkus-flink: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-flink + schemes: + - id: flink + http: false + passive: false + javaTypes: + - org.apache.camel.component.flink.FlinkComponent + camel-quarkus-fop: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-fop + schemes: + - id: fop + http: false + passive: false + javaTypes: + - org.apache.camel.component.fop.FopComponent + camel-quarkus-freemarker: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-freemarker + schemes: + - id: freemarker + http: false + passive: false + javaTypes: + - org.apache.camel.component.freemarker.FreemarkerComponent + camel-quarkus-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-ganglia: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ganglia + schemes: + - id: ganglia + http: false + passive: false + javaTypes: + - org.apache.camel.component.ganglia.GangliaComponent + camel-quarkus-geocoder: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-geocoder + schemes: + - id: geocoder + http: false + passive: false + javaTypes: + - org.apache.camel.component.geocoder.GeoCoderComponent + camel-quarkus-git: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-git + schemes: + - id: git + http: false + passive: false + javaTypes: + - org.apache.camel.component.git.GitComponent + camel-quarkus-github: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-github + schemes: + - id: github + http: false + passive: false + javaTypes: + - org.apache.camel.component.github.GitHubComponent + camel-quarkus-google-bigquery: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-google-bigquery + schemes: + - id: google-bigquery + http: false + passive: false + - id: google-bigquery-sql + http: false + passive: false + javaTypes: + - org.apache.camel.component.google.bigquery.GoogleBigQueryComponent + - org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent + camel-quarkus-google-calendar: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-google-calendar + schemes: + - id: google-calendar + http: false + passive: false + - id: google-calendar-stream + http: false + passive: false + javaTypes: + - org.apache.camel.component.google.calendar.GoogleCalendarComponent + - org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent + camel-quarkus-google-drive: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-google-drive + schemes: + - id: google-drive + http: false + passive: false + javaTypes: + - org.apache.camel.component.google.drive.GoogleDriveComponent + camel-quarkus-google-mail: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-google-mail + schemes: + - id: google-mail + http: false + passive: false + - id: google-mail-stream + http: false + passive: false + javaTypes: + - org.apache.camel.component.google.mail.GoogleMailComponent + - org.apache.camel.component.google.mail.stream.GoogleMailStreamComponent + camel-quarkus-google-pubsub: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-google-pubsub + schemes: + - id: google-pubsub + http: false + passive: false + javaTypes: + - org.apache.camel.component.google.pubsub.GooglePubsubComponent + camel-quarkus-google-sheets: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-google-sheets + schemes: + - id: google-sheets + http: false + passive: false + - id: google-sheets-stream + http: false + passive: false + javaTypes: + - org.apache.camel.component.google.sheets.GoogleSheetsComponent + - org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent + camel-quarkus-graphql: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-graphql + schemes: + - id: graphql + http: false + passive: false + javaTypes: + - org.apache.camel.component.graphql.GraphqlComponent + camel-quarkus-grok: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-grok + dataformats: + - grok + javaTypes: + - org.apache.camel.component.grok.GrokDataFormat + camel-quarkus-groovy: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-groovy + languages: + - groovy + javaTypes: + - org.apache.camel.language.groovy.GroovyLanguage + camel-quarkus-grpc: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-grpc + schemes: + - id: grpc + http: true + passive: false + javaTypes: + - org.apache.camel.component.grpc.GrpcComponent + camel-quarkus-gson: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-gson + dataformats: + - json-gson + javaTypes: + - org.apache.camel.component.gson.GsonDataFormat + camel-quarkus-guava-eventbus: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-guava-eventbus + schemes: + - id: guava-eventbus + http: false + passive: false + javaTypes: + - org.apache.camel.component.guava.eventbus.GuavaEventBusComponent + camel-quarkus-hazelcast: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-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-quarkus-hbase: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-hbase + schemes: + - id: hbase + http: false + passive: false + javaTypes: + - org.apache.camel.component.hbase.HBaseComponent + camel-quarkus-hdfs: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-hdfs + schemes: + - id: hdfs + http: false + passive: false + javaTypes: + - org.apache.camel.component.hdfs.HdfsComponent + camel-quarkus-hl7: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-hl7 + languages: + - hl7terser + dataformats: + - hl7 + javaTypes: + - org.apache.camel.component.hl7.HL7DataFormat + - org.apache.camel.component.hl7.Hl7TerserLanguage + 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-ical: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ical + dataformats: + - ical + javaTypes: + - org.apache.camel.component.ical.ICalDataFormat + camel-quarkus-iec60870: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-iec60870 + schemes: + - id: iec60870-client + http: false + passive: false + - id: iec60870-server + http: false + passive: false + javaTypes: + - org.apache.camel.component.iec60870.client.ClientComponent + - org.apache.camel.component.iec60870.server.ServerComponent + camel-quarkus-ignite: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-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-quarkus-infinispan: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-infinispan + schemes: + - id: infinispan + http: false + passive: false + javaTypes: + - org.apache.camel.component.infinispan.remote.InfinispanRemoteComponent + camel-quarkus-influxdb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-influxdb + schemes: + - id: influxdb + http: false + passive: false + javaTypes: + - org.apache.camel.component.influxdb.InfluxDbComponent + camel-quarkus-iota: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-iota + schemes: + - id: iota + http: false + passive: false + javaTypes: + - org.apache.camel.component.iota.IOTAComponent + camel-quarkus-ipfs: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ipfs + schemes: + - id: ipfs + http: false + passive: false + javaTypes: + - org.apache.camel.component.ipfs.IPFSComponent + camel-quarkus-irc: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-irc + schemes: + - id: irc + http: false + passive: false + javaTypes: + - org.apache.camel.component.irc.IrcComponent + camel-quarkus-jackson: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jackson + dataformats: + - json-jackson + javaTypes: + - org.apache.camel.component.jackson.JacksonDataFormat + camel-quarkus-jacksonxml: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jacksonxml + dataformats: + - jacksonxml + javaTypes: + - org.apache.camel.component.jacksonxml.JacksonXMLDataFormat + camel-quarkus-jaxb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jaxb + dataformats: + - jaxb + javaTypes: + - org.apache.camel.converter.jaxb.JaxbDataFormat + camel-quarkus-jbpm: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jbpm + schemes: + - id: jbpm + http: false + passive: false + javaTypes: + - org.apache.camel.component.jbpm.JBPMComponent + camel-quarkus-jcache: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jcache + schemes: + - id: jcache + http: false + passive: false + javaTypes: + - org.apache.camel.component.jcache.JCacheComponent + camel-quarkus-jclouds: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jclouds + schemes: + - id: jclouds + http: false + passive: false + javaTypes: + - org.apache.camel.component.jclouds.JcloudsComponent + camel-quarkus-jcr: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jcr + schemes: + - id: jcr + http: false + passive: false + javaTypes: + - org.apache.camel.component.jcr.JcrComponent + camel-quarkus-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-jgroups: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jgroups + schemes: + - id: jgroups + http: false + passive: false + javaTypes: + - org.apache.camel.component.jgroups.JGroupsComponent + camel-quarkus-jgroups-raft: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jgroups-raft + schemes: + - id: jgroups-raft + http: false + passive: false + javaTypes: + - org.apache.camel.component.jgroups.raft.JGroupsRaftComponent + camel-quarkus-jing: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jing + schemes: + - id: jing + http: false + passive: false + javaTypes: + - org.apache.camel.component.validator.jing.JingComponent + camel-quarkus-jira: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jira + schemes: + - id: jira + http: false + passive: false + javaTypes: + - org.apache.camel.component.jira.JiraComponent + camel-quarkus-jms: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jms + schemes: + - id: jms + http: false + passive: false + javaTypes: + - org.apache.camel.component.jms.JmsComponent + camel-quarkus-johnzon: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-johnzon + dataformats: + - json-johnzon + javaTypes: + - org.apache.camel.component.johnzon.JohnzonDataFormat + camel-quarkus-jolt: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jolt + schemes: + - id: jolt + http: false + passive: false + javaTypes: + - org.apache.camel.component.jolt.JoltComponent + camel-quarkus-jooq: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jooq + schemes: + - id: jooq + http: false + passive: false + javaTypes: + - org.apache.camel.component.jooq.JooqComponent + camel-quarkus-jpa: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jpa + schemes: + - id: jpa + http: false + passive: false + javaTypes: + - org.apache.camel.component.jpa.JpaComponent + camel-quarkus-jsch: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jsch + schemes: + - id: scp + http: false + passive: false + javaTypes: + - org.apache.camel.component.scp.ScpComponent + camel-quarkus-jslt: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jslt + schemes: + - id: jslt + http: false + passive: false + javaTypes: + - org.apache.camel.component.jslt.JsltComponent + camel-quarkus-json-validator: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-json-validator + schemes: + - id: json-validator + http: false + passive: false + javaTypes: + - org.apache.camel.component.jsonvalidator.JsonValidatorComponent + camel-quarkus-jsonapi: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jsonapi + dataformats: + - jsonApi + javaTypes: + - org.apache.camel.component.jsonapi.JsonApiDataFormat + camel-quarkus-jsonata: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jsonata + schemes: + - id: jsonata + http: false + passive: false + javaTypes: + - org.apache.camel.component.jsonata.JsonataComponent + camel-quarkus-jsonb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jsonb + dataformats: + - json-jsonb + javaTypes: + - org.apache.camel.component.jsonb.JsonbDataFormat + camel-quarkus-jsonpath: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jsonpath + languages: + - jsonpath + javaTypes: + - org.apache.camel.jsonpath.JsonPathLanguage + camel-quarkus-jt400: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jt400 + schemes: + - id: jt400 + http: false + passive: false + javaTypes: + - org.apache.camel.component.jt400.Jt400Component + camel-quarkus-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-kamelet: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-kamelet + schemes: + - id: kamelet + http: false + passive: false + javaTypes: + - org.apache.camel.component.kamelet.KameletComponent + camel-quarkus-kubernetes: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-kubernetes + schemes: + - id: kubernetes-config-maps + http: false + passive: false + - id: kubernetes-custom-resources + 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.customresources.KubernetesCustomResourcesComponent + - 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-quarkus-kudu: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-kudu + schemes: + - id: kudu + http: false + passive: false + javaTypes: + - org.apache.camel.component.kudu.KuduComponent + camel-quarkus-language: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-language + schemes: + - id: language + http: false + passive: true + javaTypes: + - org.apache.camel.component.language.LanguageComponent + camel-quarkus-ldap: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ldap + schemes: + - id: ldap + http: false + passive: false + javaTypes: + - org.apache.camel.component.ldap.LdapComponent + camel-quarkus-ldif: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ldif + schemes: + - id: ldif + http: false + passive: false + javaTypes: + - org.apache.camel.component.ldif.LdifComponent + camel-quarkus-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-lucene: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-lucene + schemes: + - id: lucene + http: false + passive: false + javaTypes: + - org.apache.camel.component.lucene.LuceneComponent + camel-quarkus-lumberjack: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-lumberjack + schemes: + - id: lumberjack + http: false + passive: false + javaTypes: + - org.apache.camel.component.lumberjack.LumberjackComponent + camel-quarkus-lzf: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-lzf + dataformats: + - lzf + javaTypes: + - org.apache.camel.dataformat.lzf.LZFDataFormat + 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-master: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-master + schemes: + - id: master + http: false + passive: false + javaTypes: + - org.apache.camel.component.master.MasterComponent + camel-quarkus-micrometer: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-micrometer + schemes: + - id: micrometer + http: false + passive: false + javaTypes: + - org.apache.camel.component.micrometer.MicrometerComponent + camel-quarkus-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-milo: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-milo + schemes: + - id: milo-client + http: false + passive: false + - id: milo-server + http: false + passive: false + javaTypes: + - org.apache.camel.component.milo.client.MiloClientComponent + - org.apache.camel.component.milo.server.MiloServerComponent + camel-quarkus-minio: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-minio + schemes: + - id: minio + http: false + passive: false + javaTypes: + - org.apache.camel.component.minio.MinioComponent + camel-quarkus-mllp: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mllp + schemes: + - id: mllp + http: false + passive: false + javaTypes: + - org.apache.camel.component.mllp.MllpComponent + camel-quarkus-mock: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mock + schemes: + - id: mock + http: false + passive: true + javaTypes: + - org.apache.camel.component.mock.MockComponent + camel-quarkus-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-mongodb-gridfs: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mongodb-gridfs + schemes: + - id: mongodb-gridfs + http: false + passive: false + javaTypes: + - org.apache.camel.component.mongodb.gridfs.GridFsComponent + camel-quarkus-msv: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-msv + schemes: + - id: msv + http: false + passive: false + javaTypes: + - org.apache.camel.component.validator.msv.MsvComponent + camel-quarkus-mustache: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mustache + schemes: + - id: mustache + http: false + passive: false + javaTypes: + - org.apache.camel.component.mustache.MustacheComponent + camel-quarkus-mvel: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mvel + schemes: + - id: mvel + http: false + passive: false + languages: + - mvel + javaTypes: + - org.apache.camel.component.mvel.MvelComponent + - org.apache.camel.language.mvel.MvelLanguage + camel-quarkus-mybatis: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mybatis + schemes: + - id: mybatis + http: false + passive: false + - id: mybatis-bean + http: false + passive: false + javaTypes: + - org.apache.camel.component.mybatis.MyBatisBeanComponent + - org.apache.camel.component.mybatis.MyBatisComponent + camel-quarkus-nagios: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-nagios + schemes: + - id: nagios + http: false + passive: false + javaTypes: + - org.apache.camel.component.nagios.NagiosComponent + camel-quarkus-nats: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-nats + schemes: + - id: nats + http: false + passive: false + javaTypes: + - org.apache.camel.component.nats.NatsComponent + 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-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-nitrite: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-nitrite + schemes: + - id: nitrite + http: false + passive: false + javaTypes: + - org.apache.camel.component.nitrite.NitriteComponent + camel-quarkus-nsq: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-nsq + schemes: + - id: nsq + http: false + passive: false + javaTypes: + - org.apache.camel.component.nsq.NsqComponent + camel-quarkus-oaipmh: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-oaipmh + schemes: + - id: oaipmh + http: false + passive: false + javaTypes: + - org.apache.camel.oaipmh.component.OAIPMHComponent + camel-quarkus-ognl: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ognl + languages: + - ognl + javaTypes: + - org.apache.camel.language.ognl.OgnlLanguage + camel-quarkus-olingo4: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-olingo4 + schemes: + - id: olingo4 + http: false + passive: false + javaTypes: + - org.apache.camel.component.olingo4.Olingo4Component + camel-quarkus-openstack: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-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-quarkus-optaplanner: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-optaplanner + schemes: + - id: optaplanner + http: false + passive: false + javaTypes: + - org.apache.camel.component.optaplanner.OptaPlannerComponent + camel-quarkus-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-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-pg-replication-slot: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-pg-replication-slot + schemes: + - id: pg-replication-slot + http: false + passive: false + javaTypes: + - org.apache.camel.component.pg.replication.slot.PgReplicationSlotComponent + camel-quarkus-pgevent: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-pgevent + schemes: + - id: pgevent + http: false + passive: false + javaTypes: + - org.apache.camel.component.pgevent.PgEventComponent + camel-quarkus-platform-http: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-platform-http + schemes: + - id: platform-http + http: true + passive: false + javaTypes: + - org.apache.camel.component.platform.http.PlatformHttpComponent + camel-quarkus-printer: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-printer + schemes: + - id: lpr + http: false + passive: false + javaTypes: + - org.apache.camel.component.printer.PrinterComponent + camel-quarkus-protobuf: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-protobuf + dataformats: + - protobuf + javaTypes: + - org.apache.camel.dataformat.protobuf.ProtobufDataFormat + camel-quarkus-pubnub: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-pubnub + schemes: + - id: pubnub + http: false + passive: false + javaTypes: + - org.apache.camel.component.pubnub.PubNubComponent + camel-quarkus-pulsar: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-pulsar + schemes: + - id: pulsar + http: false + passive: false + javaTypes: + - org.apache.camel.component.pulsar.PulsarComponent + camel-quarkus-quartz: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-quartz + schemes: + - id: quartz + http: false + passive: false + javaTypes: + - org.apache.camel.component.quartz.QuartzComponent + camel-quarkus-quickfix: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-quickfix + schemes: + - id: quickfix + http: false + passive: false + javaTypes: + - org.apache.camel.component.quickfixj.QuickfixjComponent + camel-quarkus-rabbitmq: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-rabbitmq + schemes: + - id: rabbitmq + http: false + passive: false + javaTypes: + - org.apache.camel.component.rabbitmq.RabbitMQComponent + camel-quarkus-reactive-streams: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-reactive-streams + schemes: + - id: reactive-streams + http: false + passive: false + javaTypes: + - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent + camel-quarkus-ref: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ref + schemes: + - id: ref + http: false + passive: true + javaTypes: + - org.apache.camel.component.ref.RefComponent + camel-quarkus-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.RestApiComponent + - org.apache.camel.component.rest.RestComponent + camel-quarkus-rest-openapi: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-rest-openapi + schemes: + - id: rest-openapi + http: false + passive: false + javaTypes: + - org.apache.camel.component.rest.openapi.RestOpenApiComponent + camel-quarkus-robotframework: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-robotframework + schemes: + - id: robotframework + http: false + passive: false + javaTypes: + - org.apache.camel.component.robotframework.RobotFrameworkComponent + camel-quarkus-rss: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-rss + schemes: + - id: rss + http: false + passive: false + dataformats: + - rss + javaTypes: + - org.apache.camel.component.rss.RssComponent + - org.apache.camel.dataformat.rss.RssDataFormat + camel-quarkus-saga: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-saga + schemes: + - id: saga + http: false + passive: false + javaTypes: + - org.apache.camel.component.saga.SagaComponent + camel-quarkus-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-sap-netweaver: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-sap-netweaver + schemes: + - id: sap-netweaver + http: false + passive: false + javaTypes: + - org.apache.camel.component.sap.netweaver.NetWeaverComponent + camel-quarkus-saxon: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-saxon + schemes: + - id: xquery + http: false + passive: false + languages: + - xquery + javaTypes: + - org.apache.camel.component.xquery.XQueryComponent + - org.apache.camel.language.xquery.XQueryLanguage + camel-quarkus-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-schematron: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-schematron + schemes: + - id: schematron + http: false + passive: false + javaTypes: + - org.apache.camel.component.schematron.SchematronComponent + 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-servicenow: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-servicenow + schemes: + - id: servicenow + http: false + passive: false + javaTypes: + - org.apache.camel.component.servicenow.ServiceNowComponent + camel-quarkus-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-sip: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-sip + schemes: + - id: sip + http: false + passive: false + - id: sips + http: false + passive: false + javaTypes: + - org.apache.camel.component.sip.SipComponent + camel-quarkus-sjms: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-sjms + schemes: + - id: sjms + http: false + passive: false + javaTypes: + - org.apache.camel.component.sjms.SjmsComponent + 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-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-smpp: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-smpp + schemes: + - id: smpp + http: false + passive: false + - id: smpps + http: false + passive: false + javaTypes: + - org.apache.camel.component.smpp.SmppComponent + camel-quarkus-snakeyaml: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-snakeyaml + dataformats: + - yaml-snakeyaml + javaTypes: + - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat + camel-quarkus-snmp: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-snmp + schemes: + - id: snmp + http: false + passive: false + javaTypes: + - org.apache.camel.component.snmp.SnmpComponent + camel-quarkus-soap: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-soap + dataformats: + - soapjaxb + javaTypes: + - org.apache.camel.dataformat.soap.SoapJaxbDataFormat + camel-quarkus-solr: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-solr + schemes: + - id: solr + http: false + passive: false + - id: solrCloud + http: false + passive: false + - id: solrs + http: false + passive: false + javaTypes: + - org.apache.camel.component.solr.SolrComponent + camel-quarkus-soroush: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-soroush + schemes: + - id: soroush + http: false + passive: false + javaTypes: + - org.apache.camel.component.soroushbot.component.SoroushBotComponent + camel-quarkus-spark: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-spark + schemes: + - id: spark + http: false + passive: false + javaTypes: + - org.apache.camel.component.spark.SparkComponent + camel-quarkus-splunk: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-splunk + schemes: + - id: splunk + http: false + passive: false + javaTypes: + - org.apache.camel.component.splunk.SplunkComponent + camel-quarkus-splunk-hec: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-splunk-hec + schemes: + - id: splunk-hec + http: false + passive: false + javaTypes: + - org.apache.camel.component.splunkhec.SplunkHECComponent + camel-quarkus-spring-rabbitmq: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-spring-rabbitmq + schemes: + - id: spring-rabbitmq + http: false + passive: false + javaTypes: + - org.apache.camel.component.springrabbit.SpringRabbitMQComponent + 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-ssh: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ssh + schemes: + - id: ssh + http: false + passive: false + javaTypes: + - org.apache.camel.component.ssh.SshComponent + camel-quarkus-stax: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-stax + schemes: + - id: stax + http: false + passive: false + javaTypes: + - org.apache.camel.component.stax.StAXComponent + camel-quarkus-stomp: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-stomp + schemes: + - id: stomp + http: false + passive: false + javaTypes: + - org.apache.camel.component.stomp.StompComponent + camel-quarkus-stream: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-stream + schemes: + - id: stream + http: false + passive: false + javaTypes: + - org.apache.camel.component.stream.StreamComponent + camel-quarkus-stringtemplate: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-stringtemplate + schemes: + - id: string-template + http: false + passive: false + javaTypes: + - org.apache.camel.component.stringtemplate.StringTemplateComponent + camel-quarkus-stub: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-stub + schemes: + - id: stub + http: false + passive: true + javaTypes: + - org.apache.camel.component.stub.StubComponent + camel-quarkus-syslog: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-syslog + dataformats: + - syslog + javaTypes: + - org.apache.camel.component.syslog.SyslogDataFormat + camel-quarkus-tagsoup: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-tagsoup + dataformats: + - tidyMarkup + javaTypes: + - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat + camel-quarkus-tarfile: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-tarfile + dataformats: + - tarfile + javaTypes: + - org.apache.camel.dataformat.tarfile.TarFileDataFormat + camel-quarkus-telegram: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-telegram + schemes: + - id: telegram + http: false + passive: false + javaTypes: + - org.apache.camel.component.telegram.TelegramComponent + camel-quarkus-thrift: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-thrift + schemes: + - id: thrift + http: false + passive: false + dataformats: + - thrift + javaTypes: + - org.apache.camel.component.thrift.ThriftComponent + - org.apache.camel.dataformat.thrift.ThriftDataFormat + camel-quarkus-tika: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-tika + schemes: + - id: tika + http: false + passive: false + javaTypes: + - org.apache.camel.component.tika.TikaComponent + camel-quarkus-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-twilio: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-twilio + schemes: + - id: twilio + http: false + passive: false + javaTypes: + - org.apache.camel.component.twilio.TwilioComponent + camel-quarkus-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-univocity-parsers: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-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-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-velocity: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-velocity + schemes: + - id: velocity + http: false + passive: false + javaTypes: + - org.apache.camel.component.velocity.VelocityComponent + camel-quarkus-vertx: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-vertx + schemes: + - id: vertx + http: false + passive: false + javaTypes: + - org.apache.camel.component.vertx.VertxComponent + camel-quarkus-vertx-http: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-vertx-http + schemes: + - id: vertx-http + http: false + passive: false + javaTypes: + - org.apache.camel.component.vertx.http.VertxHttpComponent + camel-quarkus-vertx-kafka: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-vertx-kafka + schemes: + - id: vertx-kafka + http: false + passive: false + javaTypes: + - org.apache.camel.component.vertx.kafka.VertxKafkaComponent + camel-quarkus-vertx-websocket: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-vertx-websocket + schemes: + - id: vertx-websocket + http: false + passive: false + javaTypes: + - org.apache.camel.component.vertx.websocket.VertxWebsocketComponent + camel-quarkus-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-weather: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-weather + schemes: + - id: weather + http: false + passive: false + javaTypes: + - org.apache.camel.component.weather.WeatherComponent + camel-quarkus-web3j: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-web3j + schemes: + - id: web3j + http: false + passive: false + javaTypes: + - org.apache.camel.component.web3j.Web3jComponent + camel-quarkus-websocket-jsr356: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-websocket-jsr356 + schemes: + - id: websocket-jsr356 + http: false + passive: false + javaTypes: + - org.apache.camel.websocket.jsr356.JSR356WebSocketComponent + camel-quarkus-weka: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-weka + schemes: + - id: weka + http: false + passive: false + javaTypes: + - org.apache.camel.component.weka.WekaComponent + camel-quarkus-wordpress: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-wordpress + schemes: + - id: wordpress + http: false + passive: false + javaTypes: + - org.apache.camel.component.wordpress.WordpressComponent + camel-quarkus-workday: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-workday + schemes: + - id: workday + http: false + passive: false + javaTypes: + - org.apache.camel.component.workday.WorkdayComponent + camel-quarkus-xchange: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xchange + schemes: + - id: xchange + http: false + passive: false + javaTypes: + - org.apache.camel.component.xchange.XChangeComponent + camel-quarkus-xj: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xj + schemes: + - id: xj + http: false + passive: false + javaTypes: + - org.apache.camel.component.xj.XJComponent + camel-quarkus-xml-jaxp: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xml-jaxp + languages: + - xtokenize + javaTypes: + - org.apache.camel.language.xtokenizer.XMLTokenizeLanguage + camel-quarkus-xmlsecurity: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xmlsecurity + schemes: + - id: xmlsecurity-sign + http: false + passive: false + - id: xmlsecurity-verify + http: false + passive: false + dataformats: + - secureXML + javaTypes: + - org.apache.camel.component.xmlsecurity.XmlSignerComponent + - org.apache.camel.component.xmlsecurity.XmlVerifierComponent + - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat + camel-quarkus-xmpp: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xmpp + schemes: + - id: xmpp + http: false + passive: false + javaTypes: + - org.apache.camel.component.xmpp.XmppComponent + camel-quarkus-xpath: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xpath + languages: + - xpath + javaTypes: + - org.apache.camel.language.xpath.XPathLanguage + 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-xslt-saxon: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xslt-saxon + schemes: + - id: xslt-saxon + http: false + passive: false + javaTypes: + - org.apache.camel.component.xslt.saxon.XsltSaxonComponent + camel-quarkus-xstream: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-xstream + dataformats: + - json-xstream + - xstream + javaTypes: + - org.apache.camel.dataformat.xstream.JsonDataFormat + - org.apache.camel.dataformat.xstream.XStreamDataFormat + camel-quarkus-yammer: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-yammer + schemes: + - id: yammer + http: false + passive: false + javaTypes: + - org.apache.camel.component.yammer.YammerComponent + camel-quarkus-zendesk: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-zendesk + schemes: + - id: zendesk + http: false + passive: false + javaTypes: + - org.apache.camel.component.zendesk.ZendeskComponent + camel-quarkus-zip-deflater: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-zip-deflater + dataformats: + - gzipdeflater + - zipdeflater + javaTypes: + - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat + - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat + camel-quarkus-zipfile: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-zipfile + dataformats: + - zipfile + javaTypes: + - org.apache.camel.dataformat.zipfile.ZipFileDataFormat + camel-quarkus-zookeeper: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-zookeeper + schemes: + - id: zookeeper + http: false + passive: false + javaTypes: + - org.apache.camel.component.zookeeper.ZooKeeperComponent + camel-quarkus-zookeeper-master: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-zookeeper-master + schemes: + - id: zookeeper-master + http: false + passive: false + javaTypes: + - org.apache.camel.component.zookeepermaster.MasterComponent + loaders: + groovy: + groupId: org.apache.camel.k + artifactId: camel-k-loader-groovy + languages: + - groovy + metadata: + native: "false" + java: + groupId: org.apache.camel.k + artifactId: camel-k-loader-java + languages: + - java + metadata: + native: "false" + js: + groupId: org.apache.camel.k + artifactId: camel-k-loader-js + languages: + - js + metadata: + native: "true" + jsh: + groupId: org.apache.camel.k + artifactId: camel-k-loader-jsh + languages: + - jsh + metadata: + native: "false" + kts: + groupId: org.apache.camel.k + artifactId: camel-k-loader-kotlin + languages: + - kts + metadata: + native: "false" + xml: + groupId: org.apache.camel.k + artifactId: camel-k-loader-xml + languages: + - xml + metadata: + native: "true" + yaml: + groupId: org.apache.camel.k + artifactId: camel-k-loader-yaml + languages: + - yaml + metadata: + native: "true" diff --git a/e2e/common/traits/prometheus_test.go b/e2e/common/traits/prometheus_test.go index b33a55f04c..e3204ca288 100644 --- a/e2e/common/traits/prometheus_test.go +++ b/e2e/common/traits/prometheus_test.go @@ -60,7 +60,7 @@ func TestPrometheusTrait(t *testing.T) { t.Run("Metrics endpoint works", func(t *testing.T) { pod := IntegrationPod(ns, "java") response, err := TestClient().CoreV1().RESTClient().Get(). - AbsPath(fmt.Sprintf("/api/v1/namespaces/%s/pods/%s/proxy/metrics", ns, pod().Name)).DoRaw(TestContext) + AbsPath(fmt.Sprintf("/api/v1/namespaces/%s/pods/%s/proxy/q/metrics", ns, pod().Name)).DoRaw(TestContext) if err != nil { assert.Fail(t, err.Error()) } diff --git a/e2e/knative/openapi_test.go b/e2e/knative/openapi_test.go index 97068bdf02..a78aa88cc7 100644 --- a/e2e/knative/openapi_test.go +++ b/e2e/knative/openapi_test.go @@ -47,11 +47,11 @@ func TestOpenAPIService(t *testing.T) { Should(Not(BeNil())) Eventually(IntegrationLogs(ns, "petstore"), TestTimeoutMedium). - Should(ContainSubstring("Route: listPets started and consuming from: platform-http:///v1/pets")) + Should(ContainSubstring("Started listPets (rest://get:/v1:/pets)")) Eventually(IntegrationLogs(ns, "petstore"), TestTimeoutMedium). - Should(ContainSubstring("Route: createPets started and consuming from: platform-http:///v1/pets")) + Should(ContainSubstring("Started createPets (rest://post:/v1:/pets)")) Eventually(IntegrationLogs(ns, "petstore"), TestTimeoutMedium). - Should(ContainSubstring("Route: showPetById started and consuming from: platform-http:///v1/pets")) + Should(ContainSubstring("Started showPetById (rest://get:/v1:/pets/%7BpetId%7D)")) Expect(Kamel("delete", "--all", "-n", ns).Execute()).To(Succeed()) }) @@ -74,11 +74,11 @@ func TestOpenAPIDeployment(t *testing.T) { Should(Not(BeNil())) Eventually(IntegrationLogs(ns, "petstore"), TestTimeoutMedium). - Should(ContainSubstring("Route: listPets started and consuming from: platform-http:///v1/pets")) + Should(ContainSubstring("Started listPets (rest://get:/v1:/pets)")) Eventually(IntegrationLogs(ns, "petstore"), TestTimeoutMedium). - Should(ContainSubstring("Route: createPets started and consuming from: platform-http:///v1/pets")) + Should(ContainSubstring("Started createPets (rest://post:/v1:/pets)")) Eventually(IntegrationLogs(ns, "petstore"), TestTimeoutMedium). - Should(ContainSubstring("Route: showPetById started and consuming from: platform-http:///v1/pets")) + Should(ContainSubstring("Started showPetById (rest://get:/v1:/pets/%7BpetId%7D)")) Expect(Kamel("delete", "--all", "-n", ns).Execute()).To(Succeed()) }) diff --git a/go.mod b/go.mod index 04b22745da..d2c31e8c07 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/apache/camel-k/pkg/apis/camel v0.0.0 github.com/apache/camel-k/pkg/client/camel v0.0.0 github.com/apache/camel-k/pkg/kamelet/repository v0.0.0 - github.com/container-tools/spectrum v0.3.2 + github.com/container-tools/spectrum v0.3.4 github.com/evanphx/json-patch v4.9.0+incompatible github.com/fatih/structs v1.1.0 github.com/gertd/go-pluralize v0.1.1 diff --git a/go.sum b/go.sum index 968f2b9dd5..93ab264296 100644 --- a/go.sum +++ b/go.sum @@ -261,6 +261,8 @@ github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGX github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/container-tools/spectrum v0.3.2 h1:KQz70RWAzITzaPx+qPsiGkrF0uGmFJfKak2yOqJyPKQ= github.com/container-tools/spectrum v0.3.2/go.mod h1:hsogRHNfGQLysCyDiGT4SAioTS8LGLbyC4b0Ep2Iw+o= +github.com/container-tools/spectrum v0.3.4 h1:ykSzjjIbmwy/dQKyaTRNf69gqSx5rB/XwjuYhOspJSY= +github.com/container-tools/spectrum v0.3.4/go.mod h1:hsogRHNfGQLysCyDiGT4SAioTS8LGLbyC4b0Ep2Iw+o= github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f/go.mod h1:OApqhQ4XNSNC13gXIwDjhOQxjWa/NxkwZXJ1EvqT0ko= github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1/go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw= github.com/containerd/containerd v1.3.0-beta.2.0.20190828155532-0293cbd26c69/go.mod h1:bC6axHOhabU15QhwfG7w5PipXdVtMXFTttgp+kVtyUA= diff --git a/pkg/builder/runtime/quarkus.go b/pkg/builder/runtime/quarkus.go index 53c1c2239d..6865ae5e06 100644 --- a/pkg/builder/runtime/quarkus.go +++ b/pkg/builder/runtime/quarkus.go @@ -19,14 +19,13 @@ package runtime import ( "fmt" - "io/ioutil" "os" "path" + "path/filepath" + "strings" "github.com/apache/camel-k/pkg/util/digest" - yaml2 "gopkg.in/yaml.v2" - "github.com/pkg/errors" v1 "github.com/apache/camel-k/pkg/apis/camel/v1" @@ -79,7 +78,7 @@ func GenerateQuarkusProjectCommon(camelQuarkusVersion string, runtimeVersion str p.Dependencies = make([]maven.Dependency, 0) p.Build = &maven.Build{Plugins: make([]maven.Plugin, 0)} - // camel-quarkus doe routes discovery at startup but we don't want + // camel-quarkus does routes discovery at startup but we don't want // this to happen as routes are loaded at runtime and looking for // routes at build time may try to load camel-k-runtime routes builder // proxies which in some case may fail @@ -88,6 +87,9 @@ func GenerateQuarkusProjectCommon(camelQuarkusVersion string, runtimeVersion str // disable quarkus banner ... p.Properties["quarkus.banner.enabled"] = "false" + // set fast-jar packaging since it gives some startup time improvements + p.Properties["quarkus.package.type"] = "fast-jar" + // DependencyManagement p.DependencyManagement.Dependencies = append(p.DependencyManagement.Dependencies, maven.Dependency{ @@ -148,7 +150,7 @@ func BuildQuarkusRunnerCommon(mc maven.Context) error { // generate an empty application.properties so that there will be something in // target/classes as if such directory does not exist, the quarkus maven plugin - // mai fail the build + // may fail the build // // in the future there should be a way to provide build information from secrets, // configmap, etc. @@ -171,15 +173,9 @@ func computeQuarkusDependencies(ctx *builder.Context) error { mc.LocalRepository = ctx.Build.Maven.LocalRepository mc.Timeout = ctx.Build.Maven.GetTimeout().Duration - // Compute dependencies. - content, err := ComputeQuarkusDependenciesCommon(mc, ctx.Catalog.Runtime.Version) - if err != nil { - return err - } - // Process artifacts list and add it to existing artifacts. artifacts := []v1.Artifact{} - artifacts, err = ProcessQuarkusTransitiveDependencies(mc, content) + artifacts, err := ProcessQuarkusTransitiveDependencies(mc) if err != nil { return err } @@ -188,76 +184,33 @@ func computeQuarkusDependencies(ctx *builder.Context) error { return nil } -// ComputeQuarkusDependenciesCommon -- -func ComputeQuarkusDependenciesCommon(mc maven.Context, runtimeVersion string) ([]byte, error) { - // Retrieve the runtime dependencies - mc.AddArgumentf("org.apache.camel.k:camel-k-maven-plugin:%s:generate-dependency-list", runtimeVersion) - if err := maven.Run(mc); err != nil { - return nil, errors.Wrap(err, "failure while determining classpath") - } - - dependencies := path.Join(mc.Path, "target", "dependencies.yaml") - content, err := ioutil.ReadFile(dependencies) - if err != nil { - return nil, err - } - - return content, nil -} - // ProcessQuarkusTransitiveDependencies -- -func ProcessQuarkusTransitiveDependencies(mc maven.Context, content []byte) ([]v1.Artifact, error) { - cp := make(map[string][]v1.Artifact) - err := yaml2.Unmarshal(content, &cp) - if err != nil { - return nil, err - } - +func ProcessQuarkusTransitiveDependencies(mc maven.Context) ([]v1.Artifact, error) { artifacts := []v1.Artifact{} - for _, e := range cp["dependencies"] { - _, fileName := path.Split(e.Location) - gav, err := maven.ParseGAV(e.ID) - if err != nil { - return nil, err - } + // Quarkus fast-jar format is split into various sub directories in quarkus-app + quarkusAppDir := path.Join(mc.Path, "target", "quarkus-app") - // - // Compute the checksum if it has not been computed by the camel-k-maven-plugin - // - if e.Checksum == "" { - chksum, err := digest.ComputeSHA1(e.Location) + // Discover application dependencies from the Quarkus fast-jar directory tree + err := filepath.Walk(quarkusAppDir, func(filePath string, info os.FileInfo, err error) error { + fileRelPath := strings.Replace(filePath, quarkusAppDir, "", 1) + + if !info.IsDir() { + sha1, err := digest.ComputeSHA1(filePath) if err != nil { - return nil, err + return err } - e.Checksum = "sha1:" + chksum + artifacts = append(artifacts, v1.Artifact{ + ID: filepath.Base(fileRelPath), + Location: filePath, + Target: path.Join("dependencies", fileRelPath), + Checksum: "sha1:" + sha1, + }) } - artifacts = append(artifacts, v1.Artifact{ - ID: e.ID, - Location: e.Location, - Target: path.Join("dependencies", gav.GroupID+"."+fileName), - Checksum: e.Checksum, - }) - } - - runner := "camel-k-integration-" + defaults.Version + "-runner.jar" - - // - // Quarkus' runner checksum need to be recomputed each time - // - runnerChecksum, err := digest.ComputeSHA1(mc.Path, "target", runner) - if err != nil { - return nil, err - } - - artifacts = append(artifacts, v1.Artifact{ - ID: runner, - Location: path.Join(mc.Path, "target", runner), - Target: path.Join("dependencies", runner), - Checksum: "sha1:" + runnerChecksum, + return nil }) - return artifacts, nil + return artifacts, err } diff --git a/pkg/builder/spectrum/publisher.go b/pkg/builder/spectrum/publisher.go index a50fd4e217..ab36774679 100644 --- a/pkg/builder/spectrum/publisher.go +++ b/pkg/builder/spectrum/publisher.go @@ -85,6 +85,7 @@ func publisher(ctx *builder.Context) error { Target: target, Stdout: os.Stdout, Stderr: os.Stderr, + Recursive: true, } digest, err := spectrum.Build(options, libraryPath+":/deployments/dependencies") diff --git a/pkg/cmd/local_run.go b/pkg/cmd/local_run.go index 64ada02d70..3e51d3573b 100644 --- a/pkg/cmd/local_run.go +++ b/pkg/cmd/local_run.go @@ -195,7 +195,7 @@ func (command *localRunCmdOptions) run(cmd *cobra.Command, args []string) error return err } - // Run integratgion image. + // Run integration image. err = runIntegrationImage(command.Context, command.Image, cmd.OutOrStdout(), cmd.ErrOrStderr()) if err != nil { return err diff --git a/pkg/cmd/util_commands.go b/pkg/cmd/util_commands.go index a49603edbc..ccea1dea05 100644 --- a/pkg/cmd/util_commands.go +++ b/pkg/cmd/util_commands.go @@ -63,7 +63,7 @@ func assembleIntegrationRunCommand(ctx context.Context, properties []string, dep args := make([]string, 0) args = append(args, "-cp") args = append(args, classpathValue) - args = append(args, "io.quarkus.runner.GeneratedMain") + args = append(args, "io.quarkus.bootstrap.runner.QuarkusEntryPoint") cmd := exec.CommandContext(ctx, javaCmd, args...) @@ -128,7 +128,7 @@ func GetContainerIntegrationRunCommand(ctx context.Context, properties []string, // Update property file paths. containerProperties := docker.ContainerizeFilePaths(properties, docker.GetContainerPropertiesDir()) - containerDependencies := docker.ContainerizeFilePaths(dependencies, docker.GetContainerDependenciesDir()) + containerDependencies := docker.ContainerizeDependencyPaths(dependencies, docker.GetContainerDependenciesDir()) containerRoutes := docker.ContainerizeFilePaths(routes, docker.GetContainerRoutesDir()) return assembleIntegrationRunCommand(ctx, containerProperties, containerDependencies, containerRoutes, docker.GetContainerPropertiesDir(), stdout, stderr, false) diff --git a/pkg/cmd/util_dependencies.go b/pkg/cmd/util_dependencies.go index 4db062e201..1978799451 100644 --- a/pkg/cmd/util_dependencies.go +++ b/pkg/cmd/util_dependencies.go @@ -71,7 +71,6 @@ func getDependencies(args []string, additionalDependencies []string, repositorie return nil, err } } - return dependencies, nil } @@ -151,14 +150,9 @@ func getTransitiveDependencies( return nil, err } - content, err := runtime.ComputeQuarkusDependenciesCommon(mc, catalog.Runtime.Version) - if err != nil { - return nil, err - } - // Compose artifacts list artifacts := []v1.Artifact{} - artifacts, err = runtime.ProcessQuarkusTransitiveDependencies(mc, content) + artifacts, err = runtime.ProcessQuarkusTransitiveDependencies(mc) if err != nil { return nil, err } @@ -168,7 +162,6 @@ func getTransitiveDependencies( for _, entry := range artifacts { transitiveDependencies = append(transitiveDependencies, entry.Location) } - return transitiveDependencies, nil } @@ -413,7 +406,14 @@ func updateIntegrationDependencies(dependencies []string) error { // Relocate dependencies files to this integration's dependencies directory for _, dependency := range dependencies { - util.CopyFile(dependency, path.Join(util.GetLocalDependenciesDir(), path.Base(dependency))) + var targetPath string + basePath := util.SubstringFrom(dependency, util.QuarkusDependenciesBaseDirectory) + if basePath != "" { + targetPath = path.Join(util.GetLocalDependenciesDir(), basePath) + } else { + targetPath = path.Join(util.GetLocalDependenciesDir(), path.Base(dependency)) + } + util.CopyFile(dependency, targetPath) } return nil diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index d93549143a..c75dfd8a7b 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -464,6 +464,13 @@ var assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\xb8\xb2\xee\x3c\xbf\x82\xab\x33\x39\x67\xdd\xad\xda\xdd\xce\xd9\xdd\x77\xf5\x1d\xd9\x4a\xec\xd8\xb1\x1c\x27\xf2\x4e\xb2\x7b\xd2\x0b\x22\x21\x09\x16\x49\xd0\x00\x24\xd9\xf9\xf5\x77\xe1\xc1\x97\x24\x17\x45\x1a\xf0\xf1\xc0\x24\x85\xc2\x57\x40\xe1\x5d\x28\x14\xde\x46\x23\x7f\x7f\x6f\xde\x46\xd7\x2c\xa6\xb9\xa4\x49\xa4\x78\xa4\x96\x34\x3a\x2d\x48\xbc\xa4\xd1\x94\xcf\xd5\x96\x08\x1a\x9d\xf3\x75\x9e\x10\xc5\x78\x1e\xfd\xd7\xe9\xf4\xfc\xbf\xa3\x75\x9e\x50\x11\xf1\x9c\x46\x5c\x44\x19\x17\xf4\xcd\xdb\x28\xe6\xb9\x12\x6c\xb6\x56\x5c\x44\xa9\x05\x8c\xc8\x42\x50\x9a\xd1\x5c\x49\x88\xa2\x29\xa5\x06\xfd\xe6\xf3\xdd\xe5\xf8\x43\x34\x67\x29\x8d\x12\x26\x6d\x24\x9a\x44\x5b\xa6\x96\x6f\xde\x46\x6a\xc9\x64\xb4\xe5\x62\x15\xcd\xb9\x88\x48\x92\x30\xcd\x98\xa4\x11\xcb\xe7\x5c\x64\x36\x19\x82\x2e\x88\x48\x58\xbe\x88\x62\x5e\x3c\x09\xb6\x58\xaa\x88\x6f\x73\x2a\xe4\x92\x15\xf0\xe6\x6d\x74\xa7\xb3\x31\x3d\x2f\x53\x22\x2d\xac\xe1\xa9\x78\xf4\x1f\xbe\x76\x79\x68\x64\xd7\x49\xe1\x1f\xd1\x37\x2a\xa4\x66\x72\x02\xbf\xbe\x79\x1b\xfd\x97\x26\xf9\xc5\x05\xfe\xf2\xdf\xff\x2f\x7a\xe2\xeb\x28\x23\x4f\x51\xce\x55\xb4\x96\xb4\x81\x4c\x1f\x63\x5a\xa8\x88\xe5\x51\xcc\xb3\x22\x65\x24\x8f\x69\x9d\xad\x8a\x03\x44\x26\x01\x1a\x83\xcf\x14\x61\x79\x44\x4c\x36\x22\x3e\x6f\x92\x45\x44\xbd\x79\xfb\xe6\x6d\x64\xfe\x96\x4a\x15\x7f\xfe\xf3\x9f\xdb\xed\x16\x88\x49\x2e\x70\xb1\xf8\x67\x99\xbb\x7f\x5e\x5f\x8e\x3f\xdc\x4c\x3f\x8c\x4c\x92\xdf\xbc\x8d\xfe\x9d\xa7\x54\xca\x48\xd0\x87\x35\x13\x34\x89\x66\x4f\x11\x29\x8a\x94\xc5\x64\x96\xd2\x28\x25\x5b\x5d\x70\xa6\x74\x4c\xa1\xb3\x3c\xda\x0a\xa6\x58\xbe\xf8\x47\x24\x5d\xa9\xbf\x79\xdb\x2a\x9d\x5a\x5c\x65\xf2\x98\x6c\x11\xf0\x3c\x22\x79\xf4\xcb\xe9\x34\xba\x9c\xfe\x12\x9d\x9d\x4e\x2f\xa7\xff\x78\xf3\x36\xfa\x7e\x79\xf7\xf1\xf3\xbf\xef\xa2\xef\xa7\x5f\xbf\x9e\xde\xdc\x5d\x7e\x98\x46\x9f\xbf\x46\xe3\xcf\x37\xef\x2f\xef\x2e\x3f\xdf\x4c\xa3\xcf\xe7\xd1\xe9\xcd\x7f\xa2\x4f\x97\x37\xef\xff\x11\x51\xa6\x96\x54\x44\xf4\xb1\x10\x3a\xfd\x5c\x44\x4c\x0b\x92\x26\xba\x4c\xcb\x0a\x54\x26\x40\xd7\x0f\xfd\x2d\x0b\x1a\xb3\x39\x8b\xa3\x94\xe4\x8b\x35\x59\xd0\x68\xc1\x37\x54\xe4\xba\x7a\x14\x54\x64\x4c\xea\xe2\x94\x11\xc9\x93\x37\x6f\xa3\x94\x65\x4c\x99\x5a\x24\xf7\x33\xa5\xd9\xf8\x6c\x5b\x6f\x48\xc1\x5c\x75\xfa\x33\x8a\x49\x46\xd3\x66\xf1\x6d\x7e\x7b\xb3\x62\x79\xf2\x67\x34\xd6\x21\x63\xa2\x48\xca\x17\x6f\x32\xaa\x48\x42\x14\xf9\xf3\x4d\x14\xe5\x24\xa3\x2e\xe2\x28\xb6\xe1\xa3\xdf\xe0\x77\xf8\xf5\x4d\x14\xa5\x64\x46\x53\xa9\xa9\xa2\x7d\x68\x47\x0c\x29\x27\x09\x15\xb0\x29\xd3\xf0\x0e\xfe\x30\x91\x0f\x44\x11\xeb\x5c\xb1\x8c\xd6\xb4\x25\x23\x04\xfe\x00\x2e\x29\x8a\x32\xc5\xab\x37\xba\x68\x74\x0a\x1d\xb6\x4d\xec\x01\x06\x85\xe0\x1b\x96\x50\xf1\x67\xf4\xb0\x26\x62\xb5\x96\x25\x94\xae\xb2\xba\xac\xc6\x29\x91\xf2\xcf\x88\x71\x70\x04\x20\xd6\x79\x4e\x05\x5c\xd0\x9c\x0a\xa2\x68\x32\x21\x2c\x37\xb1\x9a\xf2\xab\x12\x3f\x2a\xa3\x35\x98\xff\xcb\x31\x2f\xf3\x77\x20\x33\x51\x74\x20\xde\x6f\xbf\xc2\x3b\x38\x67\x39\x49\x0d\x4d\x42\x0b\x9a\x27\x34\x8f\x19\x75\xa5\x31\x8a\x16\x82\xaf\x8b\xcb\xe4\xcf\x88\x8b\x45\x29\x37\xcb\x64\xe5\x70\x89\x50\x6c\x4e\x62\xa5\x89\x9c\xb4\x46\x4e\x4a\x4e\xe4\x05\x99\xb1\x94\xa9\x0a\x35\x8a\x04\x95\xaa\x7c\x3f\xc4\xb7\x8b\x77\x53\xb6\xcf\xa5\xc2\xd1\x8c\x8a\x94\x28\xdd\xdf\x8e\x74\xcf\xe3\x1d\x5d\xe7\xa4\x94\xbd\xe0\xf9\x4b\x32\xb5\x42\x19\xae\x46\x1a\xdf\x91\xb4\xf2\xf4\xbf\x29\xc8\x25\x25\xa9\x5a\xbe\x56\x0a\x32\x16\x0b\x5e\x08\xae\xc7\xa8\x91\x65\x5d\xca\x9e\x89\x78\xcd\xd4\x68\x26\x28\x59\x51\xf1\xbf\x92\xa0\x39\x59\xa7\x6a\xa4\x78\x4a\x85\x1e\x2f\x1d\x40\x46\xa4\x7a\x59\x82\xba\xea\x85\xe5\xe0\x88\x94\x20\x31\xcb\x17\xaf\x25\x00\x5e\xd0\xdc\xb1\x7c\x53\xd3\x35\xfb\xf2\x8a\x94\x15\xf3\x2a\x01\xc7\x32\x7f\x9e\xb1\x46\x73\x44\x32\x5e\xd2\xac\xce\xdc\x28\x62\xc9\x9f\x51\x23\xdc\xcd\x39\xa2\x39\x49\x25\xad\x7e\x2b\x88\x94\x6c\x43\xdb\x3f\xdf\x93\x0d\xb9\x7b\x2a\x9a\x60\x7b\x29\xd4\x33\x22\x9e\xd3\x5c\x81\xe6\x01\x97\xb7\xe7\xd3\x71\xf9\xd3\x81\x6c\x2f\x44\x11\xfb\xcb\xb6\x46\xc3\xb2\xdd\x08\x2f\xb3\xad\xc4\xda\x6b\xae\x35\x0b\xb8\x10\x45\x8c\xe5\x5a\x52\xb1\xd1\x13\x11\xbe\xf5\x97\xf7\x1a\x13\x93\xc0\x1e\x55\xb0\xe2\xaf\x39\xc1\xd4\xbe\xde\xf0\x2d\x2a\x14\x52\x8c\x72\xaa\xb6\x94\x6c\xea\x1e\xc1\x83\x5c\x9a\xb0\xa8\x68\x0e\x10\x86\x93\x0e\x29\xa0\x62\x06\x37\x54\x7d\x37\x6f\x98\x7c\xc8\x56\x8e\x64\x32\xf3\x27\x19\x07\x88\xc9\xa4\x4d\x12\x4c\x1a\x64\x2b\x41\x26\x33\x98\x26\x33\x4c\x02\xcb\x19\x91\xd4\x5f\xfe\x0d\x1c\x96\xfb\x26\x41\xb0\xbc\x1b\x26\xf0\xf1\x8c\x48\x8a\xe5\xfd\x89\x64\x99\xcf\x66\x61\xf1\xb0\xdc\xb7\x28\x82\x65\xdf\x72\x81\xff\x98\x07\x26\x80\x7b\x93\x67\x8f\x63\xa4\x03\xc4\x44\xd0\x26\x09\x26\x03\xc7\x06\xae\x2e\xcc\x13\x93\x82\x5e\xf0\x58\xf5\x88\x3f\x41\xd4\x98\x98\x2c\xf6\xa8\x3a\xc4\xd1\x18\x58\xfb\x49\xa3\x66\x04\xef\x89\x22\xe7\xe6\x15\xad\x19\x8d\x19\x9d\x87\x6a\x61\x27\x6b\xcf\xd7\x89\x3a\x3c\x58\x85\xd8\x90\x94\x25\x44\x71\x01\x9a\x1b\x5c\xb1\x7c\x81\x0a\x80\x3c\x7a\x1c\x16\x34\x9a\x23\xaa\x8b\xa2\x91\xee\x46\xf8\x71\xb9\xca\x37\x54\x28\x2a\x40\x47\x84\x2b\xf2\x38\xab\x8b\xf5\xd0\x34\x20\x5e\xd2\x64\x9d\x7a\x9d\x02\x94\x90\xe8\xf0\xbf\x43\x14\x6e\xe8\x2f\x19\xc1\xb4\x7c\xc3\x0a\x77\x4b\x89\x5a\xfa\x94\x86\x03\xc4\x64\xd1\x26\x09\x26\x09\xc7\x06\xbe\xdb\x67\xc7\xe4\xe7\x64\x44\x57\x1e\xbb\xff\x12\xb1\x63\xfa\xd3\xa4\x09\x39\xff\x39\x01\xba\x92\xf0\xe1\xd3\xf4\x04\x6d\xe9\x92\xe7\xa4\x60\x1e\x1b\xbb\x05\x44\xdb\xbb\xe4\xf9\x69\x45\xd2\x73\x64\xb3\xf0\x70\x65\x31\xd0\x86\xcf\x78\xad\xcb\xf3\xb0\x02\xe6\x8a\x60\x45\xdb\x08\x0f\xb7\x02\xe6\x8a\xc0\xe5\xe7\xbb\x53\xb4\x48\xd5\xff\xfc\xfa\xab\xc7\x02\xd5\x70\xe8\xf8\xd5\x20\x08\x37\xa3\xd1\x4c\xe0\x4a\xff\xef\x6c\xd5\xf2\xc1\x77\xab\x96\x0f\xdd\xad\xba\xa6\x09\xdb\xaa\xe5\x83\x84\xe9\x83\x44\x5b\xb5\x54\x6b\x8f\xe3\xb7\x46\x43\x07\xba\x3a\x3c\xd4\x14\x4e\xb3\x80\xa9\x5a\xa3\xab\xb9\x62\x3d\xcb\x7d\xe6\xdb\xe2\x61\x39\x6f\x51\x04\x2b\x76\xcb\x05\x6e\xd7\xb3\x1b\x5c\x00\x66\x71\xbd\x9d\x7b\x5e\xd0\x6f\xe7\x1d\x75\xbf\x41\x12\x76\x41\xbf\x9d\xc3\xf4\xfb\x39\x26\x01\xb5\x65\x4a\xf9\x9c\xdb\x38\x40\x4c\x02\x8e\x64\x94\x30\x41\x63\x95\x51\x29\xc9\x62\xc0\x22\xbf\x0d\xa6\x58\x46\x53\x96\xbf\x18\x47\x52\x22\xe2\x65\xe8\xd2\x71\xdc\xa0\x25\x02\xb8\xb3\xbf\xbe\x37\x3f\x4e\xec\x8f\xed\xc2\x3b\x12\xd6\x66\xa2\xc4\x9b\x9a\xaf\x41\x40\xa5\x54\x4b\xa8\x3b\xf7\xdd\x39\xa4\xac\x58\x4e\x25\xf3\x3d\xac\x38\xd4\xce\xa1\xc5\xd1\x8d\xe6\x4c\xd0\x25\x1f\xa2\x41\xda\x07\x7b\x95\xb1\xaa\x4c\x30\x7c\xb2\x4c\xcf\xdd\xf7\x49\xaf\xd2\x33\x50\x2e\xd9\x25\x12\x3a\xfc\x2d\x48\xbe\x48\x99\xc7\xb9\x9f\x03\xc4\x0a\xaa\x4d\x12\x4c\xac\x8e\x0d\x5c\xd8\x27\xda\x17\xd2\x94\x2e\x04\xc9\x3c\x76\x86\x0e\x11\xed\x0d\xdb\x34\xe1\xba\x1c\xc7\x07\xee\xdc\x0b\xaa\xe7\x6d\x6c\xdb\x7a\x50\xf3\xd6\xfb\xb1\x87\xb5\xbc\xcd\x8d\xef\x9e\x4d\x54\x93\x07\x6f\x9b\x1a\x16\x3e\x2a\x55\xa0\xcb\x08\x9e\x7a\x54\x09\x6a\x34\x74\x11\x51\x87\x87\x5b\x43\xf0\x54\xc1\x15\x4f\x51\xdd\x5f\x4e\x95\x7a\xf2\x97\x6f\x03\x87\x65\xbc\x49\x10\x2c\xe7\x86\x09\xdc\xe8\xff\x58\xde\xcd\xf6\x7a\x46\xbd\x4e\xa0\x6a\x4c\x4c\x0a\x7b\x54\xc1\x44\x51\x73\x82\x49\xf5\x8a\x09\x85\xa6\xf2\x21\xf5\x27\x0f\x03\x87\x89\xa2\x49\x10\x4c\x0a\x86\x09\x7c\xd0\xff\xb1\xbc\xc7\x33\xee\xb1\x2a\x68\x34\x47\x74\x50\x2f\xd4\x08\xef\x97\x1b\x1d\x11\xc6\x67\x9f\xbf\xa2\xea\xa0\xec\x69\x46\x94\xcf\x39\x9c\x03\x44\xeb\x75\x8b\xa4\xf7\x68\xe0\xa2\x8f\x66\x94\xe4\xc1\x1b\x86\xe5\x05\x93\xa7\x33\xfd\x3c\xa3\x24\xef\x35\x4b\xdb\x89\x8f\x55\xab\x39\x4b\x3d\xee\xba\x6a\x34\xac\x0c\x1a\xe1\xc1\x84\xa7\x79\xc0\x39\x4b\xd1\x95\x84\xe0\x33\xae\xe6\x82\x64\x74\xcb\xc5\xca\x9f\x00\xda\xb8\x98\x28\x0e\x52\x06\x13\x4a\x9b\x1b\x7c\xd5\x9f\xe7\xe5\x67\x57\xfd\x18\x6d\x89\x8a\x97\x7e\x6b\x89\xc5\xec\xaa\x2b\x2d\xaa\xb0\x35\xc6\x70\x32\xf5\xe6\xbb\x7e\x43\x2b\x0f\x95\xca\x98\x7f\x79\xd5\xd6\x37\x51\xd1\x8a\xb3\x4f\x17\xae\xda\x50\xa9\xc0\xf1\x82\xaf\x54\xaa\xcf\x05\xcd\x4f\x0b\x86\x4e\x56\xe3\x94\xaf\x13\x9f\x7b\xf9\x16\x10\x9d\xb2\xb6\x48\xc2\xcd\x5a\x2d\x1b\xb8\xb2\x4f\x4c\x0a\x0f\x6b\x16\xaf\xe6\xec\xd1\x9f\x18\x4a\x44\x4c\x0e\x3b\x34\xc1\x04\x51\xf2\xb9\x87\x2f\xe5\x1b\xaa\x03\xe7\xa9\xcf\x1d\x5f\x9e\xe2\x9b\xbd\x75\x78\xef\x51\x5e\xc7\x1d\x3c\x45\xd0\x91\xc7\xba\x66\x84\x16\xbf\x66\x04\x53\xcd\x0d\x5d\x34\x2e\xf3\x9f\xb5\x59\xb6\x8f\x75\xa3\x01\xc4\xa6\x8d\xf7\x92\xe7\x3b\x74\x7d\xd7\x85\x26\x2e\x5c\xd9\x27\x3a\x89\x9c\x73\x8f\x8a\x84\x39\x47\xf5\x08\x75\x70\xb8\x51\x88\x17\x70\xce\x51\x3d\x80\x24\x0b\x8f\x9a\x34\x8d\x86\xb6\xa3\x3a\x3c\xa0\xa9\xe4\x82\xc0\x94\x2c\x50\xed\x99\x9e\x72\x4b\x45\x52\x8f\xf3\xb4\x0a\x12\x13\xc0\x2e\x51\x30\x29\x54\x8c\xe0\xac\x7c\xc3\xe4\xf1\x28\x7d\xaa\x83\x34\x1a\x26\x85\x46\x78\x30\x01\x68\x1e\xf0\x43\xe2\xea\xa0\xe6\xc9\x19\x3f\xd3\xad\xce\x69\xd6\xa0\x29\x56\x1d\x7f\x27\xae\x6f\x73\x74\x33\x3b\xd3\xb3\xb2\xbd\x19\xd9\xb1\x11\x71\xeb\x7d\xce\x37\x1e\xd5\x6f\x16\xcf\x91\x95\xa7\xfc\x1a\x19\x6d\x85\x1f\x23\x88\x12\x03\x6c\x4c\xb8\x30\x8f\x6b\xf7\xeb\xa1\x76\x93\xa5\x92\xc6\x6b\xc1\x7c\x6a\x15\x1b\xa0\x68\x2b\xaa\xc9\x46\x92\x2d\x06\xa8\x10\xf6\x71\x36\x54\xb0\xf9\x00\x85\xe5\xc1\xa1\xdb\xa0\xd2\x1f\x93\xeb\x1e\x25\xd0\xb0\xe6\x6c\xa4\x0b\x7e\x4c\xae\xa7\xee\x7d\x67\x00\xef\xea\x06\x9a\x20\x59\xfa\x4d\xe7\x8f\xed\xaa\x04\xfb\x61\x4c\xd9\x22\xef\xb0\x3e\xfb\xb9\x16\x1e\x55\x20\x06\x0e\xab\x09\x86\x60\xf4\xb0\xa6\xeb\xe1\x9b\x87\x06\x62\x96\xf2\xf0\xc6\xfb\x9a\x13\x68\x4e\x70\x96\xf2\x99\x3b\xec\xd1\x6f\xcb\xd0\x40\x98\xfc\xc2\x17\xfd\xff\x20\xc8\xbe\xb1\x83\x12\x24\x97\x29\x51\x3e\xcb\xa6\x09\x8b\x96\xd1\x01\xc2\xa0\xf6\x14\x15\x33\xb8\x2b\xdf\x50\x65\xf0\x92\x28\x19\x0b\x56\x78\x1c\x10\x6b\x4c\x4c\x32\x7b\x54\xc1\xc4\x52\x73\x82\xf1\x92\xa8\xa9\x79\x45\xe7\x07\x64\x36\x63\x2a\x7b\xf0\x38\x47\x70\x88\xe8\x3c\xa1\x4d\x13\x4e\x15\xe3\xf8\xc0\x57\xf3\x32\xf9\x82\x4f\x95\x48\xac\xd8\x86\x8e\xa4\x12\x94\x64\x1e\x95\x31\xbb\xc8\xf8\x14\xea\x20\x6d\x40\x6d\x95\xe5\x07\x8e\x1f\x7c\x75\x3f\x4c\xed\x77\xe7\x28\x30\x92\x8a\x0b\xb2\x70\xbd\xb3\xe7\x31\xa1\x0d\xde\x3d\x42\x1c\x22\x0f\xdc\xcf\x3b\x96\xcd\xce\x1a\xed\x85\x84\x4f\xf5\x42\xe3\x8c\xf7\xe1\x9e\xa7\x0e\x0f\xd7\xe7\x08\x9e\xc3\x58\xf0\x1c\xdd\x9a\xe5\xf9\x82\x27\xb3\xd1\x42\xb0\xc4\xe7\xb9\xde\x36\x2e\x26\x8a\x83\x94\xe1\x76\xa3\x2c\x37\xb0\xdc\xe0\x42\xb0\xe4\x1c\x6d\x4b\x6c\x91\x33\x9f\xc3\xb6\xc5\xc3\x04\x62\x29\x46\x92\x0e\x18\x95\x5a\x08\x2f\x9a\x96\x39\x0c\xba\xa1\xb9\x1a\xac\x44\x74\x20\xd6\x70\x6f\xd0\x71\xa4\x16\x8e\x2e\xc6\xf5\x90\x39\x4c\x1b\x45\x97\xda\x0b\x31\x58\xb2\xa0\xc1\x1b\xb0\xe5\xe5\x3a\xb0\x4b\xf3\x71\xa0\x1b\x3b\x0e\xa4\x2a\x02\x07\x34\x29\xbf\x87\x80\x49\xaa\x1c\xcc\x94\xaa\x21\x00\x46\x7c\x0e\xe2\x32\xb9\xa0\xfd\x76\x84\x1d\x88\x29\x47\x07\x32\xd6\xef\x43\x40\x6c\xfd\x76\x28\x1f\xcc\xc7\xa0\xb4\xd8\x9a\x59\xa6\xc6\x7e\xe1\x87\xa5\x66\xef\xee\xfd\xf5\x2a\x06\x0e\xeb\x54\x9a\x04\x01\x8f\x49\xcd\xde\xdd\xc3\x77\xfd\xbf\x6b\x41\x44\xe3\x13\xbf\x4b\x21\x1a\x9f\x74\x2d\x82\x6a\x92\xa0\xcb\x1f\x1a\x9f\xc0\x87\x31\x6a\x48\x9a\x26\xcc\xa3\x35\xbd\x46\xc3\xf2\xde\x08\x0f\x96\x71\xcd\x03\xae\x13\x36\x47\x75\xbd\x59\x3a\xba\x27\x8f\x1e\x77\x3a\x4a\x44\x47\x78\x40\x13\xf7\xa8\xf8\x8a\xe6\xec\x67\x9f\x6c\x55\xca\xb8\x2a\xb2\x80\x1f\x93\xeb\x3b\xf7\x81\x68\xe5\x62\x2e\x12\x8f\xbb\x1a\x06\x0e\x9d\x47\x36\x08\xc2\x4d\x24\x35\x13\x18\xeb\xff\xa8\x8e\x95\xa9\xa5\xcf\x63\x32\x16\x0f\xcb\x7d\x8b\x22\x9c\x69\xb4\xe1\x02\x17\x4c\x7d\xec\x3c\x26\x73\x62\x27\x4c\x33\xa1\x47\x38\xcf\x56\xfd\x0d\xe4\x8e\x9e\xee\x10\x6d\xe0\x23\xa1\x35\x3f\xf8\x50\xbf\xe3\x9d\x41\xe1\xb5\x23\x28\xd0\x3d\xcf\x46\x78\xb8\x8d\x9f\xac\x28\xe0\x47\x56\xa0\xdb\x9e\x7a\x20\x4a\x49\x36\xf3\xd9\x4d\xd4\x98\x5d\x43\x60\x8b\x2a\xe8\x28\x68\x39\xc1\xb5\x79\xe0\xc6\xc1\x39\xe3\x3e\xed\x82\x73\xc6\xd1\xf5\x66\x83\x20\xa0\x35\x70\xce\x38\x4c\xf4\x7f\xb4\x32\xa8\x94\xc8\x8c\x78\x6c\x07\x25\x22\x5a\x11\xda\x34\xe1\xaa\x81\xe3\x03\xa7\xfa\x65\x42\xba\xda\xc5\xc9\x48\x2a\xef\x27\x6c\xd5\x11\x27\x6c\x87\x2c\x70\x87\x9c\xb0\x55\x12\xa6\x77\xf8\xb9\x79\x45\x84\x5f\x2b\x56\x07\xe8\xe8\x0e\xee\x96\xb5\x49\x7a\xee\x95\xb9\xc8\x70\x47\xc4\x39\x4b\x29\x6a\xe4\x42\x36\xc2\x63\x4b\xd7\x68\x58\xb6\x1a\xe1\x3d\xf3\xa4\x63\xc2\xe9\x46\x70\xdc\xee\x5b\x6e\x3c\x76\x5b\x72\x83\x76\x5a\x55\xf0\x2b\xb8\x72\xc9\xe4\x06\x26\x72\x83\x1a\xef\x14\xc4\xa7\xa5\xb1\x81\xc3\xf2\xdf\x24\x08\x67\xbf\xa3\x99\xc0\x54\xff\xc7\x0d\x97\x1e\x7d\xaa\x8a\x0d\x1c\x3a\x75\x79\x58\x53\x31\x60\x67\xfc\xd0\x62\xa8\x09\xd5\x73\x72\x63\xa2\xc2\x8f\x2f\xfa\x71\x84\x8a\xa4\x5e\x43\x35\x23\x62\x4b\x27\x32\x9f\x53\x96\x7b\xec\xfa\x4a\x44\x74\x01\xe5\x68\x46\x29\x27\xc9\x8b\x34\x83\x15\xd2\x40\x94\x9e\x6b\x32\xc7\xcd\x69\xc1\xc6\xee\xb3\xbf\x1e\xac\x02\xd2\x02\xa8\x70\xae\x39\x49\x0e\x60\xb5\xe5\x4b\x53\x22\x15\x8b\xed\x29\x6a\xcf\x16\x4d\xfb\xd8\x58\x29\x3e\x4b\x1d\xf0\xa0\x53\x83\x23\x7c\x68\x7e\x75\x59\xff\x8d\xaa\x9e\xd6\xaf\x09\x60\x8d\x8b\x89\xea\x20\x65\x50\x63\xc0\xc6\xc8\x72\x46\x49\xfe\xad\xfc\xc2\x3d\xa5\x09\x8f\xeb\x23\x8d\x86\xc9\xa4\x11\x1e\xce\xdc\x9e\x09\x02\x57\x4c\xa0\x6b\x21\xaf\x27\x02\x3b\xce\x03\x0e\x3a\x0d\x58\x45\x35\x3b\xba\x34\xbc\x71\xf8\x43\x0a\x96\x13\x4c\x1f\xd2\xa9\x79\xeb\xd5\xbd\x69\x80\x29\x7e\x18\x91\x2e\x4d\x1f\xea\xb1\xef\x5a\x36\x87\x80\xc3\x1d\xd6\xf2\x55\x46\x09\xc7\x06\x3e\xd8\x67\xe7\xfa\x8b\xf9\x3c\xd5\x5f\x22\x76\xae\xbf\x58\xf8\x53\xfd\x66\xfd\xc5\x48\x06\x97\xa7\x13\x74\xfd\xb5\xa1\x29\x8f\xbd\xda\x54\x96\x88\x98\x18\x76\x68\xc2\xcd\xf1\x1d\x1f\xf8\xe6\x5e\x50\x8b\x08\xee\xd3\x94\x50\xa3\x3d\x3f\x31\x15\x74\x5e\xbd\xc7\x3c\x97\x8a\x34\x9a\x77\x2c\x59\x56\xa4\x75\x17\x44\x1f\xe3\x25\xc9\x17\xf4\x56\xf0\x82\x8a\x4a\x6a\xa3\x68\x47\xd5\x3f\x6a\x1e\xd1\x1c\x45\x4b\x4a\x92\xea\x1c\xf8\x28\x6a\x81\xf6\xda\x15\x10\x74\x0e\x5f\xe9\xbc\x35\x97\xc5\x63\x58\x5e\xe6\x40\x5e\x8f\x58\x2e\xdf\x30\x9e\x9a\x67\x9f\x98\x4e\x84\x30\x76\x2f\xfd\xd3\xda\x9b\xa7\x15\x2f\x7c\x34\x8f\x1e\xf1\x0a\x57\x8a\xf0\x61\xa7\x58\x7b\x60\xd4\xdb\x34\x47\xec\xd1\x24\x74\x46\x7f\xb2\x75\x36\xca\x9e\xbc\x8e\xb7\x6d\x5c\xac\xb9\x1f\xa4\x0c\xd6\xe8\x4b\x6e\xf0\xde\xbd\x4c\x9e\x3a\x46\xc4\xfb\xd8\xe3\xd4\xf4\x3e\x46\xe7\xa3\x75\x70\xc0\x93\x8e\x02\xae\x62\x74\xbe\xb9\xf4\x6a\xfc\xb4\xec\x30\x79\x5a\xbe\x82\xa1\x93\xe6\x01\x1f\x93\x39\x6a\xdc\xb4\x5a\x27\x6b\x7f\xd9\xd6\x68\x58\xb6\x1b\xe1\xc1\xb2\xad\x79\xc0\xa7\x75\xb2\xc6\x4f\x13\x72\x8f\x86\xb5\x1a\x0d\xad\xe1\x75\x78\x40\x17\x34\xfc\x01\xae\x38\x7f\xe8\xf2\xc9\x5a\x10\xe5\xf1\xf0\x7b\x89\xf8\xfc\xc0\xbe\x43\x71\x4c\xae\xca\x28\xc6\x17\xeb\x2d\x51\x4b\xa4\x2f\x5f\xa6\x7f\x78\x6c\xb6\xe9\x1f\xcf\x67\x64\x99\xfe\xa1\xa8\x90\x14\xf5\x34\x52\x23\xf4\x6c\xac\xe9\x1f\xf0\x31\xfd\xe3\xce\x30\xe8\x1e\xf7\x76\x22\x5e\xff\x81\xea\xa9\x13\x26\xc5\xba\xf0\xaa\x6e\xa8\x20\xd1\x51\x6e\x87\xa8\xf7\x32\xb3\x02\x18\x6d\x82\x2f\x10\x2a\x5e\xb0\xc9\xe0\x7d\xf9\xf1\x2d\xeb\xb5\xd8\xac\x41\x2a\x04\xfc\x50\x1a\x29\x96\x3e\x67\x20\x0e\x10\x2b\x94\x36\x49\x38\x9b\x09\xcb\x06\x2e\xec\x13\xb5\x85\xe2\x1e\x7d\xe2\xa7\x1c\x75\x89\x5f\x07\x87\x72\x28\x9b\xf2\x05\x5c\x73\xd4\x09\x3e\x59\x7a\xbc\x48\x88\x2c\xd1\x7b\x84\xea\xe0\x50\xe7\x36\xc9\x32\x86\xd3\x25\x7a\x89\x50\xc6\x52\xaf\x1b\xfc\x69\xc7\xfe\x7e\xca\xcd\x1d\x43\x43\x7c\x7e\x35\x20\xe2\x94\xd5\xcd\x3e\xa0\xa1\x40\xca\xc1\xb2\x82\x09\x4b\xf9\xd8\xbc\xf6\x73\x90\xa4\x21\x6c\x86\x0d\xc4\xd4\xbc\xe2\x66\x07\x3c\xf3\xe9\xcd\xc3\xe2\xa1\xf5\xd0\x50\x8c\x06\x19\x1d\xb4\x10\x5e\x76\xd4\xd0\x62\xbc\xc0\xb2\xbe\xcc\xc7\x4b\x0d\xda\x1d\xce\x86\xa4\x2f\xce\x4d\xb6\x4e\x15\x7b\x15\x6b\x0e\xcd\xae\xac\xab\xd6\xac\x43\xff\xb2\x67\xd7\xd1\x0f\xc7\xa5\xbe\x04\xd3\x9f\x2f\x43\x34\x32\x75\x70\xdf\xf4\xfb\x0b\xb0\x24\x55\x0e\xa9\xaf\xa1\xfb\x4e\x2e\x2b\xeb\x7b\x97\xcd\x41\xd6\xf7\x6d\x4c\x7b\x2c\xc0\xe2\x75\x9e\x6e\x9a\x2f\x99\xc7\xe9\x9f\x46\xc3\x5a\x7b\x23\xfc\xa5\x27\xb9\x35\xd4\x8f\x2c\x6d\x7d\xeb\x75\xc1\xa0\x2a\xac\x23\xc3\xf9\x92\xf5\x3b\x84\x5d\xc5\xfa\x91\xa5\xfd\x8e\x80\x57\x31\x75\x8a\xd1\x39\x7a\xec\xd3\x96\x24\xae\x8c\x45\x0e\xbb\x43\xac\x82\x7b\x9a\xc5\xc4\x72\x03\x63\xb9\xc1\x4d\x7c\x8c\x2b\x68\x9f\x87\x34\x4b\x44\x74\x78\x69\xd3\x84\xdd\x46\x58\x65\x12\x3e\x4d\x70\x33\xae\x74\x1d\x53\x9f\xa6\x0c\x16\x0f\x9d\xda\x36\x29\xc2\x99\xf9\x1b\x2e\x70\x6d\x1e\xb8\x81\x50\xba\xce\x57\xa3\x25\xf5\x38\xd7\xad\x31\x31\x41\xec\x51\x05\xb4\x17\xd2\x9c\x96\x34\x86\xa9\x79\xfb\xf8\x61\xdc\x7d\xec\xc5\x6f\xcb\xd0\x80\x1d\x0d\xa3\x41\x12\xf8\xd8\x8b\x84\x0f\x63\xf4\x0e\xd5\xfb\x59\xe1\x71\x7f\x51\xa3\x61\x79\x6f\x84\x87\xd3\xbb\xcd\x8a\x0c\xae\xce\x6e\x27\xb8\xc1\x58\x4a\xe5\x9c\x8b\xd8\x63\x87\x50\x63\xa2\x6d\x61\x97\x2a\xa0\xef\xab\x92\x13\x4c\xab\x57\x7c\x8f\xc1\xef\xa6\xfb\x7d\xe7\x9e\xfb\xfd\xab\x6c\xb9\x5b\x2e\x70\xd5\x69\x3d\xb5\xa1\x42\x3d\x8e\xb6\x74\x26\x79\xbc\xa2\x1e\x4d\xa7\x76\x80\x31\x91\x1c\x26\x0d\xb8\xfd\x2c\xd4\x23\x54\xec\xe0\x9b\xfe\xfe\x5e\x7e\xa2\xaa\x32\xce\x17\x29\x1d\xc5\x24\xa5\x79\x42\x3c\x4e\x65\x77\x80\x31\x61\x1d\x26\xed\xbd\x6c\xdb\x81\x71\xfe\x24\x42\x8b\xde\x72\x85\x92\xab\xf3\x2a\x01\x17\xe6\xe7\xb1\xfb\xd5\xba\x96\xe8\x35\x39\xde\xc5\x6d\x03\xa2\xc3\xe1\x46\xf0\x91\xd7\x4b\xb5\x4b\x44\x74\x40\xac\x8d\xc2\xc3\x8d\x86\xa5\xf9\x38\x6a\x09\x28\xf8\xd6\xe7\x1d\xc1\x16\x0f\xcb\x7a\x8b\x22\x94\xfe\xd3\x32\x81\x33\xf3\xc0\xaf\x12\xd3\x75\xcd\xe3\x80\xd8\x6c\x46\xcf\x5c\x27\xf6\x1a\x0d\xcd\x35\xac\x43\x4d\x69\x67\xb7\x94\xcc\x57\x1e\x6d\x1c\x0d\x1c\x96\xfd\x26\x41\xb8\xed\x57\xcd\x04\x3e\xe9\xff\x5d\x4e\x1f\x7d\xdb\xd1\xd7\x98\x98\x14\xf6\xa8\xc2\xba\x81\x34\x9c\x8c\x33\xc8\xa9\x7e\x43\x1b\x84\xf4\xb8\x31\x2b\x25\xea\x8e\xbc\x0e\x0e\xd7\x0e\xe4\x12\xa6\x12\x35\x86\x56\xcc\x67\x03\xd0\x68\x58\x9e\x1b\xe1\xe1\x2e\x0f\x62\x2b\x02\x77\x0c\xaf\xfc\x31\xf7\x79\xe0\x4f\xa3\x61\xd9\xd6\xe1\xf2\xff\xa8\x78\xb0\xe2\xdd\x00\xbc\x24\xf2\x4b\x99\x87\x2a\x34\x52\xc0\x98\x9f\xde\x76\x1a\xc5\xfa\x74\xc2\xe6\x00\xd1\x19\x4a\x8b\x24\xac\x2a\x2b\x7b\x80\xc9\x17\x54\x91\x35\xa3\xc4\xeb\xf1\x5c\x8b\xe7\xc8\x0e\xaa\x27\x5b\x14\x3d\x35\x94\x36\xae\x39\x66\x70\xf9\x19\xd5\x53\xde\x4b\x9f\x97\x40\x68\x34\xb4\xbf\x1d\xd2\x02\xfa\x5e\xd6\x5d\xc0\x34\x46\x8f\xd8\x32\xe1\x71\xb2\xcd\x04\x3a\xcf\xae\x83\xc3\xb9\x47\x12\x31\x5c\x0a\x7c\xe7\x39\x4d\x3d\x76\xb5\x1a\x0d\xcb\x73\x23\x3c\xdc\x7e\x71\x9a\x16\x30\x49\x53\xfc\x2c\xf5\x32\x1e\x6d\x7d\x2a\x1a\x0d\x1e\xda\x69\x19\x8a\xc1\xc3\x44\x8b\x41\x48\x4b\x85\xad\x84\xef\xb8\xeb\x44\xdd\xfb\x86\xf1\xd6\x7a\x72\xb4\xbb\xd6\x7d\xca\xb0\xc3\xc0\x01\x87\xad\x1d\x87\x24\x84\x7a\xf4\x7c\xf9\x61\x8d\x89\x09\x67\x8f\x2a\xb0\xae\xca\xdc\x68\x68\xd4\x54\x5d\xd7\x1a\x6e\xb9\x48\x0a\x41\xa5\xc7\x66\x57\x41\x62\x12\xd9\x25\x0a\xe7\xdc\xab\x64\x04\xdf\xcb\x37\x74\xe2\xc0\x3d\x1a\x98\xcc\x38\x6a\x5d\x52\x07\x87\x3b\xc8\xc8\x1f\xe1\x8c\x3f\xa2\x36\xe4\xe4\x27\x4d\x63\xe2\xf3\x14\x6c\x05\x89\xe5\xbe\x22\x7a\x81\x29\xc8\x2e\x92\xe2\x05\x1b\x30\x80\xef\xc2\x08\x5a\xa4\x2c\x26\x8a\x26\x5e\x52\x65\x0c\x20\xe2\x17\x19\xcd\x34\xd2\xc6\xf2\xc5\x6c\x3d\x9f\x0f\x37\x13\xab\xb1\x98\x39\x65\x33\x64\x97\x65\x17\x29\x65\x43\xce\x2e\xef\xa2\xbc\xc8\x4a\xaa\x86\x79\x81\xa1\x54\xa3\x52\xfa\x28\x79\x49\xc3\x7b\x2d\xaa\xb8\x81\xe6\x06\x1f\xcb\xcf\x29\xdd\x75\x60\x74\x34\x50\xab\xfe\xd7\x88\x5f\x9b\x3f\x0f\x84\x96\x54\x35\x93\xd8\xcf\x3a\xa9\x86\x29\x6b\x6e\x8d\x75\xe9\x7e\x19\x08\x58\x19\x74\x55\x80\x13\xf7\xcb\x50\x19\x56\xed\xb4\x21\xc0\xea\xb7\x81\xa0\xa6\x7f\xab\xf1\xee\xf4\xe7\x40\x28\xdd\x62\x6b\xa4\x6b\xb6\x7b\x11\xc9\xd1\x40\xb6\x77\xcb\xd7\xd9\xac\x99\xd5\xd3\xc6\xaf\x03\x81\xad\xa5\x58\x85\xd8\xdf\x87\x6c\xa3\x74\x5b\x05\x7b\x8c\x47\x27\xea\xdd\xa3\x13\x3d\xc2\xa3\x13\x7d\x25\x8f\x4e\x54\xc2\x94\xe2\x97\xc6\xc7\x99\xcf\xbb\x61\x35\x1a\x96\xfd\x46\x78\x38\xdf\x23\x19\x93\x30\x9e\x5c\xa2\xb6\x1e\x6e\x9b\xb3\x58\xcf\xa4\x57\xa7\x90\x4d\x58\x4c\x10\x87\x08\x43\xef\xae\x5a\x66\x6e\x0f\xf4\xd6\x7c\x60\x22\x2a\x04\xcb\xbd\xde\x89\xed\x00\x31\xb1\xa4\x45\xf0\xe3\x96\x2e\x15\x70\x6b\x9f\xa8\x11\x08\x89\x57\xd2\xeb\xb5\x7e\x16\xd0\xd1\x21\xd7\xfa\xb5\xe8\x7a\x5a\x78\xd8\xb8\x70\x65\x9f\xa8\x9a\x31\x80\xab\x97\xa3\xbc\xbc\xf4\x74\xf0\x32\x78\xbb\xb7\x76\xed\x72\x94\x5b\x97\xb9\x4f\x8d\xc1\x1c\x57\x15\xcc\x87\xe8\x08\xaa\xa8\xc3\xef\xcd\x1c\xc4\x77\xc0\x1d\xbf\x82\x66\x5c\x51\x38\xdf\x55\x4b\xf4\x8b\xdb\xcf\xdb\x79\x33\xf2\x74\x8e\x2b\x44\x5c\x07\x2c\x97\x94\xfa\xf4\xea\xd8\x82\x3d\x62\x00\xb0\x84\x83\xad\x6c\x0e\x60\xbd\xd2\x60\x62\x99\xb9\xc1\x64\x6a\x3e\x86\x58\xe6\x38\x98\x96\xbd\x8f\x45\xeb\x36\x51\x90\x8a\x67\x1e\x1b\xac\x81\xc3\x8a\xac\x49\x10\xd0\x40\x83\x67\x05\x4c\xf5\xff\x0e\xfb\x14\x96\x2f\x14\xcd\x0a\xbf\x8a\xe0\x36\x2e\x2e\x0d\x4d\x39\xda\x21\x0d\x69\xb8\xd2\x48\x18\x4c\xcd\xe7\x9d\xfb\xec\x9c\xe7\x07\x70\x69\x7c\x72\x9c\x4f\xe3\x93\xd7\x73\x6a\x7c\xd2\xf6\x6a\x7c\x70\xda\xbf\x3a\xf2\x26\xa1\xd5\xb3\x22\x58\x05\xb9\x3d\x68\x67\xa6\x98\x78\xbc\x7f\xa0\x48\xd0\xeb\x07\xea\xe0\x70\x53\xce\x64\x0e\xb7\x09\x7a\xf7\xc0\x6a\x3d\xa3\x22\xa7\xca\xe7\x7a\xb4\xc6\xc4\xf2\xcf\x0b\x9a\xcb\x25\x9b\xab\xd1\x6c\xcd\xd2\x21\x17\xbb\x97\xee\x33\x4a\x6e\xa3\x78\xad\x7b\xb1\x91\xa0\x92\xaf\x45\x3c\x64\xb1\xbb\x07\x99\x93\x8c\xca\x82\x78\x02\xe3\x89\x17\x9c\x65\x31\xa0\x59\xef\xa1\x24\xb4\x48\xf9\x53\xf6\x92\x8b\x8c\x1a\x68\x05\x15\x92\x49\x45\x73\x35\xda\xf0\x74\x9d\xe9\xe2\x48\x09\x1b\x72\xf8\x68\x1f\x9b\xfb\xa9\x1e\x3c\x9f\xb3\xc5\x28\x7b\x81\xe1\x0e\x9a\x61\x0f\xa0\xd2\xde\x9b\xe9\x07\x2a\x16\x83\xa6\x65\xcf\x25\x6a\x44\xe2\x98\xaf\x5f\x50\x5b\x76\x5a\xbc\x2b\x0f\x1f\x29\xbc\x1f\x72\x4b\xea\x1e\x4a\xa9\x96\x66\x3c\xd7\x69\x53\x82\xa7\x29\x15\x3e\xd2\x57\xf5\x48\xa3\x87\x35\x57\xe1\xcd\x4d\x2b\xce\x60\xba\x1c\xf8\x54\xfd\x70\xa3\xbf\x7b\x4d\x98\x1b\x60\xae\x4a\x35\xe0\xa6\xf6\x97\x5e\x80\x55\x35\x00\xdb\xf1\xc3\xe7\xf2\x87\x33\xf3\x3d\x34\x75\xb6\x3a\xfd\xad\x9b\x77\x23\x85\x63\xf3\xeb\x84\xf4\x5c\xd2\xb5\x72\x6d\xaa\xff\xdf\x65\xf5\x6f\x65\xdf\x04\x9d\xba\x90\xa1\x1c\xaa\xea\xf1\xb7\xa9\x1e\x0d\x06\x5f\xcb\x90\x2f\x3a\x60\x28\xfe\xb2\x68\x62\x7e\xbc\x3d\x1d\x0a\x54\x8f\x86\xcd\x2a\x55\xfd\x38\x14\x56\xf7\xef\x0d\xc0\x5b\x3e\xbc\x12\x34\x06\xb5\x06\xe2\xfb\xfa\xd7\xa1\xc0\xf7\x7c\xd6\x00\xbc\xe2\xb3\xe1\x85\x5d\xf5\x32\x7f\x37\x7a\x99\x56\xa1\x57\x14\xe3\x9a\x60\x70\xb3\x30\x93\xa2\xaa\x8a\x35\x9b\x86\x09\xa9\xaa\xd8\xe0\xd2\xab\x06\xc2\xbf\xdd\x40\xf8\xb7\x1d\xf9\x9b\x45\x5a\xd1\x7c\xb3\x24\x63\x43\xf1\x92\x7e\xe3\x6f\x37\x7c\xec\x74\x1f\xb6\xbd\x7b\xcc\x0c\x9a\x8b\x97\x75\x29\x07\xba\x92\x6e\x2b\x2c\xa2\x96\x34\xf7\xbd\xa4\xb4\xa0\x9d\x4b\xca\x16\x59\xd8\x25\xa5\x65\x05\xa7\xe6\xd1\xb1\x93\x34\x92\x3e\x4f\xd6\x5b\x3c\x74\xa1\xd9\xa4\x08\xb8\x9f\x04\x63\xf4\x00\x6d\x2c\x9e\x0a\xe5\xd1\x08\xd9\xe2\xe1\x2b\xec\x06\xc5\x4b\x7d\x58\xb4\xc0\x46\x51\xb1\x28\x7a\x89\x29\xdf\x50\xa1\xa8\x00\x0b\x03\xb7\x17\xb7\xc7\x79\xa1\xd8\x89\x37\x36\x8f\x7e\x0e\x2c\x5c\xd4\xf7\x6c\xc1\x14\x49\xa7\x6c\x91\x13\xb5\x16\xa8\x36\x28\x27\x0b\xc6\x3d\x56\x52\x8b\x87\x95\x55\x8b\x22\x58\x25\xb5\x5c\xe0\xc6\x3c\x70\xc3\xb7\x9c\x29\x8f\xdd\x96\xc5\xc3\x04\xd0\xa2\x08\x68\x01\xa7\xb9\xc0\x99\x79\x60\x02\x48\xee\x7d\x3a\xd5\xbd\xc7\x3d\xe9\xde\x87\x77\x9f\x7b\x9f\xc2\xfb\xab\x6b\xd4\xcc\x7c\x2d\x95\xdf\xd3\xec\x25\x22\x96\xf7\x1d\x9a\x70\x26\xe7\x8e\x0f\x4c\xdc\x0b\x2a\x0a\x22\xbd\x6e\x69\x5b\x3c\x54\x0c\x4d\x8a\x70\x42\x30\x5c\x60\x62\x1e\x87\xf5\xbe\xc7\x66\x1d\xd3\xfc\x86\xca\xee\x81\x99\x90\xef\x1b\x78\x4f\x8e\xb8\x82\xf7\xe4\x95\xee\xe0\x3d\x31\x97\xf0\x9e\x7e\x9f\x9e\x74\x5c\xc4\x2b\x73\xaf\x1b\x5c\x79\xc7\xfe\x56\xfe\x0a\xdb\x5b\x79\x56\xc0\x34\xc7\x37\xb7\x66\x44\xc4\x3c\xf1\x79\xfa\xdc\x02\x62\xb3\xa0\x36\x49\xdf\x83\x5d\x36\x32\x9c\xd9\x27\x6a\x73\x61\x96\x4f\x8a\xc4\x1e\xef\x27\xab\x20\xb1\xd2\xad\x88\x46\x39\xdf\x0c\xd6\x5b\xd7\x28\x31\xcb\x93\xe1\xc6\xc9\x35\xce\x8a\x3e\x49\xc5\x87\xf8\x86\xda\xcb\x17\x5d\xab\x01\x5b\x4f\xfb\x40\x72\xcb\xe6\x83\x4d\x8b\x6b\x98\x45\x3a\xcc\xe8\xba\x5f\x8b\xaa\xf8\x81\x2d\x11\x18\x9b\x47\xff\x25\xbd\xc1\x28\x4b\x03\x3e\xb9\x97\x81\x38\xae\x2c\xe0\xc6\x3e\x07\xa2\x58\x09\xc2\x45\xda\xdb\xe2\xb7\xc6\x30\x85\x09\x53\xfd\x7f\x68\x5e\xf8\x86\xc0\x0d\xdf\xa0\xd3\x4a\xb2\x95\xa3\x15\xcb\xa9\xf4\x69\x4e\xd9\x00\xed\x18\xba\x76\xc8\xfa\x1f\x71\xab\x21\x46\x73\x26\xe8\x92\xcb\xe0\x35\x97\x6c\x25\x94\xbc\xe0\x93\x65\x7e\xee\xbe\xfb\x79\x9e\xdc\x4a\x70\x89\x2f\x71\x3a\x6e\x02\xf7\x68\xf0\xc3\xd0\xd3\x2f\x75\x70\x38\x83\x1c\xa6\xe0\x82\xa1\xfe\x89\x24\x15\x9b\xd4\xa7\x13\x27\x07\x88\xce\x26\x5a\x24\xa1\x4e\x4d\x3a\x2e\x30\xb5\x4f\xd4\xba\x4f\x50\x9a\x11\xb1\xf2\x39\xff\xaf\x31\x31\x51\xec\x51\x85\x33\xbd\xab\x38\xc1\x79\xf5\x8a\xd6\x0c\xaf\xde\x1e\x64\xed\x0f\xe1\xe0\x24\x4b\x87\xdf\x93\xc7\xd9\xb0\x59\x96\x8e\x0d\x53\x4e\x8a\x2b\xf2\x38\xc3\xdd\x7c\x0a\x92\x2f\x78\xe2\xd1\xb0\xbb\x44\x44\xbb\xe1\x36\x4d\xb8\x7e\xd3\xf1\x81\x53\xf3\xf2\x1e\xb5\xe2\x76\xb6\x81\x19\x61\x3e\x3d\xf9\xd7\xa0\x68\xe7\xb7\x47\x36\xd4\xb4\x51\x43\xbc\xae\x2b\x32\xcd\xb1\x6d\x96\x38\x21\x2c\x1d\xee\x82\xcc\xe0\xd5\x40\xe8\x59\xdd\xd2\xe5\xdc\xe8\x5e\x8a\x77\xff\xfa\xdd\xe3\x91\xdd\x1d\x64\xac\xf0\x9e\xa1\xf5\x2c\xf7\xda\xdb\x9e\xe5\x02\x57\xd3\xaf\xef\xfe\xf5\xfb\x77\x3a\x9b\x76\x7a\xdd\x4b\xcd\xa9\xa3\x7b\xaf\x4b\xa9\x1a\x13\x93\xcd\x1e\x55\x40\x8f\xb6\x25\x27\xb8\xae\x5e\xbb\x6e\xd1\x09\x61\xd7\xdf\xc6\xc5\x84\x73\x90\x32\x9c\x43\x4b\xc9\xf3\xda\xcc\xff\x4a\xf2\xe3\x6e\x70\xb5\xe7\xb0\xde\xf9\x3e\xfc\xf5\xae\x63\x9a\xde\x20\x09\x7c\xf4\xeb\x9d\xd1\x2f\x4d\xdf\xa1\xaa\x70\xc1\x0b\xaf\x07\xe1\x1d\x20\x26\x84\x36\x49\x38\xb5\xb8\x65\x03\xef\xed\xf3\x88\x11\x72\xc6\x16\xe6\x2a\x70\xef\xa3\x64\x09\x7c\xc4\x48\xb9\x43\x3a\x74\xb4\x2c\x61\x46\xaf\x70\x7d\x9f\x1b\xde\x4a\x96\xe6\x46\x5b\x3b\xcc\x9d\xb1\x85\xb9\x54\x7d\xfa\xe5\x7a\xc8\x80\x59\x21\xb6\xd1\x70\xed\xbe\xcf\x49\x4e\xd7\xec\x46\x66\x2f\x38\x87\x53\xf0\x62\x40\x47\x50\x33\x1e\x1a\x97\xbd\xc4\xea\xf2\x25\xce\x1b\x74\x86\x07\x30\x3e\xb8\x8c\xc8\x58\x46\xad\x37\x89\x82\x08\x35\x6c\x31\xa1\x31\xa0\xc2\x80\x09\xcb\xe8\xa4\xfc\xea\xb7\x0b\x6d\x66\x76\x5d\x73\xba\x22\x25\x4a\x73\xf6\xec\x96\xa6\x05\x8b\x55\xd6\x43\x84\xa1\xd6\xe4\x25\x2f\xeb\x9e\xe6\xd6\x7d\x75\x79\xa8\x51\x2c\xf3\xb9\x32\x37\x70\x98\x44\x9a\x04\x01\x3d\x2e\x66\x54\xc0\x9d\xfe\x8f\x0e\xc4\xd6\x82\x81\xc7\x94\x78\x3c\x6d\xda\x44\x45\x87\xe4\x7d\xba\x80\x17\xd9\xd5\xbc\x4a\xc3\x8d\xcf\xfa\x03\x77\x49\xb9\x8e\x97\x33\xe2\xd3\x1f\x71\x05\x89\x09\x66\x97\x28\x9c\x89\x51\xc9\x08\xc6\xe5\x5b\x97\xae\x59\xe6\x9e\xf5\xcc\x32\xef\xd4\x31\xd7\x24\x41\x75\xc2\x32\x97\x30\xcd\x51\x15\xae\x4c\xbd\xae\xfa\x0c\x1c\x3a\xd6\xa7\xaf\xb0\xd6\x33\x4c\x60\x9a\x76\xac\xf0\xe6\x29\x51\x85\xd7\xec\x97\x88\x98\x04\x76\x68\x5e\x7c\x71\x52\x1b\xae\xa7\x96\xd3\x45\x86\x73\xf7\x72\xc4\xfc\xb2\x31\xf4\xef\x45\x47\x75\x89\x3f\x59\x31\x67\xa9\xc7\xae\xc7\x01\x62\xd2\x69\x93\xf4\x9c\xd9\xb8\xc8\xf0\x17\x2b\xce\x59\x8a\x6f\x46\x3b\xa3\x07\xdf\x4e\x50\xba\xaf\x7d\x39\x79\xa5\x7b\x5f\x4e\xca\x8b\x5f\x50\x3b\x8b\x9c\x2a\xf5\xe4\x79\x6a\x56\x63\x62\xa2\xd8\xa3\x0a\x35\x29\x33\x8c\xec\x8c\xec\x46\xbf\x76\x4d\xc7\x58\x3e\x4f\xd7\x8f\x3e\x55\xe8\x25\x22\x26\x8e\x1d\x9a\x70\xce\x59\x1d\x1f\xb8\x34\x2f\x87\x55\xe8\xab\xd1\x4a\x3f\x8f\xd9\x37\xc3\x8c\xa6\x1c\x08\x96\xed\x36\xc9\xb1\xde\x30\x76\x26\xbc\x64\x21\xf9\xda\x63\x05\x76\x80\x58\x3f\xa5\x58\xf2\x34\xd1\xd4\x7d\x4c\x86\x1b\x5d\x95\x63\x01\x77\x15\x0e\xda\x5b\x15\x82\x2b\x3e\x5b\xfb\x3c\x1b\xec\x10\xb1\x4c\xee\xd0\xf4\xcc\x62\x19\x1b\x6e\xdd\x0b\xde\x1f\xff\x5c\x0b\x3a\x92\x8a\x0b\xb2\xa0\xa3\x59\xca\x7d\x6e\x61\xed\x61\xa3\x7d\xf4\x73\xd4\xe1\x7a\x6b\xcd\x11\x1c\x47\xd0\x1c\xe1\x2c\xdd\x3d\xdf\xb3\x93\x25\xa9\xa8\x60\xd2\xe3\x54\xa8\x44\x44\x45\xd3\xa6\x09\x27\x10\xc7\x07\x4e\xdd\x0b\x7e\x8b\x71\x2c\x78\x21\xb8\x1e\xfa\x47\x19\x55\x82\xf9\x1c\xd5\x0f\xa1\x63\x22\x42\xe8\xc3\xd9\xc0\x36\x78\x82\xe3\x09\x13\xfd\xe3\xad\xfd\x71\x62\x7f\xc3\x8f\x07\xf8\x74\x06\xa3\xd1\xd0\xc1\x9f\x84\x77\xd7\xa2\x79\xc0\x0d\xd9\x3d\x70\xb7\x37\x34\xb3\x9c\xc9\xc2\xa7\xf6\xa1\xc6\xec\x18\xf0\xdb\x54\x21\x87\x7c\xc7\x49\x0f\xfa\xee\x15\xb7\x42\x95\xf4\xf7\xff\xf1\x69\x84\xaa\xf1\xb0\x91\xa6\x45\xd1\xdb\x04\x55\xc7\x85\x33\xf3\x40\xc7\x18\xfa\xe8\xf3\xd6\x4b\x8d\x86\x15\x70\x23\x3c\x58\xd1\x6a\x1e\xf0\xe1\x91\xa2\xce\xf6\x85\x4f\xdf\xd7\x02\xf7\x7a\x2d\x86\xf8\xbb\x3e\x58\x25\x6a\xa4\x7e\x22\x11\x52\xc2\xd7\x5d\x17\xd8\x5d\x75\xc8\x45\x42\x6b\xcf\xc2\xab\x43\xbc\xc5\x31\xde\xf0\x16\x43\x5d\xe1\xe9\x88\x70\xd1\xe5\x04\x6f\x41\x79\xcc\x13\x9f\xba\xe7\x12\x11\xab\x22\x3b\x34\xe1\xf6\xe7\x1c\x1f\xb8\xa0\x7c\xcc\xf7\x0c\x83\x77\xa6\xc3\x0b\xba\xa1\xb9\x47\x3b\x41\x07\x88\x09\xa2\x4d\x12\xce\x07\x8f\x65\x03\xb7\x8b\x0f\xfa\x89\xce\x2a\x15\xf7\x78\xf3\x9b\x46\x43\x67\x93\x75\x78\xb8\x99\xa4\xe2\x99\xb9\x8b\x1d\x37\x05\x14\x7c\xed\xf5\x96\x2f\x0b\x88\x65\xbe\x4d\x12\x4e\xb3\x6a\xd9\xcc\xb8\x6a\xfc\x38\xb5\x3f\x9e\x71\xb4\x32\x24\x82\xa5\x3e\x0f\x0c\x6a\x38\x4c\x22\x4d\x82\x80\xd6\x11\x2c\x4d\xe1\xbd\xfe\x8f\xef\xbb\x64\x54\x25\x3e\x37\x5d\x34\x1e\x96\xfb\x16\xc5\x80\xeb\xb8\x74\xec\xf0\x07\xc2\x0d\x1b\x18\x9b\x07\x2a\xbf\xe5\x3a\xf7\xb8\x36\x35\x70\xa8\xf4\x1a\x04\xe1\x72\xaf\x99\xc0\x58\xff\x3f\xac\x34\xdb\xd2\xd9\x92\xf3\x23\xf2\x8d\x29\xcd\x1c\x08\x96\xdb\x36\x09\xae\x37\x7d\x46\x67\x96\xf8\xdc\x44\x4b\xf0\x0d\xb4\x24\xfc\xe6\x59\x92\x4b\x78\x8f\x6f\x9c\x65\xdc\xb3\x61\xb4\x03\xc4\x72\xde\x26\x09\xb7\xfe\xb7\x6c\x60\xc2\x3b\x8d\xa2\xef\x4d\xbe\xe5\x48\x90\xb9\xc7\xc9\x4e\x13\x15\x93\xc7\x01\xba\x70\xe6\x91\x96\x17\x68\x5e\x70\x75\x61\x3e\xbe\x92\xdd\xa3\x50\x3b\xfd\x0c\x91\x92\xe4\x89\x20\x0f\x1e\x07\xbe\x06\x28\xda\x85\x85\xb7\x58\xab\x52\x02\xe3\xf2\x0d\xd5\x8d\xc4\xc4\xa3\x18\x34\x1a\xb6\xe0\x69\x84\xf7\x54\x6f\xc4\x24\x85\xcb\x31\x49\xd1\xb5\x8e\xbc\xf7\xe9\xa1\x45\xa3\xa1\xb3\xbb\xfb\x4c\x8e\x66\x44\xc5\x03\x26\x78\x35\x42\xf0\xc9\xe1\x7d\x26\x61\x7a\xdf\xd3\x0b\x92\x89\x65\xf2\x66\xe2\x9e\xe9\xb7\x23\xac\x4c\x13\xa1\x53\xeb\xad\x04\x9a\xa8\x58\x49\x1c\xa0\x0b\x6d\x11\x6a\x78\x39\xe3\xcd\xf7\xfa\x1d\x5d\x7b\x14\xa9\xd7\xa9\x92\xc5\x43\xeb\x66\x93\x22\x5c\xdd\x32\x5c\x60\x6a\x1e\xe8\x32\x83\xff\xf4\xa9\x81\x30\x70\xe8\x6c\xa4\x41\x10\x6e\x3e\xa2\x99\xc0\x7b\xfd\xbf\xcb\x9c\x89\xae\x3c\x9b\x33\xd1\x55\xa7\x39\x53\x4d\x12\xd4\x9c\x89\xae\x24\x7c\xf8\x84\xde\x46\x22\xa9\x4f\xe7\xd4\x8d\xdb\xa8\x9e\x39\x99\x79\xac\x3b\xea\xc1\x17\x2f\x98\x2b\xaa\xf6\x6f\xa6\xda\xd9\x1e\x61\x4a\x30\x9f\xce\xcb\x1d\x20\x96\xf7\x36\x49\xb8\x5d\x17\xcb\x06\x6e\xec\x13\xad\xfd\xb1\x62\x1b\xea\xf5\x16\x67\x87\x88\xd6\xff\x36\x4d\xb8\x06\xe0\xf8\xc0\xa9\x79\x99\x7c\x41\x4d\x80\xb7\x2c\xf5\x79\x9b\xb3\xc5\xc3\xc4\xd0\xa2\x08\x67\x05\x6c\xb8\xc0\x9d\x79\x60\x02\xf8\x49\xf3\x84\xfa\xdc\xce\x76\x80\x98\x08\xda\x24\xc1\x64\xe0\xd8\xc0\x5f\xf6\x89\x6e\xbc\x09\xc2\x72\x25\xa8\x4f\x07\x30\x25\x24\x26\x89\x5d\xa2\x70\xbe\xca\x4a\x46\x70\x56\xbe\x75\x9a\xfb\x3e\xf8\x36\xf7\x7d\xe8\x36\xf7\x7d\x78\x1d\x73\xdf\x07\x09\xd3\x07\x54\x6b\xc1\x53\x96\x2f\xb8\xc7\xbd\x58\x07\x88\x49\xa0\x4d\x12\xce\x7d\x8b\x65\x03\x9f\xed\x13\xed\x1d\x38\x5f\x51\x5a\xf8\x9c\x27\x56\x90\x68\x0f\xb1\x43\x14\xae\x8f\x28\x19\xc1\x5f\x9c\x7f\x32\x6f\xe8\xac\xe9\x3e\x93\x1e\x9d\x84\x19\x38\x74\xde\xd4\x20\x08\xba\x1a\x3d\x31\x4b\x4a\xd4\x62\x35\x4d\x7c\xfa\x6d\xd0\x68\x58\xce\x1b\xe1\xe1\x4e\x3a\x27\xa4\x80\xeb\x04\xbf\xb4\xf1\x31\x5e\x92\x7c\xe1\x71\x60\x70\x80\x58\xe6\xdb\x24\xc1\xf2\xef\xd8\xc0\x8f\xb1\x79\xa2\x06\xa9\x23\x41\xd9\xfc\x88\x93\xaa\x47\x98\xa5\x5a\x28\x2c\xff\x5b\xd1\xbf\xf0\x77\xb7\x40\x33\x9f\x3e\x57\x0d\x1c\x3a\x78\x35\x08\x02\xee\xa9\x66\x5c\xc2\xa9\xfe\x8f\x9b\x28\xfa\xf4\x63\x88\x77\x50\x24\x7c\xf7\x44\xe4\x09\x9c\xe2\xc6\xf4\x54\xc5\x1e\xf7\x0c\x35\x1a\x96\x67\x1d\x6e\x7c\xc8\xf5\xcf\x79\x03\x40\xaa\x41\xa6\x78\x0d\x84\xed\x30\x35\x67\x4f\x43\x27\x15\x27\xf0\x41\xc5\xc9\xf7\x7d\x75\xe3\xb1\x51\xa7\x6a\xcf\x18\xf0\xd8\xa8\x9f\xe8\x13\x5a\xd7\xf5\x53\xfd\xf4\x57\xf6\x16\x0f\x2b\xfd\x16\x45\x30\xb1\x5b\x2e\xf0\xc5\x3c\x70\xfb\x99\xd6\xe5\x25\x32\xe5\x5e\x6d\x69\xf6\xc0\x31\xd1\x3c\x4f\x1e\xd0\xc6\xa6\x79\xab\x02\x68\x96\x70\xbb\x68\x5c\xa3\x30\x4d\x71\x63\x0b\xaf\xbb\x13\x1d\x9b\x13\xaf\xb0\xb3\x70\x9f\x49\xb8\xda\xdd\x57\xd8\x51\x51\x2c\x05\xf3\xb9\x07\x69\xf1\xb0\x7c\xb7\x28\x5e\x6a\x9e\xd8\x02\xeb\xa9\x14\x31\x51\xe1\xce\x3c\xfa\xd9\x29\xb6\xa2\xe2\xfb\x5d\xcc\xa7\x77\x33\x86\xbb\xcf\x65\x83\x9d\x23\x48\x36\xc4\x29\x43\xcf\x85\x05\x2b\x60\xca\xba\xaf\x44\x8f\xb7\x5e\x15\x0d\x1a\x10\x9d\xb3\xb4\x48\xc2\x1e\x05\x8c\xb7\x30\xde\xa2\x73\x17\x22\xf3\xdf\x7c\x4e\xd7\xf2\xdf\xb0\xd6\xd3\x08\xef\x69\xed\xad\x63\xc2\xe9\xf4\xe6\x37\xbc\xf6\x6b\x81\x13\x75\xd4\x85\x8f\x47\x37\x82\x0a\x13\x6d\x0b\xbb\x54\xe1\xaa\x75\xc5\x09\xa6\xd5\x2b\xba\x72\x26\xf9\x62\x4d\x7c\xae\x21\x4b\x44\x4c\x20\x3b\x34\xa1\xf6\x5d\x4a\x36\x70\xed\x5e\x9e\x59\x46\xe6\x44\x1d\xb5\x0f\x8d\x2e\x20\x2d\x08\x96\xeb\x36\xc9\xf1\x47\x5b\xa3\xa8\x10\x3c\x59\xc7\xb5\xaa\xcb\xb4\x21\x5a\xd0\x3c\xa1\x79\xcc\x6a\x3e\x96\x57\x77\x06\x3a\xb3\x31\x2a\x39\x56\x11\x62\x9e\xcb\x75\xf6\x9a\x49\x28\x39\x1e\xa8\xb5\x95\x6a\xcc\xfb\x15\x06\xbb\xc8\x58\x79\x3e\x43\x1b\x5e\x21\xd8\x79\xbf\x41\x35\xe9\xb3\xb7\xde\x3f\x66\x1e\x6d\x76\x6a\x4c\xac\x33\xdf\xa3\x1a\x74\x6d\xff\x63\x96\x96\x37\xf7\xff\x98\x5c\xa3\xbd\x7b\x42\x67\xf4\x27\x5b\x67\xfe\x6d\xfa\x76\x91\xb1\x2a\xf1\x0c\x6d\x38\x9b\x02\xc7\x0f\xde\xbb\x97\x89\xe5\x8b\x6a\x0d\xad\x1f\x4f\x8f\x5a\xc3\x96\x2b\xd2\x83\xd5\xa1\x4d\xe2\x4e\xb2\xb4\x7f\xec\x39\xe6\xbb\xc8\xc6\xc7\xe1\x31\x1e\xaa\x0e\x44\xfd\x61\xfd\x97\x76\xdc\x4f\xa0\x48\x91\x92\x3c\xf7\xd9\xc9\x34\x40\xb1\xca\xb4\x4f\x16\xd0\x6d\x7e\xc5\x0a\x3e\x17\x8a\xdc\xda\x77\x74\x72\x58\x78\xf5\xb9\x53\x74\x38\xdc\x29\x5e\xc1\xdb\x4e\x91\x4b\x38\x2d\x70\x93\xe1\x7b\x99\xfa\x34\x92\x95\x29\x6e\x1c\x5b\x87\x07\xf4\x19\x9a\x2a\xb8\x92\x29\xaa\x8b\x98\xb1\x3c\xf1\xe8\x0c\xd2\xc0\x61\x1d\x86\x21\x18\xad\x36\xc5\xce\x2f\x73\xf6\x48\x93\x9d\xdf\x62\xb9\x19\xd6\x87\x98\xe8\xb0\xda\x14\x70\xa6\xdf\x3e\xd1\xa7\x6f\x24\x5d\xd3\x5b\xc2\x44\xcf\x2e\xc5\x22\x99\xc4\x59\xac\x73\xfd\x7a\x4d\xf3\x85\x5a\x0e\x82\x8a\xe5\xc6\x02\x8d\xe5\x06\xed\xa0\x36\x1e\x3b\xf2\x0d\x7a\x34\x6b\x73\xe4\xc1\xac\xc1\xd3\xf5\x4d\x06\xdf\xd0\x33\x59\x05\x59\x7a\xb4\x87\xd1\x68\x58\x7e\x1b\xe1\xe1\x74\x84\x64\xc9\xe1\x96\x2c\x51\x3b\x98\xf4\xa7\x47\x1f\x1f\xe9\x4f\xd4\xbd\x47\x1d\xdc\xb3\x2d\xa5\x3f\xe7\x70\xfd\xd7\x39\x5a\x57\x05\xf5\x98\x11\x41\xe7\x58\xe9\xd5\xc1\xa1\xaa\xab\xa0\x73\xf8\x4a\xe7\x58\xc9\xad\x73\xb6\xe1\x31\x53\x4f\xa3\x82\x08\x49\x85\xc7\x01\x73\x0f\x1a\x2b\xd5\x9a\xb8\xdd\x7f\xd6\xbf\xab\xaa\x0f\x6d\xfe\x3a\xb8\x67\xad\x20\xe0\xdf\x39\xfb\x66\xde\xee\xf6\x3a\xb2\x01\x20\xfb\xbd\xe1\x00\x10\xd3\x37\x7f\x67\xc9\x5e\xd7\xdc\x96\x70\xb6\xa1\x3e\xfd\xe7\x6e\x28\x7a\xd4\xa3\x11\xde\xa3\xb7\x29\x35\x1c\x0d\xb0\x06\xd0\x31\x85\x56\xe9\x48\x74\x3c\x98\x6c\x68\x7a\xdd\x56\xce\xe0\xa7\x8c\xca\x48\xdd\xde\xc5\x3d\x7b\x68\x3c\x39\xc2\x45\xe3\xc9\x2b\xf9\x68\x3c\x29\x9d\x34\xa2\xda\x54\xbd\xe6\xf1\xb8\x2c\x35\x70\x58\xa3\x37\x6b\xac\x26\x55\x7f\x57\xf2\x33\xb3\xbc\xc2\x6f\x17\xc9\xa5\x47\x63\xdd\x5c\xa2\x76\xba\x75\x70\x38\x5b\x65\xf9\x00\x37\xf2\x01\x5d\x40\x17\x44\x79\x3c\x18\x6e\xe0\x9e\x6f\xcf\xcd\xe0\x5e\x0d\xda\x44\x84\x1f\xb7\x44\x2d\x5b\x4d\xba\xcd\x7d\x4e\x62\x3a\x3b\xea\x80\xea\xb1\xf9\x29\x11\xb1\x82\xdc\xa1\x09\x77\x03\x90\xe3\x03\xe7\xee\x05\xb5\xab\x5c\xe4\x1e\x3b\x7c\x8d\xf6\x7c\xa9\x36\x42\x7b\x15\xaa\x8e\x07\x9f\x17\x79\x8a\x14\xa9\x51\x9c\xfa\x3c\xac\x68\xf0\xb0\xe2\x6c\x51\x04\x3c\x69\xae\xb9\xc0\xd8\x3c\xd0\x9e\x36\x99\x79\xf4\xe9\xa3\xd1\xb0\xcc\x37\xc2\xc3\xad\xd1\x93\x59\x0c\x57\xc9\x0c\xf5\xe9\xb3\xa1\x42\x79\xbc\xbe\xc2\xc0\xa1\x0b\xc2\x06\x41\xb0\x9c\x1b\x26\xf0\x4d\xff\xc7\x9d\x33\xe4\x4a\xf0\x74\xb6\xf6\x38\xcb\xa8\x31\x3b\xea\x7e\x9b\x2a\xd4\x7a\xa3\x66\xa4\x9b\x80\x7e\x3d\x5b\xa3\xaa\xaa\x2d\x5d\x79\x3c\x47\xa5\xd1\x30\x39\x34\xc2\x83\x55\x06\xcd\x03\xbe\xd3\x15\x7e\x44\x99\xc6\xbf\xff\xfa\x7f\xff\xf8\xd5\x5f\xd6\x4b\x44\x2c\xfb\x25\xcd\x28\x4e\xd9\x20\x07\x3e\x3b\x30\x92\x8a\x4d\x78\xbd\x6f\xc9\x0e\x2c\x3b\x73\x71\x60\xcf\xdb\x52\x2b\x08\x9b\x71\x18\x9b\x07\xee\x75\xc1\xa7\xbb\x6e\x8d\x86\x2e\xac\xf8\xb1\x6e\xba\x07\xb7\x4c\xcd\x02\x26\x1c\x77\x54\x6e\xd6\x23\x89\xd7\x5b\xf8\x1c\x62\xe7\x2a\x28\x49\x66\x43\x6f\x8b\x6b\xa3\xbc\xca\x5a\xaa\x4a\x2d\xbc\x4f\x66\x27\x03\xee\x98\x2b\x51\x4c\x7c\x74\x9e\x50\x78\xec\x1f\xef\x0b\xb4\x7b\xac\x83\xc3\x4d\x12\x0a\x02\x57\x05\xda\x37\x16\xeb\x54\x12\x8f\x3b\x59\x16\x0f\xcb\x77\x8b\x22\x9c\x1e\xd5\x70\x81\x5b\xf3\x40\x1d\x0f\xac\xc9\x86\x8c\x8c\xf3\x33\xaf\x73\x85\x36\x2e\x26\x90\x83\x94\xe1\xdc\x0f\x68\x6e\x50\x72\x83\x0b\xfd\x69\x5c\xbe\x75\xcc\x1d\x48\xf6\xe0\xd1\x56\x50\xa3\xa1\xbd\x54\x1d\x1e\xae\x6f\xc9\x1e\x0a\x38\x9d\x7c\xb9\xc5\x6f\x93\x60\x3e\x1d\x2f\x18\x38\x2c\xe3\x4d\x82\x70\x8b\x60\xcd\x04\xce\xf5\x7f\xd4\xe9\x42\x69\xbb\x50\x70\xa9\x16\x82\x7a\x6c\x1d\x7b\xd0\x98\x4c\x9e\x23\x7e\x3d\x23\x8a\x5b\xc7\xb8\xeb\x18\x2a\xf3\x69\x45\xe1\x00\x3b\x06\xf3\x06\x49\xd0\x63\xa8\x8c\x64\x70\x79\x3a\x41\x0f\x1c\x3e\xc9\x94\x2f\x3c\xda\x52\x1a\x3c\x47\x76\xf8\xc2\xe4\x26\x45\x4f\xc3\x48\x13\x15\xa6\xe6\x81\x9b\x89\x66\x85\x4f\x2b\xe9\xac\xc0\xcd\xa4\xeb\xf0\x01\x37\xdf\x15\xaf\x60\x28\x9d\x15\x05\x4c\xb3\x02\x35\x95\xfe\xc9\x8a\x51\x42\xe7\x29\xf1\x6b\x8b\xd7\x40\xc5\xaa\xc5\x4f\x56\xec\x90\x8d\xa2\xc5\xfe\x8f\x3d\xb7\xb0\xca\xd8\x70\xf1\x93\x15\xef\xdd\x47\xcf\xcd\xa7\x0a\xe3\xaf\x67\x21\x76\x16\xd9\x5c\xac\x12\xe2\xd1\xd0\xc2\x01\x62\x55\xb0\x4d\x12\x6e\xed\x6e\xd9\xc0\x77\xfb\xec\xbc\xe1\xcc\xe7\x4a\xc9\x01\x62\x52\x68\x93\x84\xbd\xdb\x2c\x99\xd9\x9b\xcd\x3a\xee\x2a\x17\x3e\xb5\xf2\x1a\x0d\x6b\x44\x8d\xf0\x9e\x33\x4c\xc1\x57\x70\x21\x38\x7e\x6f\x94\xf1\xa0\xe0\xf7\x82\xe1\xee\xfb\x85\x5f\xe7\x7a\x61\x90\xef\x00\xbf\x59\x78\xe6\xf5\x22\xc3\x59\xc7\x05\x86\xb3\xa3\x2f\x2e\x6c\x28\x3c\x5c\x23\x48\xc9\xb1\xbe\xda\x1b\x71\x0f\x6c\x6f\x34\xd2\xd0\x6b\x7b\x43\xc7\x83\x33\x4a\xf2\x3e\x9b\xd0\x55\xa4\x5e\x5a\x02\x1d\xcb\xe4\x17\xc6\xfa\x3f\x7e\x21\xa5\xa0\xb1\x47\xab\x3f\x8b\x87\xce\x81\x9b\x14\xa1\xd4\x56\x96\x09\xbc\x37\x0f\x74\xc3\xf3\xde\xe3\x6e\xe7\x3d\x96\xef\x2a\x34\x9c\x63\x81\x7b\xf8\x71\x85\x2e\x01\x89\x54\xf7\x5e\xdd\xfa\x97\x88\x58\xf7\x6b\x36\xeb\x77\x08\xfb\x6e\x75\xda\xc8\x70\xee\x5e\xf0\x59\x6e\x4e\x56\xf4\x89\xf8\x3c\x18\x50\x41\x62\xf9\xd4\xe1\x7b\x94\x3d\x67\xa4\x65\x6c\x98\xea\xb7\xff\x9c\x1e\x7b\x32\x40\x3e\xa4\x56\xcd\x1d\x60\x61\x5b\x61\x1f\xb5\xb2\xdd\xa5\x7e\xbd\xa5\xed\xb4\xe4\xdc\xa9\xaa\xce\xbc\x5e\x24\xe5\x10\x3b\x06\xec\x26\x4d\x58\x25\x73\x26\x57\x30\x99\x7e\x42\xd5\xc3\x52\x11\x8f\xdb\xa9\x1a\x0d\x5d\x09\xd6\xe1\xe1\x16\x73\x8a\x3c\xc2\x54\x9d\xfe\xe8\xd2\x6c\xac\x7c\x1e\x3d\x77\x80\x5d\x93\xb5\x55\xf8\x23\xe8\x7a\xb6\xb6\xca\x24\x7c\x9a\xb4\x1c\x50\xa6\x9c\x24\x95\x71\xe6\x51\x87\xa5\xb0\x93\x80\x16\x6d\x54\x1f\x7d\x3a\x64\xd4\x53\x05\x66\x54\x11\xdd\x53\xfe\x59\xe5\xd3\x9d\x46\x8c\x7e\xd1\x03\xfb\x2f\x6f\xca\x5c\x7a\x49\x94\x06\x7a\x3e\x55\x8d\x50\x24\x59\x46\xfc\x36\x5d\x0b\xc1\xf9\xe6\x85\x9e\x77\x5c\xca\x2c\xd4\xf3\x69\x6b\x85\x1f\x97\xba\xe3\x86\xb7\x23\xd2\xd6\x18\xaa\x0e\xa4\xac\x11\x7a\x54\x61\xae\x8e\xb9\x54\xed\x88\x54\xad\xb8\x4a\x59\xfe\x7c\xba\x56\x95\x0f\x97\xe3\xc4\x75\xef\x27\x59\xf7\x12\xa9\x60\x47\xa4\xc8\x0a\xea\xff\x07\x00\x00\xff\xff\xc3\x92\x09\xe1\xa5\x5c\x01\x00"), }, + "/camel-catalog-1.7.0-SNAPSHOT.yaml": &vfsgen۰CompressedFileInfo{ + name: "camel-catalog-1.7.0-SNAPSHOT.yaml", + modTime: time.Time{}, + uncompressedSize: 90737, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\xcb\x76\xdb\x38\xb6\xf6\xdc\x4f\xc1\x55\x99\x9c\xb3\xfe\x16\xba\x4a\xe9\xd3\x75\x56\xfd\x23\x5b\x8e\x13\x3b\xb6\xe3\x44\xee\x24\x5d\x93\x5a\x10\x09\x49\xb0\x48\x82\x06\x40\x49\xce\xd3\x9f\x85\x0b\xaf\x52\x36\x2f\x06\xd4\x1e\x98\x14\xb1\xf1\x6d\xec\x0f\x17\x12\x1b\xb7\x37\xc1\xc4\xdd\xdf\xd9\x9b\xe0\x96\x86\x24\x15\x24\x0a\x24\x0b\xe4\x9a\x04\xe7\x19\x0e\xd7\x24\x98\xb3\xa5\xdc\x61\x4e\x82\x2b\x96\xa7\x11\x96\x94\xa5\xc1\x7f\x9d\xcf\xaf\xfe\x3b\xc8\xd3\x88\xf0\x80\xa5\x24\x60\x3c\x48\x18\x27\x67\x6f\x82\x90\xa5\x92\xd3\x45\x2e\x19\x0f\x62\x03\x18\xe0\x15\x27\x24\x21\xa9\x14\x28\x08\xe6\x84\x68\xf4\xfb\x4f\x8f\xd7\xb3\x77\xc1\x92\xc6\x24\x88\xa8\x30\x91\x48\x14\xec\xa8\x5c\x9f\xbd\x09\xe4\x9a\x8a\x60\xc7\xf8\x26\x58\x32\x1e\xe0\x28\xa2\x4a\x31\x8e\x03\x9a\x2e\x19\x4f\x4c\x32\x38\x59\x61\x1e\xd1\x74\x15\x84\x2c\x7b\xe1\x74\xb5\x96\x01\xdb\xa5\x84\x8b\x35\xcd\xd0\xd9\x9b\xe0\x51\x99\x31\xbf\x2a\x52\x22\x0c\xac\xd6\x29\x59\xf0\x6f\x96\x5b\x1b\x6a\xe6\x5a\x16\xfe\x16\x7c\x25\x5c\x28\x25\x53\xf4\xeb\xd9\x9b\xe0\xbf\x94\xc8\x2f\x36\xf0\x97\xff\xfe\xff\xc1\x0b\xcb\x83\x04\xbf\x04\x29\x93\x41\x2e\x48\x0d\x99\xec\x43\x92\xc9\x80\xa6\x41\xc8\x92\x2c\xa6\x38\x0d\x49\x65\x56\xa9\x01\x05\x3a\x01\x0a\x83\x2d\x24\xa6\x69\x80\xb5\x19\x01\x5b\xd6\xc5\x02\x2c\xcf\xde\x9c\xbd\x09\xf4\xdf\x5a\xca\xec\x8f\xbf\xff\x7d\xb7\xdb\x21\xac\x93\x8b\x18\x5f\xfd\xbd\xb0\xee\xef\xb7\xd7\xb3\x77\xf7\xf3\x77\x13\x9d\xe4\xb3\x37\xc1\xbf\xd2\x98\x08\x11\x70\xf2\x9c\x53\x4e\xa2\x60\xf1\x12\xe0\x2c\x8b\x69\x88\x17\x31\x09\x62\xbc\x53\x19\xa7\x73\x47\x67\x3a\x4d\x83\x1d\xa7\x92\xa6\xab\xbf\x05\xc2\xe6\xfa\xd9\x9b\x46\xee\x54\x74\x15\xc9\xa3\xa2\x21\xc0\xd2\x00\xa7\xc1\x2f\xe7\xf3\xe0\x7a\xfe\x4b\x70\x71\x3e\xbf\x9e\xff\xed\xec\x4d\xf0\xed\xfa\xf1\xc3\xa7\x7f\x3d\x06\xdf\xce\xbf\x7c\x39\xbf\x7f\xbc\x7e\x37\x0f\x3e\x7d\x09\x66\x9f\xee\x2f\xaf\x1f\xaf\x3f\xdd\xcf\x83\x4f\x57\xc1\xf9\xfd\xbf\x83\x8f\xd7\xf7\x97\x7f\x0b\x08\x95\x6b\xc2\x03\xb2\xcf\xb8\x4a\x3f\xe3\x01\x55\x44\x92\x48\xe5\x69\x51\x80\x8a\x04\xa8\xf2\xa1\x7e\x8b\x8c\x84\x74\x49\xc3\x20\xc6\xe9\x2a\xc7\x2b\x12\xac\xd8\x96\xf0\x54\x15\x8f\x8c\xf0\x84\x0a\x95\x9d\x22\xc0\x69\x74\xf6\x26\x88\x69\x42\xa5\x2e\x45\xe2\xd0\x28\xa5\xc6\x65\xdd\x3a\xc3\x19\xb5\xc5\xe9\x8f\x20\xc4\x09\x89\xeb\xd9\xb7\xfd\xed\x6c\x43\xd3\xe8\x8f\x60\xa6\x42\x66\x58\xe2\x98\xad\xce\x12\x22\x71\x84\x25\xfe\xe3\x2c\x08\x52\x9c\x10\x1b\x71\x12\x9a\xf0\xc9\x6f\xe8\x77\xf4\xeb\x44\xa4\x38\x13\x6b\x26\xcf\x82\x20\xc6\x0b\x12\x0b\x25\x1e\xa8\x5c\x2e\xe4\x37\xfa\xc1\x81\x52\x0b\x83\x62\x86\x23\xc2\xd1\xb6\x48\xdd\x5b\xf4\xbf\xe8\x57\x38\x4a\x1f\x59\x9e\xa7\x92\x26\xa4\x92\x35\xc9\x9d\xdf\x9f\x3f\xcc\x3f\x7c\x7a\x3c\x53\x99\xa5\x92\x6a\xe5\x4c\xaa\x7f\x26\xac\xc2\x32\xce\xb6\x34\x22\xfc\x8f\xe0\x39\xc7\x7c\x93\x8b\xc2\x4e\x55\x9a\x55\x36\xce\x62\x2c\xc4\x1f\x01\x65\xc8\x0a\xa0\x05\x63\x52\x48\x8e\x33\xc4\xf3\x34\x25\x1c\x7d\x36\x01\xef\x52\xc9\x5f\x1e\x18\x4d\xa5\xc6\xa8\x13\x5d\xda\x32\x29\x40\x9a\x69\xaa\x8b\x1c\xe3\x21\x08\x8e\xc4\xfb\x6d\x8a\x7e\x45\x57\x34\xc5\xb1\x96\x89\x48\x46\xd2\x88\xa4\x21\x25\x36\xb7\x26\xc1\x8a\xb3\x3c\xbb\x8e\xfe\x08\x18\x5f\x15\x34\x1a\x25\x1b\x8b\x8b\xb9\xa4\x4b\x1c\x4a\x25\x64\x33\x76\x62\xc9\xb3\x39\x90\xe1\x05\x8d\xa9\x2c\x51\x83\x20\xa4\x3c\xcc\xa9\x9c\x2c\x38\xc1\x1b\xc2\x8b\xc7\xc7\x92\xd0\x95\x8c\x3a\xe9\x3f\x4b\x90\x95\x99\x24\x34\xe4\x2c\xe3\x4c\x35\x86\x93\x25\xce\x63\x39\x91\x2c\x26\x5c\xb5\x83\x45\xca\x38\x4b\x5f\x93\x9c\x0d\x98\x90\xcd\x44\xe1\x5b\x91\x35\xc1\xb1\x5c\xff\x47\x6c\x37\xaa\x6d\xbc\x04\x0b\xf9\xba\x3c\xe8\x32\xda\x68\xb0\x42\x59\x8c\xa5\x7a\x51\x4e\xf4\x2b\xe3\x44\xd6\x37\x94\xda\x18\x9c\x08\xf9\x9f\xd4\xef\x0e\x5d\x59\x62\x05\x25\xc7\x21\x4d\x57\xa7\xb2\x8b\x65\x24\xb5\x2a\xcf\x2a\x39\xab\xa8\x5e\xe6\x0b\xd5\xe3\xda\x93\xb2\xd6\x14\x0f\x36\xea\x4a\xe4\x84\x13\xba\x7c\x79\x1d\x76\x03\xca\xca\x89\x70\x4d\x92\x8a\xaf\x49\x40\xa3\x3f\x82\x63\x82\xf6\xc3\x27\x58\xe2\x58\x90\xf2\x59\x86\x85\xa0\x5b\x52\x7f\x5c\x6a\x4b\xb1\x54\x41\xaf\x4b\xb2\x01\x01\x13\xdb\x10\x29\x92\x29\x79\x0e\xa6\x32\x30\xef\xb3\x28\x0f\xeb\x0d\xc2\xcf\x0a\x51\xff\x46\x01\x34\x63\x52\x68\x2c\x23\x84\x2c\x15\x79\x72\xca\x24\x14\x1a\x1b\x79\xd5\x6c\x18\xc7\x65\x55\xad\xe9\x2b\x1e\xed\xc8\x62\xcd\xd8\xe6\x75\xb8\x16\xa4\x06\x5c\x54\x49\x1c\x2a\x8b\x92\xe7\x6e\xfc\x66\x45\xff\x79\x25\x2f\x10\xa1\xf2\xd6\x92\xe9\x5d\x2f\x82\xe0\x09\x6f\xf1\xe3\x4b\x56\x07\x3c\x48\xa9\xea\xae\xb0\x94\xa4\x12\x15\x7a\xd0\xb9\xbe\xb9\xfb\x3c\x2b\x82\x8e\x51\xb1\x0e\x1d\xb2\xb0\x0e\x41\x02\xca\xe0\xfe\x95\x6d\xa0\xe9\xeb\x10\x9d\xaf\xc3\x0e\x83\x27\x3b\xe1\xd4\xe6\xc9\x4e\x74\x98\x5d\x49\xf4\xb7\xbc\x1e\xb9\x1d\xdb\x7d\x99\x59\x87\x68\x27\xd0\x37\x01\x52\x97\x3c\x67\x0e\x89\x4b\x9e\x33\x90\xb6\x2a\xdc\x9f\xd9\xc9\x73\x86\xce\xef\x3e\x3f\x80\x66\x67\xa9\xcb\xf2\x92\xa5\x70\x69\xa9\xc2\xfd\x99\x9d\xa5\x02\x9d\x67\x29\x9c\xdb\x1c\xa7\x2b\x16\x2d\x1c\x9a\x6e\x11\x41\xf3\x9b\x32\xfe\x28\xb0\x7a\xd0\xb9\xbe\xb9\x5c\x80\x54\x88\xa9\x43\x16\xc4\x14\x24\xa0\x0c\xf6\x67\xbb\x98\xa2\xf3\xf9\x14\xb6\x38\xfd\xcd\xa5\xc9\xe9\x6f\x56\x48\x75\xd6\x8d\x0f\xb0\x96\xd6\x5a\x78\x1f\x4b\x2a\x0c\xa4\x62\xa2\xf3\xf9\xfd\x6f\x97\x58\xe2\x2b\xfd\xec\xa8\x35\x92\x70\x2a\x7a\x7c\x4f\xf4\xb7\xc8\x20\xc2\x39\xd9\x90\xf1\x98\x9d\x46\x0f\x3a\xb7\x37\x60\xc6\xca\x18\x8b\x04\xbb\x6c\xc7\x2d\x22\x48\x45\x53\xc6\x1f\x15\x56\x0f\x3a\x57\x37\x77\x38\x83\xa9\x48\x98\xcb\x86\x5d\xc1\xc1\x24\x54\x02\x1e\x19\x48\x98\x40\xe7\xea\x3f\x6c\x3b\x4b\x5c\x9a\xce\x12\xd8\xf2\x32\xdc\xa3\xe1\x2c\x41\xe7\x92\x25\x5d\x66\xd3\xbd\x5b\xc3\xe9\xbe\xcb\x74\xba\x9f\x8c\x2a\xfb\x4d\x04\x22\x04\x5e\x19\x27\xc2\xab\x70\xf2\x58\xd2\xd7\x27\xe7\x39\x27\x79\xbb\xeb\x3c\x14\x43\x10\xf9\x4a\x84\x2d\x8e\xc7\xa4\x62\x78\xc9\xa2\x7b\x14\xc6\x54\xfd\x32\xad\x8b\x7a\x72\xd0\xbc\x0c\xc3\x29\xf2\xb3\x40\x2b\x7e\xbf\x06\xd3\xe6\x6d\x01\xa9\x7e\xbe\x2e\x95\x3a\x9b\x2d\xdc\x67\x75\xff\x0a\x2c\x41\xa4\x45\x9a\x13\xf9\x0a\x1c\x9d\xe9\x16\xe9\xab\xba\x07\x6b\xfc\x96\x33\x87\xf5\x7d\xcb\x19\xf8\x21\x53\x85\x0f\xfd\x90\xd9\x72\x86\xce\xb7\x9c\xc1\x1f\x32\x5b\xce\x26\x3c\x73\xd9\x65\xb7\x88\x60\x1b\x56\x59\xe5\xaf\x92\x15\xf6\x83\x99\xb9\x13\x13\x12\xba\xfc\x16\x37\x80\xa0\xf1\x0d\x11\x7f\xf6\xef\x04\x22\xe1\x14\xbd\x9b\xc1\xdf\xe5\x3a\x35\x2e\xbf\x5a\x0c\x60\x37\x03\xfe\xbf\x5c\x34\x03\x02\xbd\x9b\xcd\x3b\x19\xd8\xb8\x66\x60\xd3\xcd\xc0\xe6\x34\x0c\x6c\x04\x7a\xf7\xb1\x93\x01\x8a\x5d\x7e\xbe\x19\xc0\x2e\x06\x2a\x11\xaf\x0c\x50\x9c\xa0\xeb\xf3\xbb\x2e\x06\x36\x34\x25\x82\x3a\x2e\x07\x16\xb4\x8b\x89\xa6\xd8\xf0\x8f\x97\x0a\x62\xb2\xa4\x9c\xac\x99\xf0\xff\x11\xb3\x13\xa8\xd0\x85\x3e\x1a\xe5\x57\xf6\xf7\xb0\x77\xf1\x4e\x20\x9b\xf8\x02\xa7\x33\xab\x12\xd7\xd9\x94\x74\x67\x51\x72\x92\xea\xba\x49\x04\xfa\x78\xd7\x59\x5d\x63\x9c\x2c\x22\xec\x96\x04\x83\xd9\xc5\x43\x43\xca\x2b\x15\x46\x13\xba\xd5\x97\x2e\x42\xc4\x5b\xb7\x64\x88\xb7\x5d\x44\x94\x12\x5e\x49\x10\x6f\xd1\xfc\x6d\xa7\xf1\x4e\x9d\xaa\x06\xb0\xd3\xfc\x13\xb8\x54\x95\xfd\xd1\x02\xcd\x23\xd8\x99\xaa\x52\xe3\xd4\xa3\x6e\x00\x3b\x19\x38\x81\x5f\x5d\x31\x90\x0a\x34\xef\xf0\xac\xab\xd4\x3c\xbb\x66\xe0\xb9\x9b\x81\xe7\xd3\x30\xf0\x2c\xd0\xfc\xb9\x9b\x81\xdd\xd2\x31\x03\xbb\x65\x27\x03\xa5\x88\x5f\x06\x76\x4b\x34\xff\x76\xd5\xc5\x80\xe4\x38\x15\x31\x96\x3d\xa6\x3a\x0c\xe1\xa1\x84\xed\x62\xa3\x2d\xe8\x95\x93\x52\x19\x7a\x2c\xee\x3a\xf8\x99\x4e\xb0\x5c\x93\xd4\xed\x6b\xb3\x00\xed\xe0\xa6\x25\xe6\x93\x99\x29\x32\xaa\xd0\xb9\xbe\x74\x75\xff\xa6\x93\x70\xe7\x98\x91\x70\xd7\xc9\x46\x29\xe2\x97\x89\x70\x87\x66\xbb\x6e\x06\x22\xc7\x2f\x50\x8d\xd8\xc9\x41\x34\xe6\x15\xda\x8c\x2f\x24\x27\x27\xe9\x45\x4d\x51\x14\x2d\xd0\x65\xb4\x98\x0e\xfd\xb8\xd7\x31\x4d\x3a\x75\xfc\xb9\xbe\xed\xcc\x12\xd7\x6e\x99\x69\x0f\xbf\xcc\xf4\x44\x8e\x99\xa9\xf6\xcc\x9c\x7f\x9b\x4f\xbb\xbd\x33\x53\xe7\xee\x99\x69\x0f\xff\xcc\xf4\x44\x0e\x9a\x69\xe1\xa1\xe9\x41\x83\x63\x1f\xcd\xb4\x87\x93\x66\x7a\x22\x2f\xcd\xb4\x70\xd3\xf4\xa0\x61\x4b\x52\xb9\xe0\x34\x5a\xb9\x7d\xcb\x37\x90\xbb\x69\x39\x90\xf5\x4c\x4f\xa5\x0f\xbd\xab\xee\x3b\xd9\x72\xed\xd6\x9a\xf6\xf0\x6b\x4d\x4f\xe4\xd8\x9a\x16\x9e\xad\xee\x42\xe3\xc3\xb7\x35\xed\xe9\xdc\x6a\xcb\x8d\x7b\xd7\xfd\x07\xdc\x5b\xd3\x9f\xfa\xb7\x46\xbc\x03\x5b\x1e\xae\x1e\x59\xe6\xd8\xc7\x35\xed\xe1\xe4\x9a\x9e\xc8\xcb\x35\x2d\xdc\x5c\xdd\x34\x78\x70\x74\x4d\xfb\x79\xba\xa6\xa7\x73\x75\x4d\x9b\xbe\xae\x6e\x56\x9c\xce\x34\x36\x80\x9d\x6c\x9c\x60\x9e\xb1\x62\x22\x79\x46\x77\x9f\x7b\x30\xe0\x74\xf2\x95\x45\xec\xe6\xe0\x04\x93\xaf\x34\x09\x62\x83\xee\xe6\x1f\xbb\x69\x70\xec\xf6\x9c\x76\xfb\x3d\xa7\xa7\x71\x7c\x4e\x91\x78\xab\xbf\x90\x3b\xbd\x9f\xd3\x89\x20\xae\x9b\x4a\x41\xba\x9b\xca\x4a\xc6\x33\x0f\x44\xa0\x39\xe9\xf1\xc6\x70\xed\x03\x9d\xf6\x70\x82\x4e\x4f\xe4\x05\x9d\x16\x6e\xd0\x1e\x34\x38\x76\x84\x4e\x7b\x78\x42\xa7\x27\x72\x85\x4e\x0b\x5f\x68\x0f\x1a\xa4\x73\x1a\x64\x0f\x1a\xe4\x89\x68\x90\x02\xcd\x1f\x7b\x7c\x3f\xf8\x71\x89\x4e\x7b\xfb\x44\x0f\x25\xfd\x12\x73\xc4\x2b\x0a\x93\xf4\x23\xe7\x2e\xb9\x51\x70\x20\x25\x4a\x60\xb2\x88\xd9\x78\xd7\x97\x46\x18\x39\x5d\x70\x20\xa3\x4a\x15\x52\x89\x45\x17\x31\x5b\xcc\x09\xdf\xd2\x70\xe0\xe8\xb6\x86\x30\xb3\xde\xf4\x7c\xb7\xa3\x20\x47\x48\x34\x5d\xec\x75\xbe\x70\x59\x8d\x9b\xc0\xdd\xf9\xd4\x16\xf5\xcc\x74\xa9\xce\xf4\xf1\x3f\xe4\x0b\x78\xd0\x47\xa7\x51\x48\xc6\xf1\xca\x94\x29\xd7\x54\xd5\xb1\xbb\xd9\x3a\x22\xed\x99\x30\xab\xb1\x2a\xa2\xfd\xe9\xd2\x45\xd2\x17\x5f\xf5\xda\xd9\x83\xb0\x13\x56\xe6\x82\xb1\x5a\x8d\x84\x38\x5b\x60\x1e\xb2\xc8\x21\x4f\x16\xd0\xca\x1d\x9d\xf3\xd9\x14\x19\x38\xed\xd3\x46\x46\x17\xe6\x0a\x4e\xfe\x5c\x60\x41\xfe\xf9\x0f\x97\xb6\x29\x3c\xd8\xb4\x9a\xc4\x60\xcb\x54\x5c\x74\xa1\x2f\xb0\x5d\x04\xf7\x58\xfb\xde\xdb\x2a\x82\x53\xa8\x28\xd7\xc2\x3b\xca\x6e\x6d\x89\xa6\x89\x1a\xc6\xb8\xef\x4a\xcc\x5a\xdc\x62\x47\x9b\x3a\xaf\x55\x1a\x86\x55\x0a\x15\x11\x5d\x10\x9c\x0e\x7a\xa9\xa9\x58\x3a\xed\x48\xef\xb3\xd2\x23\x6e\x91\xe6\x4a\xe1\xad\x7d\xf2\x93\xfc\x9b\x6c\x71\x4c\x23\x2c\x59\x8f\xb5\xe0\x43\x72\xb2\xc2\xed\xca\xd3\x03\x49\x6f\x2d\x93\xe6\xa4\xd4\xa6\xd9\xf9\x5a\xfc\x02\x1b\x27\x82\x53\xea\x70\x32\xba\xc1\x03\xeb\x6f\x5d\x62\x68\xfd\xd5\x71\xb5\x75\xd7\x9f\x3a\xeb\xaf\x90\x38\x76\xe8\xe1\x29\x21\xbb\x72\xbd\x2e\xe4\x35\xc3\xb5\x22\xcd\x86\xbe\x03\xf3\x99\xa6\x51\x8f\x0d\x37\x7a\x73\xa1\xe0\xc0\x5c\x56\x02\x93\x50\x6c\x5b\x4f\x96\x74\x4f\xa2\xd6\xb3\xcd\x36\x1b\x59\x1c\x54\x74\x14\x8a\x2d\xba\x50\x77\x33\xb1\x6d\x95\x89\x7e\x00\x3a\x4d\x06\xe2\x4a\xdd\xde\x92\x74\x25\xd7\xa3\xa0\x36\xdb\xcc\x00\x7d\x24\x2f\x7a\x19\xc8\x03\xa6\x1c\x2e\xa8\x2c\xa5\xd2\xa1\x73\xda\xe0\x81\x45\xb4\x2e\xe1\xaf\x7c\x6a\x2d\xe8\x42\x5f\xc0\x92\xc9\x1c\xae\x7d\x5b\x30\x70\xe1\x5b\x15\xec\xd1\xee\x3d\xba\x60\x7b\xd0\x62\x8e\x69\x2a\x39\x71\xf9\x49\x58\x40\x82\xd6\xb7\x84\xfc\x71\x50\x28\x42\x17\xc5\x1d\xcc\x07\xdb\x09\xa7\x64\x28\x3c\x98\x89\x9a\x44\xff\xaf\xa6\xa1\x2c\x28\x25\xe8\x42\x5f\x20\xfb\x43\xbc\x5c\x12\x9a\x3a\x64\xa0\x40\x84\x38\x28\x64\x26\xa1\x52\x30\xbc\x48\xb4\x50\x62\x86\xa3\x91\x48\xc3\x68\x2d\x34\x22\xad\x0d\xcd\xec\xcf\x99\xfa\x35\xe8\x0b\xb4\x04\x52\x49\x2f\x71\x6e\x19\x8e\x8e\x60\xb5\xf9\x15\x02\xa7\x11\xc7\xcf\xb1\xcb\x4c\x2b\x41\xc1\x7c\x2b\x83\x3d\x52\x6c\x53\x82\x66\xc5\x1d\xc8\xc6\xc2\xe5\x17\xb6\x42\x83\xbe\x2c\x6a\xe1\x03\xad\x5a\x30\x8e\x66\x17\x9f\xbe\x80\xef\xe3\x70\x8d\xa5\x08\x39\xcd\xa4\x43\x93\x4a\x4c\x30\x63\xdb\x52\xfe\xf2\xb7\xd4\x84\x66\x6b\x2c\xe7\xfa\x16\xcc\xe1\x75\x9e\x3a\xfc\x92\xd6\x70\x30\x15\x95\x80\x47\x16\xf2\x74\x83\x66\xea\x3f\x68\x7b\x32\x11\x2e\xe7\x51\x18\x3c\xd0\xfa\xba\x84\x3f\xf3\x13\x34\x03\x17\xb4\x85\x89\xcb\xd9\x3e\x0a\x0d\x36\x7a\xcc\xec\x9e\xa1\x26\x53\x81\x66\x77\xd7\xe0\xd2\xa8\x90\xb9\xdc\x88\x44\xa1\x81\x66\xb3\xf1\xbb\x1e\xa8\xb8\xff\x4f\x86\xaf\x8a\x3f\x7a\x46\x95\x8e\x3c\x4e\x7b\xbf\x4c\xc3\x19\x9a\xb1\x73\x70\x13\xac\x90\x25\x44\x46\x2e\x33\x4b\xe1\xc1\xd9\x55\x93\x18\xc1\x99\x8a\xed\xbf\x98\x6b\x35\x68\xa6\x2f\x30\x7f\xa9\xc8\x5d\x7e\xc1\x68\x3c\x98\xbf\x9a\x84\x47\x02\x94\x16\x34\xd3\x97\x0e\x02\x24\x67\xf1\x22\x77\xd9\xd0\x95\x98\x1d\x44\x34\xa5\x7c\xf5\x42\x2a\x45\x8a\x0f\x75\x7b\x91\x83\x23\x62\x21\xe3\x2e\x27\xcb\x69\x38\x98\x09\xee\x7f\x82\x9c\x56\x82\x66\xea\x7f\x87\xed\x2e\x7b\x61\x8c\x03\xfe\x76\x55\x48\x25\xae\x75\x55\xc8\x3e\x5c\xe3\x74\x45\x1e\x38\xcb\x08\x97\x2f\x65\xc0\x92\xc6\x55\x3b\xb2\x26\x38\x2a\xb7\x5c\x9d\x04\x9c\x2c\xcb\x7b\x41\x93\xac\x26\x29\xd9\x86\xa4\xf4\xc7\x10\xc2\x4a\x17\x7b\x91\x38\x5d\x87\xd4\x4d\xc3\xd5\x0e\xc7\x35\x29\x44\x1f\xf4\x65\x40\xbc\xcc\xda\x8d\xde\xb5\x88\x18\x80\xc1\xc9\x12\x7d\x21\xcb\x01\x31\x0c\x69\xe8\x8a\xc6\x64\x78\xac\xb9\xbe\x0c\x88\x57\xe4\x09\x47\x8f\xf6\x0e\x18\xc3\x08\x59\x1e\xae\x17\xd8\xa5\x6b\xa4\x84\x84\x6b\x64\x53\xc8\x63\xad\xb4\x8a\xd0\xac\xb8\x83\x6b\x67\x1e\xae\x5d\xae\xb2\xb2\x80\x9d\x5c\xf8\x5f\xa6\x6c\xd5\x18\x1e\xe0\x7d\x1f\xfb\xed\xca\xdd\x9b\x82\x6a\x5f\xfb\xe3\xf6\x57\xe1\xfe\x8c\xe7\x2c\x45\x33\xce\x52\xd8\xec\x97\x4c\x3a\x1c\xa8\x32\x78\xb0\xe9\x35\x89\x01\xc6\x1f\xf7\x5a\xd4\xc1\x26\x41\xb6\x1a\x32\xe4\x51\xa7\x4a\xc1\xa0\x4b\xba\xa2\x12\xc7\x73\xba\x4a\xb1\xcc\x79\x3f\xbf\x57\xba\x25\x5c\x12\x5e\x60\xcc\xf4\xa5\xcf\x28\xc7\x41\xd4\x87\xf7\x0f\xb0\x0f\xc5\x34\x8f\x0e\x33\xab\xf1\x6a\x3b\xf6\x32\x6d\x08\x0c\x7b\xd5\xd9\xb6\x7c\x76\xa4\x31\x6f\xa7\x62\xeb\xd2\xa4\x2d\x58\x5e\xca\xe0\x81\x63\x62\xa1\xd8\xa2\xc3\x81\xb0\xa6\xee\x4a\xdc\x9d\x3d\x15\x26\x54\xa7\x0e\xa4\x7c\x7d\xf6\xd6\x18\xa9\xa8\x80\xda\x97\x88\x2c\xc8\x0f\x9a\x27\x93\x84\x39\xde\x61\xb8\x8d\x0c\xf2\x73\x5c\xd6\x5b\xd3\x5b\xe8\x43\x97\xf6\xe6\xce\xe8\xed\xc7\xd4\x8b\x70\xe9\xff\x6e\xe2\xf6\x63\xa9\x26\x79\x42\x8e\x5e\xe6\xcf\x60\xb7\xb2\x4c\x5f\xc6\x84\x5c\x71\x97\x4b\x0b\x0e\xa0\x7b\xf1\xd4\x12\x3e\x1d\x55\x0f\x56\x71\x2f\xb6\xc4\x73\x2c\x08\xdf\xf6\x39\xba\x61\x30\x5d\x25\x76\x2f\xbe\xda\xd2\xa7\x23\x6c\x5e\x68\x06\x19\x33\xaf\x7f\x16\x3a\x9d\xa4\x56\x47\x05\x59\x3a\x94\xf3\xc7\x4f\x4d\x57\xf1\xd5\xf3\x29\x3c\x98\x6b\xd6\x36\x84\x93\xd0\xe5\xab\x4d\xe3\xc1\x94\xd4\x24\xbc\xbd\xd2\xb4\x12\x74\xa9\x2f\xb0\xfd\x82\xe7\x99\xd3\x69\x6f\x25\x24\xcc\x42\x53\x68\xb0\x7f\xb4\x04\x98\x6c\xbd\x2f\x7e\x2e\x75\xa1\xcb\xe2\x6e\xd0\xe8\x71\x15\x7f\x9b\x54\x10\x5f\xc1\x4d\x29\xa2\x27\x97\xaf\xcb\x27\xf8\x1d\xf9\xe4\xff\xc5\xf8\x14\xa3\xcb\x9b\x5b\xd0\x62\x97\xeb\xc9\x22\x78\x29\x59\xe4\x7f\x15\x59\x94\x0a\x74\x09\xef\xa3\x15\xb1\x1f\x4e\x5f\x60\x0a\x0e\xb4\xba\x26\xe0\xcf\x6e\xa5\x04\x5d\xaa\xff\xa0\xed\x9c\xc6\x2e\x4b\xb8\x82\x03\x6d\xaf\x09\xf8\xb3\x5d\x29\x41\x97\xea\x3f\x6c\x3b\xcb\x9c\x4e\x65\xb3\x80\xb0\xfd\x75\x11\x8f\x0c\x68\x35\xe8\xd2\x5c\x21\x16\xc8\x5a\xcf\xca\x71\xc7\x82\x05\x84\x58\x68\x8a\x78\x63\xc1\xaa\x41\xef\xcc\x15\x64\x21\xc6\x42\xd2\x50\x10\xcc\xc3\xf5\xa4\x7e\x5e\xa1\x03\x42\x0e\xb0\x41\x6e\x7e\x26\xed\x8f\xa6\xba\x46\xf4\xae\xfe\x0b\xa6\xcc\x69\x5f\x52\xc3\xc1\xc4\x9c\xa0\xe7\xa8\x95\xa0\x77\xea\x3f\x68\xbb\x0c\x1d\x0e\x62\x2b\x34\xd0\x72\x19\x46\x93\x0d\x79\x19\x3d\xf2\xaf\x01\x84\xc4\x63\x96\xe9\xd6\x10\x76\x58\x86\x6b\xef\x39\x20\xc3\x08\xbd\x93\x61\xf4\x91\xbc\xf4\x59\x63\x72\x24\xe6\x5c\x59\x3a\x2e\xea\x37\x65\x22\x98\xf3\x7b\xe2\x70\xdb\x7c\x85\x06\xe6\x7c\x15\xee\x8f\xf0\x3d\x09\xd1\xbb\x3d\x01\x8f\xbb\x5b\xe2\x90\x2c\x7a\x1d\xa5\xd8\xd7\xf4\x02\x11\x32\xbf\x25\xe3\x8d\x82\x42\x0f\xba\xb2\x37\x30\x15\x42\x3e\x09\x97\x23\x3a\x05\xa2\x15\x3c\xea\x5d\x56\xe1\x6d\xc1\xa1\x46\x9a\xc8\xe8\xca\xde\x80\x0e\xe7\xe5\x9a\x3a\xfc\x26\x56\x68\x60\x46\x57\xe1\xaf\x1d\xb6\x51\x50\x37\x15\x47\xe6\xc1\xf7\x24\x1e\xc7\xd9\x9a\x72\x74\xb5\xa6\xc3\x3a\x9a\x65\xac\x9b\x43\x96\xfb\x46\xfd\x9e\xc4\x70\xfe\x50\x97\xa3\x35\xb5\xf9\x0a\xc7\xf3\xa7\x0a\xf7\x57\x09\xa9\x1d\xd4\x07\x2b\x1f\x8d\x89\x79\x0f\xb9\x35\xbe\xf1\x6e\xfb\x29\x05\xa7\x79\x03\x6a\x22\xb4\x26\x4d\x47\xe7\x2b\x69\x19\x63\x99\xe1\xd0\x65\xdb\x6c\x11\x41\x3e\x9a\x32\xaf\xae\xb6\x4d\xb8\x81\x8c\xd9\xc8\xe8\xca\xde\xf4\xa8\xae\xb5\xe1\xa6\x83\xe8\x70\xcd\x8b\xa9\xcb\x99\xd5\x1a\x0e\x26\x9a\xfa\x9f\x59\xad\x95\xa0\x2b\xf5\x1f\x2c\x6a\xcc\xe1\x44\xdb\x25\x03\xe7\xd9\x56\xc1\xfe\xac\x66\x19\xba\x62\xe0\xe9\x7e\x4b\x4e\x48\x82\xf9\xc6\xa5\x87\xa8\xc2\x04\xed\x6f\x4b\xf9\xa3\xa1\xd4\x84\xae\xca\x5b\x90\x14\xe9\xb2\x18\x48\xb8\x18\xc8\xd1\xb3\xa5\x97\x72\xfc\x64\x69\x31\x4a\xef\x88\x86\x9e\x93\x84\x49\x82\xae\xe4\xb0\xf3\xd5\x5a\x71\x87\x75\x77\xea\x91\xe7\xcb\xb6\xe6\x66\xf6\xac\x70\xba\x8a\xa9\xc3\xe9\xa5\x16\x10\xca\xf3\xa6\x88\x37\xfe\xad\x1a\xf4\xde\x5c\x41\x16\x08\x0b\x59\xe4\xb2\x11\x28\x10\x41\x1e\x9a\x32\xfe\x88\xb0\x7a\xd0\x7b\xc2\x66\xea\x06\xa4\x82\x3a\xf4\x8d\xad\x28\xe8\x0c\xab\x82\xfd\xd9\x4e\x25\x7a\x4f\xc1\xd1\xb9\x15\x95\xeb\xdc\xe1\xf4\x12\x83\xd7\x61\x77\x25\xe1\xd3\xf4\x75\xbe\x50\xd6\x7f\xc8\xc1\xf9\x23\x2b\xc6\x56\x31\x99\x2c\xe8\xea\x39\x27\xdc\xe1\xa6\x04\x2d\x60\x90\x92\xa3\xa2\x83\xdb\xf5\x16\xcc\xe4\x04\x3e\x45\xa3\x12\x15\x2a\xd1\x7b\xfd\xfb\x82\xae\x3e\xab\x9f\x83\x1a\xee\x36\x94\x78\x8e\x5b\x70\xf3\xcf\xe0\xe8\x9e\x35\x3f\xc4\x31\x49\x23\xec\xb2\x39\x6b\x02\xf7\xc8\xc9\x96\xe8\xd8\x9c\x2c\x60\x26\xa7\x39\x14\xc1\xe6\x40\xa1\xd5\xb2\x3f\xb3\x3f\xc7\x64\x66\x09\x65\x4f\x4b\x68\x22\x76\x9f\x9b\x60\x79\x88\xb8\xb2\xcc\x75\x7e\x6a\xd4\x1e\x99\x59\x97\xf3\xcd\xbd\xd6\x65\x69\xba\x54\xf7\x3d\xd8\x49\x30\x75\x38\x56\x51\x03\xed\xc1\x4d\x4d\x6c\x6c\x21\x57\x10\xa7\x2d\xe0\x4a\xa3\xe5\xf8\x0e\xd3\x78\x4c\xc1\xd6\x10\x8d\x42\xad\x90\x7a\x17\xe8\x2c\x5f\x08\xa7\x6f\xdd\x3a\x6c\x8f\x6c\x6b\x08\xfa\xa6\xdb\x28\xb3\x34\x3d\xe8\x1f\x3d\x28\x12\x6b\x42\x5c\x6e\xf8\xda\x80\xed\x41\x51\x43\x70\x6c\xd9\x36\x20\xa7\x2d\xdd\x46\xa7\xa5\x7b\xae\x7f\x8c\x29\xe1\x16\xa6\x51\xc6\x0d\x5a\x8f\x52\xce\x71\xb6\x76\x39\x80\x6a\x01\xc1\x6c\x6b\x88\xf8\x23\xd9\xa8\x41\xef\xcd\x15\x66\xc1\xe5\x98\x92\x42\xb3\x42\x47\x9d\x8c\xb5\xf0\xa1\x16\xb1\x0d\x7a\xcf\x19\xec\x19\x5c\x71\xc6\xb6\x2e\xbf\x8e\x35\x9e\x15\x3b\xb2\x84\xa2\x11\x3e\x68\x05\x85\x89\xa9\x2c\x62\xdb\x17\x60\xfd\xc4\xca\xe9\x21\xe1\xab\x8e\x03\xc2\x6b\xe1\x45\xd9\xac\x4d\xbd\x74\x54\x34\xb3\x10\xbd\xe7\x19\x38\xd8\xb9\x72\x3a\xba\xb7\xea\x33\xb2\xb7\x1a\x3b\xaa\xa7\x22\xa2\xf7\x5d\xa3\x79\xab\x1c\x6f\xb1\x3d\xbe\xc7\xe5\xca\xe9\x26\x2e\x98\xb7\xc7\x24\xfd\xb5\x40\x4a\x1b\x2a\xb4\xa1\xf7\xea\xa7\xde\x5c\xb8\x63\x25\xf5\x1a\xff\x20\x71\x88\x5d\xce\xfe\x29\x21\x21\x76\x4a\xa1\x09\x96\x2c\xa1\xe1\x16\xc7\x63\xb6\xc6\x6d\x83\x51\xbd\x12\x38\x74\x80\x14\xd3\x31\xf3\x90\xda\x28\xc9\xf8\x9d\x33\x6a\x20\x79\x2c\xa9\x13\xa4\x91\x1b\x10\xb7\x61\x38\xc9\x62\x1a\x62\x49\x22\x27\xa9\xe2\x34\x5d\x2d\xf2\xe5\x72\x8c\xdb\xaf\x8d\x25\xc8\x98\x85\xfa\x87\x28\x0e\xf2\x5e\xb2\x8c\x7a\x9f\xcb\x52\xaa\x43\xa6\x1e\xa5\x79\xb2\x20\x1c\x7d\x28\x1e\x9f\xd7\x9e\x0e\xfa\xe0\xab\x80\x8b\x3a\x55\x81\x5e\xdb\x27\x23\x01\x55\xd5\xaa\xc0\x6e\xa9\x90\x23\x81\x12\x9c\x55\x38\x77\x78\xd8\x78\x42\x0d\xc6\xd6\xaf\x1a\x96\x7d\x32\x12\xd0\x6c\xba\x5d\xa2\x1d\xd9\x7d\xbb\x37\x54\xa3\xaa\x55\x90\x5f\xea\x8f\xc7\x42\x97\xd5\xae\x86\x5b\x3e\x1b\x09\xaa\xea\x5f\x05\x37\x27\xed\xbd\x2c\x06\x00\xc9\x3a\xce\xd8\x22\xa2\x2b\x61\x05\xf4\xa8\x7e\x82\xef\x43\xb7\x7b\x19\x74\xee\x63\x70\x92\x3d\x0c\xcc\xfe\x05\x1f\x2e\x3a\xf6\x2e\x58\x47\x4b\x87\x5f\x4a\x0a\x0d\xb4\xbc\x0a\xf7\x67\x78\xb4\x14\xe8\x43\xb4\x84\x3f\x81\xe2\xdf\x1d\x5a\x1d\xff\xfe\xf3\xee\xcb\x3a\xfe\x5d\x12\x2e\x08\xb8\x77\x60\x85\x30\xd0\xd6\xf8\x77\xf4\xe1\xf6\xf7\x61\xb3\xaf\x74\xa4\xf8\xf7\x47\x9d\x2a\xa0\x5b\xa4\xf3\xc7\x1d\x49\x12\x1e\x01\xaf\x85\x0f\x7f\xff\xca\x51\x63\xe0\x03\xb9\x96\x32\x43\x1f\x24\x3c\x8e\x4c\x43\xec\xd0\xd9\xa1\xd0\xa0\x62\x53\x0b\x1f\x66\x8b\x8a\x88\xae\x67\x18\x9e\x7d\x47\x49\xf8\xcf\x5f\xff\xf7\xf7\x5f\x1d\x1a\x64\x11\xa1\x82\x50\xc8\x4c\xc2\x98\x56\x4d\xff\xe0\x32\x51\xc2\x9c\x66\xc1\x6c\xa1\x0e\x99\x54\xa3\x99\xbe\x0c\x7a\x81\x95\x10\x26\xc5\x68\xde\xb9\xde\x96\xae\x52\xea\xf2\xf4\x27\x83\x07\x66\x8e\x96\x78\xdd\xd6\xbc\x05\x06\x4b\xb2\x7c\xcc\xc9\x51\x0d\x14\xdd\xfb\x1d\xed\x9c\xb5\x20\x34\x5a\x91\x11\x4b\x86\x1b\x18\x09\x11\x02\xaf\x68\xba\x7a\x25\xce\xab\xba\x6b\x16\x63\x54\x57\x66\x60\x79\xd7\x9a\xec\x5e\xc7\xd7\xfa\xc7\xf0\x9d\x8e\x0b\x10\x53\x12\x0a\x18\xf3\x6b\x0c\x90\x29\x0c\x16\x47\x7b\x42\x86\x39\xbc\x2d\x8c\x2e\x0e\x16\xe5\x3a\x7a\x4f\x86\x1d\x20\x62\x41\xca\xf2\x60\x81\xee\x8a\xdf\x63\xc0\x4c\xe7\xc2\x00\x0d\xef\x59\x58\x10\xf5\x75\x6d\x20\x0e\x3e\xad\x5b\xcd\x40\xba\xa4\x29\x15\x99\xcb\x45\xfc\x15\x26\xd8\xbc\xb4\xa5\xfc\x95\xdf\x52\x53\x31\x45\xec\xba\x7c\xf2\x45\x3f\xe8\x60\x28\xce\xf7\x2e\x37\x63\x29\x10\x3b\xd8\xa9\xcb\xf8\xe4\x46\xeb\x51\x94\xc4\xf9\x1e\xde\xf6\x8b\x32\x97\xa7\x44\x28\x34\x90\x02\xe6\xff\x84\x08\xa5\x03\x5d\x7f\x7a\x3c\x07\xcd\xce\x5c\xf6\x9b\x14\x1a\x68\x76\xe6\xbf\xdf\xa4\x74\xa0\xeb\x87\x2b\x70\x13\x62\xca\x1d\x8e\x94\x50\x0e\x0e\x94\x54\xc1\xfe\x6c\xe6\x21\xba\xe6\xa0\x73\xe0\x09\x87\x1b\xa7\x23\x25\x16\x10\xfa\xae\xd7\x83\x25\x4d\xb9\x61\x76\xd9\xb8\xe8\xc6\x5c\xc1\xaf\x7c\x2b\xbb\x4f\x1c\x76\x5c\x2a\x4c\xd0\xcc\xb6\xd4\x28\x23\xf7\x49\x5c\xd8\xf9\xfd\xee\xb6\xc3\xd4\xbd\xc3\x26\x5b\xa1\xc1\xe6\x95\xe1\xfd\x0c\x2b\x76\xb3\x53\x11\xd1\x0d\xde\x2f\x60\x63\x16\x59\xe2\xd0\x98\x45\x96\x40\x95\xb1\x16\xee\xad\x36\x2a\x1d\xe8\xe6\xe2\x01\xdc\xfd\xfd\xc9\xf1\x42\xfe\xa7\xce\x75\xfc\x4f\x27\x59\xc6\x6f\xb4\xa0\x9b\xce\x33\x3e\x9e\xc2\x98\xe5\x91\xc3\x97\x8f\x05\x84\x29\xa8\x8b\x78\xe4\x40\xab\x41\x37\xe6\x0a\xb3\xe0\x70\x5a\xe7\x53\x08\x4e\xe5\xac\x82\x3d\x5a\xce\xd1\x4d\x08\x76\xf6\x9f\xa2\x85\xc3\x77\xaf\x42\x03\x6d\xae\xc2\xfd\x19\x1d\x2d\x42\x74\x13\x2d\xe0\xf7\xaf\xb6\xd5\x65\x71\x37\x80\xa0\xf1\x0d\x11\x7f\xf6\x1b\x35\xe8\xe6\xbd\xbe\xf6\x60\x61\xc2\xf1\xd2\xe1\xa8\x7d\x1d\xb5\x07\x1f\x75\x39\xef\xa4\x28\x5d\x05\x33\x5f\xf0\x12\xec\xb0\x3e\xd1\x74\xe5\x90\x95\xca\x89\x73\x9c\x8d\x51\x4e\x9e\x61\x2c\x54\x27\x66\x2a\x6d\xe8\xe6\xc0\x6f\xd0\x4e\x32\x77\xd8\x09\x53\x68\x30\x01\xdc\x7b\x27\x4c\xe9\x40\x37\x14\x3e\xe0\xe9\xc9\xe5\xf9\x37\x4f\xf0\xe1\x37\x4f\xfe\x4f\xbe\x79\x4a\x04\xba\x49\xe0\x76\x80\xad\xd3\x1f\x4e\x7b\x23\x06\xb0\xbb\x37\xd2\x90\x1b\x68\x97\x89\x8b\x6e\xcc\x15\xfe\xaa\x65\xb1\xcb\x06\x8e\xc5\x70\xc3\x56\x85\xfb\xcb\x55\x16\x4b\x74\xc3\x62\xb8\x05\x63\xec\xd9\xa5\xd9\xec\x19\x36\xbb\x0c\xf7\x68\x36\x7b\x46\x37\x8c\x3d\x83\x66\x67\x2e\x9b\xad\x0c\x6e\xb5\x32\xff\x8d\x56\x86\xd1\x4d\x06\x37\x59\xc2\xe5\xa6\x0e\x0a\x0d\xb2\x59\xf8\x3b\x06\xa9\xb0\x59\x84\x19\x9a\x87\xe0\xa0\xe8\x93\x70\x5a\xa7\x45\x47\x9d\x16\x27\xa8\xd3\x42\xd5\x69\xd1\x51\xa7\x55\xbb\xe9\xe1\xa8\xef\x26\x2e\x4c\xc5\x11\x49\x8f\xa4\xb0\xb4\xfa\x6e\xb9\x11\xac\xdf\x49\xdf\x2a\x1a\xce\xa8\x5b\x7e\x70\x46\xbb\x5e\x69\xe7\xa5\xc8\x70\x33\x71\x46\xb5\x81\xe7\x19\x85\xdf\x66\x4a\xd6\xa5\x7f\xdc\x02\x76\x65\x3a\xf6\xef\x25\xb7\x6a\x34\x0d\x18\x3e\x49\x59\x89\xba\xf4\xbb\x29\xb8\xee\x0f\x96\x9a\xd4\x70\xcb\x16\xda\xae\x0e\x07\x9c\x60\x69\x86\xa5\xd3\xe6\xdc\x20\x5a\xc1\x23\xb3\x89\x5a\x12\x7d\x0c\x2b\xa2\x68\x8b\x1e\xb0\x5c\x03\x53\x7e\x9e\xe4\x3f\x7e\x75\x38\xdd\x43\xc3\x81\x65\xb5\x26\xe0\xaf\xa4\x2a\x25\xe8\x46\xfd\x87\x4a\xe9\x06\x2f\x37\x0e\x6b\xaa\x86\x83\x6c\xaf\x0b\x78\xb3\x5d\x2b\x41\x1f\xd5\x7f\xd8\xf6\x84\xc4\xc4\xe1\x4b\xda\x02\xc2\xf6\xd7\x45\x3c\x32\xa0\xd5\xa0\x8f\xe6\x0a\xb2\x90\x2f\x08\x4f\x89\x24\x0e\x7b\x95\x15\x26\xc8\x45\x29\x35\x09\x59\xba\xa4\xab\x49\xf2\x8a\x23\x30\xeb\x68\xb9\x90\x2c\x99\x70\x22\x58\xce\xc3\x31\x07\x2d\x1c\x40\x46\x24\x8b\xd9\x4b\xf2\x9a\x69\x37\x35\xb4\xf5\x98\xaf\xf2\x03\x94\x27\x36\x62\x50\xfc\x00\x25\xc5\x09\x11\x19\x76\x43\x53\xca\x22\x27\x38\x19\xe1\x82\x0a\x49\x52\x39\xd9\xb2\x38\x4f\x3c\x81\x4e\xc2\x18\xd3\x31\x2e\x8e\x43\x6c\x36\x66\xa0\xe0\x00\xa6\x98\x04\x4f\x59\x5a\x1c\x5d\x19\x13\xee\x06\xd9\x56\x86\xc9\x73\x3e\x6a\x3a\xc1\x01\xa2\x20\x21\x7f\xc5\x12\xe1\x06\x12\xdf\xd2\x90\x4c\x70\x18\xb2\xdc\x4d\x0d\xb3\x90\xa3\xa1\x58\x46\x52\xb1\xa6\x4b\x39\x59\xe4\x34\x8e\x6c\x03\xe5\x0a\xce\xbb\x53\xad\x62\x02\x99\x94\xff\xa5\x9a\x56\xf4\xb1\x7c\x3c\xd3\x4f\xef\xf0\xc0\xdd\xa5\xea\xb8\xba\x91\x2d\x8b\x55\x1d\x5b\x87\x7c\x29\x42\xc6\x2a\xa8\x35\xb9\x35\xf0\xcb\xea\xe9\x58\xe0\x75\x86\x6b\x80\x1f\x1e\xce\xc7\x02\x3d\xb1\x45\x0d\xe8\x86\x2d\xc6\x02\x55\x6d\x70\x0d\xef\xbe\x7c\x38\x1a\x56\xb5\xc6\x75\x44\xf5\x7b\x2c\x58\xd5\x7a\xfe\x65\x5b\xcf\x1a\xf2\x43\x19\xf8\xd5\x84\xb9\xd3\xf2\x97\x69\xa3\x41\x65\x5a\x62\xb4\x4a\x16\x35\xd0\x59\x7b\x0c\xb6\x3f\x54\xad\xf9\xfe\xab\xd6\x7c\xd7\xd0\xbf\x54\x12\xb3\x4a\x60\xbc\x3e\x5b\xc7\xfe\xd2\x8d\x7a\x43\x8f\x0d\xf9\xac\x02\xc6\xe2\xdb\x26\xbe\x86\x3b\x37\x4f\xc6\x03\xea\x66\xf9\xaf\xa2\xa5\x6f\x20\xeb\xa0\x73\x1b\xf2\x4a\x0d\x47\x90\x87\x41\x96\x2d\x36\xd2\x2d\xf6\x5f\xf6\x05\x80\x3e\x15\xcf\x2f\xd4\x63\xd3\x8c\xbe\x0a\xb9\x0d\x09\x8e\x84\x6c\xf2\x28\x77\xf9\x99\x1e\xe5\xf0\x07\x7a\x19\xee\xf1\x4d\x15\xe5\xe8\x63\x1e\xe5\x90\xd9\x85\x4f\xc0\x9d\xe9\x71\xf3\x94\xe0\xa3\xe6\xb7\x64\x7c\x9d\x24\x55\xee\xdc\x50\xb8\x28\x40\x26\x22\xec\x70\x79\x92\x42\x03\x19\x88\xc6\xac\x7a\x1e\x68\x7e\x84\x33\x74\x1b\xb5\x17\x77\xb6\x13\x4a\x97\x2e\xcd\xa6\x4b\xd8\xec\x32\xdc\xa3\xd9\x74\x89\x6e\x23\xba\x04\xcd\x66\x0e\x47\xf8\x63\x06\x0e\xf0\x57\xc1\xde\x0a\x3a\x5b\xa1\x5b\x06\x0e\xe9\xc7\x79\x48\x52\x97\xd5\x5c\xe3\x81\x66\xd7\x25\xfc\xe5\xb6\xd6\x82\x6e\xf5\x05\x26\x20\x59\x10\xfe\xe4\x74\xcb\xef\x0a\x13\x26\xa2\x25\xe5\x91\x8c\x42\x13\xba\x2d\x6f\x41\x52\x7e\xb8\xac\xfc\x3f\x8a\xba\x7d\xd4\x8d\x5e\x05\x0f\x3c\xea\x37\xfe\xb1\x44\xb7\x7f\x5e\x81\xce\x73\xb7\x5b\xd5\x75\xed\x51\xf7\x9a\x9d\x34\xe8\x6b\x5c\x71\x19\xcb\xde\xbe\x26\xee\xf8\x9d\x9d\x93\xf1\xcb\x69\x55\xdc\x11\x8a\x8f\x16\xa2\x84\x26\xc4\x6c\x66\x92\x61\x2e\x47\x55\x12\xbd\xc3\x5e\xcf\xed\xf9\x6a\xa5\x50\x69\x46\xa5\x66\x74\x47\x13\x72\x57\xfc\xea\x28\x9a\x42\xba\xdc\x03\xd9\xe0\x41\xc5\xb3\x21\xe1\xad\xb1\x31\x5a\xd0\x9d\xbe\x40\x8d\x4c\x42\x43\xce\x12\xe2\x96\x84\x12\x13\x24\xa2\x2d\xe5\x8f\x8c\x52\x13\xba\x2b\x6f\x3b\x49\xc9\x38\xd3\x27\x64\x24\x44\x72\x1a\x3a\x1c\x26\x38\x86\xde\x49\xd4\x71\x79\xbf\x94\x59\x9d\xc8\xea\x34\xe4\x3d\x98\x87\x77\xe6\x19\xcc\x62\xcc\x5c\xb2\x16\x33\x98\xa5\x98\xbd\x72\x19\xb9\x86\x38\xcd\x12\x72\xa5\xaa\x58\x3e\x7e\x47\x63\x36\x62\x09\xb9\x86\xb0\xcb\xc7\x15\x44\xf7\x12\xf2\x84\xa6\xd4\x69\x8e\xa4\xb4\x23\x4b\x2a\x01\x8f\x4c\xa6\x94\xa1\x3b\xf5\x1f\xb4\x3d\x8e\x1d\xf6\x20\x15\x1a\x68\x79\x15\xee\xcf\xf0\x38\xce\xd0\x5d\x1c\x83\x3d\xc8\x84\xb9\xfc\xa4\x56\x68\xa0\xd9\xac\xef\x67\xf4\xe8\xde\x94\x52\x81\xee\x18\xfc\xe5\x9c\xb0\x74\xc5\x5c\xae\xd8\xb5\x80\xb0\xed\x75\x11\x7f\xb9\x6e\xd4\xa0\x3b\x75\x85\x57\xeb\x5a\xd1\xc9\x8a\x53\xa7\x1b\xff\x34\x71\x7b\x70\xd2\x94\xf4\x4e\x8d\xd1\x86\xde\x73\x1a\x5d\xc1\x2f\x28\xb1\x75\xc8\x8a\xd8\x82\x54\x94\xc1\x27\x58\x47\x90\x88\x2d\xba\x13\x5b\xd0\xf6\x5c\x48\xb7\x8b\xeb\x0a\x44\x90\x85\xa6\x8c\xbf\xa2\x60\xf5\xa0\x3b\x7b\x03\x52\xb1\x25\x2e\xbb\xa7\x5b\x02\x76\x4f\x6b\xe1\x03\xcc\x3f\x32\x3d\xac\x06\x34\x90\x9c\x2d\x89\xd1\xdd\x96\xf4\xe9\x63\x95\x5e\xda\x32\x12\x30\xa3\x2c\x79\x59\x60\x49\x5d\xb6\x34\x06\x10\xa4\xb3\x21\x32\xfc\x93\xcf\x44\x9f\x2c\x88\xff\x6d\x28\xac\x2e\x74\xf7\x72\xa1\xae\x17\x04\x0f\xdb\x6c\xa4\x15\x1f\x2a\xd2\x29\x5e\x51\xe6\x30\x23\x0c\x1e\x94\x0f\x0d\x09\x6f\x14\x1a\x2d\xe8\x5e\x5f\x60\x02\x5c\xee\x22\x9f\x62\x78\xf3\xf8\x74\xd4\x39\xc4\x43\x4d\x97\xca\xf0\xf6\x10\x61\x2b\xa1\x44\x4a\x87\xdb\x75\x6b\x38\xd0\xf0\x9a\x80\x3f\xcb\x95\x12\x74\xaf\xfe\x77\xda\xee\x78\x23\xbb\x0a\xb3\x93\x85\xc9\x91\x4d\xed\x5c\xef\xf5\x6d\x98\xd0\x9b\xd3\x69\x3a\xba\x76\xa8\x4b\xa9\xe4\x4e\x37\x0d\xb3\x80\x20\x19\x0d\x11\x7f\x85\xc2\xa8\x41\xf7\xe6\x0a\xb2\x20\x1c\x2e\xb7\x4a\x05\xb8\xda\xaa\x0a\xf6\x67\xb9\x78\x46\xf7\x02\x5c\x6a\xc5\x30\xcd\x12\x87\x73\xd5\x0d\x1e\x64\x77\x43\xc2\xb1\xe9\x06\xbb\xc6\xc0\xa7\xf3\xeb\x87\xbb\x0f\x20\x01\xab\xd4\xe1\x27\x9d\x42\xfb\xf9\x77\x58\x2d\x74\xd0\x89\x05\x2a\x1e\xfa\xb4\x4a\xa1\x2f\x2a\x16\xd3\x74\xc5\xfe\xe1\xd0\x14\x03\x08\x66\x65\x43\xc4\x5b\x31\xb6\x6a\xd0\x27\x73\x05\x73\x33\x23\xa9\xfa\x8c\x77\xe8\xc9\x28\x21\x41\x26\x0a\xa1\x49\x48\xd3\x51\x87\x16\xb6\x71\x56\xf1\x6b\x36\xaf\xaf\x70\x36\xe4\x45\x48\x36\x66\x00\xb7\x8d\x94\x92\x5c\x72\x36\x7a\x43\xc4\x1a\x10\xdb\x8e\x9e\x5e\x5b\xa1\x88\x1d\xf5\xbf\xed\x40\xa9\x0e\x99\x7c\x45\x33\x7d\x19\x3e\x9d\x49\x63\x98\x3c\x45\xef\xe3\xc1\x3b\xa6\x57\x18\x45\x7e\xa2\x8f\xf6\x66\x24\x8e\xcd\x4d\x74\x6f\xae\x63\x51\xd8\x16\xa3\x7b\xb6\x1d\x36\x81\xae\x8a\xaf\x33\x11\xcd\xd5\x7f\xb8\x5a\x4b\x9c\xc5\x38\x4d\x5d\x8e\x3d\xd5\x40\xe1\xaa\xdd\x16\xf3\x58\xda\x4a\x55\xe8\x53\x26\xf1\x83\xb9\x87\x98\xc9\xf0\xda\xa1\x9f\x5e\xa1\x41\x5c\xd4\xc2\xbd\x91\xa0\x74\xa0\x07\xbc\x06\x7d\xf4\x59\xe4\x70\xc2\x43\x16\x81\x93\x9d\xaa\x60\x7f\x36\x47\x4b\xf4\x10\x81\x33\x9d\xb2\x55\x63\xed\x83\x88\x99\xc3\x75\x59\x47\xc0\x41\x46\x7e\x2a\xee\x8f\xa1\x55\x7d\xee\x30\x52\x2a\xd1\xc3\xaa\x36\x59\x78\x1e\x33\xb0\x09\xc9\x56\x7a\x1b\x58\x97\x9c\x69\x40\x98\xa7\xba\x88\x47\x6e\xb4\x1a\xf4\xb0\xd2\x9b\xdb\x82\x2c\xc4\x58\x2e\x19\x4f\x1c\x77\x7e\x1b\xb0\x20\x23\x47\x04\x7d\x75\x81\x0b\x5d\xa6\x17\xfc\x60\x7f\x75\x75\x84\x33\x4e\x53\xa7\x53\x1c\x2c\x20\xc4\x4a\x9c\x79\x7f\xb5\xd8\x54\xa0\x07\x73\x85\x19\x60\x92\x2d\x72\x97\x0d\xac\x45\xb4\x82\x47\x67\x04\xb5\x64\x06\xce\x2d\x2b\x62\xa3\x07\x7b\x03\x4e\xe5\xc9\xf2\x45\xea\xf2\x74\x4d\x83\x07\x96\xfb\xba\x84\xbf\x4c\xd6\x5a\xd0\x43\xbe\xb8\x87\x8f\xd0\xcc\xf2\x58\xb8\x3c\x00\xd9\xe0\xc1\x04\xd4\x24\x3c\x12\xa0\xb4\xa0\x07\x7d\x81\x08\x50\x57\xf9\xc3\x1d\x01\x06\x0f\x22\xa0\x21\xe1\x8d\x00\xa3\x05\x7d\xd6\x17\x98\x00\x1a\x6e\x96\x74\xef\x92\x02\x83\x08\x93\xd0\x90\xf1\x48\x83\xd1\xf3\x84\x3e\x17\x77\x10\x19\x1c\x2f\x16\x54\x26\x0e\x7d\x7f\x05\x22\x44\x46\x4b\xc6\x1b\x19\x85\x1e\xf4\x45\xdf\xdc\x7d\x06\xa9\x20\x38\x94\x74\x4b\xec\x91\xb4\x0e\x47\x46\xda\xc8\x20\x35\xc7\x65\xfd\x51\x64\xf5\xd9\xd3\x6c\x05\xfa\x62\x1f\x98\xa3\x6c\xc1\x81\x14\x4e\x1c\xbe\x29\x39\x01\xbb\x22\x55\xb0\xaf\x49\x33\x9c\x2c\xd1\x17\x02\xf6\x44\x38\x71\x79\x44\xa4\x42\x83\x4d\x3e\x38\x7c\xb1\xfb\x43\xb1\x8a\x3a\xa9\xb6\xfc\xf1\x58\x7a\x84\x44\x5f\x88\x90\xe7\x19\x1d\xe4\x07\x29\x23\x76\xd1\xad\x9d\x90\x4e\x77\x43\xaa\xa3\x76\xd1\xdf\x92\xf3\xcb\xa3\xd5\xa5\x69\xf9\x94\x91\xf4\x80\xd3\x96\x1d\x6c\xc1\xe4\x92\xe3\x84\xec\x18\x77\xe8\xf5\x6d\xe2\x82\x0c\x1d\x93\xf4\xc7\x51\x43\x1b\xfa\xa2\x7e\x5e\x15\x3f\x41\xa2\x84\xcb\xb6\x5c\xc0\xcd\xb7\x70\xb5\x4e\xa0\x42\x1a\x48\x93\x10\xe8\x8b\xe8\xb3\xec\xb4\xd6\x89\xb0\x91\xc0\xae\x83\xc0\x2b\x87\xbb\x01\x29\x34\x88\xc8\x5a\xb8\xbf\x9d\xfa\xf0\x0a\xa3\x39\x5e\x81\x3b\x01\x09\x1c\x13\xb1\x64\x3c\x74\x38\x42\x5c\x61\xc2\x14\xb4\xa4\x3c\x12\x51\x68\x42\xf3\xf2\x16\x26\x25\x9b\xa4\x44\xee\x08\xde\xba\x74\x18\x34\x60\x61\x6a\x0e\x05\x3d\xb2\x93\xa1\x52\x19\xba\x27\xf2\x9b\xbe\x83\xf9\xd9\xbb\xdc\x93\x56\xc3\x41\x7c\xec\x9f\x73\xc2\x47\xcc\x31\x39\x32\x52\xdb\x80\x1a\x46\x94\x89\x8a\xbe\x7f\x56\x97\x21\xf3\xe6\x1a\x11\x81\x91\x5e\x65\x7b\x94\xc7\x4e\x8b\x5c\x01\x09\x16\xb7\x96\x90\xc7\xbd\x43\xad\x22\x34\x2f\xee\xc0\x62\xa6\x12\x8b\x25\x77\x5a\xd6\x4a\xcc\x2e\x46\x1a\x52\x5e\x29\x31\x9a\x34\x27\xe6\x16\x24\x85\x44\x2e\xdf\x53\xd5\x51\xda\xc7\x89\xe8\x7d\xd4\xf6\xe8\x8e\x89\x3e\x4d\xf8\xf0\x10\xe1\x76\x3a\xf5\x46\x16\x29\xdb\xb9\xb4\xbd\xc0\x84\x19\x68\x49\xf9\x2b\x0a\xa5\x26\x64\xf7\xed\xb8\x67\xbb\x2e\x52\x9c\xee\xe2\x67\x01\xbb\xe8\x38\xdc\xc5\xcf\xb5\x87\xdf\x6a\xd1\x3c\x74\x6c\xe2\x27\xa8\xc3\xe1\x0e\x41\xc1\x41\x8e\x2a\x78\xf8\x1a\x5b\xea\xff\x7c\x09\x41\x33\x34\xa7\xe0\x20\x88\x70\xba\x85\xbe\xe8\xd8\x43\x5f\x9c\x60\x13\x7d\xa5\x03\xcd\x9f\x60\x57\x8e\x12\x9a\xba\xb5\x7b\xda\x65\xf8\xf4\x14\x96\x4f\xb5\xe9\x53\xd0\xf6\xd8\xe9\xac\x29\x0d\x07\xda\x1e\x9f\x60\x23\x05\xad\x04\xcd\xe3\x8e\xed\x13\x44\x92\xb9\x6c\x1d\x92\x0c\x6e\x1e\xaa\xf0\x11\x6b\xf0\xb3\x13\x34\x10\x49\x96\xa1\x79\x92\xc1\x4d\x44\x8a\x37\xe4\x05\xbb\x3c\x1e\xae\x84\xb4\x92\x47\x3d\x02\x2a\xfc\x40\x72\xa0\x7d\x45\x6c\x34\x57\x77\xff\x3e\xef\x38\x1f\x4e\xa4\x89\xcb\xe2\x91\x26\x70\xf1\xa8\xc2\xfd\xe5\x70\x9a\x64\x68\x9e\x26\x70\x0e\x33\x97\x3b\x29\x29\x34\x28\x5f\x55\xf8\xc0\xa3\xf1\x6a\xae\x1b\x15\x1b\xcd\x19\xce\x3a\xcf\xc7\x13\x2c\x76\xd9\x71\x62\x31\xdc\x67\xaa\xc2\x87\xd7\x75\x16\xf3\x59\xcc\xf2\xe8\x35\x00\xfe\x1b\x0b\x16\x73\x34\x57\x49\x05\x8b\x12\x67\xb9\x70\x38\xcd\xdc\x02\xc2\xd4\xd7\x45\x3c\xda\xaf\xd5\x2c\x98\xac\x3d\x9c\x9b\x87\x17\xf0\x94\x24\x91\x61\x97\x2e\x6b\x0d\x07\x32\x52\x13\xf0\xc7\x87\x52\x82\xe6\xea\x3f\x6c\x7b\x9c\xa7\x4e\x8d\x57\x78\xb0\xf5\x35\x09\x8f\xe6\x2b\x2d\x68\xae\x2f\xdd\x04\x4c\xd6\xc4\xe1\xe9\x7d\x15\x66\x37\x11\x35\x29\xcf\x64\xac\x49\x68\xf9\xf8\xf0\x6e\x06\x53\xc2\x69\xba\xf2\x30\x1a\xdf\x02\x86\xc9\x39\x26\xea\x91\x21\xa5\xce\x68\x43\x73\xfd\xa3\xcf\x28\xbd\x78\x76\xf9\xd9\xf5\x0c\xae\x42\xae\x82\x87\xbf\x80\x9e\xe3\x89\x90\x8c\x93\x11\xaf\xb0\x81\x3c\x3e\xc7\x68\xfe\xdc\x67\x99\x72\x33\x8e\x49\x9d\x8a\x3a\xd7\x77\x20\xe9\x4e\x5f\x60\x1d\x2f\xaf\x13\xbc\xb8\xc4\x1a\xcd\xc5\x1a\xb4\x58\x62\x87\x13\x84\x14\x1a\x68\x73\x15\xee\xcf\x68\x89\xf7\x68\x2e\xcf\xbf\xc3\x66\x33\xa7\x1f\xfc\x0a\x0e\x36\x9c\x9d\xe0\x93\x5f\x29\x41\x73\xf5\x1f\xb6\x9d\x13\xec\xf0\x00\x69\x83\x07\x5b\x5f\x93\xf0\x68\xbe\xd2\x82\xcc\x7c\x9e\x0e\x02\x68\xba\x92\x24\xc9\x62\xec\x72\x3d\x6c\x13\xb7\x83\x10\xf5\x0a\x6a\x89\xfa\x64\xa6\x96\x30\xc5\x10\x4d\x57\x8f\xf6\x27\xcc\x94\xcb\x39\xb4\x0a\x0d\x66\xa5\xef\xfc\xd9\xf1\x43\x0c\x32\x5f\xa0\xb9\x84\xa7\xce\x8a\x17\xe1\x74\xd3\x59\x83\x67\xc5\x8e\xf7\x8c\xeb\x12\x03\x2d\xd2\x51\xd1\x5c\x5f\xc0\x6e\xb1\xc4\x2b\xc1\x72\x87\xad\x9e\x05\x84\x0c\x93\x34\x7a\xb9\x53\xd2\xd9\x00\xe3\x6a\x9d\x7e\xab\x02\x3d\x96\x38\x1d\x26\xf2\x25\x8d\x1d\x56\x69\x0b\x08\x9a\xd8\x10\x19\x6c\x9f\x8e\x8c\x1e\x31\xbf\xa2\x31\x81\x8d\x23\x31\x59\x71\x97\x2d\x77\x81\x08\x55\xca\x96\x8c\xb7\x36\xaa\xd0\x83\x1e\xed\x0d\x54\x43\xe5\x9a\x53\x97\xc7\x61\x1b\x3c\x90\x86\xba\xc4\x6b\xa7\x3c\x35\xc0\x06\xd2\xa4\xa3\xa2\x47\x7d\x19\x36\xf7\xa9\x11\x15\x2e\x69\xd4\xe5\x79\x68\x0a\x0d\xa4\x96\xfa\x3f\x0d\x4d\xe9\x40\x8f\x14\x3e\x0b\x4d\xd2\xc4\xe5\x8c\x0b\x0d\x07\x1b\x9e\xf8\x9f\x69\xa1\x95\xa0\x47\xf5\x1f\xb4\x7d\x47\x63\x97\xdb\x41\x1a\x3c\xd0\xfa\xba\x84\x3f\xf3\xb5\x16\xf4\xa8\x2f\x1d\x04\x48\xa7\x8b\xc2\x2c\x60\x07\x05\x4a\x64\x12\x51\x4e\x42\x99\x10\x21\x7a\x9f\xb4\x70\xd8\x13\x2f\xc0\x04\xc1\x3c\x1c\xd1\xb5\x6c\xa2\xa8\x62\x13\x53\xff\x9b\xc2\x5b\x7d\xa8\x41\x81\xca\x2e\xf5\xf4\x52\x3f\xbc\x33\x0f\x07\x75\xfc\x0b\x58\x43\x46\x81\x37\xd7\xbf\x46\x01\x15\x7c\x14\x50\x8f\xf6\x37\x54\xa4\xf2\x94\x6e\x59\x48\xe5\xcb\x24\xc3\x5c\x10\xee\x70\xbc\xfd\x00\x1a\x7a\xdd\x54\xc2\x61\xb9\xef\x60\xfd\xe9\x92\xee\x4b\xf7\x4d\xfd\xb9\x2c\xa5\x07\x7e\xd5\x94\x10\xe8\x5f\x29\xfd\xaa\xef\x66\x62\xdb\x7a\xe5\x8c\x00\xb9\x52\x09\xfd\x46\x23\xb9\x7e\x3d\xd6\xe3\x41\x82\x9a\x0c\x7b\x38\xbe\xb9\xd7\xc9\xcd\x03\x0f\x6d\x1e\xdd\x13\xaa\xf6\x87\xec\x75\x56\xf3\x96\xc4\x9a\x36\x87\x6c\x58\x44\x90\x8c\xa6\x8c\xbf\xcd\x32\xad\x1e\xf4\xd5\xde\xc0\x54\x70\xe9\xd0\x67\xa6\xe1\x60\x12\x2a\x01\x8f\x0c\x70\xb9\x47\x5f\xd5\xff\x4e\xdb\x1d\xaf\x2c\xaf\x30\x3b\x59\x38\xb6\xa6\xdc\x13\x15\x7a\x45\xb9\xe6\xa3\x6b\x39\xb9\x49\x99\xe3\x43\x84\x6b\xa0\xdd\xac\x9c\xe4\x40\x61\x43\x8b\x39\x56\x58\xf3\xd2\x79\xb6\xb0\x49\xdc\x8e\x2c\x04\x0b\x37\x2e\x67\x27\xb6\x80\xbb\x09\x6a\x8b\x7a\x26\xa9\x54\x67\x88\xfa\x56\xfc\x04\xc9\x72\xd8\xaf\xdf\x82\x3d\xfa\x6d\xcf\xbe\xfc\xf8\x57\x4b\x82\xbe\x82\xdd\xf7\x1d\xc1\x72\xed\xf2\x5b\xdb\x02\x42\x56\x37\x45\xbc\x15\x00\xab\x06\x7d\x33\x57\x98\x85\xc5\xdb\x27\x97\x1c\x2c\xde\x3e\xc1\x0c\x54\x02\x1e\xed\x5f\xbc\x7d\x42\xdf\xd4\xff\x0e\xdb\x4d\x95\x98\x3c\x09\xfe\xf6\x7f\xfe\xe9\x94\x86\x06\x72\x07\x23\xc7\x64\x1d\x93\x53\xb5\x06\x46\x0b\xba\x99\x7f\x79\xfb\x3f\xff\xfc\x46\x16\xf3\xce\x56\x61\x47\x5c\xbe\x54\x14\x1a\xcc\x87\xff\xd7\x88\xd2\x81\xbe\x11\xf8\xcd\xb1\x63\x3c\xca\x38\x71\xb9\x9e\xb1\x84\x04\x09\x68\x09\xf9\x63\xa1\x50\x84\xbe\x15\x77\x1d\x7c\x6c\x22\xec\xf0\xe3\xdb\x02\x76\x70\x51\x13\xf1\xc9\x84\x52\xa3\x78\x50\x57\x88\x85\x7d\xb8\xc6\xa9\xcb\x03\x30\x2d\x20\xc4\x42\x53\xc4\x1b\x0b\x56\x0d\xfa\x3e\xd3\x57\x90\x05\x87\xef\x8c\x3d\xf8\xc2\xd8\x7b\x7f\x5b\xec\x9f\xd0\xf7\x1b\xd0\xd8\x24\x9e\x3c\xe1\xbd\xc3\xde\x46\x81\x68\x05\x8f\x2d\x0c\x94\x6c\x43\x52\xfa\x63\x88\x49\xd5\x0a\xbf\x22\x32\x47\xdf\xef\x6e\x1f\xed\x0f\x60\xa9\xdf\x3e\x89\x05\x09\x73\xee\xb4\x6f\x5d\x03\x05\x33\xb8\x12\x9b\x08\xba\x1a\xbd\xef\x67\x1d\x67\x4b\x38\x5d\x8e\x68\x35\x8e\x8f\x8b\x2a\x54\xf2\xfd\xee\x76\x5c\xe9\xaa\x92\x85\xbe\x27\xf1\x9c\xae\x0e\x76\x5a\x1c\x86\xf0\x55\xd9\x46\x7b\x61\xd4\x9c\x4f\x0d\x90\xbb\xdb\xb9\xbd\x07\xbd\x4f\x7b\xa7\xcb\x15\xf6\x1d\xcb\x15\xf6\xa3\x96\x2b\x0c\xcd\x8c\x2c\x43\xdf\x3b\x56\x1c\xec\x33\x2c\x1d\xce\xc0\xd2\x70\x40\x45\xaf\x05\x0f\xab\xe4\x2a\x22\xfa\xfe\x80\xe5\x1a\xaa\xd9\x22\x76\xd8\xe7\x55\x68\x60\x1e\x56\xe1\xfe\xf2\x50\xc4\x12\x7d\x17\x31\xf8\xc9\xaa\x84\x5c\xaf\x0b\xaf\x30\xbb\x28\x68\x48\xf9\x25\x42\x6b\xd2\x74\xcc\xd5\x1d\xcc\x89\xe3\x39\x57\xfb\xc6\x94\xaa\xa3\x6d\xe7\x93\x60\x69\x4b\x6e\x12\x34\x7f\x0f\x74\xeb\xdb\xc8\xe8\x46\xb0\x74\xa0\x03\xbe\x88\xfa\xdd\xcc\xce\x02\xdb\xbe\x17\x9c\x38\x1d\x87\x35\x78\x50\xc1\x69\x48\x78\x2b\x34\x46\x0b\xfa\xb7\xbe\x40\xa5\xe5\x07\x49\x23\x22\x1c\xce\x9c\xb7\x80\x10\x05\x4d\x11\x6f\x1c\x58\x35\xe8\x4f\x73\x05\x59\xa0\xd9\x24\x22\xcb\x18\x3b\x1d\x95\xad\xa3\x42\xb5\x67\xf5\x83\x66\x2d\xb9\x49\x70\xf8\x6c\x60\x0d\x2a\x62\xa3\xf7\x3f\x68\x76\x69\x7f\x0c\xac\x4a\x25\xc6\x9f\x3f\x85\x38\x30\xd9\xed\xa4\x28\x0b\x08\xd1\xd7\x14\x19\xc8\x92\x8d\xac\x0c\xec\x9c\x14\xf5\x83\xb1\x0d\x21\x99\xd3\x22\x52\x40\x82\xf5\xa5\x25\xe4\xaf\xc6\x14\x8a\xd0\x9f\x8c\x7d\xd4\x77\x60\xad\x29\xc4\x9d\x1f\x66\xdc\x46\xee\xc5\xce\xe4\x34\x07\x1c\x97\xfa\x7e\x7a\xd2\x71\xcc\x70\x54\x8e\xc0\xaf\x38\x63\xdb\x1e\xdd\xad\xcd\x4f\x49\xd9\x4c\x0c\xe0\xc4\x40\xfd\xfc\x1b\xb3\x11\x9e\x10\x89\x55\x39\xff\xa3\xb4\x3d\xc5\x52\x9b\xfe\x8b\xb6\xfd\x97\xb3\xc2\x74\x27\x69\x53\x40\x3f\x4f\x59\x2d\xb4\x67\xba\x7a\x78\xe3\xfa\xa4\x4a\x00\x69\x12\xdd\x29\x92\x3c\x2f\x13\xd4\xa3\xaf\xd0\x2b\x45\x40\x27\xa1\x0a\xec\xc7\xd2\xa6\xcf\x51\x63\x3d\x12\xb5\x61\x32\xa6\xe9\xcf\xd3\xb5\x91\x3d\xb8\xaa\xa5\x6b\xdf\x67\x19\x77\x8f\x74\xed\x13\xe0\xf4\x9b\x2a\xb0\x57\x06\xf6\x5b\x5b\xde\x23\x51\xb5\x75\xe2\x47\x52\x55\x0b\xed\x4c\xd6\xff\x05\x00\x00\xff\xff\x56\x45\x2a\xe8\x71\x62\x01\x00"), + }, "/traits.yaml": &vfsgen۰CompressedFileInfo{ name: "traits.yaml", modTime: time.Time{}, @@ -475,6 +482,7 @@ var assets = func() http.FileSystem { fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/addons"].(os.FileInfo), fs["/camel-catalog-1.6.0.yaml"].(os.FileInfo), + fs["/camel-catalog-1.7.0-SNAPSHOT.yaml"].(os.FileInfo), fs["/crd"].(os.FileInfo), fs["/default"].(os.FileInfo), fs["/manager"].(os.FileInfo), diff --git a/pkg/trait/jolokia.go b/pkg/trait/jolokia.go index c9b0bbdf63..f5fa0292a1 100644 --- a/pkg/trait/jolokia.go +++ b/pkg/trait/jolokia.go @@ -153,7 +153,7 @@ func (t *jolokiaTrait) Apply(e *Environment) (err error) { optionValues[i] = k + "=" + options[k] } - container.Args = append(container.Args, "-javaagent:dependencies/org.jolokia.jolokia-jvm-1.6.2-agent.jar="+strings.Join(optionValues, ",")) + container.Args = append(container.Args, "-javaagent:dependencies/lib/main/org.jolokia.jolokia-jvm-1.6.2-agent.jar="+strings.Join(optionValues, ",")) containerPort := corev1.ContainerPort{ Name: "jolokia", diff --git a/pkg/trait/jolokia_test.go b/pkg/trait/jolokia_test.go index ea7bca6bc4..deabf6451a 100644 --- a/pkg/trait/jolokia_test.go +++ b/pkg/trait/jolokia_test.go @@ -51,7 +51,7 @@ func TestApplyJolokiaTraitNominalShouldSucceed(t *testing.T) { assert.NotNil(t, container) assert.Equal(t, container.Args, []string{ - "-javaagent:dependencies/org.jolokia.jolokia-jvm-1.6.2-agent.jar=discoveryEnabled=false,host=*,port=8778", + "-javaagent:dependencies/lib/main/org.jolokia.jolokia-jvm-1.6.2-agent.jar=discoveryEnabled=false,host=*,port=8778", }) assert.Len(t, container.Ports, 1) @@ -78,7 +78,7 @@ func TestApplyJolokiaTraitForOpenShiftProfileShouldSucceed(t *testing.T) { assert.NotNil(t, container) assert.Equal(t, container.Args, []string{ - "-javaagent:dependencies/org.jolokia.jolokia-jvm-1.6.2-agent.jar=caCert=/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt," + + "-javaagent:dependencies/lib/main/org.jolokia.jolokia-jvm-1.6.2-agent.jar=caCert=/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt," + "clientPrincipal.1=cn=system:master-proxy,clientPrincipal.2=cn=hawtio-online.hawtio.svc," + "clientPrincipal.3=cn=fuse-console.fuse.svc,discoveryEnabled=false,extendedClientCheck=true," + "host=*,port=8778,protocol=https,useSslClientAuthentication=true", @@ -128,7 +128,7 @@ func TestApplyJolokiaTraitWithOptionShouldOverrideDefault(t *testing.T) { container := environment.Resources.GetContainerByName(defaultContainerName) assert.Equal(t, container.Args, []string{ - "-javaagent:dependencies/org.jolokia.jolokia-jvm-1.6.2-agent.jar=caCert=.cacert,clientPrincipal=cn:any," + + "-javaagent:dependencies/lib/main/org.jolokia.jolokia-jvm-1.6.2-agent.jar=caCert=.cacert,clientPrincipal=cn:any," + "discoveryEnabled=true,extendedClientCheck=false,host=explicit-host,port=8778,protocol=http," + "useSslClientAuthentication=false", }) diff --git a/pkg/trait/jvm_test.go b/pkg/trait/jvm_test.go index c8a88adf8f..cd6acc4250 100644 --- a/pkg/trait/jvm_test.go +++ b/pkg/trait/jvm_test.go @@ -108,7 +108,7 @@ func TestApplyJvmTraitWithDeploymentResource(t *testing.T) { assert.Equal(t, []string{ "-cp", "./resources:/etc/camel/resources:/mount/path", - "io.quarkus.runner.GeneratedMain", + "io.quarkus.bootstrap.runner.QuarkusEntryPoint", }, d.Spec.Template.Spec.Containers[0].Args) } @@ -140,7 +140,7 @@ func TestApplyJvmTraitWithKNativeResource(t *testing.T) { assert.Equal(t, []string{ "-cp", "./resources:/etc/camel/resources:/mount/path", - "io.quarkus.runner.GeneratedMain", + "io.quarkus.bootstrap.runner.QuarkusEntryPoint", }, s.Spec.Template.Spec.Containers[0].Args) } diff --git a/pkg/trait/prometheus.go b/pkg/trait/prometheus.go index 6c4ffcbe8d..df9124ff2a 100644 --- a/pkg/trait/prometheus.go +++ b/pkg/trait/prometheus.go @@ -198,6 +198,7 @@ func (t *prometheusTrait) getServiceMonitorFor(e *Environment) (*monitoringv1.Se }, Endpoints: []monitoringv1.Endpoint{ { + Path: "/q/metrics", Port: prometheusPortName, }, }, diff --git a/pkg/trait/prometheus_test.go b/pkg/trait/prometheus_test.go index 2793a6b05e..1bf8d65265 100644 --- a/pkg/trait/prometheus_test.go +++ b/pkg/trait/prometheus_test.go @@ -164,6 +164,7 @@ func TestPrometheusTraitGetServiceMonitor(t *testing.T) { assert.Equal(t, "integration-name", serviceMonitor.Spec.Selector.MatchLabels[v1.IntegrationLabel]) assert.Len(t, serviceMonitor.Spec.Endpoints, 1) assert.Equal(t, "prometheus", serviceMonitor.Spec.Endpoints[0].Port) + assert.Equal(t, "/q/metrics", serviceMonitor.Spec.Endpoints[0].Path) } func createNominalPrometheusTest() (*prometheusTrait, *Environment) { diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index c6ba8ce4a5..809f00b105 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -26,7 +26,7 @@ const ( Version = "1.4.0-SNAPSHOT" // DefaultRuntimeVersion -- - DefaultRuntimeVersion = "1.6.0" + DefaultRuntimeVersion = "1.7.0-SNAPSHOT" // BuildahVersion -- BuildahVersion = "1.14.0" diff --git a/pkg/util/docker/docker.go b/pkg/util/docker/docker.go index 812d8f1106..8cf2cc02b8 100644 --- a/pkg/util/docker/docker.go +++ b/pkg/util/docker/docker.go @@ -132,7 +132,6 @@ func GetContainerRoutesDir() string { // ContainerizeFilePaths -- make paths valid container paths given a valid container directory in newDir. func ContainerizeFilePaths(currentFilePaths []string, newDir string) []string { newFilePaths := []string{} - for _, currentFilePath := range currentFilePaths { newFilePaths = append(newFilePaths, newDir+containerFileSeparator+path.Base(currentFilePath)) } @@ -140,6 +139,20 @@ func ContainerizeFilePaths(currentFilePaths []string, newDir string) []string { return newFilePaths } +// ContainerizeDependencyPaths -- make dependency paths valid given a valid container directory in newDir +func ContainerizeDependencyPaths(dependencyPaths []string, newDir string) []string { + newDependencyPaths := []string{} + for _, currentDependencyPath := range dependencyPaths { + newDependencyPath := util.SubstringFrom(currentDependencyPath, util.QuarkusDependenciesBaseDirectory) + if newDependencyPath != "" { + newDependencyPaths = append(newDependencyPaths, newDir+newDependencyPath) + } else { + newDependencyPaths = append(newDependencyPaths, newDir+containerFileSeparator+path.Base(currentDependencyPath)) + } + } + return newDependencyPaths +} + // ExtractRegistryName -- Extract registry name from image path. func ExtractRegistryName(image string) (string, error) { pathComponents := strings.Split(image, containerFileSeparator) diff --git a/pkg/util/util.go b/pkg/util/util.go index b6f1cff062..9487bfc5f7 100644 --- a/pkg/util/util.go +++ b/pkg/util/util.go @@ -65,6 +65,9 @@ var ContainerRoutesDirectory = "/etc/camel/sources" // ContainerResourcesDirectory -- var ContainerResourcesDirectory = "/etc/camel/resources" +// QuarkusDependenciesBaseDirectory -- +var QuarkusDependenciesBaseDirectory = "/quarkus-app" + // ListOfLazyEvaluatedEnvVars -- List of unevaluated environment variables. // These are sensitive values or values that may have different values depending // where the integration is run (locally vs. the cloud). These environment variables @@ -155,6 +158,15 @@ func StringSliceUniqueConcat(slice *[]string, items []string) bool { return changed } +// SubstringFrom -- +func SubstringFrom(s string, substr string) string { + index := strings.Index(s, substr) + if index != -1 { + return s[index:] + } + return "" +} + // EncodeXML -- func EncodeXML(content interface{}) ([]byte, error) { w := &bytes.Buffer{} diff --git a/script/Makefile b/script/Makefile index 97e7465e23..f420b43e63 100644 --- a/script/Makefile +++ b/script/Makefile @@ -17,7 +17,7 @@ VERSIONFILE := pkg/util/defaults/defaults.go VERSION := 1.4.0-SNAPSHOT OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION)) LAST_RELEASED_VERSION := 1.3.0 -RUNTIME_VERSION := 1.6.0 +RUNTIME_VERSION := 1.7.0-SNAPSHOT BUILDAH_VERSION := 1.14.0 KANIKO_VERSION := 0.17.1 BASE_IMAGE := adoptopenjdk/openjdk11:slim