Unable to Build bahmni/odoo-connect:1.0.0 – Java/Maven Version & Dependency Conflicts

Hi everyone, I’m trying to build the bahmni/odoo-connect:1.0.0 image manually as part of customizing Bahmni Dockerization, but I’m facing multiple Java, Maven, and dependency version conflicts during the build. I am not sure which exact Java and Maven versions are required to successfully build this older 1.0.0 release of odoo-connect.

What I am trying to do

  • Building bahmni/odoo-connect 1.0.0 from source

  • Using the Dockerized Bahmni environment

  • Building it as a custom image (custom-latest

My Questions

  1. What Java JDK version is officially supported for building bahmni/odoo-connect:1.0.0?

  2. What Maven version should be used?

  3. Are there any additional dependency constraints for this older release?

  4. Does Bahmni have a recommended builder image (Java + Maven preinstalled) for building legacy modules?

  5. What is the proper way to build bahmni/odoo-connect 1.0.0 with custom modification?