Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Wed, 30 Apr 2025 09:35:30 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3612: chore: use Java 21 for building pgjdbc by default In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2068309110 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: f9c19f72747f4be36b0ab702712684f414ed0ac7 X-GitHub-Issue: 3612 X-GitHub-Line: 39 X-GitHub-Path: docker/postgres-server/scripts/entrypoint.sh X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3612#discussion_r2068309110 Content-Type: text/plain; charset=utf-8 (on docker/postgres-server/scripts/entrypoint.sh:39) I'm not sure what was the reason to have `127.0.0.1/32` in the source `pg_hba.conf` file and replace it with `0.0.0.0/0` later, so I replaced the value with the base `pg_hba.conf` file so we don't need to replace them. At the same time, I replaced `0.0.0.0/0` with `all` to support both `ipv4` and `ipv6` ips.