Alan Zimmer

Results 40 issues of Alan Zimmer

Right now, `RedirectPolicy` is completely stateless, meaning every time an SDK client makes a request using the same URL it will go through the redirection process (if applicable). We should...

Azure.Core

- [ ] Retry policy and redirect policy both have retry and redirect counts which means the number of request made could be the multiplication of those values. Investigate if...

client-core

# Description Updates the JSON structure models to implement `JsonSerializable` so they can be consumed and returned by `JsonReader` and `JsonWriter` without changes to logic in those types. # All...

Azure.Core

# Description New concept for `ExpandableStringEnum` subtypes where they control their own cache instead of using the cache managed by `ExpandableStringEnum`. This also changes the need for `ExpandableStringEnum` to reflective...

Azure.Core
no-recent-activity

# Description Adds a From Source run to Cosmos CI. # All SDK Contribution checklist: - [ ] **The pull request does not introduce [breaking changes]** - [ ] **CHANGELOG...

# Description Proof of concept for having a higher JVM build requirement than bytecode requirement. This PR increases the build requirement to Java 11 to enable support for newer version...

Azure.Core
azure-spring
OpenTelemetry
Azure SDK Tools
Azure.Core.AMQP

`clientcore` at this time is synchronous APIs only, which differs from what has historically been provided by `azure-core` which has built-in support for Reactor. For the time being our plan...

pillar-performance
clientcore

# Description Migrates `azure-security-attestation` to `azure-json` stream-style serialization to reduce reliance on Jackson Databind. # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** -...

Attestation

# Description - Replaces String usage with HttpHeaderName usage when interacting with HttpHeaders. - Cleans up some line length issues. - Removes extra spaces where not needed. # All SDK...

Monitor

Adds additional information about Java 8 version support based on the Azure CA details page which outlines the minimum Java 8 update version that is supported.

Azure.Core
OpenTelemetry
Azure.Core.AMQP