-
At first, thanks very much for providing such a good tool. But it looks like we have com.github.cloudyrock.mongock:mongodb-v3-driver:4.3.2 on maven now. How could you manage the versions of modules and do the upgrading? Looking forward to hearing from you. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @lzof , that's a good question. Short answer is that you shouldn't care, as you should be using the mongock bom, instead of importing the indicating the versions directly for each library. Please take a look to the documentation. The long answer it's complex to explain, depending when I start. To make it simpler, we have mongock and mongock-core, which is several versiones behind mongock. In the last release we decided to move the runners, initially in Mongock, to mongock-core, keeping the same names for the artifact to make it transparent to the users. What we didn't realises was that mongock-core is in version 3, the runners will have that version, but we have already release higher versions for the same artifact. So I hope you have some idea of why is that, in summary was a mistake that will be fixed in the next release, but keep into account that runners and drivers are independent and the versions won't need to match, the probably won't. But you don't care as that's handled by the mongock bom. |
Beta Was this translation helpful? Give feedback.
Hello @lzof ,
that's a good question. Short answer is that you shouldn't care, as you should be using the mongock bom, instead of importing the indicating the versions directly for each library. Please take a look to the documentation.
The long answer it's complex to explain, depending when I start. To make it simpler, we have mongock and mongock-core, which is several versiones behind mongock. In the last release we decided to move the runners, initially in Mongock, to mongock-core, keeping the same names for the artifact to make it transparent to the users. What we didn't realises was that mongock-core is in version 3, the runners will have that version, but we have already release high…