Skip to content

Commit febdf4f

Browse files
committed
refactor: move non-shared code to airbyte-workers (#16421)
1 parent 4828c77 commit febdf4f

File tree

28 files changed

+134
-590
lines changed

28 files changed

+134
-590
lines changed

airbyte-commons-worker/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ dependencies {
7474
testImplementation(libs.json.smart)
7575
testImplementation(libs.bundles.mockito.inline)
7676
testImplementation(libs.mockk)
77-
testImplementation(variantOf(libs.opentracing.util) { classifier("tests") })
7877
testImplementation(libs.postgresql)
7978
testImplementation(libs.platform.testcontainers.postgresql)
8079
testImplementation(libs.docker.java)

airbyte-commons-worker/src/main/java/io/airbyte/workers/context/AttemptContext.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

airbyte-commons-worker/src/main/kotlin/io/airbyte/workers/general/CachingFeatureFlagClient.kt

Lines changed: 0 additions & 34 deletions
This file was deleted.

airbyte-commons-worker/src/main/kotlin/io/airbyte/workers/models/GeneratedJobInput.kt

Lines changed: 0 additions & 19 deletions
This file was deleted.

airbyte-commons-worker/src/test/java/io/airbyte/workers/context/AttemptContextTest.java

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)