Hi,
I was analyzing how Activiti 7 Cloud supports and manages the multi-tenancy with multi-schema with physical separation of data.
While reading the documentation, I landed to this Java class source code:
https://github.com/Activiti/Activiti/blob/9b0be98e517e21f3cc3e83b649d8f926917b52d9/activiti-engine/s...
where it's stated:
multi-tenant code will be removed in future version of Activiti and Activiti Cloud
and the entire class is marked as @deprecated.
What does exactly mean that the multi-tenant code will be removed? Is this class deprecated because a better alternative solution is going to be imlemented or Activiti Cloud won't support multi-tenancy in the future anymore?
Thanks in advance for any replies.