Skip to content

Star character interpreted as bold expression in generated documentation [SPR-12456] #17061

Closed
@spring-projects-issues

Description

@spring-projects-issues

Luciano Deriu opened SPR-12456 and commented

There are a few pointcut expressions that aren't valid on the Spring AOP documentation. In the examples section there are these 2 expressions (see ref URL)...

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

I'm just learning Spring AOP so i may be wrong but i think they should be...

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

Also present in this section...
http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/aop.html#aop-advice-before


Affects: 4.0.8, 4.1.2

Reference URL: http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/aop.html#aop-pointcuts-examples

Referenced from: commits 0d00b67, a5e2afc

Backported to: 4.0.9

Metadata

Metadata

Assignees

Labels

status: backportedAn issue that has been backported to maintenance branchestype: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions