Following the migration from Spring Boot 3 to Spring Boot 4 in Microcks 1.1.5, we discovered (see microcks/microcks#2053 (comment)) that the MongoDB-related environment variables to manage the connection have changed from SPRING_DATA_MONGODB_* to SPRING_MONGODB_*.
We must adapt the Deployment configuration generated by the Operator, but only if the user asked for installation of nightly or >1.14.* version of the Microcks image. We must also manage the case where people are using the container image hash and we have no information on actual version of the Microcks image.
Following the migration from Spring Boot 3 to Spring Boot 4 in Microcks 1.1.5, we discovered (see microcks/microcks#2053 (comment)) that the MongoDB-related environment variables to manage the connection have changed from
SPRING_DATA_MONGODB_*toSPRING_MONGODB_*.We must adapt the Deployment configuration generated by the Operator, but only if the user asked for installation of
nightlyor>1.14.*version of the Microcks image. We must also manage the case where people are using the container image hash and we have no information on actual version of the Microcks image.