PR solves #232 validating url with from PostgresConfiguration with urlQueryAllowed CharacterSet to allow passing passwords with special characters like postgres://user:se%cret@localhost
Also aded some test to verify PostgresConfiguration init with several urls configurations and init components validations.
PR solves #232 validating url with from PostgresConfiguration with urlQueryAllowed CharacterSet to allow passing passwords with special characters like
postgres://user:se%cret@localhost
Also aded some test to verify PostgresConfiguration init with several urls configurations and init components validations.