Update page#1894
Conversation
| 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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| 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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| 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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| import java.util.HashMap; | ||
| import java.util.Iterator; | ||
| import java.util.Map; | ||
| import sun.rmi.runtime.Log; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
garrettjonesgoogle
left a comment
There was a problem hiding this comment.
LGTM after the cleanup items below are addressed & tests pass
| @@ -0,0 +1,31 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| 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.
This comment was marked as spam.
Sorry, something went wrong.
|
Changes Unknown when pulling 0a2ba32 on michaelbausor:update-page-reorder into ** on GoogleCloudPlatform:master**. |
…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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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-->
- Use GAX page interface - Bump GAX version
- Use GAX page interface - Bump GAX version
…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>
…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>
This is split by commit: