From 4bbb4fd6a5a206410fab41953d8b3b7d325f2663 Mon Sep 17 00:00:00 2001 From: Opencast Docs Bot Date: Mon, 6 Nov 2023 08:44:15 +0000 Subject: [PATCH] Build of develop from Mon Nov 6 08:44:15 UTC 2023 --- develop/admin/index.html | 2 +- develop/admin/sitemap.xml.gz | Bin 127 -> 127 bytes develop/commit | 159 +++++++++++++++++++++++++++++-- develop/developer/index.html | 2 +- develop/developer/sitemap.xml.gz | Bin 127 -> 127 bytes 5 files changed, 153 insertions(+), 10 deletions(-) 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 fd6a59c2b694aadf0b8702f774b810b340d6cfd8..292a89b79bb934fd013374fff6e272fe4726b56d 100644 GIT binary patch delta 13 Ucmb=gXP58h;0RvsF_FCj02|;05&!@I delta 13 Ucmb=gXP58h;J9+qeIk1W03VD5v;Y7A 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
    -
  • See full diff in compare view
  • +
  • 7ddcd9e + [misc] correct batch for mysql server
  • +
  • e05fc3d + [misc] update README versions
  • +
  • c81d451 + Merge branch 'release/3.2.0'
  • +
  • 964a2c4 + bump 3.2.0
  • +
  • e6ccc95 + [CONJ-920] new options useBulkStmtsForInserts permitting BULK returning + inser...
  • +
  • a5be232 + [misc] skysql-ha test improvement
  • +
  • 65d73e7 + [CONJ-1084] load-balance distribution ensuring repartition after + failover
  • +
  • 78d868d + [misc] updating mariadb es 23.07
  • +
  • 7976659 + [CONJ-1096] adding option useLocalSessionState
  • +
  • 16e85bd + [CONJ-1095] Retrieve session information on first Ok_Packet when + available
  • +
  • Additional commits viewable in compare + view

[![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 d9b624fa5ccfa6223eb7c27a51684b9dafede06d..08326d6996c38569c24f79676240957235d64a1a 100644 GIT binary patch delta 13 Ucmb=gXP58h;0RgnF_FCj02}566951J delta 13 Ucmb=gXP58h;JAL$eIk1W03V(Nw*UYD