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

chore(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to v12 - abandoned #359

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.microsoft.sqlserver:mssql-jdbc 7.4.1.jre8 -> 12.8.1.jre11 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Microsoft/mssql-jdbc (com.microsoft.sqlserver:mssql-jdbc)

v12.7.0

Added
  • Server Message Handler and SQLException Chaining #​2251
  • Finish support for RFC4180 for CSV bulk insert operations #​2338
  • Allow constructing a microsoft.sql.DateTimeOffset instance from a java.time.OffsetDateTime value #​2340
  • Added support for TDSType.GUID #​2370
Changed
  • Remove synchronized from Socket overrides #​2337
  • Default to RMFAIL instead of RMERR #​2348
Fixed issues
  • Fix to allow connection retries to be disabled by setting connectRetryCount to 0 #​2293
  • Fix to ensure metadata returned follows JDBC data type specs #​2326
  • Added token cache map to fix use of unintended auth token for subsequent connections #​2341
  • Fix calling procedures with output parameters by their four-part syntax #​2349
  • Reset socketTimeout to original value after a successful connection open #​2355
  • Clear prepared statement cache when resetting statement pool connection #​2361
  • Clear prepared statement handle before reconnect #​2364
  • Fixed ClassLoader leak of ActivityCorrelator ThreadLocal #​2366
  • Check if TDSCommand counter is null before incrementing #​2368
  • Escape schema for getProcedures and getProcedureColumns in SQLServerDatabaseMetaData #​2369
  • Fix to properly validate money and small money values for BulkCopy #​2379

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

sfreudenthaler and others added 12 commits February 3, 2025 11:36
codeowners with workflow devs

### Proposed Changes
* change 1
* change 2

### Checklist
- [ ] Tests
- [ ] Translations
- [ ] Security Implications Contemplated (add notes if applicable)

### Additional Info
** any additional useful context or info **

### Screenshots
Original             |  Updated
:-------------------------:|:-------------------------:
** original screenshot **  |  ** updated screenshot **
This pull request includes several changes to the deployment process for
the JavaScript SDK in the
`.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml`
file. The primary focus is on updating the versioning and tagging system
from "alpha" to "beta".

Changes to versioning and tagging:

* Updated the example projects to point to the 'next' tag instead of
'latest' to prevent version inconsistency.
* Changed the default `npm-package-tag` from 'alpha' to 'beta'.
* Modified the script to fetch the current version using the 'beta' tag
instead of 'alpha', and set the initial version to "0.0.1-beta.0" if no
current version is found.
* Adjusted the version calculation logic to increment the beta version
number instead of the alpha number.
* Changed the npm dist-tag addition command to use the 'next' tag
instead of 'latest'.
Just a file to trigger the workflow
This pull request includes a small but important change to the
deployment script for the JavaScript SDK. The modification ensures that
the `CURRENT_VERSION` is correctly set even if the retrieved version is
`null`.

*
[`.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml`](diffhunk://#diff-b47e2bc3507c79547b7f53206919f60585f49479fa09c01ee9ab15eb6bb4c068L74-R74):
Updated the condition to check if `CURRENT_VERSION` is `null` and set it
to `0.0.1-beta.0` if true.
Just trigger the workflow
### Proposed Changes
* change 1
* change 2

### Checklist
- [ ] Tests
- [ ] Translations
- [ ] Security Implications Contemplated (add notes if applicable)

### Additional Info
** any additional useful context or info **

### Screenshots
Original             |  Updated
:-------------------------:|:-------------------------:
** original screenshot **  |  ** updated screenshot **
### Proposed Changes
* change 1
* change 2

### Checklist
- [ ] Tests
- [ ] Translations
- [ ] Security Implications Contemplated (add notes if applicable)

### Additional Info
** any additional useful context or info **

### Screenshots
Original             |  Updated
:-------------------------:|:-------------------------:
** original screenshot **  |  ** updated screenshot **
@spbolton spbolton requested a review from a team as a code owner February 21, 2025 01:07
@renovate renovate bot changed the title chore(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to v12 chore(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to v12 - abandoned Feb 21, 2025
Copy link
Author

renovate bot commented Feb 21, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

4 participants