Skip to content

Commit e900dad

Browse files
Merge pull request #3141 from aws/staging/9f335f54-de4e-4b12-9ae9-614dc86cbbd4
Pull request: release <- staging/9f335f54-de4e-4b12-9ae9-614dc86cbbd4
2 parents cd1b6a8 + 64e2bcd commit e900dad

File tree

593 files changed

+14404
-1656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

593 files changed

+14404
-1656
lines changed

.brazil.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
"dynamodb": { "packageName": "AwsJavaSdk-DynamoDb" },
4848
"waf": { "packageName": "AwsJavaSdk-Waf" },
49+
"v2-migration": { "packageName": "AwsJavaSdk-Tooling-V2Migration"},
4950

5051
"third-party-jackson-core": {
5152
"packageName": "AwsJavaSdk-ThirdParty-JacksonCore",
@@ -105,6 +106,7 @@
105106
"tests-coverage-reporting": { "skipImport": true },
106107
"third-party": { "skipImport": true },
107108
"third-party-slf4j-api": { "skipImport": true },
109+
"v2-migration-tests": {"skipImport": true},
108110
"crt-unavailable-tests": { "skipImport": true },
109111
"bundle-shading-tests": { "skipImport": true }
110112
},
@@ -145,6 +147,9 @@
145147
"org.junit.jupiter:junit-jupiter": { "packageName": "JUnit5", "packageVersion": "5.x" },
146148
"org.mockito:mockito-core": { "packageName": "Mockito", "packageVersion": "3.x" },
147149
"io.reactivex.rxjava3:rxjava": { "packageName": "RxJava", "packageVersion": "3.x" },
148-
"org.assertj:assertj-core": { "packageName": "AssertJ", "packageVersion": "3.22.x" }
150+
"org.assertj:assertj-core": { "packageName": "AssertJ", "packageVersion": "3.22.x" },
151+
"org.openrewrite:rewrite-java-8": {"packageName": "Maven-org-openrewrite_rewrite-java-8", "packageVersion": "8.x"},
152+
"org.openrewrite:rewrite-java": {"packageName": "Maven-org-openrewrite_rewrite-java", "packageVersion": "8.x"},
153+
"org.openrewrite.recipe:rewrite-java-dependencies": {"packageName": "Maven-org-openrewrite-recipe_rewrite-java-dependencies", "packageVersion": "1.x"}
149154
}
150155
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changes/2.27.0.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "2.27.0",
3+
"date": "2024-08-07",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Glue",
8+
"contributor": "",
9+
"description": "Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SDK for Java v2 Migration Tool",
14+
"contributor": "",
15+
"description": "Introduce the preview release of the AWS SDK for Java v2 migration tool that automatically migrates applications from the AWS SDK for Java v1 to the AWS SDK for Java v2."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon AppIntegrations Service",
20+
"contributor": "",
21+
"description": "Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket."
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)