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

Container Extension Points section of Spring Framework documentation refers to the wrong property name #33037

Closed
jourteen opened this issue Jun 16, 2024 · 0 comments
Assignees
Labels
status: backported An issue that has been backported to maintenance branches type: documentation A documentation task
Milestone

Comments

@jourteen
Copy link

There is a property name mismatch in the following excerpt from Spring Framework Documentation:

The following listing shows an example of the format:

dataSource.driverClassName=com.mysql.jdbc.Driver
dataSource.url=jdbc:mysql:mydb

This example file can be used with a container definition that contains a bean called `dataSource` that has `driver` and `url` properties.

Obviously driver should be changed to driverClassName.

@jourteen jourteen changed the title l typo A small typo in Container Extension Points section of Spring Framework documentation Jun 16, 2024
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jun 16, 2024
@snicoll snicoll added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jun 16, 2024
@snicoll snicoll added this to the 6.1.10 milestone Jun 16, 2024
@snicoll snicoll self-assigned this Jun 16, 2024
@snicoll snicoll changed the title A small typo in Container Extension Points section of Spring Framework documentation Container Extension Points section of Spring Framework documentation refer to the wrong property name Jun 16, 2024
@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 labels Jun 16, 2024
@sbrannen sbrannen changed the title Container Extension Points section of Spring Framework documentation refer to the wrong property name Container Extension Points section of Spring Framework documentation refers to the wrong property name Jul 26, 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: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

3 participants