Skip to content

Synthea fails to run on JDK 25 #1636

@dehall

Description

@dehall

What happened?

JDK 25 is the latest LTS version of java, released a couple months ago. Unfortunately the Gradle compatibility matrix means that there's no version of Gradle that works with both JDK 11 (our currently listed requirement) and JDK 25. https://docs.gradle.org/current/userguide/compatibility.html - everything prior to JDK 17 was only supported through Gradle 8.x and and JDK 25 requires Gradle 9.1+
Because JDK 11 is so far out of primary support (2 years, per https://endoflife.date/oracle-jdk ) I think we should consider dropping support for 11 in favor of 25, and make JDK 17 our new minimum requirement

Environment

- OS:
- Java:

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions