-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcs: Migration to java.time.Duration #347
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fb04914
to
4b51bfb
Compare
aindriu-aiven
approved these changes
Nov 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
I did check to see if there was a dependency we could remove but couldnt find one so looks good.
RyanSkraba
approved these changes
Nov 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks!
Merged
aindriu-aiven
pushed a commit
that referenced
this pull request
Feb 20, 2025
Proposed changelog: ## What's changed: ### Common changes * Various dependency upgrades * All tests migrated AssertJ assertions * Update README.md with information about semantic versioning. by @Claudenw in #320 * Update to CONTRIBUTING by @aindriu-aiven in #352 * Common source task assignment by @aindriu-aiven in #345 * Common config with fragments by @aindriu-aiven in #344 * Utility to extract variables from a rendered template by @RyanSkraba in #353 * Don't upload zip file from tar location by @afreysenacor in #371 * ensure timestamp is stable for a record by @mkeskells in #321 * Clarify javadocs for OjectDistributionStrategy by @RyanSkraba in #355 ### Aiven's S3 sink connector for Apache Kafka * Removed unnessary checks in S3 sink by @Claudenw in #341 * Adding information for handling S3 Sink multipart upload aborted parts by @aindriu-aiven in #385 ### Aiven's GCS sink connector for Apache Kafka * Fixed GcsSinkTask logger by @AnatolyPopov in #348 * gcs: Migration to java.time.Duration by @AnatolyPopov in #347 ### Aiven's Azure Blob Storage sink connector for Apache Kafka * chore: fix Azure Blob sink connector artifacts upload by @AnatolyPopov in #310 * Implement KIP-898: Add Service Loader to Azure Blob Sink Connector by @aindriu-aiven in #377 ### Aiven's S3 source connector for Apache Kafka * This release introduces new [**Aiven's S3 source connector for Apache Kafka**](https://github.com/Aiven-Open/cloud-storage-connectors-for-apache-kafka/tree/main/s3-source-connector#readme) ## New Contributors * @mkeskells made their first contribution in #322 * @afreysenacor made their first contribution in #371 **Full Changelog**: v3.1.0...v3.2.0 --------- Co-authored-by: GitHub Action <[email protected]>
Merged
muralibasani
added a commit
that referenced
this pull request
Feb 20, 2025
Proposed changelog: ## What's changed: ### Common changes * Various dependency upgrades * All tests migrated AssertJ assertions * Update README.md with information about semantic versioning. by @Claudenw in #320 * Update to CONTRIBUTING by @aindriu-aiven in #352 * Common source task assignment by @aindriu-aiven in #345 * Common config with fragments by @aindriu-aiven in #344 * Utility to extract variables from a rendered template by @RyanSkraba in #353 * Don't upload zip file from tar location by @afreysenacor in #371 * ensure timestamp is stable for a record by @mkeskells in #321 * Clarify javadocs for OjectDistributionStrategy by @RyanSkraba in #355 ### Aiven's S3 sink connector for Apache Kafka * Removed unnessary checks in S3 sink by @Claudenw in #341 * Adding information for handling S3 Sink multipart upload aborted parts by @aindriu-aiven in #385 ### Aiven's GCS sink connector for Apache Kafka * Fixed GcsSinkTask logger by @AnatolyPopov in #348 * gcs: Migration to java.time.Duration by @AnatolyPopov in #347 ### Aiven's Azure Blob Storage sink connector for Apache Kafka * chore: fix Azure Blob sink connector artifacts upload by @AnatolyPopov in #310 * Implement KIP-898: Add Service Loader to Azure Blob Sink Connector by @aindriu-aiven in #377 ### Aiven's S3 source connector for Apache Kafka * This release introduces new [**Aiven's S3 source connector for Apache Kafka**](https://github.com/Aiven-Open/cloud-storage-connectors-for-apache-kafka/tree/main/s3-source-connector#readme) ## New Contributors * @mkeskells made their first contribution in #322 * @afreysenacor made their first contribution in #371 **Full Changelog**: v3.1.0...v3.2.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.