Skip to content

chore: migrate java-datastore to monorepo#11949

Open
chingor13 wants to merge 1749 commits intomainfrom
migrate-java-datastore-2
Open

chore: migrate java-datastore to monorepo#11949
chingor13 wants to merge 1749 commits intomainfrom
migrate-java-datastore-2

Conversation

@chingor13
Copy link
Contributor

No description provided.

release-please bot and others added 30 commits October 30, 2024 17:30
🤖 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>
renovate-bot and others added 16 commits January 14, 2026 17:21
#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>
@chingor13 chingor13 force-pushed the migrate-java-datastore-2 branch from 1721b58 to 08dff74 Compare February 19, 2026 21:17
@chingor13 chingor13 changed the title Migrate java datastore 2 chore: migrate java-datastore to monorepo Feb 19, 2026
@chingor13 chingor13 force-pushed the migrate-java-datastore-2 branch 3 times, most recently from cd3d032 to 3eda5eb Compare February 19, 2026 22:50
@chingor13 chingor13 force-pushed the migrate-java-datastore-2 branch from caa668f to 36ae6ea Compare February 20, 2026 16:53
@chingor13 chingor13 marked this pull request as ready for review February 20, 2026 16:53
@chingor13 chingor13 requested a review from a team as a code owner February 20, 2026 16:53
@snippet-bot
Copy link

snippet-bot bot commented Feb 20, 2026

Here is the summary of changes.

You are about to add 91 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@chingor13 chingor13 requested a review from blakeli0 February 20, 2026 16:53
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
Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comments