The weird thing is, I don’t have the audit add-on installed. It seems to be a transitive dependency coming in via
implementation "io.jmix.cuba:jmix-cuba-starter
Is this due to the initial cuba migration? I seem to remember normal jmix 1.x projects don’t have this dependency.
In my liquibase changelog there is a reference to the audit changelog.
Perhaps removing this reference is another option. It would be a bit weird, considering all related code such as entities would still be there.
No, 100% only to 3.x.
Potentially also to active LTS versions: 1.7 and 2.7, but it will depend on whether the solution can be integrated without major incompatibilities.
@krivopustov
We are still on 1.5.5 because we are planning to migrate to jmix 2 (one day )
So, going back to my original question, do you see any issues if I strip out the cuba platform starter?
I started a new empty 1.5 project and see it is not there.
I’m trying to remove the dependency. It means changing quite some code to change but the mysql upgrade is considered a serious risk.