-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: googleapis/java-bigtable
base: 44ad0be
head repository: googleapis/java-bigtable
compare: 56d4c25
- 12 commits
- 28 files changed
- 8 contributors
Commits on Jun 9, 2025
-
chore(main): release 2.60.1-SNAPSHOT (#2596)
🤖 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).
Configuration menu - View commit details
-
Copy full SHA for 6be14fa - Browse repository at this point
Copy the full SHA 6be14faView commit details
Commits on Jun 10, 2025
-
feat: add getter for universe domain in JwtCredentialsWithAudience (#…
…2598) * feat: add getter for universe domain in JwtCredentialsWithAudience
Configuration menu - View commit details
-
Copy full SHA for 9ad66b1 - Browse repository at this point
Copy the full SHA 9ad66b1View commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 108125b - Browse repository at this point
Copy the full SHA 108125bView commit details -
chore: integrate channel pool fixes (#2599)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/2601) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) - [ ] Rollback plan is reviewed and LGTMed - [ ] All new data plane features have a completed end to end testing plan Fixes #2601 ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
Configuration menu - View commit details
-
Copy full SHA for a3bb43d - Browse repository at this point
Copy the full SHA a3bb43dView commit details
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1c78b77 - Browse repository at this point
Copy the full SHA 1c78b77View commit details
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bd45d78 - Browse repository at this point
Copy the full SHA bd45d78View commit details
Commits on Jun 20, 2025
-
tests(bigtable): fix mv tests zone (#2609)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Rollback plan is reviewed and LGTMed - [ ] All new data plane features have a completed end to end testing plan Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
Configuration menu - View commit details
-
Copy full SHA for 9096e70 - Browse repository at this point
Copy the full SHA 9096e70View commit details
Commits on Jun 23, 2025
-
ci: allow nonexistent profile in google-cloud-bigtable (#2611)
Our new release job script specifies profiles that might not exist in all Java projects in our release pipeline. The requireProfileIdsExist enforcer rule fails in that case. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.5.0:enforce (enforce-valid-profile) on project google-cloud-bigtable: [ERROR] Rule 0: org.apache.maven.enforcer.rules.RequireProfileIdsExist failed with message: [ERROR] The requested profile doesn't exist: release-staging-repository ``` Therefore, let's disable the requireProfileIdsExist rule during the release. This change created a profile that does that: ``` <profile> <id>enable-enforcer-rules</id> <activation> <property> <!-- By default, Maven runs the enforcer rules. The shared release script may pass profile name that doesn't exist in this project. Let's ignore the enforcer rule (requireProfileIdsExist) in that case, leveraging the presence of the performRelease property. --> <name>!performRelease</name> </property> ... ```
Configuration menu - View commit details
-
Copy full SHA for 3424cb5 - Browse repository at this point
Copy the full SHA 3424cb5View commit details -
ci: add name elements for the POM.xml files (#2612)
This should resolve the dry-run error: ``` { "pkg:maven/com.google.cloud/google-cloud-bigtable-emulator-core@0.198.0": [ "Project name is missing" ], "pkg:maven/com.google.cloud/google-cloud-bigtable-deps-bom@2.61.0": [ "Project name is missing" ] } ``` b/427182301
Configuration menu - View commit details
-
Copy full SHA for a873719 - Browse repository at this point
Copy the full SHA a873719View commit details
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 50c3fe2 - Browse repository at this point
Copy the full SHA 50c3fe2View commit details
Commits on Jun 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4cc7246 - Browse repository at this point
Copy the full SHA 4cc7246View commit details -
chore(main): release 2.61.0 (#2600)
* chore(main): release 2.61.0 * chore: generate libraries at Fri Jun 27 15:32:48 UTC 2025 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Configuration menu - View commit details
-
Copy full SHA for 56d4c25 - Browse repository at this point
Copy the full SHA 56d4c25View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 44ad0be...56d4c25