Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Version.V11_1 Not Working #164

Open
ankurpathak opened this issue Jun 6, 2019 · 1 comment
Open

Version.V11_1 Not Working #164

ankurpathak opened this issue Jun 6, 2019 · 1 comment

Comments

@ankurpathak
Copy link

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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant