Alan Zimmer

Results 40 issues of Alan Zimmer

Either through a new policy or as part of configuration in the current `RetryPolicy` enable support for georedundancy. A current example of georedundancy can be found in the azure-storage-blob SDK...

Client
Azure.Core
feature-request

The guides and samples for `search-documents` should include new features such as: - [ ] Using AAD for authentication - [ ] Querying with semantic search - [ ] Resetting...

Client
Search
Docs

The guides and samples for `azure-search-documents` should include new features such as: - [ ] Using AAD for authentication - [ ] Querying with semantic search - [ ] Resetting...

Docs
Search
Client

Add a configuration that allows configuring whether transitive dependencies are included in the report. Where transitive dependencies begin at the dependencies of the dependencies of a projects direct dependencies. For...

Add a configuration, either include or exclude or both, which allow configuring which dependencies will trigger the plugin to fail build. For example, I have a POM with two dependencies:...

Fixes #280 Converts `JavaFileObject`s eagerly into `TypeElement`s and lexically sorts them before scanning them as classes. This helps prevent errors when class files are scanned out of hierarchical order. Ex,...

During development of a custom `TreeFilterProvider` I found that the ordering of `TreeFilter`s isn't guaranteed. Occasionally, I would run into errors where elements I was excluding in my custom filter...

Using a custom `TreeFilterProvider` as the only filter in the RevApi pipeline I'm hitting a `NullPointerException` in `ClasspathScanner$Scanner` where it appears that the parent element didn't exist yet in the...

A potential performance enhancement for larger project could be adding a feature where transforms use a new code matching scheme that can accept either exact `String` matching or `Pattern` matching....