JoaoJandre commented on PR #7895: URL: https://github.com/apache/cloudstack/pull/7895#issuecomment-1690558064
> @JoaoJandre can the uri be generated in java code ? this looks like there will be some duplicated settings in db.properties The current behavior is to generate the URI in the java code, using the `db.properties`. The problem with that is that it lacks flexibility. Every time someone wants to use a new feature in a URI connection, a new property will have to be created and the java code will have to be extended. It is much easier to just give the users the option to directly inform the URI that ACS should use. Also, I don't see any duplicated settings in `db.properties`, what will happen is that there will be some properties that are mutually exclusive. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
