File tree 1 file changed +4
-3
lines changed
embulk-input-mysql/src/main/java/org/embulk/input/mysql
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,9 @@ public void compareTimeZone() throws SQLException
77
77
@ Override
78
78
public void showDriverVersion () throws SQLException {
79
79
super .showDriverVersion ();
80
- logger .warn ("This plugin will update MySQL Connector/J version on a future release." );
81
- logger .warn ("It has some incompatibility change." );
82
- logger .warn ("Please read a document and make sure configuration carefully before update the plugin." );
80
+ logger .warn ("This plugin will update MySQL Connector/J version in the near future release." );
81
+ logger .warn ("It has some incompatibility changes." );
82
+ logger .warn ("For example, the 5.1.35 introduced `noTimezoneConversionForDateType` and `cacheDefaultTimezone` options." );
83
+ logger .warn ("Please read a document and make sure configuration carefully before updating the plugin." );
83
84
}
84
85
}
You can’t perform that action at this time.
0 commit comments