Skip to content

Add the missing callout entry in the Infinispan client Greeting example - #56515

Open
rolfedh wants to merge 1 commit into
quarkusio:mainfrom
rolfedh:docs-callouts-infinispan-client
Open

Add the missing callout entry in the Infinispan client Greeting example#56515
rolfedh wants to merge 1 commit into
quarkusio:mainfrom
rolfedh:docs-callouts-infinispan-client

Conversation

@rolfedh

@rolfedh rolfedh commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Infinispan client guide, "Creating the Greeting POJO": the <2> marker on the Greeting record had no callout entry, so the rendered page shows a circled 2 that points nowhere, and a strict AsciiDoc parser rejects the page.

The marker is left over from the Protostream 5 update (03130c7), which replaced a class with two @ProtoField fields (entries <2> and <3> explained the fields) by the @Proto record and dropped the entries. The new <2> entry says what @Proto does with the record components, following its Javadoc: "Fields must be public and they will be assigned incremental numbers based on the declaration order. It is possible to override the automated defaults for a field by using the ProtoField annotation."

Removing the <2> marker instead is fine by me if you prefer.

Part of #56509

The <2> marker on the Greeting record lost its entry when the guide
moved to Protostream 5 (03130c7): the two @protofield entries went
away with the fields, but the marker stayed. Add an entry that says what
@proto does with the record components.

Part of quarkusio#56509
@quarkus-bot

quarkus-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit 691cab8.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

🎊 PR Preview 382dc35 has been successfully built and deployed to https://quarkus-pr-main-56515-preview.surge.sh/version/main/guides/

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

@rolfedh
rolfedh requested a review from karesti September 9, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants