Skip to content

Commit c1c8088

Browse files
author
Marius Posta
authored
source-dynamodb: adopt CDK 0.20.4 (#35232)
1 parent 9a6dbac commit c1c8088

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed
Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,25 @@
11
plugins {
2-
id 'application'
32
id 'airbyte-java-connector'
43
}
54

65
airbyteJavaConnector {
7-
cdkVersionRequired = '0.13.2'
6+
cdkVersionRequired = '0.20.4'
87
features = ['db-sources']
98
useLocalCdk = false
109
}
1110

12-
//remove once upgrading the CDK version to 0.4.x or later
13-
java {
14-
compileJava {
15-
options.compilerArgs.remove("-Werror")
16-
}
17-
}
18-
19-
airbyteJavaConnector.addCdkDependencies()
20-
2111
application {
2212
mainClass = 'io.airbyte.integrations.source.dynamodb.DynamodbSource'
2313
}
2414

25-
def testContainersVersion = '1.17.5'
26-
def assertVersion = '3.23.1'
27-
2815
dependencies {
2916

3017
implementation platform('software.amazon.awssdk:bom:2.18.1')
3118
// https://mvnrepository.com/artifact/software.amazon.awssdk/dynamodb
3219
implementation 'software.amazon.awssdk:dynamodb'
3320

3421
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
35-
36-
37-
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
38-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
39-
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
40-
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
41-
42-
43-
testImplementation "org.assertj:assertj-core:${assertVersion}"
44-
testImplementation "org.testcontainers:localstack:${testContainersVersion}"
45-
integrationTestJavaImplementation 'com.amazonaws:aws-java-sdk:1.12.610'
22+
testImplementation "org.assertj:assertj-core:3.23.1"
23+
testImplementation "org.testcontainers:localstack:1.19.4"
4624

4725
}

airbyte-integrations/connectors/source-dynamodb/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: api
66
connectorType: source
77
definitionId: 50401137-8871-4c5a-abb7-1f5fda35545a
8-
dockerImageTag: 0.2.2
8+
dockerImageTag: 0.2.3
99
dockerRepository: airbyte/source-dynamodb
1010
documentationUrl: https://docs.airbyte.com/integrations/sources/dynamodb
1111
githubIssueLabel: source-dynamodb

docs/integrations/sources/dynamodb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ This guide describes in details how you can configure the connector to connect w
6969

7070
| Version | Date | Pull Request | Subject |
7171
|:--------| :--------- | :-------------------------------------------------------- |:---------------------------------------------------------------------|
72+
| 0.2.3 | 2024-02-13 | [35232](https://github.com/airbytehq/airbyte/pull/35232) | Adopt CDK 0.20.4 |
7273
| 0.2.2 | 2024-01-24 | [34453](https://github.com/airbytehq/airbyte/pull/34453) | bump CDK version |
7374
| 0.2.1 | 2024-01-03 | [#33924](https://github.com/airbytehq/airbyte/pull/33924) | Add new ap-southeast-3 AWS region |
7475
| 0.2.0 | 18-12-2023 | https://github.com/airbytehq/airbyte/pull/33485 | Remove LEGACY state |

0 commit comments

Comments
 (0)