Skip to content

Support for Java 17 Compatibility in SDK #6

@vk3232

Description

@vk3232

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions