Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Document preliminary Java 17 support
Browse files Browse the repository at this point in the history
oracle/graal#3870 is breaking some samples.

Closes gh-773
  • Loading branch information
sdeleuze committed Oct 18, 2021
1 parent cdb4247 commit f4b0aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spring-native-docs/src/main/asciidoc/support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ GraalVM issues impacting the Spring ecosystem are identified on their issue trac
[[support-language]]
=== Language

Java 11, and Kotlin 1.5+ are supported.
Java 11 and Kotlin 1.5+ are supported.
Preliminary support for Java 17 is also provided but GraalVM issues like https://github.com/oracle/graal/issues/3870[graal#3870] may prevent it to boe usable on some applications.

Kotlin Coroutines are supported but require additional reflection entries due to how Coroutines generates bytecode with an `Object` return type.

Expand Down

0 comments on commit f4b0aca

Please sign in to comment.