danwatford opened a new pull request #246:
URL: https://github.com/apache/ofbiz-framework/pull/246


   These changes proposed to support the possibility of ofbiz building docker 
images that target various DBMS.
   
   By having the DBMS configured as a property we can ensure an 'approved' 
version of the relevant JDBC driver is downloaded and added to the runtime 
classpath. If the user wishes to control which database library is used they 
can leave the property blank.
   
   The same gradle property also drives behaviour of a new build task, 
updateEntityEngine, which will modify the datasource values of the delegators 
specified in entityengine.xml based on the chosen DBMS.
   
   The potential result of these changes are a reduction in configuration steps 
for simple deployment cases, particularly those where ofbiz and its database 
run in docker containers as part of a docker-compose application.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to