Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps spring-integration-aws from 2.5.4 to 3.0.0.

Release notes

Sourced from spring-integration-aws's releases.

v3.0.0

Change log:

23d11e4c4d17cfa89cc3036067c4671685444d56 [artifactory-release] Release version 3.0.0 848ccda2c7030d3dfd6b881879fa0742bad80060 Upgrade dependencies; prepare for release d7a2dd590d3e9b9799c58b34e679b83d694191ab Fix KinesisMDChA rewindIteratorOnError() for NPE bfde46ad41348aa7786ae06d7231a0df9d02382e GH-223: Fix errors in KinesisMDChA.getRecords() bc9a0825fbdb505c3f5690cd6725e027ba153072 GH-221: Revise an at-least-once delivery 63b40836ce3f3e2f2895a2856346c042cb33c8ea GH-221: Revise the manual checkpoint logic 136cce617725756022aa2ddbe56f82605e752355 Upgrade to testcontainers-1.18.0 853c410f70c7ff6c18e566596842c1883fe05d3d Fix FIFO logic in the SnsMessageHandler 10b94e386d620c535e73a9fb0210642085c78728 GH-112: Add KinesisShardEndedEvent to KclMDChA 75cd72540161a680842f07b54940e60951c000f2 Upgrade to AWS SDK 2.20.35 ba6116428f989a9b20b96914196ed14938c14abf Fix KCL deprecation for streamInitialSequence 5bcb5d05ff9c4217deb389411a3aeee5b8b2b5d8 [artifactory-release] Next development version 8ee44ea4370edf6c6616d202eb83959e8f08106d [artifactory-release] Release version 3.0.0-M2 a373b00e5bb6689bf28084e8f2503972534c7b18 Upgrade dependencies; prepare for release ae2403e196d3f6adfe73647340b3545fa0ed99b8 Downgrade to SI-6.0.x for SC compatibility bd1371fa6117212c7def445d94b0a76d28acfab2 Fix README.md for new state of code in project f7bec6a4f5cefc4e5383ec7311b98e73d1a84637 Fix KCL channel adapter 1861a98625cbefa8015894c25091443be8b0c676 Tweak KPL/KCL integration 01659911d974a123ef649b382c07afe778a426b7 Localstack for S3 Input channel adapter tests 75469c909aec001301ec00009d0c81f4dd0764fd Fix S3MessageHandler for upload aee5bdc1af8743afb53feaa482d95f79839b3669 Localstack for SqsMessageDrivenChannelAdapterTest d003e1b850ef15bdfc18052bf543e66769048dbb Test SqsMessageHandler against Localstack f13ef117985eccef82c910a63e361b7ca3509ae0 Some tweaks around locks and their tests 2947ce496e6fd4d9eab7e4d6bc234d17062a30e5 Disable leader election test c6f90fac8738208497b2611c6fe7b4592f46ef12 Some tweaks to leader election test a1d2b0d3a86e0862a0be7021957e61e5b0a8d7c6 GH-155: Migrate to AWS SDK v2 283ac42d4e8ce85ca9feae43a9568101bfe53726 Use Instant for Unix epoch seconds ff658f2f84d39ade2bd960295cb69178fd800ee5 Some fixes for the DynamoDbLockRepository 88cc93018e9064498d250b0a11e2e1d20658fa75 Fix DynamoDbLockRepository.renew() logic 620f32748359d8cb4b4b1495c504168fa52e2c1e Fix another Checkstyle violation 15d149d36d599fd6e078ba0ee7c85ff4f18cb6d6 Fix Checkstyle in the DynamoDbLockRegistryTests 594ea58f28daea260d563723bfc70a819db1022a Implement our own DynamoDb lock repository 2f2675dd6c0f591f94a7706d6658db4ceafc14ce Fix DynamoDbLockRegistry for additionalTimeToWait 8a1451fc98a554e9cd4477131224a9482aa192f9 Fix KinesisMDCA for closed shard consumption 07603e4aa14696cec996eaf9ded420f6eb65de7f Some tweaks for DynamoDB locks heartbeat 5d9b464f1bc9248784a8d239780434dc3955619b GH-219: Fix DynamoDbLockReg for skip blocking cd5a114ad368e419b649c87a22ef4ba269d5434f GH-218: Fix logging for AbstMesAttrsHeaderMapper eec9e4546da5acd3458a210e91b8f6b341706ba5 Upgrade to the latest dependencies 5997fe1a94a94dd53446516880eae8eda0a7e243 GH-214: Filter out nativeHeaders header for SNS mapping 2b77c3810fa0ce2125d9d32f1761b3e08c7cf128 GH-196: Add SNS FIFO support 2eb0ba2c3ffdc6b948172b02a5da2b55b4857199 GH-210: Short-circuit Kinesis consumer for stop f5b31d2495ac90cc16e80f54be992912cad83218 Upgrade to the latest dependencies 217c675caa84fd8bb4720608239e79b57be6e379 GH-207: Add SQS fail-on-missing-queue 4de6c0f0c943ae4df01ba478a62a5a90177b967a GH-206: Add Glue Schema support into KplMH b00ea381426b1e9053e4cca15dabcc40503dbe42 [artifactory-release] Next development version b0a8673a32f392c7c06d3c201a6ce25dbce91c9d [artifactory-release] Release version 3.0.0-M1 28554c11876c0f10931bcc0b09b4efdb34fc6321 Disable KplKclIntegrationTests for real calls

... (truncated)

Commits
  • 23d11e4 [artifactory-release] Release version 3.0.0
  • 848ccda Upgrade dependencies; prepare for release
  • d7a2dd5 Fix KinesisMDChA rewindIteratorOnError() for NPE
  • bfde46a GH-223: Fix errors in KinesisMDChA.getRecords()
  • bc9a082 GH-221: Revise an at-least-once delivery
  • 63b4083 GH-221: Revise the manual checkpoint logic
  • 136cce6 Upgrade to testcontainers-1.18.0
  • 853c410 Fix FIFO logic in the SnsMessageHandler
  • 10b94e3 GH-112: Add KinesisShardEndedEvent to KclMDChA
  • 75cd725 Upgrade to AWS SDK 2.20.35
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [spring-integration-aws](https://github.com/spring-projects/spring-integration-aws) from 2.5.4 to 3.0.0.
- [Release notes](https://github.com/spring-projects/spring-integration-aws/releases)
- [Commits](spring-projects/spring-integration-aws@v2.5.4...v3.0.0)

---
updated-dependencies:
- dependency-name: org.springframework.integration:spring-integration-aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 5, 2023 02:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2023

Superseded by #157.

@dependabot dependabot bot closed this Jul 24, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.springframework.integration-spring-integration-aws-3.0.0 branch July 24, 2023 02:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants