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

Complete the Hibernate ORM guide, clarify the limitations #5237

Merged
merged 1 commit into from
Nov 6, 2019

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented Nov 6, 2019

long overdue, finally clarifying the limitations we still have.

@Sanne Sanne added this to the 0.29.0 milestone Nov 6, 2019
@Sanne Sanne requested a review from gsmet November 6, 2019 00:13
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.

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].
Copy link
Member

@gsmet gsmet Nov 6, 2019

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.

Copy link
Member Author

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 :)

Copy link
Member

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.

@Sanne
Copy link
Member Author

Sanne commented Nov 6, 2019

@gsmet applied rebased, push forced.

I stripped all .html also from a couple other cross-guide links this had.

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Nov 6, 2019
@Sanne Sanne merged commit c5755aa into quarkusio:master Nov 6, 2019
@Sanne Sanne deleted the ORMGuides branch November 6, 2019 13:41
@gsmet gsmet removed the backport? label Nov 14, 2019
@gsmet gsmet modified the milestones: 1.1.0, 1.0.0.Final Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-orm Hibernate ORM triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants