Skip to content

postgresql_jdbc: add junixsocket-common and junixsocket-native-common#440965

Merged
Ma27 merged 1 commit intoNixOS:masterfrom
vog:postgresql_jdbc-add-unix-socket-support
Sep 16, 2025
Merged

postgresql_jdbc: add junixsocket-common and junixsocket-native-common#440965
Ma27 merged 1 commit intoNixOS:masterfrom
vog:postgresql_jdbc-add-unix-socket-support

Conversation

@vog
Copy link
Copy Markdown
Contributor

@vog vog commented Sep 7, 2025

This way, every Java package that uses postgresql_jdbc will have automatically support for PostgreSQL connections via unix socket using the JDBC URI syntax as described in the junixsocket manual: https://kohlschutter.github.io/junixsocket/dependency.html#postgresql

For the related discussion, see:

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

This way, every Java package that uses postgresql_jdbc has automatically
support for PostgreSQL connections via unix socket using the JDBC URI
syntax as described in the junixsocket manual:

https://kohlschutter.github.io/junixsocket/dependency.html#postgresql
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. labels Sep 7, 2025
Copy link
Copy Markdown
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

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

LGTM

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Sep 7, 2025
@Ma27 Ma27 added this pull request to the merge queue Sep 16, 2025
Merged via the queue into NixOS:master with commit aa93b44 Sep 16, 2025
37 of 38 checks passed
@nixpkgs-ci
Copy link
Copy Markdown
Contributor

nixpkgs-ci bot commented Sep 16, 2025

@github-actions github-actions bot added the 8.has: port to stable This PR already has a backport to the stable release. label Sep 16, 2025
@vog vog deleted the postgresql_jdbc-add-unix-socket-support branch November 17, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: port to stable This PR already has a backport to the stable release. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants