Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-11165796: Update dependency com.microsoft.sqlserver:mssql-jdbc to v11 old renovate pr #558

Closed
wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 2, 2022

This PR contains the following updates:

Package Type Update Change
com.microsoft.sqlserver:mssql-jdbc test major 7.0.0.jre8 -> 11.2.1.jre18

Configuration

📅 Schedule: Branch creation - "after 8pm every weekday,every weekend,before 8am every weekday" in timezone America/Argentina/Buenos_Aires, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

@ghost ghost force-pushed the renovate-major-mssqlversion branch 2 times, most recently from d4922da to 89ca9c4 Compare April 13, 2022 06:04
@ghost ghost force-pushed the renovate-major-mssqlversion branch from 89ca9c4 to 8868710 Compare April 28, 2022 02:34
@ghost ghost force-pushed the renovate-major-mssqlversion branch from 8868710 to ea5cc58 Compare May 19, 2022 01:52
@ghost ghost force-pushed the renovate-major-mssqlversion branch 2 times, most recently from a38742b to 0c09f75 Compare June 28, 2022 14:21
@ghost ghost force-pushed the renovate-major-mssqlversion branch from 0c09f75 to f5666ff Compare July 30, 2022 09:31
@ghost ghost force-pushed the renovate-major-mssqlversion branch from f5666ff to 5d05291 Compare August 9, 2022 12:54
@acurci-at-mulesoft acurci-at-mulesoft changed the title Update dependency com.microsoft.sqlserver:mssql-jdbc to v11 W-11165796: Update dependency com.microsoft.sqlserver:mssql-jdbc to v11 Aug 17, 2022
@acurci-at-mulesoft
Copy link
Contributor

Added

Changed

Fixed issues

@acurci-at-mulesoft
Copy link
Contributor

I changed the version to 11.2.0.jre8

@acurci-at-mulesoft
Copy link
Contributor

BREAKING CHANGE

Encrypt = strict

There is one breaking change in the 11.2 release over previous production releases. To support the new TDS 8.0 protocol where TLS encryption is negotiated before TDS, a new Encrypt option has been added, "strict". This required changing the getEncrypt() API to return a string instead of just a Boolean. Setting Encrypt to "strict" causes the driver to negotiate a TLS connection to the server first, instead of previous behavior where TDS was negotiated, then, if using encryption, TLS would be negotiated inside the TDS stream. Negotiating TLS first means all TDS connection and feature negotiation happens over an encrypted channel.

To read more about TDS 8.0 in SQL Server, see the SQL Server online documentation.

Source: https://techcommunity.microsoft.com/t5/sql-server-blog/jdbc-driver-11-2-for-sql-server-released/ba-p/3595479

@sai-bukka sai-bukka changed the title W-11165796: Update dependency com.microsoft.sqlserver:mssql-jdbc to v11 W-11165796: Update dependency com.microsoft.sqlserver:mssql-jdbc to v11 old renovate pr Nov 1, 2022
@sai-bukka
Copy link

Closing this pr as it is generated by old renovate app and marked as ghost

@sai-bukka sai-bukka closed this Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants