File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed
integration-test/java/io/aiven/kafka/connect/transforms Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- # Aiven Kafka Connect Transformations
1+ # Aiven Transformations for Apache Kafka Connect
22
3- [ ![ Build Status] ( https://travis-ci.org/aiven/aiven-kafka-connect-transforms.svg?branch=master )] ( https://travis-ci.org/aiven/aiven-kafka-connect-transforms )
4-
5- This is a set of [ Kafka Connect transformations] ( https://kafka.apache.org/documentation/#connect_transforms ) .
3+ A collection of [ Single Message Transformations (SMTs)] ( https://kafka.apache.org/documentation/#connect_transforms ) for Apache Kafka Connect.
64
75## Transformations
86
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ test {
135135}
136136
137137processResources {
138- filesMatching(' aiven- kafka-connect-transforms -version.properties' ) {
138+ filesMatching(' transforms-for-apache- kafka-connect-version.properties' ) {
139139 expand(version : version)
140140 }
141141}
@@ -239,7 +239,7 @@ task releasePush() {
239239 }
240240
241241 doLast {
242- def githubRepo = ' https://github.com/aiven/aiven- kafka-connect-transforms '
242+ def githubRepo = ' https://github.com/aiven/transforms-for-apache- kafka-connect'
243243
244244 grgit. push(tags : false , dryRun : false )
245245 grgit. push(tags : true , dryRun : false )
Original file line number Diff line number Diff line change 1- rootProject. name = ' aiven- kafka-connect-transforms '
1+ rootProject. name = ' transforms-for-apache- kafka-connect'
Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ final class IntegrationTest {
6868
6969 @ BeforeAll
7070 static void setUpAll () throws IOException , InterruptedException {
71- final File testDir = Files .createTempDirectory ("aiven- kafka-connect-transforms -test-" ).toFile ();
71+ final File testDir = Files .createTempDirectory ("transforms-for-apache- kafka-connect-test-" ).toFile ();
7272 testDir .deleteOnExit ();
7373
7474 pluginsDir = new File (testDir , "plugins/" );
7575 assert pluginsDir .mkdirs ();
7676
7777 // Unpack the library distribution.
78- final File transformDir = new File (pluginsDir , "aiven- kafka-connect-transforms /" );
78+ final File transformDir = new File (pluginsDir , "transforms-for-apache- kafka-connect/" );
7979 assert transformDir .mkdirs ();
8080 final File distFile = new File (System .getProperty ("integration-test.distribution.file.path" ));
8181 assert distFile .exists ();
File renamed without changes.
You can’t perform that action at this time.
0 commit comments