Skip to content

Commit 33df360

Browse files
authored
Merge pull request #312 from domaframework/java12-support
Clarify support for Java 12
2 parents b3b0fc9 + e47199e commit 33df360

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Major versions
7676
| Java 9 | | v |
7777
| Java 10 | | v |
7878
| Java 11 | | v |
79+
| Java 12 | | v |
7980

8081
License
8182
-------

docs/faq.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Runtime environment
3131
Which version of JRE does Doma support?
3232
---------------------------------------
3333

34-
JRE 8, 9, 10 and 11.
34+
JRE 8, 9, 10, 11 and 12.
3535

3636
Which libraries are required for Doma to work?
3737
----------------------------------------------
@@ -43,10 +43,12 @@ Doma has no dependencies on other libraries.
4343
Development environment
4444
=======================
4545

46+
.. _which-version-of-jdk-does-doma-support:
47+
4648
Which version of JDK does Doma support?
4749
---------------------------------------
4850

49-
JDK 8, 9, 10 and 11.
51+
JDK 8, 9, 10, 11 and 12.
5052

5153
Which IDE do you recommend?
5254
---------------------------

docs/getting-started-eclipse.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ You install `JDK 8`_ .
1919

2020
.. note::
2121

22-
Doma also supports JDK 9, 10 and 11.
22+
Doma supports JDK 8 and later.
23+
See also :ref:`Which version of JDK does Doma support?<which-version-of-jdk-does-doma-support>`.
2324

2425
Install Eclipse
2526
===============

docs/getting-started-idea.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ You install `JDK 8`_ .
1919

2020
.. note::
2121

22-
Doma support JDK 9 and JDK 10, 11.
22+
Doma supports JDK 8 and later.
23+
See also :ref:`Which version of JDK does Doma support?<which-version-of-jdk-does-doma-support>`.
2324

2425
Install IntelliJ IDEA
2526
======================

0 commit comments

Comments
 (0)