apache / camel-kafka-connector-examples

Apache Camel Kafka Connector Examples
https://camel.apache.org
64 stars 43 forks source link

camel-tar.gzfile Not Found #316

Closed danrlyon closed 3 years ago

danrlyon commented 3 years ago

In the example, aws2s3 Readme.adoc, the camel-zipfile artifact was updated to

...
    <dependency>
      <groupId>org.apache.camel</groupId>
      <artifactId>camel-tar.gzfile</artifactId>
      <version>3.4.2</version>
    </dependency>
...

Was this a mistake? This may have been an error when replacing .zip target with .tar.gz. It appears to work with ckc version 0.9.0 and

    <dependency>
      <groupId>org.apache.camel</groupId>
      <artifactId>camel-zipfile</artifactId>
      <version>3.5.0</version>
    </dependency>
oscerd commented 3 years ago

Thanks. Fixed.