-
Notifications
You must be signed in to change notification settings - Fork 315
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
Move http transport to httpclient5, move kinesis to separate module, update Flink integration's structure #3205
Conversation
83e91dc
to
2981534
Compare
2981534
to
766a6fb
Compare
7185bee
to
afd56c0
Compare
e66fc59
to
ebd787b
Compare
4c41cb7
to
081d31e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3205 /- ##
=======================================
Coverage 85.73% 85.73%
=======================================
Files 54 54
Lines 3119 3119
=======================================
Hits 2674 2674
Misses 445 445 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Maciej Obuchowski <[email protected]>
081d31e
to
be6f6b0
Compare
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.
The flink Gradle part is not completely clear to me, but apart from that everything looks good.
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.
good stuff 👍
eventAsJson.replace(System.lineSeparator(), "") System.lineSeparator(), | ||
StandardCharsets.UTF_8, | ||
true); | ||
Files.createDirectories(file.getParentFile().toPath()); |
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.
just curious, what does that improve?
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.
Removed usage of dependency, which was transitive - so no readding it as actual dependency.
To remove usage of vulnareble library
commons-codec
coming from outdated HTTP library #3182KinesisTransport
to separate module, as underneath Kinesis depends on old http client