diff --git a/develop/admin/index.html b/develop/admin/index.html index 010a1c125..e0f7d2505 100644 --- a/develop/admin/index.html +++ b/develop/admin/index.html @@ -811,5 +811,5 @@

Release Documentation

\ No newline at end of file diff --git a/develop/admin/sitemap.xml.gz b/develop/admin/sitemap.xml.gz index fd6a59c2b..292a89b79 100644 Binary files a/develop/admin/sitemap.xml.gz and b/develop/admin/sitemap.xml.gz differ diff --git a/develop/commit b/develop/commit index 36bd049bb..931c4f113 100644 --- a/develop/commit +++ b/develop/commit @@ -1,24 +1,167 @@ -commit ec7ca2dd6f10ea9f4a14d89b0f553cea41bce0cd +commit c819fb3a96e24671887ec3a435fc471ac3f97336 Author: Lars Kiesow -Date: Sun Nov 5 17:58:26 2023 +0100 +Date: Mon Nov 6 09:43:34 2023 +0100 - Bump org.osgi:org.osgi.service.component.annotations from 1.5.0 to 1.5.1 in /modules/db (#5380) + Bump org.mariadb.jdbc:mariadb-java-client from 3.1.4 to 3.2.0 in /modules/db (#5379) Bumps - [org.osgi:org.osgi.service.component.annotations](https://github.com/osgi/osgi) - from 1.5.0 to 1.5.1. + [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) + from 3.1.4 to 3.2.0. +
+ Release notes +

Sourced from org.mariadb.jdbc:mariadb-java-client's + releases.

+
+

MariaDB Connector/Java 3.2.0

+

3.2.0 + (Aug 2023)

+

Full + Changelog

+
Notable Changes
+
    +
  • CONJ-920 Java batched statements with optimistic locking failing. + the option useBulkStmts is now disable by default, a new + option useBulkStmtsForInserts is enable by default, + permetting using bulk for INSERT commands only. This permits optimistic + behavior working by default.
  • +
  • CONJ-1084 When using maxscale 23.08.0+, and a maxscale node fails, + connector will now priorize reconnection to the maxscale node having + less connection, to ensure repartition after failover
  • +
  • CONJ-1088 Implement databaseTerm option for mysql + compatibility
  • +
  • CONJ-1096 adding option useLocalSessionState to permit + avoiding queries when application only use JDBC methods.
  • +
+
Bugs Fixed
+
    +
  • CONJ-1075 LOAD DATA INFILE is broken on windows
  • +
  • CONJ-1079 getGeneratedKeys after batch will not return all generated + id's if first batch command return no generated id.
  • +
  • CONJ-1080 maridb Java connector sslMode=verify-ca complaining unable + to find trust certificate.
  • +
  • CONJ-1082 Multiple session system variables parsing fails
  • +
  • CONJ-1083 Using /client prepare/ prefix to force client + side prepared statement
  • +
  • CONJ-1091 can't make a connection when the Read Replica DB is in a + hang state when SocketTimeout=0 set
  • +
  • CONJ-1092 ensure respecting server collation
  • +
  • CONJ-1094 Missing mariadb/mysql collation
  • +
+
+
+
+ Changelog +

Sourced from org.mariadb.jdbc:mariadb-java-client's + changelog.

+
+

3.2.0 + (Aug 2023)

+

Full + Changelog

+
Notable Changes
+
    +
  • CONJ-920 Java batched statements with optimistic locking failing. + the option useBulkStmts is now disable by default, a new + option useBulkStmtsForInserts is enable by default, + permetting using bulk for INSERT commands only. This permits optimistic + behavior working by default.
  • +
  • CONJ-1084 When using maxscale 23.08.0+, and a maxscale node fails, + connector will now priorize reconnection to the maxscale node having + less connection, to ensure repartition after failover
  • +
  • CONJ-1088 Implement databaseTerm option for mysql + compatibility
  • +
  • CONJ-1096 adding option useLocalSessionState to permit + avoiding queries when application only use JDBC methods.
  • +
+
Bugs Fixed
+
    +
  • CONJ-1075 LOAD DATA INFILE is broken on windows
  • +
  • CONJ-1079 getGeneratedKeys after batch will not return all generated + id's if first batch command return no generated id.
  • +
  • CONJ-1080 maridb Java connector sslMode=verify-ca complaining unable + to find trust certificate.
  • +
  • CONJ-1082 Multiple session system variables parsing fails
  • +
  • CONJ-1083 Using /client prepare/ prefix to force client + side prepared statement
  • +
  • CONJ-1091 can't make a connection when the Read Replica DB is in a + hang state when SocketTimeout=0 set
  • +
  • CONJ-1092 ensure respecting server collation
  • +
  • CONJ-1094 Missing mariadb/mysql collation
  • +
+

3.0.11 + (Aug 2023)

+

Full + Changelog

+
    +
  • CONJ-1089 correcting 3.0.10 incompatibility with in java 8
  • +
+

2.7.10 + (Aug 2023)

+

Full + Changelog

+
    +
  • CONJ-1091 Ensure setting connectTimeout as timeout for socket + timeout until connection is done. This permit to set a connectTimeout, + while socketTimeout can still be set to 0
  • +
+
+
Commits

[![Dependabot compatibility - score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.osgi:org.osgi.service.component.annotations&package-manager=maven&previous-version=1.5.0&new-version=1.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) + score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mariadb.jdbc:mariadb-java-client&package-manager=maven&previous-version=3.1.4&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting diff --git a/develop/developer/index.html b/develop/developer/index.html index d863efbe2..f37b8dc62 100644 --- a/develop/developer/index.html +++ b/develop/developer/index.html @@ -402,5 +402,5 @@

Opencast Development Guides

\ No newline at end of file diff --git a/develop/developer/sitemap.xml.gz b/develop/developer/sitemap.xml.gz index d9b624fa5..08326d699 100644 Binary files a/develop/developer/sitemap.xml.gz and b/develop/developer/sitemap.xml.gz differ