after the update if i add new property to entity and start application IDE will not ask me to generate liquibase changelog.
even if manually try to “update” or “check liquibase changelog includes” system just dont see any changes in entity.
after the update if i add new property to entity and start application IDE will not ask me to generate liquibase changelog.
even if manually try to “update” or “check liquibase changelog includes” system just dont see any changes in entity.
Hello, unfortunately I can’t reproduce this problem myself. Check if your product license has expired, changelog generation is only available with a subscription.
it isnt license issue, IDE started to not get changes for .java files. It gerts changes if they happend in .xml and do hot deploy but it seems to me that all java files are not minitored for changes on IDE level.
i figured out that i now need to manually trigger “Generate liquibase changelog” via ui, before it was working automatically when i started application. Is this how it should work @t.musin ?
Check that you Run/Debug configuration includes the “Check Jmix Database” before launch task.
See Working with Project :: Jmix Documentation.
Thank you, this was it.