Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a preview note in the guides of preview extensions #5672

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

gwenneg
Copy link
Member

@gwenneg gwenneg commented Nov 21, 2019

Fixes #5658

The exact same note was added to most preview extensions guides, with a few exceptions that I will highlight in the comments below.

Comment on lines 15 to 20
NOTE: This extension is considered `preview`.
While APIs are quite stable and the code is of production quality and thoroughly tested, some features are still missing, performance might not be optimal and some APIs or configuration properties might change as the extension matures.
Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker].
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is different.

Copy link
Member Author

@gwenneg gwenneg Nov 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the Beta part from the previous version should remain in the guide, I'm not sure about it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's a bit different because the underlying component is in beta.

Comment on lines 37 to 42
NOTE: This extension is considered `preview`.
It is based on an alpha version of the Neo4j driver.
Some interactions with the driver, the API or configuration properties might change as the extension matures.
Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker].
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is different.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same remark here.

@gwenneg
Copy link
Member Author

gwenneg commented Nov 21, 2019

cc @gsmet

@gwenneg gwenneg added this to the 1.0.0.Final milestone Nov 21, 2019
@gsmet gsmet modified the milestones: 1.0.0.Final, 1.1.0 Nov 21, 2019
@gsmet gsmet self-assigned this Nov 21, 2019
Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I added a few minor comments.

====
NOTE: This extension is considered `preview`.
While APIs are quite stable and the code is of production quality and thoroughly tested, some features are still missing, performance might not be optimal and some APIs or configuration properties might change as the extension matures.
Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really find the version with ==== more readable when you are having a multiline note.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All notes and warnings are now delimited with ====.

@@ -12,13 +12,9 @@ You have a Hibernate ORM-based application? You want to provide a full-featured
With this guide, you'll learn how to synchronize your entities to an Elasticsearch cluster in a heart beat with Hibernate Search.
We will also explore how you can can query your Elasticsearch cluster using the Hibernate Search API.

[WARNING]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe let's keep it WARNING for the ones with beta components (so the two different ones).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@gwenneg gwenneg force-pushed the issue-5658-preview-extensions branch from f6a75b2 to 57a4c18 Compare November 22, 2019 06:43
While APIs are quite stable and the code is of production quality and thoroughly tested,
some features are still missing, performance might not be optimal and some APIs might change before the final release.
This extension is considered `preview`.
It is based on a beta version of Hibernate Search.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just put this line back, it seemed important.

@gsmet gsmet merged commit 5198a9a into quarkusio:master Nov 22, 2019
@gsmet gsmet removed the backport? label Nov 22, 2019
@gsmet gsmet modified the milestones: 1.1.0, 1.0.0.Final Nov 22, 2019
@gwenneg gwenneg deleted the issue-5658-preview-extensions branch November 22, 2019 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indicate in the guides the extensions that are preview
2 participants