Skip to content

chore: migrate FastURLFilter to AWS SDK v2#78

Draft
handecelikkanat wants to merge 1 commit into
mainfrom
chore/fasturl-aws-sdk-v2-migration
Draft

chore: migrate FastURLFilter to AWS SDK v2#78
handecelikkanat wants to merge 1 commit into
mainfrom
chore/fasturl-aws-sdk-v2-migration

Conversation

@handecelikkanat

@handecelikkanat handecelikkanat commented Jun 18, 2026

Copy link
Copy Markdown

Closes #77

Step-by-step migration instructions from AWS SDK v1 to v2: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/migration-steps.html
cf. https://github.com/apache/stormcrawler/pull/1939/changes

This PR updates:

  • pom.xml in 3 places:
    • ${aws.version}
    • dependency on aws s3 artifact
    • dependencyManagement/BOM (bill of materials) that pins all AWS SDK v2 versions, recommended by AWS SDK s2
  • stormcrawler/filter/FastURLFilter.java

@handecelikkanat handecelikkanat changed the title chore(pom.xml): migrate to AWS SDK v2 chore: migrate FastURLFilter to AWS SDK v2 Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate FastURLFilter from AWS SDK 1.x to 2.x

1 participant