-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Complete the Hibernate ORM guide, clarify the limitations #5237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work, thanks a lot for that.
There's just one URL to adapt and it's good to go.
Thanks!
Connection pool:: | ||
Don't need to choose one either. Quarkus automatically includes the Agroal connection pool; | ||
just configure your datasource as in the above examples and it will setup Hibernate ORM to use Agroal. | ||
More details about this connection pool can be found in link:datasource-guide.html[Quarkus - Datasources]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL is outdated, it should point to: link:/datasource.html
(without -guide
)
There is a redirect so it's no biggie but better get this straight.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah thanks! well, without the .html
too :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I will make a pass on all the guides to remove the .html
. That's why I didn't mention it.
@gsmet applied rebased, push forced. I stripped all .html also from a couple other cross-guide links this had. |
long overdue, finally clarifying the limitations we still have.