Skip to content

Commit 4378af8

Browse files
committed
Post-release changes.
1 parent 4f7120a commit 4378af8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22
# https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/
33

4+
Version 8.0.25
5+
46
Version 8.0.24
57

68
- Fix for Bug#102188 (32526663), AccessControlException with AuthenticationLdapSaslClientPlugin.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MySQL Connector/J
22

3-
[![GitHub top language](https://img.shields.io/github/languages/top/mysql/mysql-connector-j.svg?color=5382a1)](https://github.com/mysql/mysql-connector-j/tree/release/8.0/src) [![License: GPLv2 with FOSS exception](https://img.shields.io/badge/license-GPLv2_with_FOSS_exception-c30014.svg)](LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/mysql/mysql-connector-java.svg)](https://search.maven.org/artifact/mysql/mysql-connector-java/8.0.24/jar)
3+
[![GitHub top language](https://img.shields.io/github/languages/top/mysql/mysql-connector-j.svg?color=5382a1)](https://github.com/mysql/mysql-connector-j/tree/release/8.0/src) [![License: GPLv2 with FOSS exception](https://img.shields.io/badge/license-GPLv2_with_FOSS_exception-c30014.svg)](LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/mysql/mysql-connector-java.svg)](https://search.maven.org/artifact/mysql/mysql-connector-java/8.0.25/jar)
44

55
MySQL provides connectivity for client applications developed in the Java programming language with MySQL Connector/J, a driver that implements the [Java Database Connectivity (JDBC) API](https://www.oracle.com/technetwork/java/javase/jdbc/) and also [MySQL X DevAPI](https://dev.mysql.com/doc/x-devapi-userguide/en/).
66

@@ -30,7 +30,7 @@ Alternatively, Connector/J can be obtained automatically via [Maven's dependency
3030
<dependency>
3131
<groupId>mysql</groupId>
3232
<artifactId>mysql-connector-java</artifactId>
33-
<version>8.0.24</version>
33+
<version>8.0.25</version>
3434
</dependency>
3535
```
3636

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!--
3-
Copyright (c) 2002, 2020, Oracle and/or its affiliates.
3+
Copyright (c) 2002, 2021, Oracle and/or its affiliates.
44
55
This program is free software; you can redistribute it and/or modify it under
66
the terms of the GNU General Public License, version 2.0, as published by the
@@ -205,7 +205,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
205205

206206
<property name="com.mysql.cj.build.driver.version.major" value="8" />
207207
<property name="com.mysql.cj.build.driver.version.minor" value="0" />
208-
<property name="com.mysql.cj.build.driver.version.subminor" value="24" />
208+
<property name="com.mysql.cj.build.driver.version.subminor" value="25" />
209209
<property name="com.mysql.cj.build.driver.version.status" value="" />
210210

211211
<property name="com.mysql.cj.build.driver.version.series" value="${com.mysql.cj.build.driver.version.major}.${com.mysql.cj.build.driver.version.minor}" />
@@ -1189,7 +1189,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
11891189
overview="src/main/doc/mysqlx-overview.html"
11901190
windowtitle="MySQL Connector/J X DevAPI Reference"
11911191
header="&lt;b&gt;MySQL Connector/J X DevAPI Reference&lt;br&gt;v1&lt;/b&gt;"
1192-
bottom="&lt;center&gt;Copyright &amp;copy; 2016, 2020, Oracle and/or its affiliates.&lt;/center&gt;"
1192+
bottom="&lt;center&gt;Copyright &amp;copy; 2016, 2021, Oracle and/or its affiliates.&lt;/center&gt;"
11931193
linkoffline="https://docs.oracle.com/javase/8/docs/api ${com.mysql.cj.docs.jdk8pkg}">
11941194
<sourcepath>
11951195
<pathelement path="src/main/user-api/java" />

0 commit comments

Comments
 (0)