Skip to content

Commit

Permalink
Post-release changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjssilva committed Mar 2, 2021
1 parent 4f7120a commit 4378af8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
# https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/

Version 8.0.25

Version 8.0.24

- Fix for Bug#102188 (32526663), AccessControlException with AuthenticationLdapSaslClientPlugin.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MySQL Connector/J

[![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)
[![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)

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/).

Expand Down Expand Up @@ -30,7 +30,7 @@ Alternatively, Connector/J can be obtained automatically via [Maven's dependency
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.24</version>
<version>8.0.25</version>
</dependency>
```

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

<property name="com.mysql.cj.build.driver.version.major" value="8" />
<property name="com.mysql.cj.build.driver.version.minor" value="0" />
<property name="com.mysql.cj.build.driver.version.subminor" value="24" />
<property name="com.mysql.cj.build.driver.version.subminor" value="25" />
<property name="com.mysql.cj.build.driver.version.status" value="" />

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

0 comments on commit 4378af8

Please sign in to comment.