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

Tenant cache create fix master #17122

Merged
merged 5 commits into from
Jun 24, 2020

Commits on Jun 23, 2020

  1. invoke tenant control when creating cache, so

    when factories get invoked, appropriate tenant environment is created
    lprimak committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    e5fd8c6 View commit details
    Browse the repository at this point in the history
  2. manual merge with 4.0 changes

    lprimak committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    49bfa98 View commit details
    Browse the repository at this point in the history
  3. - using ExceptionUtils.rethrow() instead of throw RuntimeException()

    - moved some of constructor's functionality into a private method to comply with checkstyle rules
    lprimak committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    3e0512b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b45e800 View commit details
    Browse the repository at this point in the history
  5. fixed failing test

    lprimak committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4f4fe84 View commit details
    Browse the repository at this point in the history