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

Revise Javadoc config #2236

Closed
mp911de opened this issue Feb 16, 2024 · 0 comments
Closed

Revise Javadoc config #2236

mp911de opened this issue Feb 16, 2024 · 0 comments
Labels
type: task A general task

Comments

@mp911de
Copy link
Member

mp911de commented Feb 16, 2024

Our Javadoc config still builds with Java 1.8 and Framework has switched their Javadocs build to Java 17. We should make sure that all config is in place for proper cross-linking.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.4.0:jar (package-javadoc) on project spring-data-rest-webmvc: MavenReportException: Error while generating Javadoc: 
[ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
[ERROR]   reason: class file for javax.annotation.meta.When not found
[ERROR] error: Error fetching URL: https://docs.spring.io/spring-data/commons/docs/current/api/ (java.io.FileNotFoundException: https://docs.spring.io/spring-data/commons/docs/current/api/package-list)
@mp911de mp911de added the type: task A general task label Feb 16, 2024
mp911de added a commit that referenced this issue Feb 19, 2024
Remove version-pinning to Java 1.8. Reinstate Framework and other dependency links.

Closes #2236
@mp911de mp911de added this to the 3.1.10 (2023.0.10) milestone Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant