-
Notifications
You must be signed in to change notification settings - Fork 910
Use software.amazon.eventstream:eventstream #1220
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
Conversation
The compiled |
Thanks for responding. JDK9 added return type covariance to the |
Hey @rschmitt, here one error from running
|
I may have made the amateur mistake of targeting JDK8 while still compiling against the JDK11 standard library. I'll fix the build and submit a revised PR. |
@rschmitt Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #1220 +/- ##
=========================================
Coverage 59.21% 59.21%
Complexity 4662 4662
=========================================
Files 750 750
Lines 23288 23288
Branches 1744 1744
=========================================
Hits 13789 13789
Misses 8803 8803
Partials 696 696 Continue to review full report at Codecov.
|
LGTM. Thanks for the quick turnaround! |
…0d82714e8 Pull request: release <- staging/8955d88d-d6dc-4238-930c-7e30d82714e8
The eventstream code has been extracted into a separate library. This change removes the SDK's copy of that code and replaces it with a dependency on the Maven artifact.
I confirm that this pull request can be released under the Apache 2 license.