File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # mysql-binlog-connector-java [ ![ Build Status] ( https://travis-ci.org/shyiko/mysql-binlog-connector-java.svg?branch=master )] ( https://travis-ci.org/shyiko/mysql-binlog-connector-java ) [ ![ Coverage Status] ( https://coveralls.io/repos/shyiko/mysql-binlog-connector-java/badge.svg?branch=master )] ( https://coveralls.io/r/shyiko/mysql-binlog-connector-java?branch=master ) [ ![ Maven Central] ( http://img.shields.io/badge/maven_central-0.4.1 -blue.svg?style=flat )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko%22%20AND%20a%3A%22mysql-binlog-connector-java%22 )
1
+ # mysql-binlog-connector-java [ ![ Build Status] ( https://travis-ci.org/shyiko/mysql-binlog-connector-java.svg?branch=master )] ( https://travis-ci.org/shyiko/mysql-binlog-connector-java ) [ ![ Coverage Status] ( https://coveralls.io/repos/shyiko/mysql-binlog-connector-java/badge.svg?branch=master )] ( https://coveralls.io/r/shyiko/mysql-binlog-connector-java?branch=master ) [ ![ Maven Central] ( http://img.shields.io/badge/maven_central-0.4.2 -blue.svg?style=flat )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.shyiko%22%20AND%20a%3A%22mysql-binlog-connector-java%22 )
2
2
3
3
MySQL Binary Log connector.
4
4
@@ -28,7 +28,7 @@ Get the latest JAR(s) from [here](http://search.maven.org/#search%7Cga%7C1%7Cg%3
28
28
<dependency >
29
29
<groupId >com.github.shyiko</groupId >
30
30
<artifactId >mysql-binlog-connector-java</artifactId >
31
- <version >0.4.1 </version >
31
+ <version >0.4.2 </version >
32
32
</dependency >
33
33
```
34
34
@@ -115,7 +115,7 @@ mBeanServer.registerMBean(stats, statsObjectName);
115
115
116
116
#### Using SSL
117
117
118
- > Introduced in 0.4.1 .
118
+ > Introduced in 0.4.0 .
119
119
120
120
TLSv1.1 & TLSv1.2 require [ JDK 7] ( http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6916074 ) +.
121
121
Prior to MySQL 5.7.10, MySQL supported only TLSv1
You can’t perform that action at this time.
0 commit comments