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

MongoDB with Panache fix multitenancy documentation #31089

Conversation

pedroh-pereira
Copy link
Contributor

@pedroh-pereira pedroh-pereira commented Feb 10, 2023

Removing person1.status = Status.ALIVE; and person2.status = Status.ALIVE;. Because for this example the Person class does not have a status attribute.

Transform Person attributes firstName and lastName to lowercase

@loicmathieu @gsmet

@github-actions
Copy link

github-actions bot commented Feb 10, 2023

🙈 The PR is closed and the preview is expired.

…ing section

Removing `person1.status = Status.ALIVE;` and `person2.status = Status.ALIVE;`. Because for this example the Person class does not have a status attribute.

Transform Person attributes  `firstName` and  `lastName` to lowercase
@pedroh-pereira pedroh-pereira force-pushed the support/doc-multitenancy-mongodb-with-panache-testing-section branch from ab623dc to 3cb7449 Compare February 10, 2023 21:45
Copy link
Contributor

@loicmathieu loicmathieu left a comment

Choose a reason for hiding this comment

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

lgtm, thanks

@loicmathieu loicmathieu merged commit 2716619 into quarkusio:main Feb 13, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Feb 13, 2023
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