Skip to content

Document Java 16 support #25527

@wilkinsona

Description

@wilkinsona

Once Java 16 is generally available, we should document our support for it.

Known limitations:

  • Gradle does not yet support Java 16. Gradle projects that wish to use Java 16 should use Gradle's toolchain support to do so.
  • Spring LDAP 2.3.3 and earlier requires --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED
  • The CLI in 2.4.x does not work on Java 16 due to its use of Groovy 2.5.x. Boot 2.5.x is unaffected as it uses Groovy 3.0.x.
  • Some components which Boot can auto-configure, such as Hazelcast, require --illegal-access=warn.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions