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

Refactor spring-data-jpa integration-test #16020

Merged
merged 1 commit into from Mar 25, 2021

Conversation

jerboaa
Copy link
Contributor

@jerboaa jerboaa commented Mar 25, 2021

This reworks the test so that Person (an Entity class) no longer uses
j.u.Random directly, but delegates generation of random data to
a separate class which gets runtime-initialized.

Fixes: #16018

This reworks the test so that Person (an Entity class) no longer uses
j.u.Random directly, but delegates generation of random data to
a separate class which gets runtime-initialized.

Closes quarkusio#16018
@quarkus-bot quarkus-bot bot added the area/spring Issues relating to the Spring integration label Mar 25, 2021
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

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

Thanks!

@gsmet gsmet merged commit ff70524 into quarkusio:main Mar 25, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Mar 25, 2021
@gsmet gsmet modified the milestones: 2.0.0.Alpha1, 1.13.4.Final May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/spring Issues relating to the Spring integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[-Dnative] JPA class Person in integration-tests/spring-data-jpa uses j.u.Random
4 participants