Skip to content

Commit

Permalink
Merge branch 'release/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
diego Dupin committed Aug 31, 2021
2 parents e9433f0 + cb33e5e commit 8b619e3
Show file tree
Hide file tree
Showing 216 changed files with 3,538 additions and 2,952 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ jobs:
- env: srv=mariadb v=10.5 packet=40
- env: srv=mariadb v=10.5 packet=8
- env: srv=mariadb v=10.5 BENCH=1
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: type = push AND fork = false
env: srv=maxscale
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: type = push AND fork = false
env: srv=build v=10.6
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: type = push AND fork = false
env: srv=mysql v=5.7
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: type = push AND fork = false
env: srv=mysql v=8.0
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: type = push AND fork = false
env: srv=skysql
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: type = push AND fork = false
env: srv=skysql-ha


Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log

## [3.0.1-beta](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.1-rc) (29 Jul 2021)
## [3.0.2-rc](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.2-rc) (31 Aug 2021)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.1-beta...3.0.2-rc)

* CONJ-879 Java 9 module full support
* Aws IAM credential now use sdk v2 authentication that support java 9 modularity
* CONJ-896 Ensure pool connections validation when a socket fail
* CONJ-897 Ensure having connection's thread id in Exception / debug logs

minor:
* Ensure travis testing for PR/fork

## [3.0.1-beta](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.1-beta) (29 Jul 2021)
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.0-alpha...3.0.1-beta)

* CONJ-879 Provide JPMS module descriptor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ But still in beta for now:
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.0.1-beta</version>
<version>3.0.2-rc</version>
</dependency>
```

Expand Down
Loading

0 comments on commit 8b619e3

Please sign in to comment.