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

Fix Javadoc link for Hikari #43305

Conversation

ngocnhan-tran1996
Copy link
Contributor

@ngocnhan-tran1996 ngocnhan-tran1996 commented Nov 27, 2024

When I click HikariDataSource, a Hikari javadoc page should be opened in a new tab instead module-summary

image

Reference:

https://docs.spring.io/spring-boot/3.4-SNAPSHOT/how-to/data-access.html#howto.data-access.configure-custom-datasource

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 27, 2024
attributes.put("url-javase-javadoc", "https://docs.oracle.com/en/java/javase/17/docs/api/");
attributes.put("url-javase-javadoc", "https://docs.oracle.com/en/java/javase/17/docs/api");
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't seem to be related to linking to Hikari's javadoc so it should be handled separately. Please revert.

@snicoll snicoll changed the title Fix Hikari link Fix Javadoc link for Hikari Nov 28, 2024
@snicoll snicoll added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 28, 2024
@snicoll snicoll self-assigned this Nov 28, 2024
@snicoll snicoll added this to the 3.3.7 milestone Nov 28, 2024
snicoll pushed a commit that referenced this pull request Nov 28, 2024
@snicoll snicoll closed this in fcfbe50 Nov 28, 2024
@ngocnhan-tran1996 ngocnhan-tran1996 deleted the fix-hikari-link branch November 29, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants