Skip to content

Commit ed0856a

Browse files
Update known-issues.adoc
1 parent 56f69c7 commit ed0856a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/modules/ROOT/pages/known-issues.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ That consists of https://docs.eclipsestore.io/manual/storage/legacy-type-mapping
1313

1414
=== Values
1515

16-
There is a library to version your data in the store called https://github.com/xdev-software/micro-migration[XDEV MicroMigration].
17-
This helps you keep your data up to date regardless of the current version.
18-
19-
We created https://github.com/xdev-software/spring-data-eclipse-store/issues/33[an issue] for that but right now we *do not support XDEVs MicroMigration*.
16+
Keeping data up-to-date is made easy through https://github.com/xdev-software/micro-migration[XDEV's MicroMigration] explained in detail in xref:features/versioned-migration.adoc[Versioned Migration].
2017

2118
== Spring Developer Tools [[spring-dev-tools]]
2219

@@ -41,12 +38,12 @@ Consequently, finding such a relationship requires searching the entire object g
4138

4239
image::DependingClasses.svg[Example structure with orders and articles]
4340

44-
Example Scenario:
41+
=== Example Scenario
4542
Consider an *order object* that contains references to several *article objects*.
4643
In this case, determining which order contains a specific article is nearly impossible without traversing the entire object graph to locate it.
4744
This lack of direct reference contrasts sharply with the behavior of SQL databases.
4845

49-
What Happens When an Article is Deleted?
46+
=== What Happens When an Article is Deleted?
5047

5148
1. In an *SQL Database*: +
5249
Attempting to delete an article that is still referenced (e.g., by an order) would typically result in an exception. +

0 commit comments

Comments
 (0)