---
title: "MariaDB Java Connector 3.0.7 now available"
publish_date: 2022-08-04
updated_date: 2023-07-13
author: "Daniel Bartholomew"
tags:
  - name: "MariaDB Connector/Java"
    url: "/resources/blog/tag/mariadb-connector-java.md"
  - name: "MariaDB Releases"
    url: "/resources/blog/tag/mariadb-releases.md"
---

# MariaDB Java Connector 3.0.7 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Java 3.0.7 GA release.

**[Download Now](https://staging-mdb.com/downloads/connectors/connectors-data-access/java8-connector/)**

## Release Notes

### MariaDB Connector/Java 3.0.7

MariaDB Connector/Java 3.0.7 is a Stable (GA) release. Notable changes in this release include:

- For compatibility with MariaDB Connector/J 2.7, when LOAD DATA LOCAL INFILE is executed, an InputStream object can be used as the local infile using the Statement.setLocalInfileInputStream() method
- The PreparedStatement.setObject() method can be called with a value that differs from the specified SQLType, and the value is converted to the corresponding type

- [Full Release Notes for MariaDB Connector/Java 3.0.7](https://staging-mdb.com/docs/release-notes/mariadb-connector-j-3-0/3-0-7/)

See the [Connector/Java 3.0.7](https://staging-mdb.com/docs/release-notes/mariadb-connector-j-3-0/3-0-7/) release notes page for more details and visit [mariadb.com/downloads/connectors/connectors-data-access/java8-connector/](https://staging-mdb.com/downloads/connectors/connectors-data-access/java8-connector/) to download.