chore: migrate java-datastore to monorepo#11949
Open
Conversation
🤖 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).
…#1650) * chore: Update generation configuration at Fri Nov 1 02:27:18 UTC 2024 * chore: Update generation configuration at Sat Nov 2 02:22:17 UTC 2024 * chore: generate libraries at Sat Nov 2 02:22:55 UTC 2024
…#1652) * chore: Update generation configuration at Tue Nov 5 02:22:24 UTC 2024 * chore: generate libraries at Tue Nov 5 02:23:04 UTC 2024
* chore(main): release 2.24.2 * chore: generate libraries at Wed Nov 6 21:13:30 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>
#1654) * chore: Update generation configuration at Thu Nov 7 02:22:45 UTC 2024 * chore: Update generation configuration at Fri Nov 8 02:22:33 UTC 2024 * chore: Update generation configuration at Sat Nov 9 02:19:26 UTC 2024 * chore: Update generation configuration at Tue Nov 12 02:21:13 UTC 2024
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
#1657) * chore: Update generation configuration at Wed Nov 13 02:22:54 UTC 2024 * chore: Update generation configuration at Thu Nov 14 02:23:22 UTC 2024 * chore: Update generation configuration at Fri Nov 15 02:26:26 UTC 2024 * chore: Update generation configuration at Sat Nov 16 02:25:10 UTC 2024 * chore: Update generation configuration at Mon Nov 18 02:27:15 UTC 2024
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
#1669) * chore: Update generation configuration at Tue Nov 19 02:26:26 UTC 2024 * chore: generate libraries at Tue Nov 19 02:27:03 UTC 2024 * chore: Update generation configuration at Wed Nov 20 02:25:57 UTC 2024
* chore: make library generation required * chore: generate libraries at Tue Nov 19 22:29:32 UTC 2024 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
* chore:Disable v3-experimental branch rules * chore: generate libraries at Tue Nov 19 00:24:17 UTC 2024 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
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>
#2030) * chore: Update generation configuration at Wed Jan 14 02:40:25 UTC 2026 * chore: generate libraries at Wed Jan 14 02:40:55 UTC 2026 * chore: Update generation configuration at Thu Jan 15 02:36:12 UTC 2026 --------- Co-authored-by: Diego Marquez <diegomarquezp@google.com>
* chore(main): release 2.33.2 * chore: generate libraries at Thu Jan 15 15:37:45 UTC 2026 --------- 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>
* chore: update workflow github token * chore: generate libraries at Thu Jan 22 20:25:14 UTC 2026 --------- 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>
#2038) * chore: Update generation configuration at Fri Jan 23 22:02:56 UTC 2026 * chore: generate libraries at Fri Jan 23 22:03:29 UTC 2026
* chore(main): release 2.33.3 * chore: generate libraries at Sat Jan 24 01:25:16 UTC 2026 --------- 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>
* chore: replace old java team with cloud-sdk-java-team * Removed firestore or datastore teams b/479542582
* 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>
1721b58 to
08dff74
Compare
cd3d032 to
3eda5eb
Compare
caa668f to
36ae6ea
Compare
chingor13
commented
Feb 20, 2026
Comment on lines
+98
to
+110
| if [[ "${BUILD_SUBDIR}" == "java-datastore" ]]; then | ||
| # Kokoro integration tests use both JDK 11 and JDK 8. Integration | ||
| # tests require JDK 11 export as JAVA env variable to run cloud datastore | ||
| # emulator (https://cloud.google.com/sdk/docs/release-notes#39300_2022-07-12). | ||
| # For Java 8 environment, we will still run the tests using Java 8 with | ||
| # SUREFIRE_JVM_OPT for Maven surefire plugin: | ||
| # https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm | ||
| if [[ -n "${JAVA11_HOME}" && -n "${JAVA8_HOME}" ]] | ||
| then | ||
| export JAVA=${JAVA11_HOME}/bin/java | ||
| export SUREFIRE_JVM_OPT=-Djvm=${JAVA8_HOME}/bin/java | ||
| fi | ||
| fi |
Contributor
Author
There was a problem hiding this comment.
This is custom config from https://github.com/googleapis/java-datastore/blob/048073b1f1dbf236bf26bf25f4897f8eda0d2b22/.kokoro/build.sh#L64-L74 that might need a rethink in the monorepo, but should be deferred for now.
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.