During the migration process of an application based on Jmix 1.5.5
to 2.3.4
I faced an issue which did not resolve executing a clean-task.
I basically recreated the application and moved code into the new project as suggested. During this process and git move actions the package of migrated code changed.
Startup tests failed even after a clean rebuild while trying to load moved code. I wondered how the attempt could occur since the package does not exist at all anymore.
A search using IntelliJ Idea did not help finding. Using a full text search on the hard disk showed me, there were outdated compilation artifacts in the directory: .jmix/conf
.
What is this good for and how to clean it properly?