SIGN IN SIGN UP

http-client-java, support exact in clientName (#10758)

fix https://github.com/Azure/autorest.java/issues/3340

manual tested on
https://github.com/Azure/typespec-azure/blob/main/packages/azure-http-specs/specs/azure/client-generator-core/exact-name/main.tsp
need its release to write e2e

---

Impl is relatively simple. If `isExactName`, set the name directly to
`language.java.name`. And later in Java code this name will not get
transformed (otherwise, Java code will do a transform from
`language.default.name` to `language.java.name`).

---

It is not complete though. There is `isExactName` missing from some
types. TCGC fixed but not released.
https://github.com/Azure/typespec-azure/pull/4480

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
W
Weidong Xu committed
b0c664a5a7bbf93010e8a17f077c27d3888f4e7a
Parent: 8d9f7f7
Committed by GitHub <noreply@github.com> on 6/1/2026, 5:10:37 AM