dependabot[bot] opened a new pull request, #500: URL: https://github.com/apache/syncope/pull/500
Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.2.0.jre11 to 12.4.0.jre11-preview. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/mssql-jdbc/releases">com.microsoft.sqlserver:mssql-jdbc's releases</a>.</em></p> <blockquote> <h2>[12.3.1] Preview Release</h2> <h3>Added</h3> <ul> <li>Added a case to throw XAER_RMFAIL on connection reset for XA transactions <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2118">2118</a></li> <li>Added support for Azure Active Directory Service Principal Certificate Authentication <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2128">2128</a></li> </ul> <h3>Changed</h3> <ul> <li>Improved performance of building parameter type definitions <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1938">1938</a></li> <li>Removed condition check that had no effect <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2129">2129</a></li> <li>Updated azure-security-keyvault-keys, azure-identity, gson and h2 dependency versions <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2133">2133</a></li> <li>Changed serverName sent in LOGIN packet to include instanceName <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2140">2140</a></li> </ul> <h3>Fixed issues</h3> <ul> <li>Resolved high thread count when using findSocketUsingThreading <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2104">2104</a></li> <li>Corrected Activity ID behavior to stay the same for the life of the process, always send Activity ID in PRELOGIN, increment sequence for each new connection and send a unique client ID that persists for duration of process <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2136">2136</a></li> </ul> <h2>[12.3.0] Preview Release</h2> <h3>Added</h3> <ul> <li>Added additional logging info to help debug authentication and encryption issues <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2118">2118</a></li> <li>Added SQL query to toString() in SQLServerPreparedStatement to support Hibernate JPA slow query logging <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2099">2099</a></li> <li>Added Java 20 support <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2097">2097</a></li> <li>Added access token callback class connection string property <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2073">2073</a></li> </ul> <h3>Changed</h3> <ul> <li>Updated azure-identity version <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2114">2114</a></li> <li>Updated msal4j version <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2102">2102</a></li> <li>Allow failover partner to be tried in case of socket timeout <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2100">2100</a></li> <li>Updated supportsLikeEscapeClause() to check for Azure data warehouse <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2092">2092</a></li> <li>sp_cursor calls now have table names passed in instead of an empty string <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2087">2087</a></li> <li>Updated federated authentication logic to use persistence token cache when fetching token <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2079">2079</a></li> <li>Updated supportTransaction method to reflect whether server supports transactions <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2075">2075</a></li> <li>Made jdk.net optional OSGi import <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2069">2069</a></li> <li>Upgraded to latest OSGi JDBC specification <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2017">2017</a></li> </ul> <h3>Fixed issues</h3> <ul> <li>Fixed missing property value for disableStatmentPooling meta info query <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2120">2120</a></li> <li>Fixed typo in access token error message <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2119">2119</a></li> <li>Fixed BigDecimal error when values between 0 and 1 are specified <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2116">2116</a></li> <li>Fixed lockTimeout not taking effect when redirect mode is set in Azure DB <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2110">2110</a></li> <li>Fixed shared timer race condition <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2085">2085</a></li> <li>Fixed XA error handling to rethrow XAER_RMFAIL instead of XAER_RMERR <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2078">2078</a></li> <li>Fixed issue by accounting for zero meta query results <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2074">2074</a></li> <li>Fixed invalid batch inserts when columns provided in insert differs in order from table schema <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1992">1992</a></li> </ul> <h2>[12.2.0] Stable Release</h2> <h3>Added</h3> <ul> <li>Added new connection property datetimeParameterType to specify datatype to use for date/timestamp parameters <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1590">1590</a></li> </ul> <h3>Changed</h3> <ul> <li>Renamed driver DefaultAzureCredential authentication to ActiveDirectoryDefault <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2055">2055</a></li> <li>Update to dynamically check for ExtendedSocketOption class <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2043">2043</a></li> <li>Upgraded dependency versions <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2040">2040</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1966">1966</a></li> <li>Misc code cleanup and test fixes <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2059">2059</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2053">2053</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2049">2049</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2048">2048</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2044">2044</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2041">2041</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2031">2031</a> <a href="https://github.com/microsoft/mssql-jdbc/pull2029">2029</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2016">2016</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/2014">2014</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1991">1991</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1977">1977</a> <a href="https://redirect.github .com/microsoft/mssql-jdbc/pull/1974">1974</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1970">1970</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1969">1969</a> <a href="https://redirect.github.com/microsoft/mssql-jdbc/pull/1962">1962</a></li> </ul> <h3>Fixed issues</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Microsoft/mssql-jdbc/commits">compare view</a></li> </ul> </details> <br /> [](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 `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- 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]
