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
As pointed out by dimzon in pull request #67
The initialize method initializes and fills the cache in a non-threadsafe way
initialize
The text was updated successfully, but these errors were encountered:
ref #68 - fixes thread safety for PojoMetadata cache.
36456ac
Fixed
Sorry, something went wrong.
I accidently screwed up metadata caching when fixing #68. This made s…
e3d3d93
…ql2o extremely slow. This is now fixed, and we are back on top.
aaberg
No branches or pull requests
As pointed out by dimzon in pull request #67
The
initialize
method initializes and fills the cache in a non-threadsafe wayThe text was updated successfully, but these errors were encountered: