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

#4 Enable optional postgis extensions #5

Merged
merged 1 commit into from
May 26, 2019
Merged

Conversation

Zetten
Copy link
Contributor

@Zetten Zetten commented May 2, 2019

Configure build and deployment of secondary artifacts with a "postgis"
classifier, by specifying "-PpostgisVersion=x.y.z" during the build.

Fixes #4

Copy link
Collaborator

@tomix26 tomix26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! Thanks a lot for your contribution.
I've left a few comments that should be addressed before this gets merged.

build.gradle Outdated Show resolved Hide resolved
debian-platforms/Dockerfile Outdated Show resolved Hide resolved
build.gradle Show resolved Hide resolved
repack-postgres-alpine.sh Outdated Show resolved Hide resolved
repack-postgres-debian.sh Outdated Show resolved Hide resolved
@Zetten
Copy link
Contributor Author

Zetten commented May 13, 2019

All comments should be resolved. The typo and Dockerfile were part of my initial explorations with postgis here, sorry for leaving them in!

Configure build and deployment of secondary artifacts containing PostGIS extension, by specifying "-PpostgisVersion=x.y.z" during the build.
@tomix26
Copy link
Collaborator

tomix26 commented May 26, 2019

During the testing, I made some minor changes and fixes. For example, I had to remove the postgis classifier, because otherwise Maven resolves it as a completely different dependency and it is difficult to override the original postgres dependencies. So now the postgis extension is part of the version of the postgres binaries, such as 10.8.0-postgis-2.5.3.

@tomix26 tomix26 merged commit e7c377e into zonkyio:master May 26, 2019
@tomix26
Copy link
Collaborator

tomix26 commented May 26, 2019

Thanks again for your contribution.

@Zetten
Copy link
Contributor Author

Zetten commented May 28, 2019

Excellent! Thanks very much!

@Zetten Zetten deleted the add-postgis branch May 28, 2019 10:43
@tomix26 tomix26 changed the title Enable optional postgis extensions #4 Enable optional postgis extensions Nov 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide embedded postgres+postgis binaries
2 participants