Skip to content

4.x: Ensures there is no trailing whitespace in Java properties lines in persistence.adoc with Asciidoctor callouts at the expense of visual cleanliness#9352

Merged
ljnelson merged 3 commits into
helidon-io:mainfrom
ljnelson:4.x-9350
Oct 10, 2024

Conversation

@ljnelson

@ljnelson ljnelson commented Oct 9, 2024

Copy link
Copy Markdown
Member

This PR updates the Persistence Guide so that a copy and paste of Java properties excerpts does not include trailing whitespace at the end of the line. (It also corrects a data source property, url, which should have been URL. See #9348.)

The tradeoff is that the Asciidoctor callout glyph is now smashed up against the end of the line.

Screenshot 2024-10-09 at 2 56 29 PM

Closes #9350.

Closes #9348.

… Asciidoctor callouts at the expense of visual cleanliness

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
…P example in persistence.adoc

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
@ljnelson ljnelson added docs 4.x Version 4.x labels Oct 9, 2024
@ljnelson ljnelson self-assigned this Oct 9, 2024
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 9, 2024
Comment thread docs/src/main/asciidoc/mp/persistence.adoc Outdated
…narios

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
@ljnelson ljnelson requested a review from barchetta October 10, 2024 01:51
@barchetta barchetta mentioned this pull request Oct 10, 2024
16 tasks
@ljnelson ljnelson merged commit 700fc85 into helidon-io:main Oct 10, 2024
barchetta pushed a commit to barchetta/helidon that referenced this pull request Oct 11, 2024
… in persistence.adoc with Asciidoctor callouts at the expense of visual cleanliness (helidon-io#9352)

* Ensures there is no trailing whitespace in Java properties lines with Asciidoctor callouts at the expense of visual cleanliness

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>

* Squashable commit; fixes javax.sql.DataSource.main.URL property in UCP example in persistence.adoc

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>

* Squashable commit; removes more whitespace in Asciidoctor callout scenarios

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>

---------

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
barchetta added a commit that referenced this pull request Oct 11, 2024
… in persistence.adoc with Asciidoctor callouts at the expense of visual cleanliness (#9352) (#9372)

* Ensures there is no trailing whitespace in Java properties lines with Asciidoctor callouts at the expense of visual cleanliness
---------

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
Co-authored-by: Laird Nelson <laird.nelson@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.x Version 4.x docs OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trailing whitespace needs to be removed in Persistence Guide properties snippets Persistence guide for UCP has incorrect JDBC URL property

2 participants