Point azure-data-schemaregistry-apacheavro:1.2.0-beta.2 to Maven Central#2656
Conversation
The preview azure-data-schemaregistry-apacheavro:1.2.0-beta.2 -sources.jar returns HTTP 401 on anonymous download from the azure-sdk public feed (the jar and pom are present, only the sources jar is uncached), which aborts the Java docs CI build. Repoint it to Maven Central, where all three artifacts are available anonymously, matching the track-1 fix in #2655. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 01e7665: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
4abbbca to
01e7665
Compare
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 01e7665: ✅ Validation status: passed
For more details, please refer to the build report. |
Problem
The Java docs CI build aborts on
com.azure:azure-data-schemaregistry-apacheavro:1.2.0-beta.2. Its.jarand.pomare cached on the azure-sdk public feed (HTTP 200), but the-sources.jaris not, so an anonymous download triggers the upstream-save auth gate and returns HTTP 401:Because
java2docfxfails the whole run on the first failed package, this one missing sources jar fails the entire docs build (observed in apidrop Content CI build 20260626.2 / id 614443).Change
Repoint this single preview package to Maven Central, where all three artifacts (
.jar,-sources.jar,.pom) are available anonymously (published 2023-02-13). This matches the track-1 fix in #2655 and the existingclient-sdk.jsonprecedent.metadata/preview/azure-data-schemaregistry-apacheavro.json— addDocsCiConfigProperties.packageDownloadUrl=https://repo1.maven.org/maven2.package.json— set the generated preview entry'spackageDownloadUrlto Maven Central (kept in sync so the docs CI build picks it up before the next docindex regeneration).Validation
package.json(per-file: jar/sources.jar/pom, honoring each package's configured download URL) found this as the only remaining gap after Point legacy track-1 com.microsoft.azure packages to Maven Central #2655 merged.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com