File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 1.0.3
2
2
3
3
* Added the EclipseStoreDataImporter to import data from JPA repositories.
4
+ * Updated EclipseStore to version 1.2.0
5
+ * Updated Spring to version 3.2.3
4
6
5
7
# 1.0.2
6
8
Original file line number Diff line number Diff line change @@ -53,13 +53,12 @@ With *Spring-Data-Eclipse-Store* every time an object is loaded from the datasto
53
53
## Installation
54
54
[ Installation guide for the latest release] ( https://github.com/xdev-software/spring-data-eclipse-store/releases/latest#Installation )
55
55
56
- ### Prerequisites
56
+ ### Supported versions
57
57
58
- | | Minimal Version |
59
- | --------------| -----------------|
60
- | Java | `` 17 `` |
61
- | Spring Data | `` 3.2.2 `` |
62
- | EclipseStore | `` 1.1.0 `` |
58
+ | Spring-Data-Eclipse-Store | Java | Spring Data | EclipseStore |
59
+ | ---------------------------| --------| -------------| --------------|
60
+ | `` <= 1.0.2 `` | `` 17 `` | `` 3.2.2 `` | `` 1.1.0 `` |
61
+ | `` 1.0.3 `` | `` 17 `` | `` 3.2.3 `` | `` 1.2.0 `` |
63
62
64
63
### Usage
65
64
You can’t perform that action at this time.
0 commit comments