Alex Woods

Results 5 issues of Alex Woods

Trailers in chunked transfer are described by [rfc3230-section 4.1](https://datatracker.ietf.org/doc/html/rfc7230#section-4.1). Net/http does not support setting trailers nor is there a way for users to implement chunked trailers on top of net/http....

Add synchronization around use of JDT code formatter to prevent NPE/race condition. ## Motivation and Context Occasionally a NullPointerException (NPE) is raised during code generation with stack traces point to...

Fixes codegeneration issues for eventstreams with shared event shapes: Duplicate and rename all eventstream event shapes with a unique name + add new disableUniqueEventStreamShapePreprocessing customization config. ## Motivation and Context...

Add processor to detect shared events + customization to duplicate. ## Motivation and Context When an event shape is shared between multiple eventstreams, it causes SDK generation/compilation failures. The top...

Warn instead of raising an exception on unknown endpoint properties. ## Motivation and Context The Rules engine [Endpoint Object Properties member](https://smithy.io/2.0/additional-specs/rules-engine/specification.html#endpoint-object) is defined as an arbitrary `Map` and to support...