Skip to content

Javadoc not published for new GA and milestone release processes #33204

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

Closed
bclozel opened this issue Jul 11, 2024 · 1 comment
Closed

Javadoc not published for new GA and milestone release processes #33204

bclozel opened this issue Jul 11, 2024 · 1 comment
Assignees
Labels
status: backported An issue that has been backported to maintenance branches type: task A general task
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Jul 11, 2024

The Javadoc was not published automatically for the latest 6.1.11 and 6.2.0-M5 releases. #33179 changed our release process to now use GitHub Actions.

I think our "release" and "release-milestone" processes are not setting the expected properties on the API and schema artifacts, see

artifact-properties: |
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false
/**/framework-api-*-docs.zip::zip.type=docs
/**/framework-api-*-schema.zip::zip.type=schema
.

@bclozel bclozel added the type: task A general task label Jul 11, 2024
@bclozel bclozel added this to the 6.1.12 milestone Jul 11, 2024
@snicoll
Copy link
Member

snicoll commented Jul 12, 2024

I did miss that the artifact properties have to copied in two places now. We configure the deploy task for the snapshot workflow and for the staging workflow.

@github-actions github-actions bot added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-6.0.x status: backported An issue that has been backported to maintenance branches labels Jul 12, 2024
@github-actions github-actions bot added the status: backported An issue that has been backported to maintenance branches label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: backported An issue that has been backported to maintenance branches type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants