We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1, clone the repo: https://github.com/tlachy/spring-data-querydsl-memory-leak 2, run the project in debug mode 3, go to: http://localhost:8080/swagger-ui/index.html#/person-entity-controller/postCollectionResource-person-post 4, create N new persons just by submitting N unique ids via swagger-ui 5, put debug point on RepositoryFactorySupport:529 6, observe that size of repositoryInformationCache will increase with every new person created. Cache grows infinitely.
The text was updated successfully, but these errors were encountered:
That's a duplicate of spring-projects/spring-data-commons#3252.
Sorry, something went wrong.
No branches or pull requests
1, clone the repo: https://github.com/tlachy/spring-data-querydsl-memory-leak
2, run the project in debug mode
3, go to: http://localhost:8080/swagger-ui/index.html#/person-entity-controller/postCollectionResource-person-post
4, create N new persons just by submitting N unique ids via swagger-ui
5, put debug point on RepositoryFactorySupport:529
6, observe that size of repositoryInformationCache will increase with every new person created. Cache grows infinitely.
The text was updated successfully, but these errors were encountered: