Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update page#1894

Merged
michaelbausor merged 16 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
michaelbausor:update-page-reordermichaelbausor/gcloud-java:update-page-reorderCopy head branch name to clipboard
Apr 12, 2017
Merged

Update page#1894
michaelbausor merged 16 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
michaelbausor:update-page-reordermichaelbausor/gcloud-java:update-page-reorderCopy head branch name to clipboard

Conversation

@michaelbausor

Copy link
Copy Markdown
Contributor

This is split by commit:

  • Core
  • BigQuery, Compute, Dns
  • Reporting, monitoring, logging
  • Pubsub, resourcemanager, spanner, storage, trace
  • Examples

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 11, 2017
public String toString() {
return MoreObjects.toStringHelper(this)
.add("rows", getValues())
.add("rows", this)

This comment was marked as spam.

This comment was marked as spam.

package com.google.cloud;

import com.google.api.gax.core.ApiFuture;
import com.google.api.gax.core.Page;

This comment was marked as spam.

This comment was marked as spam.

Iterator<Dataset> datasetInfoIterator = bigquery.listDatasets().iterateAll();
while (datasetInfoIterator.hasNext()) {
System.out.println(datasetInfoIterator.next());
for(Dataset dataset : bigquery.listDatasets().iterateAll()) {

This comment was marked as spam.

This comment was marked as spam.

import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import sun.rmi.runtime.Log;

This comment was marked as spam.

@garrettjonesgoogle garrettjonesgoogle left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after the cleanup items below are addressed & tests pass

Comment thread google-cloud-examples/.classpath Outdated
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>

This comment was marked as spam.

import com.google.cloud.MonitoredResource;
import com.google.cloud.MonitoredResourceDescriptor;
import com.google.cloud.Page;
import com.google.api.gax.core.Page;

This comment was marked as spam.

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 0a2ba32 on michaelbausor:update-page-reorder into ** on GoogleCloudPlatform:master**.

@michaelbausor michaelbausor merged commit e11154e into googleapis:master Apr 12, 2017
@michaelbausor michaelbausor deleted the update-page-reorder branch April 12, 2017 16:15
chingor13 pushed a commit that referenced this pull request Feb 24, 2026
chingor13 pushed a commit that referenced this pull request Mar 12, 2026
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
…pis#1894)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://redirect.github.com/pgjdbc/pgjdbc)) | `42.7.4` -> `42.7.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.postgresql:postgresql/42.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.postgresql:postgresql/42.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.postgresql:postgresql/42.7.4/42.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.postgresql:postgresql/42.7.4/42.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pgjdbc/pgjdbc (org.postgresql:postgresql)</summary>

### [`v42.7.5`](https://redirect.github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4275-2025-01-14-080000--0400)

##### Added

-   ci: Test with Java 23  [PR #&googleapis#8203;3381](https://redirect.github.com/pgjdbc/pgjdbc/pull/3381)

##### Fixed

-   regression: revert change in [`fc60537`](https://redirect.github.com/pgjdbc/pgjdbc/commit/fc60537) [PR #&googleapis#8203;3476](https://redirect.github.com/pgjdbc/pgjdbc/pull/3476)
-   fix: PgDatabaseMetaData implementation of catalog as param and return value [PR #&googleapis#8203;3390](https://redirect.github.com/pgjdbc/pgjdbc/pull/3390)
-   fix: Support default GSS credentials in the Java Postgres client [PR #&googleapis#8203;3451](https://redirect.github.com/pgjdbc/pgjdbc/pull/3451)
-   fix: return only the transactions accessible by the current_user in XAResource.recover [PR #&googleapis#8203;3450](https://redirect.github.com/pgjdbc/pgjdbc/pull/3450)
-   feat: don't force send extra_float_digits for PostgreSQL >= 12 fix [Issue #&googleapis#8203;3432](https://redirect.github.com/pgjdbc/pgjdbc/issues/3432)  [PR #&googleapis#8203;3446](https://redirect.github.com/pgjdbc/pgjdbc/pull/3446)
-   fix: exclude "include columns" from the list of primary keys [PR #&googleapis#8203;3434](https://redirect.github.com/pgjdbc/pgjdbc/pull/3434)
-   perf: Enhance the meta query performance by specifying the oid. [PR #&googleapis#8203;3427](https://redirect.github.com/pgjdbc/pgjdbc/pull/3427)
-   feat: support getObject(int, byte\[].class) for bytea [PR #&googleapis#8203;3274](https://redirect.github.com/pgjdbc/pgjdbc/pull/3274)
-   docs: document infinity and some minor edits [PR #&googleapis#8203;3407](https://redirect.github.com/pgjdbc/pgjdbc/pull/3407)
-   fix: Added way to check for major server version, fixed check for RULE [PR #&googleapis#8203;3402](https://redirect.github.com/pgjdbc/pgjdbc/pull/3402)
-   docs: fixed remaining paragraphs [PR #&googleapis#8203;3398](https://redirect.github.com/pgjdbc/pgjdbc/pull/3398)
-   docs: fixed paragraphs in javadoc comments  [PR #&googleapis#8203;3397](https://redirect.github.com/pgjdbc/pgjdbc/pull/3397)
-   fix: Reuse buffers and reduce allocations in GSSInputStream addresses [Issue #&googleapis#8203;3251](https://redirect.github.com/pgjdbc/pgjdbc/issues/3251) [PR #&googleapis#8203;3255](https://redirect.github.com/pgjdbc/pgjdbc/pull/3255)
-   chore: Update Gradle to 8.10.2 [PR #&googleapis#8203;3388](https://redirect.github.com/pgjdbc/pgjdbc/pull/3388)
-   fix: getSchemas() [PR #&googleapis#8203;3386](https://redirect.github.com/pgjdbc/pgjdbc/pull/3386)
-   fix: Update rpm postgresql-jdbc.spec.tpl with scram-client [PR #&googleapis#8203;3324](https://redirect.github.com/pgjdbc/pgjdbc/pull/3324)
-   fix: Clearing thisRow and rowBuffer on close() of ResultSet [Issue #&googleapis#8203;3383](https://redirect.github.com/pgjdbc/pgjdbc/issues/3383) [PR #&googleapis#8203;3384](https://redirect.github.com/pgjdbc/pgjdbc/pull/3384)
-   fix: Package was renamed to maven-bundle-plugin [PR #&googleapis#8203;3382](https://redirect.github.com/pgjdbc/pgjdbc/pull/3382)
-   fix: As of version 18 the RULE privilege has been removed [PR #&googleapis#8203;3378](https://redirect.github.com/pgjdbc/pgjdbc/pull/3378)
-   fix: use buffered inputstream to create GSSInputStream [PR #&googleapis#8203;3373](https://redirect.github.com/pgjdbc/pgjdbc/pull/3373)
-   test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 [PR #&googleapis#8203;3372](https://redirect.github.com/pgjdbc/pgjdbc/pull/3372)
-   Changed docker-compose version and renamed script file in instructions to match the real file name [PR #&googleapis#8203;3363](https://redirect.github.com/pgjdbc/pgjdbc/pull/3363)
-   test:Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest [PR #&googleapis#8203;3364](https://redirect.github.com/pgjdbc/pgjdbc/pull/3364)
-   try to categorize dependencies [PR #&googleapis#8203;3362](https://redirect.github.com/pgjdbc/pgjdbc/pull/3362)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
suztomo pushed a commit that referenced this pull request Mar 30, 2026
- Use GAX page interface
- Bump GAX version
lqiu96 pushed a commit that referenced this pull request Apr 1, 2026
- Use GAX page interface
- Bump GAX version
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
…hecks (#1894)

* chore: removing Kokoro - Against Pub/Sub Lite samples from required checks

The "Kokoro - Against Pub/Sub Lite samples" has been failing for a while.

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request May 1, 2026
…hecks (#1894)

* chore: removing Kokoro - Against Pub/Sub Lite samples from required checks

The "Kokoro - Against Pub/Sub Lite samples" has been failing for a while.

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
meltsufin pushed a commit that referenced this pull request May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.