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

Update PropertyResolver.java #262

Open
wants to merge 3 commits into
base: VERSION_2_8_1
Choose a base branch
from

Commits on Sep 14, 2017

  1. Update PropertyResolver.java

    The getEffectiveRPr does a deep copy. This is done using marshalling unmarshalling . To reduce this time, we can simply reset defaultRpr.
    shelatgauri authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    69c2297 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Update PropertyResolver.java

    added method to clear the the thread local created. This is done to avoid memory leaks in multi-threaded environment.
    shelatgauri authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    db8fed6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1867251 View commit details
    Browse the repository at this point in the history