Skip to content

Commit

Permalink
Updating the docs with the transition to JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jul 31, 2024
1 parent b9a8e31 commit 80e25b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ This document provides a high-level view of the changes introduced by release.
[[releasenotes]]
== Release notes

=== 0.42.3
=== 0.43.0

- JDK 21 is now necessary for developing the plugin (#1646)
- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.15 to 2.3.17 (#1634)
- Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 (#1639)
- Bump org.asciidoctor:asciidoctorj-diagram-plantuml from 1.2024.3 to 1.2024.5 (#1638)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[[JDK]]
== Choosing a Java Version and Distribution

Starting with IntelliJ 2022.3, JDK 17 is required to build the plugin, as IntelliJ uses JDK 17.
https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/[See the JDK 17 announcement in the JetBrains blog for details].
Starting with IntelliJ 2024.2, JDK 21 is required to build the plugin, as IntelliJ 2024.2 uses JDK 21. The runtime version of the plugin is still compatible with JDK 17.
https://blog.jetbrains.com/idea/2024/05/intellij-idea-2024-2-eap-2/[See the JDK 21 announcement in the JetBrains blog for details].

The AsciiDoc plugin uses only language features of Java 11 to allow the built plugin to run with earlier versions of IntelliJ as well.

Expand Down

0 comments on commit 80e25b9

Please sign in to comment.