yandex-qatools / postgresql-embedded

Embedded PostgreSQL Server
Other
493 stars 90 forks source link

Version.V11_1 Not Working #164

Open ankurpathak opened 5 years ago

ankurpathak commented 5 years ago

I am on Ubuntu and I have following maven coordinates in my Spring Boot Project:

ru.yandex.qatools.embed postgresql-embedded 2.10

and follwing Postgres configuration I am useing: System.out.println("-----------------------------Hello World-------------------------------------------"); DriverManagerDataSource ds = new DriverManagerDataSource(); ds.setDriverClassName("org.postgresql.Driver"); ds.setUrl(String.format("jdbc:postgresql://%s:%s/%s", config.net().host(), config.net().port(), config.storage().dbName())); ds.setUsername(config.credentials().username()); ds.setPassword(config.credentials().password());

and it fails to download postgres and hence desn't work.

ankurpathak commented 5 years ago

Lets add support for version V11.3 available at: https://www.enterprisedb.com/advanced-downloads