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

patch for HHH-5927 #283

Closed
wants to merge 2 commits into from
Closed

patch for HHH-5927 #283

wants to merge 2 commits into from

Commits on Feb 28, 2012

  1. 1. remove commons-collections dependency.

    2. moved org.hibernate.internal.util.collections.ConcurrentReferenceHashMap from envers module to core, and change it to doesn't allow null key / value.
    3. Using ConcurrentReferenceHashMap this to replace old ReferenceMap (from commons-collections) which used in StatefulPersistenceContext.
    4. copied org.hibernate.internal.util.collections.BoundedConcurrentHashMap from infinispan code base.
    5. deprecate properties QUERY_PLAN_CACHE_MAX_STRONG_REFERENCES and QUERY_PLAN_CACHE_MAX_SOFT_REFERENCES
    6. add two new properties QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE and QUERY_PLAN_CACHE_MAX_SIZE
    7. remove LRUMap, SimpleMRUCache and SoftLimitMRUCache
    stliu committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    7ef6101 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2012

  1. Configuration menu
    Copy the full SHA
    b2919d4 View commit details
    Browse the repository at this point in the history