Cause: io.jmix.email.entity.RefreshToken Issue

Hi Jmix Team,

After updating to2.7.0.RC2.
I encounter build error.

* What went wrong:
Execution failed for task ':compileJava'.
> javassist.NotFoundException: io.jmix.email.entity.RefreshToken

Even I tried to revert to 2.6 version. This issue still exist. I have clean the gradle and invalidate cache.
I really appreciate ur support. thank you

Best Regard,
Chee Hao

Hi

io.jmix.email.entity.RefreshToken is a class from Email Sending addon
Do you have it installed in your project? Please check the following dependencies in build.gradle file:

    implementation 'io.jmix.email:jmix-email-flowui-starter'
    implementation 'io.jmix.email:jmix-email-starter'

@gaslov

Actually this issue happened if we use this method to upgrade JMIX Plugin

https://docs.jmix.io/jmix/studio/install.html#from-disk

After switch to use this below

https://docs.jmix.io/jmix/studio/install.html#nightly

we are able to build and launch JMIX.