File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11
22## [ Unreleased]
33
4+ ## [ 7.0.0] - 2023-03-28
5+
46### Added
57* A DataStore class has been added to encapsulate the business rules around
68 persistence. The DataStore API deals in Domain objects. Behind the scenes,
1315 used with MongoDB, but that's still an 'early-access' option, as there is a
1416 known problem that's still being investigated.
1517
16- * Introduced an interface class to define the methods of implemented by the Service class.
18+ * Introduced an interface class to define the methods of implemented by the Service class.
1719 This helps enforce a separation-of-concerns between the controller and service
1820 classes.
1921
2022### Maintenance
2123
2224* Updated these libraries and plugins:
25+ ** AssertJ
2326 ** Ben Manes gradle plugin
27+ ** Lombok
28+ ** PostgreSQL driver
29+ ** SonarQube plugin
30+ ** Spotless plugin
2431 ** Spring Boot
2532 ** Spring Cloud
2633
You can’t perform that action at this time.
0 commit comments