Unexpected Changes Automatically Appearing in Mendix Studio Pro 11.12.0

0
Hi everyone,I am facing an unusual issue in Mendix Studio Pro 11.12.0. Whenever I open my branch, I immediately see 22 pending changes even though I have not made any modifications myself.most of these changes appear as deleted JAR files from the vendorlib folder, along with a modification to one of the file. These changes are being generated automatically by Mendix every time I open the project.Additionally, I have already tried reverting all the changes, closing Mendix Studio Pro, and reopening the project, but the same 22 changes appear again automatically.I also noticed that when I create a new feature branch from the current branch, the same issue occurs there as well. Furthermore, when I merge my changes from the development branch into the mainline, these automatically generated changes are included along with my actual changes.Has anyone experienced a similar issue? Could you please help me understand:Why these changes are being created automatically?Whether this is related to a module update, dependency synchronization, or a Studio Pro bug?How I can prevent or permanently resolve these unwanted changes?Any guidance or suggestions would be greatly appreciated.Thanks in advance!
asked
1 answers
1

These sound like managed dependencies updating in your application.
https://docs.mendix.com/refguide/managed-dependencies/

If the changes aren't breaking your application when you run it, I'd commit them as they will be keeping your application up to date, fixing bugs, and patching security issues.

I hope this helps.

answered