Skip to content

Commit ea84cef

Browse files
NO-SNOW: bump jackson-databind to 2.18.8 (#2669)
1 parent 5bc4c57 commit ea84cef

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Changelog
44
- v4.3.2-SNAPSHOT
5+
- Bumped jackson-databind to 2.18.8 from 2.18.7 (snowflakedb/snowflake-jdbc#2669).
6+
57
- v4.3.1
68
- Fixed GCS-backed internal stage PUT failing with opaque `invalid_gcs_credentials` in SPCS pods on GCP: the GCS SDK's Application Default Credentials (ADC) probe was reaching out to `metadata.google.internal` which is unreachable inside SPCS; explicit credentials are now always set when a `GCS_ACCESS_TOKEN` is present, suppressing the ADC probe entirely. Also fixed `GCSAccessStrategyAwsSdk` rejecting custom GCS endpoints that lack an `https://` scheme prefix (e.g. bare `storage.me-central2.rep.googleapis.com`), mirroring the existing handling in `GCSDefaultAccessStrategy`. The catch-all in `setupGCSClient` now chains and logs the original exception instead of swallowing it (snowflakedb/snowflake-jdbc#2664).
79
- Fixed Azure PUT memory leak where each PUT instantiated a fresh `BlobServiceClient` whose underlying reactor-netty stack the SDK exposes no API to release; the Azure SDK `HttpClient` and its `ConnectionProvider` are now shared across all PUTs in a session and disposed at session close, mirroring the existing S3 pattern (snowflakedb/snowflake-jdbc#2658).

parent-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<grpc.version>1.82.0</grpc.version>
6363
<hamcrest.version>2.2</hamcrest.version>
6464
<hikaricp.version>2.4.3</hikaricp.version>
65-
<jackson.version>2.18.7</jackson.version>
65+
<jackson.version>2.18.8</jackson.version>
6666
<jacoco.skip.instrument>true</jacoco.skip.instrument>
6767
<javax.servlet.version>3.1.0</javax.servlet.version>
6868
<jna.version>5.13.0</jna.version>

thin_public_pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<google.jsr305.version>3.0.2</google.jsr305.version>
5959
<google.protobuf.java.version>4.28.2</google.protobuf.java.version>
6060
<grpc.version>1.82.0</grpc.version>
61-
<jackson.version>2.18.7</jackson.version>
61+
<jackson.version>2.18.8</jackson.version>
6262
<javax.servlet.version>3.1.0</javax.servlet.version>
6363
<jna.version>5.13.0</jna.version>
6464
<json.smart.version>2.5.2</json.smart.version>

0 commit comments

Comments
 (0)