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

TenantControl - creating cache records must use tenant #17121

Merged
merged 4 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
    daa86a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08482d9 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
    17c4134 View commit details
    Browse the repository at this point in the history
  4. fixed failing test

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