Skip to content

Migrate to Asciidoctor 1.5 syntax [SPR-14355] #18927

@spring-projects-issues

Description

@spring-projects-issues

Sam Brannen opened SPR-14355 and commented

Status Quo

Commit 503956d upgraded the build to use version 1.5.2 of the asciidoctor-gradle-plugin; however, there were additional changes in the Asciidoctor syntax that were missed.

For example, syntax like \+\+TestExecutionListener\+\+s (introduced in #16273) is no longer supported by Asciidoctor 1.5.x. Instead, the ```TestExecutionListener``s` syntax must be used.

Similarly, syntax like \+\+guest\+\+/\+\+guest\+\+ must be replaced with guest``/``guest.

See the Migrating to Asciidoctor 1.5.0 guide for details.

Deliverables

  • Migrate the reference manual to use the new syntax supported by Asciidoctor 1.5.x

Affects: 4.2 GA

Issue Links:

Referenced from: commits 0815560

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions