Skip to content

build: update migration script with latest monorepo migration tasks#11977

Closed
chingor13 wants to merge 7607 commits intomainfrom
migration-script
Closed

build: update migration script with latest monorepo migration tasks#11977
chingor13 wants to merge 7607 commits intomainfrom
migration-script

Conversation

@chingor13
Copy link
Contributor

@chingor13 chingor13 commented Feb 23, 2026

After migrating our first split repo (java-logging), we wanted several fixes:

  • split integration tests from the bulk integration tests that only run when that library is modified
  • improve logic for managing intra-repository versions (remove dependencies on gapic-only boms)
  • rename customNative and native-tests profiles for customizing graalvm tests (you can override settings in the native maven profile)
  • update .repo-metadata repo and repo_short entries
  • adds TEST_WITH_EXISTING mode for copying new integration test config to existing job for testing (less repository disruption)

renovate-bot and others added 30 commits October 3, 2025 21:37
Merge pull request #1971 from googleapis/java-datastore
* chore(main): release 2.32.2

* chore: generate libraries at Sat Oct  4 02:06:14 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>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…#3097)

* chore: Update generation configuration at Sat Sep 27 02:27:08 UTC 2025

* chore: Update generation configuration at Tue Sep 30 02:29:13 UTC 2025

* chore: generate libraries at Tue Sep 30 02:29:41 UTC 2025

* chore: Update generation configuration at Wed Oct  1 02:34:20 UTC 2025

* chore: Update generation configuration at Thu Oct  2 02:28:56 UTC 2025

* chore: Update generation configuration at Fri Oct  3 02:28:21 UTC 2025

* chore: Update generation configuration at Sat Oct  4 02:24:16 UTC 2025
* Update ApiMaxRequestBytes to be the accurate 20MB

* Fix test

* chore: generate libraries at Mon Oct  6 18:46:51 UTC 2025

* Add back getApiMaxRequestBytes on StreamWriter.

---------

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(main): release 3.17.2

* chore: generate libraries at Tue Oct  7 14:58:59 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>
…#1866)

* chore: Update generation configuration at Thu Sep 25 02:28:24 UTC 2025

* chore: Update generation configuration at Sat Sep 27 02:23:34 UTC 2025

* chore: Update generation configuration at Tue Sep 30 02:26:38 UTC 2025

* chore: generate libraries at Tue Sep 30 02:27:06 UTC 2025

* chore: Update generation configuration at Wed Oct  1 02:31:19 UTC 2025

* chore: Update generation configuration at Thu Oct  2 02:25:12 UTC 2025

* chore: Update generation configuration at Fri Oct  3 02:26:06 UTC 2025

* chore: generate libraries at Fri Oct  3 02:26:32 UTC 2025

* chore: Update generation configuration at Sat Oct  4 02:23:20 UTC 2025

* chore: Update generation configuration at Tue Oct  7 02:25:29 UTC 2025

* update easymock

* chore: Update generation configuration at Wed Oct  8 02:27:06 UTC 2025

---------

Co-authored-by: mpeddada1 <mpeddada@google.com>
* chore(main): release 3.23.6

* chore: generate libraries at Wed Oct  8 15:00:08 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>
* chore(sec): use specific credential load method in IT

* chore: port changes to v1beta1 and v1beta2 as well
…in LoggingAppender (#1530)

* fix: Add setCredentials method as alternative for setCredentialsFile in LoggingAppender

* chore: Fix test requiring ProjectId

* Apply suggestion from @gkevinzheng

Co-authored-by: Kevin Zheng <147537668+gkevinzheng@users.noreply.github.com>

---------

Co-authored-by: Kevin Zheng <147537668+gkevinzheng@users.noreply.github.com>
* chore: temporarily turn off flaky ITTailLogsTest
* sample: Add Arrow sample for Write API

* Multiple appends

* fix variable name

* improve comments

* update pom files

* add test

* add comment
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore(main): release 3.17.3-SNAPSHOT

* chore: generate libraries at Fri Oct 17 20:01:56 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>
#1874)

* chore: Update generation configuration at Thu Oct  9 02:27:09 UTC 2025

* chore: Update generation configuration at Fri Oct 10 02:27:03 UTC 2025

* chore: generate libraries at Fri Oct 10 02:27:29 UTC 2025

* chore: Update generation configuration at Sat Oct 11 02:24:58 UTC 2025

* chore: Update generation configuration at Tue Oct 14 02:26:41 UTC 2025

* chore: Update generation configuration at Wed Oct 15 02:28:16 UTC 2025

* chore: Update generation configuration at Thu Oct 16 02:28:50 UTC 2025

* chore: Update generation configuration at Fri Oct 17 02:28:39 UTC 2025

* chore: generate libraries at Fri Oct 17 02:29:14 UTC 2025

* chore: Update generation configuration at Sat Oct 18 02:25:24 UTC 2025

* chore: Update generation configuration at Sun Oct 19 02:32:19 UTC 2025
COMMIT_COUNT=$((COMMIT_COUNT + 1))
fi

# 7.7 Consolidate versions.txt
Copy link
Member

Choose a reason for hiding this comment

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

In #12019, I ran ../generation/apply_versions.sh ../versions.txt current in the java-bigquery directory to fix the discrepancies in the Maven module versions. Why don't you run this in the migrated module to have the correct dependency versions?

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.