Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Zonky embedded postgres instead of opentable one for tests. #179

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

ePaul
Copy link
Member

@ePaul ePaul commented Aug 18, 2023

This allows to use a newer postgresql version without much other changes.

The otj-pg-embedded 0.7.1 was using postgresql 9.5, which is outdated for several years, and doesn't know CREATE PUBLICATION (which I wanted to add to #174).

Current versions of otj-pg-embedded use docker images, which I didn't want to go into.

This allows to use a newer postgresql version without much other changes.
@ePaul ePaul added spring-boot-2 Issues/PRs which only apply to the Spring-Boot 2 versions (Releases 20.*+) tests only changes test code, not the actual library labels Aug 18, 2023
@ePaul ePaul requested a review from fbrns as a code owner August 18, 2023 09:45
@ePaul ePaul mentioned this pull request Aug 18, 2023
1 task
@fbrns
Copy link
Member

fbrns commented Aug 22, 2023

👍

1 similar comment
@ePaul
Copy link
Member Author

ePaul commented Aug 22, 2023

👍

@ePaul ePaul merged commit 1507b9b into master Aug 22, 2023
@ePaul ePaul deleted the use-zomky-embedded-postgres branch August 22, 2023 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spring-boot-2 Issues/PRs which only apply to the Spring-Boot 2 versions (Releases 20.*+) tests only changes test code, not the actual library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants