Draft
Conversation
This PR introduces `java.time` alternatives to existing `org.threeten.bp.*` methods, as well as switching internal variables (if any) to `java.time` The main constraint is to keep the changes backwards compatible, so for each existing threeten method "`method1(org.threeten.bp.Duration)`" we will add an alternative with a _Duration_ (or _Timestamp_ when applicable) suffix: "`method1Duration(java.time.Duration)`". For most cases, the implementation will be held in the `java.time` method and the old threeten method will just delegate the call to it. However, for the case of abstract classes, the implementation will be kept in the threeten method to avoid breaking changes (i.e. users that already overloaded the method in their user code).
* Update user guide * chore: generate libraries at Wed Dec 4 18:25:42 UTC 2024 * Formatting code block * chore: generate libraries at Wed Dec 4 19:22:29 UTC 2024 * Remove client-side metrics suggestions --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
…51.0 (#1678) Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
…#1673) * chore: Update generation configuration at Thu Nov 21 02:25:49 UTC 2024 * chore: Update generation configuration at Fri Nov 22 02:26:29 UTC 2024 * chore: Update generation configuration at Sat Nov 23 02:25:13 UTC 2024 * chore: Update generation configuration at Tue Nov 26 02:26:48 UTC 2024 * chore: Update generation configuration at Wed Nov 27 02:27:31 UTC 2024 * chore: Update generation configuration at Thu Nov 28 02:27:23 UTC 2024 * chore: Update generation configuration at Fri Nov 29 02:27:22 UTC 2024 * chore: Update generation configuration at Tue Dec 3 02:27:53 UTC 2024 * chore: Update generation configuration at Wed Dec 4 02:28:04 UTC 2024 * chore: Update generation configuration at Thu Dec 5 02:28:17 UTC 2024 * chore: Update generation configuration at Fri Dec 6 02:27:42 UTC 2024 * chore: generate libraries at Fri Dec 6 02:28:19 UTC 2024 * chore: Update generation configuration at Sat Dec 7 02:27:08 UTC 2024
🤖 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).
#1680) * chore: Update generation configuration at Tue Dec 10 02:28:41 UTC 2024 * chore: generate libraries at Tue Dec 10 02:29:17 UTC 2024
….0 (#1605) Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
…e to v2.24.3 (#1656) Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
#1682) * chore: Update generation configuration at Wed Dec 11 02:27:51 UTC 2024 * chore: generate libraries at Wed Dec 11 02:28:26 UTC 2024
* chore(main): release 2.25.0 * chore: generate libraries at Wed Dec 11 18:58:48 UTC 2024 --------- 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>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
#1683) * chore: Update generation configuration at Thu Dec 12 02:27:48 UTC 2024 * chore: Update generation configuration at Fri Dec 13 02:28:28 UTC 2024 * update workflow script * update generation config * chore: generate libraries at Fri Dec 13 18:10:48 UTC 2024 --------- Co-authored-by: Joe Wang <joewa@google.com>
* chore(main): release 2.25.1 * chore: generate libraries at Fri Dec 13 18:28:02 UTC 2024 --------- 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>
#1692) * chore: Update generation configuration at Tue Dec 17 02:27:47 UTC 2024 * chore: Update generation configuration at Wed Dec 18 02:26:15 UTC 2024 * chore: Update generation configuration at Thu Dec 19 02:26:21 UTC 2024 * chore: generate libraries at Thu Dec 19 02:26:53 UTC 2024 * chore: Update generation configuration at Fri Dec 20 02:23:43 UTC 2024 * chore: Update generation configuration at Sat Dec 21 02:21:26 UTC 2024 * chore: Update generation configuration at Tue Dec 24 02:23:27 UTC 2024 * chore: Update generation configuration at Fri Dec 27 02:23:22 UTC 2024 * chore: Update generation configuration at Sat Dec 28 02:20:59 UTC 2024 * chore: Update generation configuration at Tue Dec 31 02:22:25 UTC 2024
…#1696) * chore: Update generation configuration at Fri Jan 3 02:23:25 UTC 2025 * chore: generate libraries at Fri Jan 3 02:23:58 UTC 2025
The current gcloudRunner doesn't take any `--data-dir` flag due to a bug. This PR is to fix the `--data-dir` flag.
…#1699) * chore: Update generation configuration at Tue Jan 7 02:24:02 UTC 2025 * chore: Update generation configuration at Wed Jan 8 02:23:09 UTC 2025
…#1694) Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
….0 (#1693) Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
…52.0 (#1701) Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
…e to v2.25.1 (#1690) Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com>
…#1705) * chore: Update generation configuration at Thu Jan 9 02:33:59 UTC 2025 * chore: generate libraries at Thu Jan 9 02:34:46 UTC 2025
* chore(main): release 2.25.2 * chore: generate libraries at Thu Jan 9 20:16:10 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>
a53ad19 to
fe4400a
Compare
* feat: next release from main branch is 2.34.0 * chore: generate libraries at Mon Feb 9 21:25:01 UTC 2026 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
…v3.56.1 (#2044) Co-authored-by: Jin Seop Kim <jinseop@google.com>
Merge pull request #2048 from googleapis/java-datastore
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…ase_please_versions.sh
38f7e2b to
e37164b
Compare
eeb70e2 to
3404c4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.