Skip to content

Commit 9ebfd2c

Browse files
authored
Merge pull request #62 from domaframework/docs/version
Add an explanation regarding the major versions
2 parents d864416 + be7068a commit 9ebfd2c

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,34 @@ kapt {
5454
}
5555
```
5656

57-
Example build.gradle
58-
--------------------
57+
Example build.gradle.kts
58+
------------------------
5959

6060
- Java: https://github.com/domaframework/simple-examples/blob/master/build.gradle.kts
6161
- Kotlin: https://github.com/domaframework/kotlin-sample/blob/master/build.gradle.kts
62+
63+
Major versions
64+
---------------------
65+
66+
### Status and Repository
67+
68+
| Version | Status | Repository | Branch |
69+
|-----------------------|-----------------|--------------------------------------------------------------------------------------------|--------|
70+
| Doma Compile Plugin 2 | limited-support | [domaframework/doma-compile-plugin](https://github.com/domaframework/doma-compile-plugin/) | 2.x |
71+
| Doma Compile Plugin 3 | stable | [domaframework/doma-compile-plugin](https://github.com/domaframework/doma-compile-plugin/) | master |
72+
73+
### Compatibility matrix
74+
75+
The supported versions of Doma:
76+
77+
| | Doma 2 | Doma 3 |
78+
|-----------------------|--------|--------|
79+
| Doma Compile Plugin 2 | v | |
80+
| Doma Compile Plugin 3 | | v |
81+
82+
The minimum supported versions of Java:
83+
84+
| | Java 8 | Java 17 |
85+
|-----------------------|--------|---------|
86+
| Doma Compile Plugin 2 | v | |
87+
| Doma Compile Plugin 3 | | v |

0 commit comments

Comments
 (0)