The company that I work for has a use case in which we have the audit-logging plugin in project X, but we also import other Auditable entities from a different JAR that should not be audited in project X. I thought that the addition of 2 new properties includePackages and excludePackages would be a good and simple solution in this case. We depend on a solution for this use case in other to use the audit-logging plugin in project X. Thank you!
The company that I work for has a use case in which we have the audit-logging plugin in project X, but we also import other
Auditable
entities from a different JAR that should not be audited in project X. I thought that the addition of 2 new propertiesincludePackages
andexcludePackages
would be a good and simple solution in this case. We depend on a solution for this use case in other to use the audit-logging plugin in project X. Thank you!