Message-ID: From: "jmfinelli (@jmfinelli)" To: "pgjdbc/pgjdbc" Date: Wed, 06 Mar 2024 13:22:42 +0000 Subject: [pgjdbc/pgjdbc] PR #3154: issue #3153: return XAER_NOTA on rollback List-Id: X-GitHub-Author-Id: 61553861 X-GitHub-Author-Login: jmfinelli X-GitHub-Issue: 3154 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: closed X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3154 Content-Type: text/plain; charset=utf-8 ### Changes to Existing Features: * Does this break existing behaviour? If so please explain. * It does not break existing behaviour * Have you added an explanation of what your changes do and why you'd like us to include them? * Yep, I wrote an explanation in the related issue (#3153) * Have you written new tests for your core changes, as applicable? * I modified a test of `XADataSourceTest` * Have you successfully run tests with your changes locally? * Yes, I have tested my changes using `./gradlew test`