Skip to content

Fix unresolvable Javadoc stylesheet URLs, simplify configuration#3324

Merged
scordio merged 1 commit intomainfrom
gh-3323
Jan 6, 2024
Merged

Fix unresolvable Javadoc stylesheet URLs, simplify configuration#3324
scordio merged 1 commit intomainfrom
gh-3323

Conversation

@scordio
Copy link
Copy Markdown
Member

@scordio scordio commented Jan 5, 2024

Fixes #3323.

@scordio scordio added this to the 3.25.2 milestone Jan 5, 2024
@scordio
Copy link
Copy Markdown
Member Author

scordio commented Jan 5, 2024

After the changes, there is still one issue to resolve:

index.html:1 
Refused to apply style from 'http://localhost:63342/assertj/assertj-core/target/site/apidocs/resources/fonts/dejavu.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

Screenshot 2024-01-05 at 18 21 59

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 5, 2024

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@scordio
Copy link
Copy Markdown
Member Author

scordio commented Jan 6, 2024

The dejavu.css issue also occurs with other projects (e.g., https://javadoc.io/doc/org.springframework/spring-core/latest/index.html) and seems to be related to JDK-8227487 and JDK-8324774.

Not something we can currently fix in AssertJ.

@scordio scordio marked this pull request as ready for review January 6, 2024 12:16
@scordio scordio merged commit 5a47929 into main Jan 6, 2024
@scordio scordio deleted the gh-3323 branch January 6, 2024 12:24
@scordio scordio changed the title Simplify Javadoc configuration Fix unresolvable Javadoc stylesheet URLs, simplify configuration Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unresolvable stylesheet URLs in latest Javadoc

1 participant