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

[*.*] is displayed as [bold .] ,need to escape #24108

Merged
merged 1 commit into from
Dec 2, 2019

Conversation

goribun
Copy link
Contributor

@goribun goribun commented Dec 1, 2019

execution(* com.xyz.service..(..)) -> execution(* com.xyz.service.*.*(..))

execution(* com.xyz.service.*.*(..))  ->  execution(* com.xyz.service.\*.*(..))
@pivotal-issuemaster
Copy link

@goribun Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@goribun Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Dec 1, 2019
@sbrannen sbrannen self-assigned this Dec 2, 2019
@sbrannen sbrannen added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Dec 2, 2019
@sbrannen sbrannen added this to the 5.2.2 milestone Dec 2, 2019
@sbrannen
Copy link
Member

sbrannen commented Dec 2, 2019

Good catch!

Thanks for the PR.

@sbrannen sbrannen merged commit d1ab815 into spring-projects:master Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants