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

DATACMNS-1487 - Dont cache candidate bean definitions #342

Closed
wants to merge 1 commit into from
Closed

DATACMNS-1487 - Dont cache candidate bean definitions #342

wants to merge 1 commit into from

Conversation

paulcwarren
Copy link

@paulcwarren paulcwarren commented Mar 2, 2019

By not caching the discovered bean definitions (as the cached discovery is based on base packages of the repository) this fixed DATACMNS-1487 for me.

I consider this a partial PR as this change makes this constructor potentially removable. However, I couldn't get the tests compiling on my clone due to missing querydsl classes and therefore I was unable to refactor the constructor out of the code and tests.

You guys may have a better, more complete fix anyways.

@odrotbohm
Copy link
Member

Rejected for the reasons described in the ticket.

@odrotbohm odrotbohm closed this Mar 21, 2019
Aloren pushed a commit to Aloren/spring-data-commons that referenced this pull request Jun 20, 2019
…projects#342)

Avoids ClassNotFoundException when RSA is not on the classpath. 

Fixes spring-projectsgh-334.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants