[embulk-input-mysql] Use Latest 5.1.49 JDBC Driver #250
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.
Hi @hiroyuki-sato
I know we would better to switch Connector/J 8.X, prior to that, how about to use latest current JDBC minor version?
Since I'm facing
javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify
error with following combination, I'm wondering whether I need to use later version of JDBC Driver.According to this article, it recommend to use more later version of JDBC.
https://tech.omablo.com/archives/1042
https://takeda-san.hatenablog.com/entry/2019/01/24/004526
From release note, there are mention about SSL related improvent.
https://docs.oracle.com/cd/E17952_01/connector-j-5.1-relnotes-en/news-5-1-49.html
Therefore I feel better to use latest of 5.1.x series of JDBC Driver as default. that driver are released on Apr 20, 2020. it was 3 years ago.