renovate-bot opened a new pull request, #2509: URL: https://github.com/apache/fineract/pull/2509
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mariadb.jdbc:mariadb-java-client](https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/) ([source](https://togithub.com/mariadb-corporation/mariadb-connector-j)) | `2.7.6` -> `3.0.7` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mariadb-corporation/mariadb-connector-j</summary> ### [`v3.0.7`](https://togithub.com/mariadb-corporation/mariadb-connector-j/blob/HEAD/CHANGELOG.md#​307-httpsgithubcommariadb-corporationmariadb-connector-jtree307-Jul-2022) [Compare Source](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.6...3.0.7) [Full Changelog](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.6...3.0.7) - \[CONJ-993] SQLDataException reading DATA_TYPE on DatabaseMetaData.getTypeInfo() after 3.0.4 - \[CONJ-986] Permit specific Statement.setLocalInfileInputStream for compatibility - \[CONJ-987] Version 3.0.0 returns String for VARBINARY instead of byte\[] as 2.7.6 did - \[CONJ-989] Binary column read as String - \[CONJ-990] Setting timezone=UTC result in SQLSyntaxErrorException - \[CONJ-991] Regression: binary(16) is returned as String by getObject() - \[CONJ-994] Version 3.x rejects previously accepted boolean string parameter for BOOLEAN field ### [`v3.0.6`](https://togithub.com/mariadb-corporation/mariadb-connector-j/blob/HEAD/CHANGELOG.md#​306-httpsgithubcommariadb-corporationmariadb-connector-jtree306-Jun-2022) [Compare Source](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.5...3.0.6) [Full Changelog](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.5...3.0.6) - \[CONJ-953] PreparedStatement.getGeneratedKeys() returns rows when no keys are generated in insert - \[CONJ-975] ArrayIndexOutOfBoundsException when attempt to getTime() from ResultSet - \[CONJ-976] Improve use of pipelining when allowLocalInfile is enabled - \[CONJ-979] ResultSet.getObject() returns Byte instead of Boolean for tinyint(1) - \[CONJ-980] Permit setObject with java.util.Date parameter - \[CONJ-984] Permit executing initial command with new option `initSql` - \[CONJ-985] ResultSet.getObject() returns ByteSet instead of Byte\[] for BIT ### [`v3.0.5`](https://togithub.com/mariadb-corporation/mariadb-connector-j/blob/HEAD/CHANGELOG.md#​305-httpsgithubcommariadb-corporationmariadb-connector-jtree305-may-2022) [Compare Source](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.4...3.0.5) [Full Changelog](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.4...3.0.5) - \[CONJ-956] ArrayIndexOutOfBoundsException when alias length > 250 - \[CONJ-947] value after milliseconds precision lost when timestamp is encoded - \[CONJ-949] keep clientCertificateKeyStoreUrl and clientCertificateKeyStoreUrl aliases - \[CONJ-950] metadata TEXT/TINYTEXT/MEDIUMTEXT/LONGTEXT wrong column type and length - \[CONJ-954] java.time.OffsetDateTime not supported - \[CONJ-958] compatibility with 2.7: now loop through hosts when multiple host without failover mode - \[CONJ-959] java.time.Instant not supported - \[CONJ-961] LOAD DATA LOCAL INFILE was disable by default - \[CONJ-962] resultset for negative TIME value return erronous LocalDateTime values - \[CONJ-965] better error message when not loading serverSslCert file - \[CONJ-967] clearParameters() breaks validity when using output parameters in stored procedures - \[CONJ-969] org.mariadb.jdbc.ClientPreparedStatement is missing a toString implementation, useful for logging ### [`v3.0.4`](https://togithub.com/mariadb-corporation/mariadb-connector-j/blob/HEAD/CHANGELOG.md#​304-httpsgithubcommariadb-corporationmariadb-connector-jtree304-Mar-2022) [Compare Source](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.3...3.0.4) [Full Changelog](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.3...3.0.4) - \[CONJ-915] javadoc addition - \[CONJ-921] DatabaseMetadata#getTables with null value for tableNamePattern throws Syntax error - \[CONJ-922] DECIMAL overflow for long/int/short not throwing exception - \[CONJ-924] NULL column type might result in java.lang.IllegalArgumentException: Unexpected datatype NULL - \[CONJ-926] Client restrict authentication to 'mysql_native_password,client_ed25519,auth_gssapi_client' if restrictedAuth parameter is not set - \[CONJ-924] NULL column test correction - \[CONJ-923] correctly return 64 bits generated id / updated rows - \[CONJ-933] load-balancing failover doesn't timeout - \[CONJ-935] Connection.getMetaData() returns MariaDbClob instead of String - \[CONJ-937] metadata getColumnTypeName wrong return type - \[CONJ-934] MariaDbDataSource is sensitive to the order of setting of username and password - \[CONJ-932] Login packet now use recommended length encoded value for connection attributes - \[CONJ-925] missing OSGI infos - \[CONJ-945] ensure retry is limited by retriesAllDown - \[CONJ-940] Permit updating rows when not having primary info on metadata (Xpand) - \[CONJ-939] add Xpand testing ### [`v3.0.3`](https://togithub.com/mariadb-corporation/mariadb-connector-j/blob/HEAD/CHANGELOG.md#​303-httpsgithubcommariadb-corporationmariadb-connector-jtree303-Jan-2022) [Compare Source](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/2.7.6...3.0.3) [Full Changelog](https://togithub.com/mariadb-corporation/mariadb-connector-j/compare/3.0.2-rc...3.0.3) - \[CONJ-908] correct Connection.prepareStatement(String sql, int\[] columnIndexes/String\[] columnNames) to return generated keys - \[CONJ-909] adding createDatabaseIfNotExist option for 2.x compatibility - \[CONJ-910] permit jdbc:mysql scheme when connection string contains "permitMysqlScheme" for compatibility - \[CONJ-913] Avoid executing additional command on connection for faster connection creation - \[CONJ-912] remove security manager code (JEP 411) - \[CONJ-911] enable keep-alive by default - failover improvement. some specific commands not in transaction are considered to be replayed in case of failover, like PING, PREPARE, ROLLBACK, ... - CONJ-705 parameter metadata get parameter count even when query cannot be prepared - prepareStatement.addBatch must initialize with previous set - Connection.prepareStatement(String sql, int\[] columnIndexes/String\[] columnNames) must return generated keys - setting "transaction read only" only for replica - keeping option interactiveClient for compatibility - adding option `transactionReplaySize` to control redo cache size - only set skip metadata connection flag when using binary protocol - permit getString on a binary object - compression correction for multi-packet - COM_RESET_CONNECTION expect a response (ERR_Packet or OK_Packet) - \[CONJ-901] ArrayIndexOutOfBoundsException on StandardReadableByteBuf.readByte error </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/apache/fineract). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OC4wIn0=--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
