Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Sun, 15 Jun 2025 19:33:24 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3666: test: extract pgjdbc/testFixtures to testkit project In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2974655892 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3666 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3666#issuecomment-2974655892 Content-Type: text/plain; charset=utf-8 Looks like this is ready. Now both osgi-test and benchmark modules consume the shaded artifact. At the same time, as we move `TestUtil`-like classes to its own `testkit/src/main` module, we separate "test framework" from "`@test` class" code which is good as well.