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

[BUG] azure-storage-blob version 12.1.0 is missing #25754

Closed
kirankbs opened this issue Nov 30, 2021 · 3 comments
Closed

[BUG] azure-storage-blob version 12.1.0 is missing #25754

kirankbs opened this issue Nov 30, 2021 · 3 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files)

Comments

@kirankbs
Copy link

kirankbs commented Nov 30, 2021

Describe the bug
azure-storage-blob version 12.1.0 is missing here: https://repo1.maven.org/maven2/com/azure/azure-storage-blob/

Expected behavior
Version 12.1.0 should exist at https://repo1.maven.org/maven2/com/azure/azure-storage-blob/

Screenshots
Screenshot 2021-11-30 at 17 23 38

Setup (please complete the following information):

  • OS: Mac OS
  • Library/Libraries: [e.g. com.azure:azure-storage-blob:12.1.0 (groupId:artifactId:version)]
  • App Server/Environment: Desktop Machine
  • Frameworks: SBT Build tool

Additional context
Running SBT build tool locally complaining that azure-storage-blob version 12.1.0 is missing here: https://repo1.maven.org/maven2/com/azure/azure-storage-blob/. So we are unable to build the project as dependency is missing.

Below is the error report
Build error

@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Nov 30, 2021
@joshfree joshfree added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) labels Nov 30, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Nov 30, 2021
@joshfree
Copy link
Member

@amishra-dev could you please follow up with @kirankbs?

@amishra-dev
Copy link

Hi @kirankbs (Kiran),
We discovered an issue in older versions listed below of the SDKs for Storage which we have removed from Maven. To upgrade to the latest version please change the dependency version in your pom.xml to a newer one listed below. We strongly recommend moving to the latest SDK if you are using any of these affected versions.

If you need to use an older Azure Storage REST API version, please read the sample here about using an older Service Version with a newer SDK. We apologize for the inconvenience this may have caused.

SDK Versions Removed Recommended Version
Azure Storage Blob 12.0 to 12.6.1 12.14.1
Azure Storage File Datalake 12.0 to 12.1.2 12.7.1
Azure Storage File Share 12.0 to 12.4.1 12.11.1

If you need further help
please create a ticket at aka.ms/azsupt.

Issue Type: Technical
Service Type: Blob Storage
Summary: #JavaSDKv12
Problem type: Development
Problem subtype: Client library or SDK

@bernardpletikosa
Copy link

@amishra-dev In your guidelines it states:

Dependable

  • 100% backward compatible

This is not true in the current case for 2 different reasons:

  • library is completely removed, so we can't go back or develop locally with the current version as is doesn't exist.
  • updating to 12.14.1, which is a minor bump, introduces a new constructor, which means a breaking change.

As you also state in the guidelines:

Consistent

  • All differences from the guidelines must have good reasons.

I assume there is a serious issue that you are trying to manage and you have a good reason for that.
I'm interested in what's being done for these situations not to happen again?

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

4 participants