Skip to content

chore: migrate java-spanner-jdbc to monorepo#12131

Closed
suztomo wants to merge 1988 commits intogoogleapis:mainfrom
suztomo:migrate-java-spanner-jdbc
Closed

chore: migrate java-spanner-jdbc to monorepo#12131
suztomo wants to merge 1988 commits intogoogleapis:mainfrom
suztomo:migrate-java-spanner-jdbc

Conversation

@suztomo
Copy link
Member

@suztomo suztomo commented Mar 23, 2026

Migrate java-spanner-jdbc to monorepo.

b/477663564

renovate-bot and others added 30 commits July 28, 2025 11:00
…erf (googleapis#2138)

Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
…v6.98.0 (googleapis#2161)

* deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.98.0

* test: update test cases as mux sessions are default

---------

Co-authored-by: Knut Olav Løite <koloite@gmail.com>
…apis#2162)

The JDBC driver now uses a single multiplexed session for all operations. This applies to all operations in auto-commit mode, in read-only transactions, and in read/write transactions.

One multiplexed session can execute an unlimited number of operations concurrently.

Configuring minSessions and maxSessions in the connection URL is therefore no longer needed for workloads that execute a large number of concurrent transactions.
Add an option to use simple PreparedStatement ParameterMetadata that only uses client-side information. This prevents round-trips to Spanner when calling the method PreparedStatement#getParameterMetaData(), for example when these are triggered by frameworks like Spring Data.

This option is experimental and could be removed in future releases.

The option can be enabled by setting the system property `spanner.jdbc.use_simple_parameter_metadata=true`
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
renovate-bot and others added 21 commits March 4, 2026 13:12
googleapis#2408)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-trace](https://redirect.github.com/googleapis/google-cloud-java) | `2.85.0` → `2.86.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-trace/2.86.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-trace/2.86.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-trace/2.85.0/2.86.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-trace/2.85.0/2.86.0?slim=true) |

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zNi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMzYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
googleapis#2403)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot](https://spring.io/projects/spring-boot) ([source](https://redirect.github.com/spring-projects/spring-boot)) | `4.0.2` → `4.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot/4.0.3?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot/4.0.3?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot/4.0.2/4.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot/4.0.2/4.0.3?slim=true) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot (org.springframework.boot:spring-boot)</summary>

### [`v4.0.3`](https://redirect.github.com/spring-projects/spring-boot/releases/tag/v4.0.3)

[Compare Source](https://redirect.github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3)

#### ⭐ New Features

- Add TWENTY\_SIX to JavaVersion enum [#&googleapis#8203;49193](https://redirect.github.com/spring-projects/spring-boot/issues/49193)

#### :lady\_beetle: Bug Fixes

- Jackson properties may not be applied correctly to RestClients [#&googleapis#8203;49223](https://redirect.github.com/spring-projects/spring-boot/issues/49223)
- ClassNotFoundException when using Actuator without spring-boot-health [#&googleapis#8203;49196](https://redirect.github.com/spring-projects/spring-boot/issues/49196)
- Using the OTel and Zipkin starters together creates invalid configuration [#&googleapis#8203;49183](https://redirect.github.com/spring-projects/spring-boot/issues/49183)
- Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc [#&googleapis#8203;49060](https://redirect.github.com/spring-projects/spring-boot/issues/49060)
- Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class [#&googleapis#8203;49015](https://redirect.github.com/spring-projects/spring-boot/issues/49015)
- server.jetty.threads.max is ignored when using virtual threads [#&googleapis#8203;48989](https://redirect.github.com/spring-projects/spring-boot/issues/48989)
- Slice test includes fail to load when using spring-boot-starter-test-classic [#&googleapis#8203;48981](https://redirect.github.com/spring-projects/spring-boot/issues/48981)
- Docker credential helpers with file extensions cannot be executed on Windows [#&googleapis#8203;48979](https://redirect.github.com/spring-projects/spring-boot/issues/48979)
- Java version requirement check for native image is confusing if AOT didn't run [#&googleapis#8203;48963](https://redirect.github.com/spring-projects/spring-boot/issues/48963)
- TestPropertyValues.Pair.fromMapEntry(Entry\<String, String>) does not comply with its nullability contract [#&googleapis#8203;48948](https://redirect.github.com/spring-projects/spring-boot/issues/48948)

#### :notebook\_with\_decorative\_cover: Documentation

- Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose [#&googleapis#8203;49212](https://redirect.github.com/spring-projects/spring-boot/issues/49212)
- Document that use of non idiomatic format for '`@Value`' still apply for environment variables [#&googleapis#8203;49109](https://redirect.github.com/spring-projects/spring-boot/issues/49109)
- Document naming convention for custom test-scoped starters [#&googleapis#8203;49017](https://redirect.github.com/spring-projects/spring-boot/issues/49017)
- Delay removal of Jackson 2 support until 4.3 at the earliest [#&googleapis#8203;49010](https://redirect.github.com/spring-projects/spring-boot/issues/49010)
- LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases [#&googleapis#8203;49003](https://redirect.github.com/spring-projects/spring-boot/issues/49003)
- ApplicationContextAssert documents a non-existent assertion in getFailure() [#&googleapis#8203;48977](https://redirect.github.com/spring-projects/spring-boot/issues/48977)
- Highlight the importance of the preStop hook when configuring Kubernetes probes [#&googleapis#8203;48946](https://redirect.github.com/spring-projects/spring-boot/issues/48946)

#### 🔨 Dependency Upgrades

- Upgrade to AssertJ 3.27.7 [#&googleapis#8203;49095](https://redirect.github.com/spring-projects/spring-boot/issues/49095)
- Upgrade to Elasticsearch Client 9.2.5 [#&googleapis#8203;49184](https://redirect.github.com/spring-projects/spring-boot/issues/49184)
- Upgrade to Groovy 5.0.4 [#&googleapis#8203;49097](https://redirect.github.com/spring-projects/spring-boot/issues/49097)
- Upgrade to Hibernate 7.2.3.Final [#&googleapis#8203;49098](https://redirect.github.com/spring-projects/spring-boot/issues/49098)
- Upgrade to Hibernate 7.2.4.Final [#&googleapis#8203;49167](https://redirect.github.com/spring-projects/spring-boot/issues/49167)
- Upgrade to Jaybird 6.0.4 [#&googleapis#8203;49099](https://redirect.github.com/spring-projects/spring-boot/issues/49099)
- Upgrade to JBoss Logging 3.6.2.Final [#&googleapis#8203;49100](https://redirect.github.com/spring-projects/spring-boot/issues/49100)
- Upgrade to Jersey 4.0.2 [#&googleapis#8203;49101](https://redirect.github.com/spring-projects/spring-boot/issues/49101)
- Upgrade to Jetty 12.1.6 [#&googleapis#8203;49102](https://redirect.github.com/spring-projects/spring-boot/issues/49102)
- Upgrade to jOOQ 3.19.30 [#&googleapis#8203;49103](https://redirect.github.com/spring-projects/spring-boot/issues/49103)
- Upgrade to JUnit Jupiter 6.0.3 [#&googleapis#8203;49233](https://redirect.github.com/spring-projects/spring-boot/issues/49233)
- Upgrade to Logback 1.5.29 [#&googleapis#8203;49169](https://redirect.github.com/spring-projects/spring-boot/issues/49169)
- Upgrade to Logback 1.5.32 [#&googleapis#8203;49245](https://redirect.github.com/spring-projects/spring-boot/issues/49245)
- Upgrade to Micrometer 1.16.3 [#&googleapis#8203;49111](https://redirect.github.com/spring-projects/spring-boot/issues/49111)
- Upgrade to Micrometer Tracing 1.6.3 [#&googleapis#8203;49112](https://redirect.github.com/spring-projects/spring-boot/issues/49112)
- Upgrade to MongoDB 5.6.3 [#&googleapis#8203;49105](https://redirect.github.com/spring-projects/spring-boot/issues/49105)
- Upgrade to MySQL 9.6.0 [#&googleapis#8203;49106](https://redirect.github.com/spring-projects/spring-boot/issues/49106)
- Upgrade to Netty 4.2.10.Final [#&googleapis#8203;49107](https://redirect.github.com/spring-projects/spring-boot/issues/49107)
- Upgrade to Postgresql 42.7.10 [#&googleapis#8203;49202](https://redirect.github.com/spring-projects/spring-boot/issues/49202)
- Upgrade to Reactor Bom 2025.0.3 [#&googleapis#8203;49087](https://redirect.github.com/spring-projects/spring-boot/issues/49087)
- Upgrade to Spring Data Bom 2025.1.3 [#&googleapis#8203;49088](https://redirect.github.com/spring-projects/spring-boot/issues/49088)
- Upgrade to Spring Framework 7.0.5 [#&googleapis#8203;49216](https://redirect.github.com/spring-projects/spring-boot/issues/49216)
- Upgrade to Spring Integration 7.0.3 [#&googleapis#8203;49217](https://redirect.github.com/spring-projects/spring-boot/issues/49217)
- Upgrade to Spring Kafka 4.0.3 [#&googleapis#8203;49090](https://redirect.github.com/spring-projects/spring-boot/issues/49090)
- Upgrade to Spring LDAP 4.0.2 [#&googleapis#8203;49091](https://redirect.github.com/spring-projects/spring-boot/issues/49091)
- Upgrade to Spring Pulsar 2.0.3 [#&googleapis#8203;49092](https://redirect.github.com/spring-projects/spring-boot/issues/49092)
- Upgrade to Spring Security 7.0.3 [#&googleapis#8203;49093](https://redirect.github.com/spring-projects/spring-boot/issues/49093)
- Upgrade to Spring Session 4.0.2 [#&googleapis#8203;49094](https://redirect.github.com/spring-projects/spring-boot/issues/49094)
- Upgrade to Tomcat 11.0.18 [#&googleapis#8203;49108](https://redirect.github.com/spring-projects/spring-boot/issues/49108)

#### ❤️ Contributors

Thank you to all the contributors who worked on this release:

[@&googleapis#8203;GaetanoCerciello](https://redirect.github.com/GaetanoCerciello), [@&googleapis#8203;dsyer](https://redirect.github.com/dsyer), [@&googleapis#8203;linkian209](https://redirect.github.com/linkian209), [@&googleapis#8203;nosan](https://redirect.github.com/nosan), [@&googleapis#8203;quaff](https://redirect.github.com/quaff), [@&googleapis#8203;scordio](https://redirect.github.com/scordio), and [@&googleapis#8203;srt](https://redirect.github.com/srt)

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjQzLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
…o v2.21.1 (googleapis#2406)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [com.fasterxml.jackson.core:jackson-databind](https://redirect.github.com/FasterXML/jackson) ([source](https://redirect.github.com/FasterXML/jackson-databind)) | `2.21.0` → `2.21.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.fasterxml.jackson.core:jackson-databind/2.21.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.fasterxml.jackson.core:jackson-databind/2.21.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.fasterxml.jackson.core:jackson-databind/2.21.0/2.21.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.fasterxml.jackson.core:jackson-databind/2.21.0/2.21.1?slim=true) |

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
…parent to v3.5.11 (googleapis#2402)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://redirect.github.com/spring-projects/spring-boot)) | `3.5.10` → `3.5.11` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-parent/3.5.11?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-starter-parent/3.5.11?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-starter-parent/3.5.10/3.5.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-parent/3.5.10/3.5.11?slim=true) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary>

### [`v3.5.11`](https://redirect.github.com/spring-projects/spring-boot/compare/v3.5.10...v3.5.11)

[Compare Source](https://redirect.github.com/spring-projects/spring-boot/compare/v3.5.10...v3.5.11)

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
…v1 to v2.86.0 (googleapis#2407)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [com.google.api.grpc:proto-google-cloud-trace-v1](https://redirect.github.com/googleapis/google-cloud-java) | `2.85.0` → `2.86.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.86.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.86.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.85.0/2.86.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.85.0/2.86.0?slim=true) |

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zNi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMzYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
…data-jdbc to v4.0.3 (googleapis#2404)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-data-jdbc](https://spring.io/projects/spring-boot) ([source](https://redirect.github.com/spring-projects/spring-boot)) | `4.0.2` → `4.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-data-jdbc/4.0.3?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-starter-data-jdbc/4.0.3?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-starter-data-jdbc/4.0.2/4.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-data-jdbc/4.0.2/4.0.3?slim=true) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-data-jdbc)</summary>

### [`v4.0.3`](https://redirect.github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3)

[Compare Source](https://redirect.github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3)

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
…v6.111.1 (googleapis#2411)

This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-spanner-bom](https://redirect.github.com/googleapis/java-spanner) | `6.111.0` → `6.111.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-spanner-bom/6.111.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-spanner-bom/6.111.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-spanner-bom/6.111.0/6.111.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-spanner-bom/6.111.0/6.111.1?slim=true) |

---

### Release Notes

<details>
<summary>googleapis/java-spanner (com.google.cloud:google-cloud-spanner-bom)</summary>

### [`v6.111.1`](https://redirect.github.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#61111-2026-03-03)

[Compare Source](https://redirect.github.com/googleapis/java-spanner/compare/v6.111.0...v6.111.1)

##### Bug Fixes

- Retry CreateSession also when waitForMinSessions is zero ([#&googleapis#8203;4360](https://redirect.github.com/googleapis/java-spanner/issues/4360)) ([9263972](https://redirect.github.com/googleapis/java-spanner/commit/92639722793a994032761155013e506c9693b464))

##### Dependencies

- Update dependency com.google.cloud:sdk-platform-java-config to v3.57.0 ([#&googleapis#8203;4358](https://redirect.github.com/googleapis/java-spanner/issues/4358)) ([1ce4b8e](https://redirect.github.com/googleapis/java-spanner/commit/1ce4b8e24bac44c89f742f0afb395ae4c711abfd))
- Update googleapis/sdk-platform-java action to v2.67.0 ([#&googleapis#8203;4359](https://redirect.github.com/googleapis/java-spanner/issues/4359)) ([23781d9](https://redirect.github.com/googleapis/java-spanner/commit/23781d9f05db66d033d4d9125707a9988e1697db))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
🤖 I have created a release *beep* *boop*
---


## [2.35.4](https://togithub.com/googleapis/java-spanner-jdbc/compare/v2.35.3...v2.35.4) (2026-03-04)


### Bug Fixes

* Fix Column Type Name for PostgreSQL ARRAY types ([googleapis#2409](https://togithub.com/googleapis/java-spanner-jdbc/issues/2409)) ([cc95355](https://togithub.com/googleapis/java-spanner-jdbc/commit/cc9535517ac7a91b098e99ec53242663747bed63))
* Fix UTC&lt;-&gt;Timezone conversion issue for DST start and end timestamp ([googleapis#2260](https://togithub.com/googleapis/java-spanner-jdbc/issues/2260)) ([a628fbc](https://togithub.com/googleapis/java-spanner-jdbc/commit/a628fbc2569af1eab47f56c2bafc6cbbbe7566c8))


### Dependencies

* Update dependency com.fasterxml.jackson.core:jackson-databind to v2.21.1 ([googleapis#2406](https://togithub.com/googleapis/java-spanner-jdbc/issues/2406)) ([b1a9cfd](https://togithub.com/googleapis/java-spanner-jdbc/commit/b1a9cfd087d43b8d4b8a9f563f77df96c303c9ca))
* Update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.85.0 ([googleapis#2395](https://togithub.com/googleapis/java-spanner-jdbc/issues/2395)) ([c0e7ac2](https://togithub.com/googleapis/java-spanner-jdbc/commit/c0e7ac257707f7c5b1a895bef325e99f0f2b2e71))
* Update dependency com.google.api.grpc:proto-google-cloud-trace-v1 to v2.86.0 ([googleapis#2407](https://togithub.com/googleapis/java-spanner-jdbc/issues/2407)) ([3f6e7fc](https://togithub.com/googleapis/java-spanner-jdbc/commit/3f6e7fc65d0c2f989dd83cb6b13196fb72278203))
* Update dependency com.google.cloud:google-cloud-spanner to v6.111.1 ([googleapis#2410](https://togithub.com/googleapis/java-spanner-jdbc/issues/2410)) ([644c081](https://togithub.com/googleapis/java-spanner-jdbc/commit/644c0816a1a061ca4c73fb0187dbcf57729d64c2))
* Update dependency com.google.cloud:google-cloud-spanner-bom to v6.111.1 ([googleapis#2411](https://togithub.com/googleapis/java-spanner-jdbc/issues/2411)) ([351a974](https://togithub.com/googleapis/java-spanner-jdbc/commit/351a974567edca6e387bb56d14ef09eb038cbfb5))
* Update dependency com.google.cloud:google-cloud-trace to v2.85.0 ([googleapis#2396](https://togithub.com/googleapis/java-spanner-jdbc/issues/2396)) ([2f93594](https://togithub.com/googleapis/java-spanner-jdbc/commit/2f9359434f25191e5db827c9fa2c33e6493e7650))
* Update dependency com.google.cloud:google-cloud-trace to v2.86.0 ([googleapis#2408](https://togithub.com/googleapis/java-spanner-jdbc/issues/2408)) ([2bedcba](https://togithub.com/googleapis/java-spanner-jdbc/commit/2bedcba91133e079829812c3dcdf88b7994caad4))
* Update dependency com.google.cloud:sdk-platform-java-config to v3.57.0 ([googleapis#2405](https://togithub.com/googleapis/java-spanner-jdbc/issues/2405)) ([fb80362](https://togithub.com/googleapis/java-spanner-jdbc/commit/fb803624c94d5b04c1212fb2c1765107b0e887a0))
* Update dependency net.bytebuddy:byte-buddy to v1.18.5 ([googleapis#2397](https://togithub.com/googleapis/java-spanner-jdbc/issues/2397)) ([f498b66](https://togithub.com/googleapis/java-spanner-jdbc/commit/f498b66202aec9bceedc7fb9ed4eb962dcfdad07))
* Update dependency net.bytebuddy:byte-buddy-agent to v1.18.5 ([googleapis#2398](https://togithub.com/googleapis/java-spanner-jdbc/issues/2398)) ([507c255](https://togithub.com/googleapis/java-spanner-jdbc/commit/507c255ba6a55e79855643c5c4143fd9d23f5a02))
* Update dependency org.springframework.boot:spring-boot to v4.0.3 ([googleapis#2403](https://togithub.com/googleapis/java-spanner-jdbc/issues/2403)) ([a2fbe8d](https://togithub.com/googleapis/java-spanner-jdbc/commit/a2fbe8d497d95940f1deaf1efc9dda7d2f913e45))
* Update dependency org.springframework.boot:spring-boot-starter-data-jdbc to v4.0.3 ([googleapis#2404](https://togithub.com/googleapis/java-spanner-jdbc/issues/2404)) ([e1ae535](https://togithub.com/googleapis/java-spanner-jdbc/commit/e1ae5353123477669fbe4e2efd1003ba5eaff6be))
* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.11 ([googleapis#2402](https://togithub.com/googleapis/java-spanner-jdbc/issues/2402)) ([626096d](https://togithub.com/googleapis/java-spanner-jdbc/commit/626096d6428defed74e7c62f5810898c8f0f931b))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
* fix: fix getLong on NUMERIC

* address review comments
@gemini-code-assist
Copy link
Contributor

Warning

Gemini is experiencing higher than usual traffic and was unable to create the summary. Please try again in a few hours by commenting /gemini summary.

@suztomo suztomo force-pushed the migrate-java-spanner-jdbc branch 4 times, most recently from c7334a6 to 659eff1 Compare March 23, 2026 17:01
@suztomo suztomo force-pushed the migrate-java-spanner-jdbc branch from 659eff1 to c9b1fb1 Compare March 23, 2026 17:10
@suztomo
Copy link
Member Author

suztomo commented Mar 23, 2026

I wasn't using correct branch for the migration script.

@suztomo suztomo closed this Mar 23, 2026
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.

8 participants