-
Notifications
You must be signed in to change notification settings - Fork 284
Azure Core VNext and ClientCore updates #7115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
No changes needing a change description found. |
You can try these changes here
|
...in/java/com/microsoft/typespec/http/client/generator/core/extension/plugin/JavaSettings.java
Outdated
Show resolved
Hide resolved
...in/java/com/microsoft/typespec/http/client/generator/core/extension/plugin/JavaSettings.java
Outdated
Show resolved
Hide resolved
...main/java/com/microsoft/typespec/http/client/generator/core/model/clientmodel/ClassType.java
Outdated
Show resolved
Hide resolved
...src/main/java/com/microsoft/typespec/http/client/generator/core/model/clientmodel/Proxy.java
Outdated
Show resolved
Hide resolved
...a/com/microsoft/typespec/http/client/generator/core/preprocessor/tranformer/Transformer.java
Show resolved
Hide resolved
...re/src/main/java/com/microsoft/typespec/http/client/generator/core/util/ClientModelUtil.java
Outdated
Show resolved
Hide resolved
...src/main/java/com/microsoft/typespec/http/client/generator/core/template/TemplateHelper.java
Show resolved
Hide resolved
...src/main/java/com/microsoft/typespec/http/client/generator/core/template/TemplateHelper.java
Show resolved
Hide resolved
...in/java/com/microsoft/typespec/http/client/generator/core/model/javamodel/JavaInterface.java
Outdated
Show resolved
Hide resolved
.../src/main/java/com/microsoft/typespec/http/client/generator/core/template/ProxyTemplate.java
Outdated
Show resolved
Hide resolved
...om/microsoft/typespec/http/client/generator/core/template/ConvenienceMethodTemplateBase.java
Outdated
Show resolved
Hide resolved
...ain/java/azure/resourcemanager/commonproperties/fluent/models/ConfidentialResourceInner.java
Show resolved
Hide resolved
...t-generator-clientcore-test/src/test/java/type/dictionary/NullableFloatValueClientTests.java
Show resolved
Hide resolved
...soft/typespec/http/client/generator/core/mapper/clientcore/ClientCoreClientMethodMapper.java
Show resolved
Hide resolved
.../typespec/http/client/generator/core/template/clientcore/ClientCoreClientMethodTemplate.java
Show resolved
Hide resolved
weidongxu-microsoft
approved these changes
Apr 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unblock.
There are a few things I have concern
- clientcore tests are disabled. It seems either the codegen or annotation processor have major problem (otherwise I'd expect just disabling a few test cases)
- There be 1.0.0 compiler release at about May 4, we would likely need to release a working unbranded emitter on this version
- We can merge this, and keep release unbranded emitter from feature branch on clientcore beta.5 for a few releases. But we'd expect the new clientcore work before long, as such release from branch would have large Eng cost (and likely would eventually fail when it diffs too much from main)
- Code around ClientMethod(Mapper/Template) have potentially large duplications. I'd hope we know what's the diff between the baseclass and subclass, so that is be possible to reduce the duplication in future.
- Turn of
convenienceAPI
would be a concern Azure Core VNext and ClientCore updates #7115 (comment) - We want to avoid generating
@Generated
in mgmt Azure Core VNext and ClientCore updates #7115 (comment) (for now)
anuchandy
reviewed
May 6, 2025
.../com/microsoft/typespec/http/client/generator/core/mapper/ProxyMethodParameterProcessor.java
Show resolved
Hide resolved
.../main/java/com/microsoft/typespec/http/client/generator/core/mapper/ServiceClientMapper.java
Outdated
Show resolved
Hide resolved
...in/java/com/microsoft/typespec/http/client/generator/core/extension/plugin/JavaSettings.java
Show resolved
Hide resolved
...main/java/com/microsoft/typespec/http/client/generator/core/model/clientmodel/ClassType.java
Outdated
Show resolved
Hide resolved
.../com/microsoft/typespec/http/client/generator/core/model/clientmodel/ClientBuilderTrait.java
Outdated
Show resolved
Hide resolved
...src/main/java/com/microsoft/typespec/http/client/generator/core/model/clientmodel/Proxy.java
Outdated
Show resolved
Hide resolved
...a/com/microsoft/typespec/http/client/generator/core/preprocessor/tranformer/Transformer.java
Show resolved
Hide resolved
...ain/java/com/microsoft/typespec/http/client/generator/core/template/MethodGroupTemplate.java
Show resolved
Hide resolved
...com/microsoft/typespec/http/client/generator/core/template/ServiceClientBuilderTemplate.java
Show resolved
Hide resolved
...or-core/src/main/java/com/microsoft/typespec/http/client/generator/core/util/SchemaUtil.java
Show resolved
Hide resolved
anuchandy
approved these changes
May 6, 2025
timotheeguerin
approved these changes
May 6, 2025
anuchandy
approved these changes
May 6, 2025
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.
No description provided.