yandex-qatools / postgresql-embedded

Embedded PostgreSQL Server
Other
493 stars 90 forks source link

When do you plan to release version supporting 10.3 ? #128

Closed fredclose closed 6 years ago

fredclose commented 6 years ago

When do you plan to release version supporting 10.3 ?

julianladisch commented 6 years ago

@smecsia Can you release 2.9 with security update #126 ? Thank you!

smecsia commented 6 years ago

@fredclose @julianladisch version 2.9 has been released.

P.S. you can always choose custom postgres version on your side.

fredclose commented 6 years ago

@smecsia what's the recommended way to use a custom version ? Implement de.flapdoodle.embed.process.distribution.IVersion ?

julianladisch commented 6 years ago

@fredclose Yes, unless new EmbeddedPostgres("10.3") is sufficient for you. https://github.com/yandex-qatools/postgresql-embedded#how-to-use-your-custom-version-of-postgresql

julianladisch commented 6 years ago

@smecsia : If a PostgreSQL release is available that fixes a security issue then there should be a postgresql-embedded release that defaults to that security fix. When I want to update the PostgreSQL version in some project I want to change the pom.xml only without altering the java code.

fredclose commented 6 years ago

@julianladisch you can avoid changing the code by refering to the main version

ru.yandex.qatools.embed.postgresql.distribution.Version.Main#V9_6
ru.yandex.qatools.embed.postgresql.distribution.Version.Main#V10