Skip to content
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

Migrate implementation to newest SDK #15967

Open
dkocher opened this issue May 28, 2024 · 1 comment · Fixed by #15985
Open

Migrate implementation to newest SDK #15967

dkocher opened this issue May 28, 2024 · 1 comment · Fixed by #15985
Assignees
Labels
azure Azure Protocol Implementation
Milestone

Comments

@dkocher
Copy link
Contributor

dkocher commented May 28, 2024

Switch to Azure SDK for Java.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-storage-blob</artifactId>
    <version>12.26.0</version>
</dependency>
  • Allows the configuration of custom HTTP transport 1

Footnotes

  1. https://github.com/Azure/azure-sdk-for-java/wiki/Custom-HTTP-Clients

@dkocher dkocher added the azure Azure Protocol Implementation label May 28, 2024
@dkocher dkocher self-assigned this May 28, 2024
@dkocher dkocher added this to the 9.0 milestone Jun 2, 2024
@dkocher dkocher linked a pull request Jun 2, 2024 that will close this issue
dkocher added a commit that referenced this issue Jun 3, 2024
Rewrite Azure Storage protocol implementation
@dkocher dkocher modified the milestones: 9.0, 8.9.1 Jun 20, 2024
@dkocher
Copy link
Contributor Author

dkocher commented Jun 27, 2024

Reverted with #16082.

@dkocher dkocher reopened this Jun 27, 2024
@dkocher dkocher modified the milestones: 9.0, 10.0 Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure Azure Protocol Implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant