-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi Infisical Team 👋,
First of all, thank you for the great work on this SDK!
We are currently integrating Infisical into our Java-based application, which runs on Java 17 (LTS). However, I noticed that the latest SDK version (e.g., 3.0.2) is compiled with:
xml
<maven.compiler.release>21</maven.compiler.release>
<java.version>21</java.version
This results in bytecode compiled for Java 21, which unfortunately cannot run on Java 17 due to class version incompatibility.
Request:
Could you please provide a version of the SDK that is compiled with Java 17 (using <maven.compiler.release>17</maven.compiler.release>) or ensure Java 17 compatibility in upcoming releases?
Since Java 17 is an LTS version and widely adopted in enterprise environments, this would help make the SDK more accessible and flexible.
Thanks again for your support!
Best regards,
Vrushabh