You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "psolomin (via GitHub)" <gi...@apache.org> on 2023/04/17 12:08:52 UTC

[GitHub] [beam] psolomin opened a new issue, #26295: [Task]: Bump AWS Kinesis client version

psolomin opened a new issue, #26295:
URL: https://github.com/apache/beam/issues/26295

   ### What needs to happen?
   
   Current Kinesis client lib version is 2.3.4 which is > 2 years old, so it needs a bump.
   
   https://github.com/apache/beam/blob/9c00dca093f6ddfa18a879e0b9fef76871f0902a/sdks/java/io/amazon-web-services2/build.gradle#L55
   
   It brings Lombok dependency which is not compatible with Java 17 (https://github.com/projectlombok/lombok/issues/2898)
   
   ```
   $ ./gradlew -p sdks/java/io/amazon-web-services2 -q dependencies --configuration testRuntimeClasspath
   ...
   +--- software.amazon.kinesis:amazon-kinesis-client:2.3.4
   ...
   |    +--- software.amazon.glue:schema-registry-serde:1.0.0
   ...
   |    |    +--- org.projectlombok:lombok:1.18.2
   |    |    \--- org.projectlombok:lombok-utils:1.18.12
   |    +--- software.amazon.glue:schema-registry-common:1.0.0 (*)
   ...
   ```
   
   
   
   ### Issue Priority
   
   Priority: 2 (default / most normal work should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [X] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mosche commented on issue #26295: [Task]: Bump AWS Kinesis client version

Posted by "mosche (via GitHub)" <gi...@apache.org>.
mosche commented on issue #26295:
URL: https://github.com/apache/beam/issues/26295#issuecomment-1513118846

   I had a quick look, actually there's a few issues with transitive dependencies that require a bit of care. Will tackle the next days.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mosche commented on issue #26295: [Task]: Bump AWS Kinesis client version

Posted by "mosche (via GitHub)" <gi...@apache.org>.
mosche commented on issue #26295:
URL: https://github.com/apache/beam/issues/26295#issuecomment-1511692997

   @psolomin Are you planning to look into this? Shall I assign this to you? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] aromanenko-dev commented on issue #26295: [Task]: Bump AWS Kinesis client version

Posted by "aromanenko-dev (via GitHub)" <gi...@apache.org>.
aromanenko-dev commented on issue #26295:
URL: https://github.com/apache/beam/issues/26295#issuecomment-1511549701

   CC: @mosche 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] psolomin commented on issue #26295: [Task]: Bump AWS Kinesis client version

Posted by "psolomin (via GitHub)" <gi...@apache.org>.
psolomin commented on issue #26295:
URL: https://github.com/apache/beam/issues/26295#issuecomment-1511740899

   @mosche I'm not sure I have time next 2 weeks, I would leave it unassigned for now. Add `good first issue` maybe? If it stays unassigned by the end of Apr, I will assign myself.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] mosche closed issue #26295: [Task]: Bump AWS Kinesis client version

Posted by "mosche (via GitHub)" <gi...@apache.org>.
mosche closed issue #26295: [Task]: Bump AWS Kinesis client version
URL: https://github.com/apache/beam/issues/26295


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org