microsoft / microsoft/typespec
[http-client-java] remove unused settings
Open
Beginner friendly
emitter:client:java
feature
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
- `disable-required-property-annotation` (affects generated `@JsonProperty(required=true)`. since we now use stream-style, this setting is no longer needed)
Contributor guide
Research direction
Start in the http-client-java implementation by searching for the exact `disable-required-property-annotation` setting and inspect where it affects generated `@JsonProperty(required=true)` output. Remove the unused setting and confirm the stream-style generation no longer depends on it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100