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 typo #545

Closed
wants to merge 1 commit into from
Closed

Fix typo #545

wants to merge 1 commit into from

Conversation

doljae
Copy link
Contributor

@doljae doljae commented May 11, 2022

What?

Fix typo
springclmoud -> springCloud

Why?

Because I found a typo.

How?

Just fix all springclmoud to springCloud in whole project.

Testing?

CI/CD result looks fine.

@doljae
Copy link
Contributor Author

doljae commented May 11, 2022

This is my first PR, and if there are any problems or corrections, please comment. 🙂

@jmfayard
Copy link
Member

jmfayard commented Jul 2, 2022

That's good except that it would be a compilation failure for someone already using it

I have changed it to

val springCloud = "org.springframework.cloud:spring-cloud-dependencies:_"

@Deprecated("typo", ReplaceWith("springCloud"))
val springclmoud = springCloud

and merged it in #559

@jmfayard jmfayard closed this Jul 2, 2022
jmfayard added a commit that referenced this pull request Jul 2, 2022
@doljae
Copy link
Contributor Author

doljae commented Jul 2, 2022

@jmfayard

I never thought of considering backwards compatibility in this way 😮
Thank you for the tip 🙇

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.

None yet

2 participants