Skip to content

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

Merged
sbrannen merged 1 commit into
spring-projects:masterfrom
goribun:patch-1
Dec 2, 2019
Merged

[*.*] is displayed as [bold .] ,need to escape#24108
sbrannen merged 1 commit into
spring-projects:masterfrom
goribun:patch-1

Conversation

@goribun

@goribun goribun commented Dec 1, 2019

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown

@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
Copy Markdown

@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

sbrannen commented Dec 2, 2019

Copy link
Copy Markdown
Member

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