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

Standardize Package Links on central.sonatype.com #36637

Merged
merged 5 commits into from
Sep 8, 2023

Conversation

alzimmermsft
Copy link
Member

@alzimmermsft alzimmermsft commented Sep 5, 2023

Description

Fixes #36574

Replaces search.maven.org and mvnrepository.com links with central.sonatype.com links. search.maven.org is being replaced by central.sonatype.com, mvnrepository.com is being replaced as it's a 3rd party system for presenting Maven package data.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@github-actions github-actions bot added Event Grid Event Hubs KeyVault Mixed Reality Authentication Monitor Monitor, Monitor Ingestion, Monitor Query OpenTelemetry OpenTelemetry instrumentation Schema Registry Search Service Bus Storage Storage Service (Queues, Blobs, Files) Tables labels Sep 5, 2023
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

sdk/eventhubs/microsoft-azure-eventhubs-eph/pom.xml Outdated Show resolved Hide resolved
sdk/eventhubs/microsoft-azure-eventhubs-extensions/pom.xml Outdated Show resolved Hide resolved
sdk/eventhubs/microsoft-azure-eventhubs/pom.xml Outdated Show resolved Hide resolved
@@ -166,7 +166,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
[product_documentation]: https://aka.ms/FarmBeatsProductDocumentationPaaS
[azure_portal]: https://portal.azure.com
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
[package]: https://mvnrepository.com/artifact/com.azure/azure-verticals-agrifood-farming
[package]: https://central.sonatype.com/search?namespace=com.azure&name=azure-verticals-agrifood-farming
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use the overview link instead of the search link.

This link takes directly to the latest version of the library.
https://central.sonatype.com/artifact/com.azure/azure-verticals-agrifood-farming

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch. Let's use this instead

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to use the better URL pattern.

Copy link
Member

@joshfree joshfree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -166,7 +166,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
[product_documentation]: https://aka.ms/FarmBeatsProductDocumentationPaaS
[azure_portal]: https://portal.azure.com
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
[package]: https://mvnrepository.com/artifact/com.azure/azure-verticals-agrifood-farming
[package]: https://central.sonatype.com/search?namespace=com.azure&name=azure-verticals-agrifood-farming
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch. Let's use this instead

Copy link
Member

@weidongxu-microsoft weidongxu-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM on resourcemanager

@alzimmermsft
Copy link
Member Author

Data plane (Track 1) pipelines are failing analyze due to RevApi trying to run which isn't configured for data-plane libraries. Being resolved here: https://github.com/Azure/azure-sdk-for-java/pull/36685/checks?check_run_id=16630213720

Storage CI is failing due to a known issue with test playback.

@alzimmermsft
Copy link
Member Author

/check-enforcer override

@alzimmermsft alzimmermsft enabled auto-merge (squash) September 8, 2023 21:10
@alzimmermsft alzimmermsft merged commit fd60439 into Azure:main Sep 8, 2023
@alzimmermsft alzimmermsft deleted the AzDocs_ChangePackageLinks branch September 8, 2023 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Container Registry Readme Issue
6 participants