-
Current parameter parser was… lacking and quite rough. So in the end I've created rather generic one:
tigase.util.ui.console.ParameterParser
(which we can use in different projects) and then integrated it into DBSchemaLoader. For the sake of simplicity I've also left only twoscripts/db-create.*
scripts (@sh@ for *nix andcmd
for Windows) and redirected all parameter handling toDBSchemaLoader
(so instead of maintaining it up-to-date in couple of places we have only single one.
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
4776
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Currently
DBSchemaLoader
assumes default passwords if the parameters are missing - it would be better if it would prompt for a password to avoid entering it in plain text in commandline.