Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Java 16 support #25527

Closed
wilkinsona opened this issue Mar 6, 2021 · 2 comments
Closed

Document Java 16 support #25527

wilkinsona opened this issue Mar 6, 2021 · 2 comments
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@wilkinsona
Copy link
Member

wilkinsona commented Mar 6, 2021

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.
@wilkinsona wilkinsona added the type: documentation A documentation update label Mar 6, 2021
@wilkinsona wilkinsona added this to the 2.4.x milestone Mar 6, 2021
@dreis2211

This comment has been minimized.

@snicoll snicoll self-assigned this Mar 15, 2021
@snicoll snicoll modified the milestones: 2.4.x, 2.4.4 Mar 15, 2021
@snicoll
Copy link
Member

snicoll commented Mar 15, 2021

I've also updated the wiki page on that subject.

This was referenced Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

3 participants