I have existing project with my login functionality and all my module are present our there and it is working on Jmix version 1.3.2 and now we have created new add-on module which is developed on Jmix version 2.5.2 we need to add this add-on module on my existing project which is working on Jmix 1.3.2. Is it work? and if I want to add this module then how can it is possible?
Hi!
Although Jmix 1.x and 2.x have major differences in the UI module, this unfortunately doesn’t mean they are compatible. At a minimum, they use different versions of Spring, Spring Security, and all related dependencies.
Versions 1.x and 2.x are not compatible with each other. You can’t use dependencies from two different versions in the same project.
Best regards,
Dmitriy
supposed I want to add my this 2.x version project module in 1.x project is there any way to do it?
Hi!
As I mentioned above…
Best regards,
Dmitriy