public inbox for [email protected]
help / color / mirror / Atom feedFrom: Vladimir Sitnikov <[email protected]>
To: [email protected]
Subject: [pgjdbc/pgjdbc] 62b0ee: chore: use java.release=8 when building pgjdbc fro...
Date: Mon, 27 Nov 2023 09:31:05 -0800
Message-ID: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> (raw)
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 62b0eeccd5c70a255171403ef94e8113bda217d1
https://github.com/pgjdbc/pgjdbc/commit/62b0eeccd5c70a255171403ef94e8113bda217d1
Author: Vladimir Sitnikov <[email protected]>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M pgjdbc/reduced-pom.xml
Log Message:
-----------
chore: use java.release=8 when building pgjdbc from the generated source distribution (#3038)
Previously, pom.xml used source=1.8, target=1.8 so it might produce invalid bytecode
when running on Java 1.8
Now pom.xml would use --release 8 to avoid such issues.
See https://github.com/pgjdbc/pgjdbc/issues/3014
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] 62b0ee: chore: use java.release=8 when building pgjdbc fro...
In-Reply-To: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox