Sync typespec-java fixes for August 2026 hotfix - #5239
Merged
Weidong Xu (weidongxu-microsoft) merged 5 commits intoAug 31, 2026
Conversation
## Summary - prepare `@azure-tools/typespec-java` for the 0.46.0 release - sync Java generator sources and tests to microsoft/typespec `27b39b71b` - document one feature and three fixes through Chronus - expose the `remove-model` management option schema and add new Spector coverage - fix regeneration from the flattened Java package layout The package remains at 0.45.13. A follow-up PR will apply the 0.46.0 version bump. ## Validation - package build and unit tests - Java client regeneration - Java Spector end-to-end tests - Chronus verification - repository format and lint --------- Copilot-Session: cd6f2e08-d6d3-42ae-affd-bc71e98086f7
## Summary - bump `@azure-tools/typespec-java` from 0.45.13 to 0.46.0 - generate the 0.46.0 changelog from the Chronus entries merged in Azure#5218 - consume the released change files --------- Copilot-Session: cd6f2e08-d6d3-42ae-affd-bc71e98086f7
## Summary - remove the obsolete patch that disables the ARM resource identifier test - re-enable the generated Java emitter test - add an internal TypeSpec Java change entry ## Validation - `pnpm format` - `pnpm lint` - `mvn -f emitter-tests\pom.xml '-Dtest=azure.resourcemanager.commonproperties.CommonPropertiesTests#testArmResourceIdentifiers' test -q` Copilot-Session: 813ff84f-32dc-4283-8093-c212747506fb
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0c853adf-d456-4d99-bacc-fd941aca7924
Weidong Xu (weidongxu-microsoft)
marked this pull request as ready for review
August 17, 2026 08:02
Contributor
|
All changed packages have been documented.
Show changes
|
Contributor
📦 Package size report✅ No notable package size changes compared to the base branch. 13 package(s) with no notable change
Packed = gzipped |
commit: |
Contributor
|
You can try these changes here
|
Weidong Xu (weidongxu-microsoft)
marked this pull request as draft
August 20, 2026 06:32
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0c853adf-d456-4d99-bacc-fd941aca7924
Weidong Xu (weidongxu-microsoft)
marked this pull request as ready for review
August 31, 2026 08:07
Xiaofei Cao (XiaofeiCao)
approved these changes
Aug 31, 2026
Weidong Xu (weidongxu-microsoft)
merged commit Aug 31, 2026
cc2f4d1
into
Azure:release/august-2026
34 checks passed
Weidong Xu (weidongxu-microsoft)
deleted the
sync/typespec-java-hotfix-august-2026
branch
August 31, 2026 08:38
Weidong Xu (weidongxu-microsoft)
added a commit
that referenced
this pull request
Aug 31, 2026
## Summary - bump `@azure-tools/typespec-java` from `0.46.0` to `0.46.1` - publish the Java fixes synced in #5239 ## Included fixes - management `remove-model` generation (`microsoft/typespec#11698`) - Javadocs containing `*/` (`microsoft/typespec#11766`) - response headers following a constant header (`microsoft/typespec#11793`) --------- Copilot-Session: 0c853adf-d456-4d99-bacc-fd941aca7924
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
release/august-2026microsoft/typespec@1a1583554for theremove-modelmanagement generation fixValidation
pnpm buildpnpm testpnpm -w formatpnpm -w lint