[typespec-java] First release after migrating from autorest.java - #4905
Merged
XiaofeiCao merged 7 commits intoJul 16, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c6ec0151-3c35-4ba5-88de-4923f73b9e5c
Also sync the versions of shared dependencies and overrides entries from core/packages/http-client-java/generator/http-client-generator-test/package.json, preserving repo-specific entries and the file formatting. Extract the transient core-commit.json checkout/restore logic into a shared Invoke-WithCoreCommit.ps1 helper used by both Copy-Sources.ps1 and SyncTests.ps1, so both sync from the pinned core commit and always restore the submodule. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 50abf9d5-eb5b-41bd-a820-079e7486e199
Add core-commit.json pinning core to f46d2ac33694b106b95f990126ba824d9d227943 and run SyncTests.ps1 to sync src/tsp and align shared dependency/override versions with that core commit. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 50abf9d5-eb5b-41bd-a820-079e7486e199
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 50abf9d5-eb5b-41bd-a820-079e7486e199
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 50abf9d5-eb5b-41bd-a820-079e7486e199
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 50abf9d5-eb5b-41bd-a820-079e7486e199
Contributor
|
You can try these changes here
|
commit: |
XiaofeiCao
marked this pull request as ready for review
July 15, 2026 09:16
XiaofeiCao
requested review from
bterlson,
haolingdong-msft,
markcowl,
timotheeguerin and
weidongxu-microsoft
as code owners
July 15, 2026 09:16
weidongxu-microsoft
approved these changes
Jul 15, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 80c936e4-9dcd-44dd-8e46-5fb620a13962
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.
Summary
Draft hotfix release PR for
@azure-tools/typespec-java@0.45.6, targetingrelease/july-2026.Changes
@azure-tools/typespec-javato0.45.6and add the correspondingCHANGELOG.mdentry (notes thejs-yaml→yaml/lodash→builtin change and dependency updates).core/submodule checkout/restore logic into a sharedCoreCommit.ps1helper (Enter-CoreCommit/Restore-CoreCommit), used by bothCopy-Sources.ps1andemitter-tests/SyncTests.ps1.SyncTests.ps1now also:core-commit.json(likeCopy-Sources.ps1), transiently checking it out to sync from and always restoring the submodule;dependencies/overridesentries from core'shttp-client-generator-test/package.jsonvia JSON manipulation (preserving repo-specific entries, key order, and formatting);@azure-tools/typespec-java.tgzdependency to this repo'spackage.jsonversion (outside the core checkout, since it is local-only).core-commit.jsonpinned to4751383fd59eb64f1d443376c5db7948cfe974eb, and commit the syncedemitter-tests/package.json+tsp/results.Notes
release/*branch per the repo's release conventions.