Skip to content

Commit 917c08a

Browse files
authored
Merge pull request #224 from domaframework/description-doma-3
Add a description about Doma 3
2 parents c3ed52a + 4f0ea90 commit 917c08a

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,33 @@ Doma [![Build Status](https://travis-ci.org/domaframework/doma.svg?branch=master
33

44
[![Join the chat at https://gitter.im/domaframework/doma](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/domaframework/doma?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

6-
Doma is a Database access framework for Java 8.
6+
Doma is a Database access framework for Java.
77

88
Doma uses [Pluggable Annotation Processing API][apt] to generate source code and validate sql mappings at **compile time**.
99

1010
![doma](https://github.com/domaframework/doma/blob/master/docs/sources/images/doma.png)
1111

12-
Documentation
13-
-------------
12+
Major versions
13+
---------------------
1414

15-
http://doma.readthedocs.org/
15+
| Version                               | Status           | Repository                             | Brunch |
16+
| -------------------------------------- | ----------------- | -------------------------------------- | ------ |
17+
| [Doma 1](http://doma.seasar.org/)     | stable           | https://github.com/seasarorg/doma      | master |
18+
| [Doma 2](http://doma.readthedocs.org/) | stable            | https://github.com/domaframework/doma/ | master |
19+
| Doma 3                                | under development | https://github.com/domaframework/doma/ | doma-3 |
1620

17-
Notice
18-
--------
1921

20-
- This is Doma 2.
21-
- The old version Doma 1 is maintained at [seasarorg/doma](https://github.com/seasarorg/doma).
22+
Compatibility matrix
23+
-------------------------
24+
25+
|       | Doma 1 | Doma 2 | Doma 3 |
26+
| ------- | ------ | ------ | ------ |
27+
| Java 6 |   v   |        |        |
28+
| Java 7 |   v    |        |        |
29+
| Java 8  |   v   |   v    |        |
30+
| Java 9 |       |   v    |        |
31+
| Java 10 |       |   v    |        |
32+
| Java 11 |       |        |   v    |
2233

2334
License
2435
-------

0 commit comments

Comments
 (0)